Class MEDashboardDataDefinitionHelper
java.lang.Object
de.mid.innovator.srv2api.icw2model.MEDashboardDataDefinitionHelper
This is a utility class for MEDashboardDataDefinition that provides static methods for creation or other purposes.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic MEDashboardDataDefinitioncreate(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Dashboard Data Definition with template and container.static MEDashboardDataDefinitioncreate(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Dashboard Data Definition with stereotype and container.static MEDashboardDataDefinitioncreate(SrvContext srvCtx, MEHierarchyAble ohOwner, String strName, String strConfig) Create a new Dashboard Data Definition.
-
Method Details
-
create
public static MEDashboardDataDefinition create(SrvContext srvCtx, MEHierarchyAble ohOwner, String strName, String strConfig) throws InoNetException, SrvErrorException Create a new Dashboard Data Definition.- Parameters:
srvCtx- The context of the related innovator server.ohOwner- owner of the dashboard data definitionstrName- unique name of the dashboard data definition or empty to calculate a namestrConfig- config value of the dashboard data definition- Throws:
InoNetExceptionSrvErrorException
-
create
public static MEDashboardDataDefinition create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) throws InoNetException, SrvErrorException Create a new Dashboard Data Definition 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 MEDashboardDataDefinition create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) throws InoNetException, SrvErrorException Create a new Dashboard Data Definition 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
-