Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPMaskField
-
Packages that use BPMaskField Package Description de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN).de.mid.innovator.srv2api.icw2elem Describes the common behavior of all elements stored in a model server repository even configuration elements in profiles and schema elements of the meta model. -
-
Uses of BPMaskField in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp that return BPMaskField Modifier and Type Method Description static BPMaskField
BPMaskFieldHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Mask Field with template and container.static BPMaskField
BPMaskFieldHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Mask Field with stereotype and container.Methods in de.mid.innovator.srv2api.icw2bp that return types with arguments of type BPMaskField Modifier and Type Method Description java.util.List<BPMaskField>
BPMaskDefinition. getOwnedMaskField(K_CONTROL_OPTION... behaviourFlags)
All mask fields of the mask definition. -
Uses of BPMaskField in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return types with arguments of type BPMaskField Modifier and Type Method Description java.util.List<BPMaskField>
ELClassifier. getTypedMaskField(K_CONTROL_OPTION... behaviourFlags)
All mask fields typed by this classifier.
-