Package de.mid.innovator.srv2api.icw2bp
Class BPMessageFlowHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2bp.BPMessageFlowHelper
-
public abstract class BPMessageFlowHelper extends java.lang.ObjectOn message modification try to set the message on the source and target node of the message flow as well as on message flow itself.- See Also:
BPMessageFlow
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BPMessageFlowcreate(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Message Flow with template from source to target element.static BPMessageFlowcreate(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Message Flow with stereotype from source to target element.
-
-
-
Method Detail
-
create
public static BPMessageFlow create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) throws InoNetException, SrvErrorException
Create a new Message Flow with stereotype from source to target element.- Parameters:
srvCtx- The context of the related innovator server.ohStereotype- Stereotype for the new elementohSource- Source for the new elementohTarget- Target for the new element- Throws:
InoNetExceptionSrvErrorException
-
create
public static BPMessageFlow create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) throws InoNetException, SrvErrorException
Create a new Message Flow with template from source to target element.- Parameters:
srvCtx- The context of the related innovator server.ohTemplate- Template for the new elementohSource- Source for the new elementohTarget- Target for the new element- Throws:
InoNetExceptionSrvErrorException
-
-