Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPDataStore
-
Packages that use BPDataStore Package Description de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN). -
-
Uses of BPDataStore in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp that return BPDataStore Modifier and Type Method Description static BPDataStore
BPDataStoreHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Data Store with template and container.static BPDataStore
BPDataStoreHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Data Store with stereotype and container.BPDataStore
BPDataObject. getDataStore()
The reuseable data store element being referenced.Methods in de.mid.innovator.srv2api.icw2bp with parameters of type BPDataStore Modifier and Type Method Description void
BPDataObject. setDataStore(BPDataStore value)
Set the value of Foreign Key DataStore.
-