Package de.mid.innovator.srv2api.icw2er
Class ERViewSubselectFromHelper
java.lang.Object
de.mid.innovator.srv2api.icw2er.ERViewSubselectFromHelper
A
ERViewSubselectFrom of a ERView points to an ERAttributeSet to
use its attributes in subselects wihtin expressions.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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 Details
-
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
-