Package de.mid.innovator.srv2api.icw2ia
Class IACreateMessageHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2ia.IACreateMessageHelper
-
public abstract class IACreateMessageHelper extends java.lang.ObjectThe message that designates the creation of another lifeline object.- See Also:
IACreateMessage
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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 Detail
-
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
-
-