public abstract class AbstractProcessCatalogGroupActionCmdImpl
extends com.ibm.websphere.command.CacheableCommandImpl
| Constructor and Description |
|---|
AbstractProcessCatalogGroupActionCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getNoun()
Gets the noun.
|
boolean |
isGeneric()
This method returns true if the command can be run as a generic user, otherwise false.
|
boolean |
isReadyToCallExecute()
Check if command is ready to be run.
|
void |
reset()
Reset the local variables of the command.
|
void |
setActionExpression(ActionExpression processAction)
Sets the action expression.
|
void |
setNoun(java.lang.Object noun)
Sets the noun.
|
void |
setPersistentObjects(java.util.Map persistentObjects)
Sets the object to be persisted.
|
execute, executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicypublic AbstractProcessCatalogGroupActionCmdImpl()
public void setActionExpression(ActionExpression processAction)
processAction - Action to be processed.public void setNoun(java.lang.Object noun)
noun - Input noun object.public java.lang.Object getNoun()
public void setPersistentObjects(java.util.Map persistentObjects)
persistentObjects - Object to be persisted.public boolean isReadyToCallExecute()
isReadyToCallExecute in interface com.ibm.websphere.command.CommandisReadyToCallExecute in class com.ibm.websphere.command.TargetableCommandImplpublic void reset()
reset in interface com.ibm.websphere.command.Commandreset in class com.ibm.websphere.command.CacheableCommandImplpublic boolean isGeneric()