Package de.mid.innovator.srv2api.icw2bp
Class BPActivityResourceHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2bp.BPActivityResourceHelper
-
public abstract class BPActivityResourceHelper extends java.lang.ObjectThe activity resource specifies the business entity or role or system to perform or work on the activity. The specification may be given as a text (not reuseable for other activity resources) or it may be linked directly to a business actor.- See Also:
BPActivityResource
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BPActivityResourcecreate(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Activity Resource with template and container.static BPActivityResourcecreate(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Activity Resource with stereotype and container.
-
-
-
Method Detail
-
create
public static BPActivityResource create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) throws InoNetException, SrvErrorException
Create a new Activity Resource 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 BPActivityResource create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) throws InoNetException, SrvErrorException
Create a new Activity Resource 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
-
-