Package de.mid.innovator.srv2api.icw2br
Class BRResourceCLHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2br.BRResourceCLHelper
-
public abstract class BRResourceCLHelper extends java.lang.Object
An actor specifies a role played by a user or any other system that interacts with the subject. It may be used for specifying a partner role at a BPMN participant.- See Also:
BRResourceCL
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BRResourceCL
create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Actor with template and container.static BRResourceCL
create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Actor with stereotype and container.
-
-
-
Method Detail
-
create
public static BRResourceCL create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) throws InoNetException, SrvErrorException
Create a new Actor 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:
InoNetException
SrvErrorException
-
create
public static BRResourceCL create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) throws InoNetException, SrvErrorException
Create a new Actor 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:
InoNetException
SrvErrorException
-
-