Uses of Interface
org.camunda.bpm.model.bpmn.instance.DataStore
-
Packages that use DataStore Package Description org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of DataStore in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement DataStore Modifier and Type Class Description class
DataStoreImpl
The BPMN dataStore elementFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type DataStore Modifier and Type Field Description protected static AttributeReference<DataStore>
DataStoreReferenceImpl. dataStoreRefAttribute
Methods in org.camunda.bpm.model.bpmn.impl.instance that return DataStore Modifier and Type Method Description DataStore
DataStoreReferenceImpl. getDataStore()
Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type DataStore Modifier and Type Method Description void
DataStoreReferenceImpl. setDataStore(DataStore dataStore)
-
Uses of DataStore in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return DataStore Modifier and Type Method Description DataStore
DataStoreReference. getDataStore()
Methods in org.camunda.bpm.model.bpmn.instance with parameters of type DataStore Modifier and Type Method Description void
DataStoreReference. setDataStore(DataStore dataStore)
-