Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPOperation
Packages that use BPOperation
Package
Description
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 BPOperationModifier and TypeMethodDescriptionstatic BPOperationBPOperationHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Service Operation with template and container.static BPOperationBPOperationHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Service Operation with stereotype and container.BPEventDefinition.getOperation()The operation that is used by the event definition.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 BPOperationModifier and TypeMethodDescriptionBPError.getOperationOfError()The operation.BPMessage.getOperationOfInMessageRef()BPMessage.getOperationOfOutMessageRef()The operation.BPInterface.getOwnedBPOperation(K_CONTROL_OPTION... behaviourFlags) All operations being part of the interface.Methods in de.mid.innovator.srv2api.icw2bp with parameters of type BPOperationModifier and TypeMethodDescriptionvoidBPEventDefinition.setOperation(BPOperation value) Set the value of Foreign Key Operation.voidBPTaskNode.setOperation(BPOperation value) Set the value of Foreign Key Operation.