|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectde.mid.innovator.srv2api.icw2meta.MMProfileHelper
public abstract class MMProfileHelper
A profile is a kind of package that extends a reference metamodel. The primary extension construct is the stereotype which is defined as part of profiles.
MMProfile| Method Summary | |
|---|---|
static MMProfile |
createProfile(SrvContext srvCtx)
Creates a profile. |
static List<ARG_VerifyElementMessageList> |
getVerifyProfileElementMessageList(SrvContext srvCtx,
List<? extends MMProfile> seqProfile,
List<K_CTREE> seqCTree,
MMVerify ohVerify)
Evaluate the verify for the list of profiles within the specified configuration views. |
static void |
unlockProfiles(SrvContext srvCtx)
Unlocks all profiles locked by the user. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static MMProfile createProfile(SrvContext srvCtx)
throws InoNetException,
SrvErrorException
srvCtx - The context of the related innovator server.
InoNetException
SrvErrorException
public static List<ARG_VerifyElementMessageList> getVerifyProfileElementMessageList(SrvContext srvCtx,
List<? extends MMProfile> seqProfile,
List<K_CTREE> seqCTree,
MMVerify ohVerify)
throws InoNetException,
SrvErrorException
srvCtx - The context of the related innovator server.seqProfile - List of profiles to be verified (ignore invalid)seqCTree - List of kind of configuration views to be verifiedohVerify - The verify to be evaluated
InoNetException
SrvErrorException
public static void unlockProfiles(SrvContext srvCtx)
throws InoNetException,
SrvErrorException
srvCtx - The context of the related innovator server.
InoNetException
SrvErrorException
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||