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 MaximoCache
MXException
MaximoCache.init()
public void reload() throws MXException
reload
in interface MaximoCache
MXException
MaximoCache.reload()
public void reload(java.lang.String mboName) throws MXException
reload
in interface MaximoCache
MXException
MaximoCache.reload(java.lang.String)
public java.lang.String getName()
getName
in interface MaximoCache
WFMBONAME
public boolean isAffected(java.lang.String mboName) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException