Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPOperation
-
Packages that use BPOperation Package Description de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN). -
-
Uses of BPOperation in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp that return BPOperation Modifier and Type Method Description static BPOperation
BPOperationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Service Operation with template and container.static BPOperation
BPOperationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Service Operation with stereotype and container.BPOperation
BPEventDefinition. getOperation()
The operation that is used by the event definition.BPOperation
BPTaskNode. getOperation()
The operation that is invoked by the service task.Methods in de.mid.innovator.srv2api.icw2bp that return types with arguments of type BPOperation Modifier and Type Method Description java.util.List<BPOperation>
BPError. getOperationOfError()
The operation.java.util.List<BPOperation>
BPMessage. getOperationOfInMessageRef()
java.util.List<BPOperation>
BPMessage. getOperationOfOutMessageRef()
The operation.java.util.List<BPOperation>
BPInterface. getOwnedBPOperation(K_CONTROL_OPTION... behaviourFlags)
All operations being part of the interface.Methods in de.mid.innovator.srv2api.icw2bp with parameters of type BPOperation Modifier and Type Method Description void
BPEventDefinition. setOperation(BPOperation value)
Set the value of Foreign Key Operation.void
BPTaskNode. setOperation(BPOperation value)
Set the value of Foreign Key Operation.
-