Package de.mid.innovator.srv2api.icw2ia
Class IAActionExecSpecHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2ia.IAActionExecSpecHelper
-
public abstract class IAActionExecSpecHelper extends java.lang.Object
ActionExecutionSpecification is a kind of ExecutionSpecification that represents the execution of an action.- See Also:
IAActionExecSpec
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IAActionExecSpec
create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Action Execution Specification with template and container with requirement.static IAActionExecSpec
create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Action Execution Specification with stereotype and container with requirement.
-
-
-
Method Detail
-
create
public static IAActionExecSpec create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) throws InoNetException, SrvErrorException
Create a new Action Execution Specification with stereotype and container with requirement.- Parameters:
srvCtx
- The context of the related innovator server.ohStereotype
- Stereotype for the new elementohContainer
- Container for the new elementohRequirement
- Additional required element- Throws:
InoNetException
SrvErrorException
-
create
public static IAActionExecSpec create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) throws InoNetException, SrvErrorException
Create a new Action Execution Specification with template and container with requirement.- Parameters:
srvCtx
- The context of the related innovator server.ohTemplate
- Template for the new elementohContainer
- Container for the new elementohRequirement
- Additional required element- Throws:
InoNetException
SrvErrorException
-
-