Uses of Class
org.activiti.bpmn.model.DataStore
-
Packages that use DataStore Package Description org.activiti.bpmn.model -
-
Uses of DataStore in org.activiti.bpmn.model
Fields in org.activiti.bpmn.model with type parameters of type DataStore Modifier and Type Field Description protected java.util.Map<java.lang.String,DataStore>BpmnModel. dataStoreMapMethods in org.activiti.bpmn.model that return DataStore Modifier and Type Method Description DataStoreDataStore. clone()DataStoreBpmnModel. getDataStore(java.lang.String id)Methods in org.activiti.bpmn.model that return types with arguments of type DataStore Modifier and Type Method Description java.util.Map<java.lang.String,DataStore>BpmnModel. getDataStores()Methods in org.activiti.bpmn.model with parameters of type DataStore Modifier and Type Method Description voidBpmnModel. addDataStore(java.lang.String id, DataStore dataStore)voidDataStore. setValues(DataStore otherElement)Method parameters in org.activiti.bpmn.model with type arguments of type DataStore Modifier and Type Method Description voidBpmnModel. setDataStores(java.util.Map<java.lang.String,DataStore> dataStoreMap)
-