Uses of Interface
org.camunda.bpm.model.bpmn.instance.DataState
Packages that use DataState
-
Uses of DataState in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement DataStateFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type DataStateModifier and TypeFieldDescriptionprotected 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 DataStateModifier and TypeMethodDescriptionDataObjectImpl.getDataState()
DataObjectReferenceImpl.getDataState()
DataStoreImpl.getDataState()
DataStoreReferenceImpl.getDataState()
ItemAwareElementImpl.getDataState()
Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type DataStateModifier and TypeMethodDescriptionvoid
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 DataStateMethods in org.camunda.bpm.model.bpmn.instance with parameters of type DataState