Uses of Interface
org.camunda.bpm.model.bpmn.instance.DataState
-
Packages that use DataState Package Description org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of DataState in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement DataState Modifier and Type Class Description class
DataStateImpl
Fields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type DataState Modifier and Type Field Description protected static ChildElement<DataState>
DataObjectImpl. dataStateChild
protected static ChildElement<DataState>
DataObjectReferenceImpl. dataStateChild
protected static ChildElement<DataState>
DataStoreImpl. dataStateChild
protected static ChildElement<DataState>
DataStoreReferenceImpl. dataStateChild
protected static ChildElement<DataState>
ItemAwareElementImpl. dataStateChild
Methods in org.camunda.bpm.model.bpmn.impl.instance that return DataState Modifier and Type Method Description DataState
DataObjectImpl. getDataState()
DataState
DataObjectReferenceImpl. getDataState()
DataState
DataStoreImpl. getDataState()
DataState
DataStoreReferenceImpl. getDataState()
DataState
ItemAwareElementImpl. getDataState()
Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type DataState Modifier and Type Method Description void
DataObjectImpl. setDataState(DataState dataState)
void
DataObjectReferenceImpl. setDataState(DataState dataState)
void
DataStoreImpl. setDataState(DataState dataState)
void
DataStoreReferenceImpl. setDataState(DataState dataState)
void
ItemAwareElementImpl. setDataState(DataState dataState)
-
Uses of DataState in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return DataState Modifier and Type Method Description DataState
ItemAwareElement. getDataState()
Methods in org.camunda.bpm.model.bpmn.instance with parameters of type DataState Modifier and Type Method Description void
ItemAwareElement. setDataState(DataState dataState)
-