|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.co.client.misc.CoMiscHelper
@Deprecated public abstract class CoMiscHelper
Helps with finding the role a current principal plays in the given context.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
static boolean |
checkInstallStatus(CoConfigFeature config)
Deprecated. checks installation status of an application or a module. |
static String |
checkInstallStatusOfSet(CoConfigFeature config,
String toCheck)
Deprecated. checks installation status of the set of applications and modules. |
static String |
getRole(CoContext context,
CoEnvData envData)
Deprecated. Returns the role a current principal plays in the given context. |
static String |
getTrailId(CoElement element,
String ufid,
CoEnvData envData)
Deprecated. Returns the id that can be recorded in a trail file. |
static void |
initInstallStatus()
Deprecated. Initialized installation status of installed applications and modules. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String getRole(CoContext context,
CoEnvData envData)
throws WTException
This method first looks for role determinator defined in the given
context. When found, it instantiates it and invokes getRole
method passing the context, the configuration feature describing the
role determinator, and conceptual environment.
Supported API: true
context - the context to find role determinator in.envData - the conceptual environment
WTException
public static void initInstallStatus()
throws WTException
WTException
public static String checkInstallStatusOfSet(CoConfigFeature config,
String toCheck)
throws WTException
config - toCheck -
WTException
public static boolean checkInstallStatus(CoConfigFeature config)
throws WTException
config -
WTException
public static String getTrailId(CoElement element,
String ufid,
CoEnvData envData)
throws WTException
element - ufid - envData - the conceptual environment
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||