Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPMaskDefinition
-
Packages that use BPMaskDefinition Package Description de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN). -
-
Uses of BPMaskDefinition in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp that return BPMaskDefinition Modifier and Type Method Description static BPMaskDefinitionBPMaskDefinitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Mask Definition with template and container.static BPMaskDefinitionBPMaskDefinitionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Mask Definition with stereotype and container.BPMaskDefinitionBPGlobalTask. getMaskDefinition()The mask that the global task is working on.BPMaskDefinitionBPTaskNode. getMaskDefinition()BPMaskDefinitionBPError. getOwningMaskDefinition()The mask definition which the error relates to.BPMaskDefinitionBPEventDefinition. getOwningMaskDefinition()The mask definition of the event definition.BPMaskDefinitionBPMaskField. getOwningMaskDefinition()The mask definition of the mask field.Methods in de.mid.innovator.srv2api.icw2bp with parameters of type BPMaskDefinition Modifier and Type Method Description voidBPGlobalTask. setMaskDefinition(BPMaskDefinition value)Set the value of Foreign Key MaskDefinition.voidBPTaskNode. setMaskDefinition(BPMaskDefinition value)Set the value of Foreign Key MaskDefinition.
-