public class WorkflowCache extends java.lang.Object implements MaximoCache
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
WFMBONAME
Name of the cache
|
| Constructor and Description |
|---|
WorkflowCache() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the name of the cache.
|
void |
init()
No initial load of values is done.
|
boolean |
isAffected(java.lang.String mboName)
Return whether the Mbo is affected by workflow.
|
void |
reload()
Clears the lookup map.
|
void |
reload(java.lang.String mboName)
This method adds the MboName to the set.
|
public static final java.lang.String WFMBONAME
public void init()
throws MXException
init in interface MaximoCacheMXExceptionMaximoCache.init()public void reload()
throws MXException
reload in interface MaximoCacheMXExceptionMaximoCache.reload()public void reload(java.lang.String mboName)
throws MXException
reload in interface MaximoCacheMXExceptionMaximoCache.reload(java.lang.String)public java.lang.String getName()
getName in interface MaximoCacheWorkflowCache.WFMBONAMEpublic boolean isAffected(java.lang.String mboName)
throws java.rmi.RemoteException,
MXException
java.rmi.RemoteExceptionMXException