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 classDataStateImplFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type DataState Modifier and Type Field Description protected static ChildElement<DataState>DataObjectImpl. dataStateChildprotected static ChildElement<DataState>DataObjectReferenceImpl. dataStateChildprotected static ChildElement<DataState>DataStoreImpl. dataStateChildprotected static ChildElement<DataState>DataStoreReferenceImpl. dataStateChildprotected static ChildElement<DataState>ItemAwareElementImpl. dataStateChildMethods in org.camunda.bpm.model.bpmn.impl.instance that return DataState Modifier and Type Method Description DataStateDataObjectImpl. getDataState()DataStateDataObjectReferenceImpl. getDataState()DataStateDataStoreImpl. getDataState()DataStateDataStoreReferenceImpl. getDataState()DataStateItemAwareElementImpl. getDataState()Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type DataState Modifier and Type Method Description voidDataObjectImpl. setDataState(DataState dataState)voidDataObjectReferenceImpl. setDataState(DataState dataState)voidDataStoreImpl. setDataState(DataState dataState)voidDataStoreReferenceImpl. setDataState(DataState dataState)voidItemAwareElementImpl. 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 DataStateItemAwareElement. getDataState()Methods in org.camunda.bpm.model.bpmn.instance with parameters of type DataState Modifier and Type Method Description voidItemAwareElement. setDataState(DataState dataState)
-