Package de.mid.innovator.srv2api.icw2er
Class ERViewSubselectFromHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2er.ERViewSubselectFromHelper
-
public abstract class ERViewSubselectFromHelper extends java.lang.ObjectAERViewSubselectFromof aERViewpoints to anERAttributeSetto use its attributes in subselects wihtin expressions.- See Also:
ERViewSubselectFrom
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ERViewSubselectFromcreate(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Subselect From Clause (in Entity-Relationship View) with template and container with requirement.static ERViewSubselectFromcreate(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Subselect From Clause (in Entity-Relationship View) with stereotype and container with requirement.
-
-
-
Method Detail
-
create
public static ERViewSubselectFrom create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) throws InoNetException, SrvErrorException
Create a new Subselect From Clause (in Entity-Relationship View) with stereotype and container with requirement.- Parameters:
srvCtx- The context of the related innovator server.ohStereotype- Stereotype for the new elementohContainer- Container for the new elementohRequirement- Additional required element- Throws:
InoNetExceptionSrvErrorException
-
create
public static ERViewSubselectFrom create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) throws InoNetException, SrvErrorException
Create a new Subselect From Clause (in Entity-Relationship View) with template and container with requirement.- Parameters:
srvCtx- The context of the related innovator server.ohTemplate- Template for the new elementohContainer- Container for the new elementohRequirement- Additional required element- Throws:
InoNetExceptionSrvErrorException
-
-