|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectde.mid.innovator.srv2api.icw2er.BI2DimensionPrecedenceHelper
public abstract class BI2DimensionPrecedenceHelper
This is a utility class for BI2DimensionPrecedence that provides static methods for creation or other purposes.
BI2DimensionPrecedence| Method Summary | |
|---|---|
static BI2DimensionPrecedence |
create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Dimension Precedence (OLAP 2) with template from source to target element. |
static BI2DimensionPrecedence |
create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Dimension Precedence (OLAP 2) with stereotype from source to target element. |
static BI2DimensionPrecedence |
createAndMaintain(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Dimension Precedence (OLAP 2) with template from source to target element. |
static BI2DimensionPrecedence |
createAndMaintain(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohSource,
ELElement ohTarget)
Create a new Dimension Precedence (OLAP 2) with stereotype from source to target element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static BI2DimensionPrecedence create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohSource,
ELElement ohTarget)
throws InoNetException,
SrvErrorException
srvCtx - The context of the related innovator server.ohTemplate - Template for the new elementohSource - Source for the new elementohTarget - Target for the new element
InoNetException
SrvErrorException
public static BI2DimensionPrecedence create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohSource,
ELElement ohTarget)
throws InoNetException,
SrvErrorException
srvCtx - The context of the related innovator server.ohStereotype - Stereotype for the new elementohSource - Source for the new elementohTarget - Target for the new element
InoNetException
SrvErrorException
public static BI2DimensionPrecedence createAndMaintain(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohSource,
ELElement ohTarget)
throws InoNetException,
SrvErrorException
srvCtx - The context of the related innovator server.ohTemplate - Template for the new elementohSource - Source for the new elementohTarget - Target for the new element
InoNetException
SrvErrorException
public static BI2DimensionPrecedence createAndMaintain(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohSource,
ELElement ohTarget)
throws InoNetException,
SrvErrorException
srvCtx - The context of the related innovator server.ohStereotype - Stereotype for the new elementohSource - Source for the new elementohTarget - Target for the new element
InoNetException
SrvErrorException
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||