public abstract class AbstractProcessNounActionCmdImpl extends com.ibm.websphere.command.CacheableCommandImpl implements AbstractProcessNounActionCmd
Constructor and Description |
---|
AbstractProcessNounActionCmdImpl() |
Modifier and Type | Method and Description |
---|---|
ActionExpression |
getActionExpression()
Gets the action expression.
|
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()
This method always returns true.
|
void |
reset()
Reset the command to prepare it to be reused.
|
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
validate
public void setActionExpression(ActionExpression processAction)
setActionExpression
in interface AbstractProcessNounActionCmd
processAction
- Action to be processedpublic ActionExpression getActionExpression()
public void setNoun(java.lang.Object noun)
setNoun
in interface AbstractProcessNounActionCmd
noun
- Input noun objectpublic java.lang.Object getNoun()
public void setPersistentObjects(java.util.Map persistentObjects)
setPersistentObjects
in interface AbstractProcessNounActionCmd
persistentObjects
- Object to be persistedpublic 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()
isGeneric
in interface AbstractProcessNounActionCmd