Package de.mid.innovator.srv2api.icw2ac
Class ACObjectFlowHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2ac.ACObjectFlowHelper
-
public abstract class ACObjectFlowHelper extends java.lang.ObjectAn object flow is an activity edge that can have objects or data passing along it.- See Also:
ACObjectFlow
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ACObjectFlowcreate(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Object Flow Edge with template from source to target element.static ACObjectFlowcreate(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Object Flow Edge with stereotype from source to target element.static voidmaintainObjTypes(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
-
-
-
Method Detail
-
maintainObjTypes
public static void maintainObjTypes(SrvContext srvCtx, java.util.List<? extends ELElement> seq) throws InoNetException, SrvErrorException
- Parameters:
srvCtx- The context of the related innovator server.seq- List of ELElement- Throws:
InoNetExceptionSrvErrorException
-
create
public static ACObjectFlow create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) throws InoNetException, SrvErrorException
Create a new Object Flow Edge 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 ACObjectFlow create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) throws InoNetException, SrvErrorException
Create a new Object Flow Edge 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
-
-