Package de.mid.innovator.srv2api.icw2ia
Class IACreateMessageHelper
java.lang.Object
de.mid.innovator.srv2api.icw2ia.IACreateMessageHelper
The message that designates the creation of another lifeline object.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic IACreateMessagecreate(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement) Create a new Create Message with template from source to target element with requirement.static IACreateMessagecreate(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement) Create a new Create Message with stereotype from source to target element with requirement.
-
Method Details
-
create
public static IACreateMessage create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement) throws InoNetException, SrvErrorException Create a new Create Message with stereotype from source to target element with requirement.- Parameters:
srvCtx- The context of the related innovator server.ohStereotype- Stereotype for the new elementohSource- Source for the new elementohTarget- Target for the new elementohRequirement- Additional required element- Throws:
InoNetExceptionSrvErrorException
-
create
public static IACreateMessage create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement) throws InoNetException, SrvErrorException Create a new Create Message with template from source to target element with requirement.- Parameters:
srvCtx- The context of the related innovator server.ohTemplate- Template for the new elementohSource- Source for the new elementohTarget- Target for the new elementohRequirement- Additional required element- Throws:
InoNetExceptionSrvErrorException
-