public class WorkflowUtility
extends java.lang.Object
| Constructor and Description |
|---|
WorkflowUtility() |
| Modifier and Type | Method and Description |
|---|---|
static MboSetRemote |
getRelatedMboType(MboSetRemote startSet,
java.lang.String relation)
Finds the Mbo type which will be returned by the relationship, starting from the set given.
|
static java.lang.String |
getSelfServiceApps()
Return a string of the Self-Service Applications, ready to use in a where clause.
|
static java.util.Stack<java.lang.String> |
parseRelationship(java.lang.String relationship)
Parse the interaction's relationship.
|
public static MboSetRemote getRelatedMboType(MboSetRemote startSet, java.lang.String relation) throws java.rmi.RemoteException, MXException
startSet - The starting MboSetrelation - The relationship, i.e. "ASSET" or "ASSET.LOCATION"MXSystemException - Thrown with "system", "norelationship" if any section of the relationship
isn't found at the current MboSet.java.rmi.RemoteExceptionMXExceptionThis returns a Mbo, starting with a Mbo.public static java.util.Stack<java.lang.String> parseRelationship(java.lang.String relationship)
relationship - i.e. "ASSET.LOCATION"public static java.lang.String getSelfServiceApps()
throws java.rmi.RemoteException,
MXException
java.rmi.RemoteExceptionMXException