public class CheckForWorkGenericImpl extends TaskCommandImpl implements CheckForWorkCmd
COPYRIGHT, defaultCommandClassName, NAME
Constructor and Description |
---|
CheckForWorkGenericImpl()
Creates the generic check for work task command.
|
Modifier and Type | Method and Description |
---|---|
boolean |
checkProcessingNeeded()
Will always indicate that work needs to be done by returning true.
|
void |
setStoreId(java.lang.Integer storeId)
Empty method which does not do anything because the result is always true.
|
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, performExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCache
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
public CheckForWorkGenericImpl()
public boolean checkProcessingNeeded()
checkProcessingNeeded
in interface CheckForWorkCmd
true
value.public void setStoreId(java.lang.Integer storeId)
setStoreId
in interface CheckForWorkCmd
storeId
- the store id.