Package de.mid.innovator.srv2api.icw2ac
Class ACInitialNodeHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2ac.ACInitialNodeHelper
-
public abstract class ACInitialNodeHelper extends java.lang.ObjectAn initial node is a control node which flow starts at when the activity is invoked.- See Also:
ACInitialNode
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ACInitialNodecreate(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Initial Node with template and container.static ACInitialNodecreate(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Initial Node with stereotype and container.
-
-
-
Method Detail
-
create
public static ACInitialNode create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) throws InoNetException, SrvErrorException
Create a new Initial Node with stereotype and container.- Parameters:
srvCtx- The context of the related innovator server.ohStereotype- Stereotype for the new elementohContainer- Container for the new element- Throws:
InoNetExceptionSrvErrorException
-
create
public static ACInitialNode create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) throws InoNetException, SrvErrorException
Create a new Initial Node with template and container.- Parameters:
srvCtx- The context of the related innovator server.ohTemplate- Template for the new elementohContainer- Container for the new element- Throws:
InoNetExceptionSrvErrorException
-
-