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, updateCache
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
public 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.Command
isReadyToCallExecute
in class com.ibm.websphere.command.TargetableCommandImpl
public void reset()
reset
in interface com.ibm.websphere.command.Command
reset
in class com.ibm.websphere.command.CacheableCommandImpl
public boolean isGeneric()