Package de.mid.innovator.srv2api.icw2br
Class BRResourceCLHelper
java.lang.Object
de.mid.innovator.srv2api.icw2br.BRResourceCLHelper
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:
-
Method Summary
Modifier and TypeMethodDescriptionstatic BRResourceCLcreate(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Actor with template and container.static BRResourceCLcreate(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Actor with stereotype and container.
-
Method Details
-
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:
InoNetExceptionSrvErrorException
-
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:
InoNetExceptionSrvErrorException
-