Package de.hybris.platform.task
Class GeneratedTask
- java.lang.Object
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
Task
public abstract class GeneratedTask extends GenericItem
Generated class for typeTask
.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
GenericItem.GenericItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LocalizableItem.LocalizableItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
ExtensibleItem.ExtensibleItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item
Item.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CONDITIONS
Qualifier of theTask.conditions
attributeprotected static OneToManyHandler<TaskCondition>
CONDITIONSHANDLER
OneToManyHandler
for handling 1:n CONDITIONS's relation attributes from 'many' side.static java.lang.String
CONTEXT
Qualifier of theTask.context
attributestatic java.lang.String
CONTEXTITEM
Qualifier of theTask.contextItem
attributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
EXECUTIONHOURMILLIS
Qualifier of theTask.executionHourMillis
attributestatic java.lang.String
EXECUTIONTIMEMILLIS
Qualifier of theTask.executionTimeMillis
attributestatic java.lang.String
EXPIRATIONTIMEMILLIS
Qualifier of theTask.expirationTimeMillis
attributestatic java.lang.String
FAILED
Qualifier of theTask.failed
attributestatic java.lang.String
NODEGROUP
Qualifier of theTask.nodeGroup
attributestatic java.lang.String
NODEID
Qualifier of theTask.nodeId
attributestatic java.lang.String
RETRY
Qualifier of theTask.retry
attributestatic java.lang.String
RUNNERBEAN
Qualifier of theTask.runnerBean
attributestatic java.lang.String
RUNNINGONCLUSTERNODE
Qualifier of theTask.runningOnClusterNode
attribute-
Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LANGUAGE_FALLBACK_ENABLED
-
Fields inherited from class de.hybris.platform.jalo.Item
_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE
-
Fields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant
-
-
Constructor Summary
Constructors Constructor Description GeneratedTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToConditions(SessionContext ctx, TaskCondition value)
Generated method - Addsvalue
to conditions.void
addToConditions(TaskCondition value)
Generated method - Addsvalue
to conditions.java.util.Set<TaskCondition>
getConditions()
Generated method - Getter of theTask.conditions
attribute.java.util.Set<TaskCondition>
getConditions(SessionContext ctx)
Generated method - Getter of theTask.conditions
attribute.java.lang.Object
getContext()
Generated method - Getter of theTask.context
attribute.java.lang.Object
getContext(SessionContext ctx)
Generated method - Getter of theTask.context
attribute.Item
getContextItem()
Generated method - Getter of theTask.contextItem
attribute.Item
getContextItem(SessionContext ctx)
Generated method - Getter of theTask.contextItem
attribute.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
java.lang.Long
getExecutionTimeMillis()
Generated method - Getter of theTask.executionTimeMillis
attribute.java.lang.Long
getExecutionTimeMillis(SessionContext ctx)
Generated method - Getter of theTask.executionTimeMillis
attribute.long
getExecutionTimeMillisAsPrimitive()
Generated method - Getter of theTask.executionTimeMillis
attribute.long
getExecutionTimeMillisAsPrimitive(SessionContext ctx)
Generated method - Getter of theTask.executionTimeMillis
attribute.java.lang.Long
getExpirationTimeMillis()
Generated method - Getter of theTask.expirationTimeMillis
attribute.java.lang.Long
getExpirationTimeMillis(SessionContext ctx)
Generated method - Getter of theTask.expirationTimeMillis
attribute.long
getExpirationTimeMillisAsPrimitive()
Generated method - Getter of theTask.expirationTimeMillis
attribute.long
getExpirationTimeMillisAsPrimitive(SessionContext ctx)
Generated method - Getter of theTask.expirationTimeMillis
attribute.java.lang.String
getNodeGroup()
Generated method - Getter of theTask.nodeGroup
attribute.java.lang.String
getNodeGroup(SessionContext ctx)
Generated method - Getter of theTask.nodeGroup
attribute.java.lang.Integer
getNodeId()
Generated method - Getter of theTask.nodeId
attribute.java.lang.Integer
getNodeId(SessionContext ctx)
Generated method - Getter of theTask.nodeId
attribute.int
getNodeIdAsPrimitive()
Generated method - Getter of theTask.nodeId
attribute.int
getNodeIdAsPrimitive(SessionContext ctx)
Generated method - Getter of theTask.nodeId
attribute.java.lang.Integer
getRetry()
Generated method - Getter of theTask.retry
attribute.java.lang.Integer
getRetry(SessionContext ctx)
Generated method - Getter of theTask.retry
attribute.int
getRetryAsPrimitive()
Generated method - Getter of theTask.retry
attribute.int
getRetryAsPrimitive(SessionContext ctx)
Generated method - Getter of theTask.retry
attribute.java.lang.String
getRunnerBean()
Generated method - Getter of theTask.runnerBean
attribute.java.lang.String
getRunnerBean(SessionContext ctx)
Generated method - Getter of theTask.runnerBean
attribute.java.lang.Integer
getRunningOnClusterNode()
Generated method - Getter of theTask.runningOnClusterNode
attribute.java.lang.Integer
getRunningOnClusterNode(SessionContext ctx)
Generated method - Getter of theTask.runningOnClusterNode
attribute.int
getRunningOnClusterNodeAsPrimitive()
Generated method - Getter of theTask.runningOnClusterNode
attribute.int
getRunningOnClusterNodeAsPrimitive(SessionContext ctx)
Generated method - Getter of theTask.runningOnClusterNode
attribute.java.lang.Boolean
isFailed()
Generated method - Getter of theTask.failed
attribute.java.lang.Boolean
isFailed(SessionContext ctx)
Generated method - Getter of theTask.failed
attribute.boolean
isFailedAsPrimitive()
Generated method - Getter of theTask.failed
attribute.boolean
isFailedAsPrimitive(SessionContext ctx)
Generated method - Getter of theTask.failed
attribute.void
removeFromConditions(SessionContext ctx, TaskCondition value)
Generated method - Removesvalue
from conditions.void
removeFromConditions(TaskCondition value)
Generated method - Removesvalue
from conditions.void
setConditions(SessionContext ctx, java.util.Set<TaskCondition> value)
Generated method - Setter of theTask.conditions
attribute.void
setConditions(java.util.Set<TaskCondition> value)
Generated method - Setter of theTask.conditions
attribute.void
setContext(SessionContext ctx, java.lang.Object value)
Generated method - Setter of theTask.context
attribute.void
setContext(java.lang.Object value)
Generated method - Setter of theTask.context
attribute.void
setContextItem(Item value)
Generated method - Setter of theTask.contextItem
attribute.void
setContextItem(SessionContext ctx, Item value)
Generated method - Setter of theTask.contextItem
attribute.void
setExecutionHourMillis(long value)
Generated method - Setter of theTask.executionHourMillis
attribute.void
setExecutionHourMillis(SessionContext ctx, long value)
Generated method - Setter of theTask.executionHourMillis
attribute.void
setExecutionHourMillis(SessionContext ctx, java.lang.Long value)
Generated method - Setter of theTask.executionHourMillis
attribute.void
setExecutionHourMillis(java.lang.Long value)
Generated method - Setter of theTask.executionHourMillis
attribute.void
setExecutionTimeMillis(long value)
Generated method - Setter of theTask.executionTimeMillis
attribute.void
setExecutionTimeMillis(SessionContext ctx, long value)
Generated method - Setter of theTask.executionTimeMillis
attribute.void
setExecutionTimeMillis(SessionContext ctx, java.lang.Long value)
Generated method - Setter of theTask.executionTimeMillis
attribute.void
setExecutionTimeMillis(java.lang.Long value)
Generated method - Setter of theTask.executionTimeMillis
attribute.void
setExpirationTimeMillis(long value)
Generated method - Setter of theTask.expirationTimeMillis
attribute.void
setExpirationTimeMillis(SessionContext ctx, long value)
Generated method - Setter of theTask.expirationTimeMillis
attribute.void
setExpirationTimeMillis(SessionContext ctx, java.lang.Long value)
Generated method - Setter of theTask.expirationTimeMillis
attribute.void
setExpirationTimeMillis(java.lang.Long value)
Generated method - Setter of theTask.expirationTimeMillis
attribute.void
setFailed(boolean value)
Generated method - Setter of theTask.failed
attribute.void
setFailed(SessionContext ctx, boolean value)
Generated method - Setter of theTask.failed
attribute.void
setFailed(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theTask.failed
attribute.void
setFailed(java.lang.Boolean value)
Generated method - Setter of theTask.failed
attribute.void
setNodeGroup(SessionContext ctx, java.lang.String value)
Generated method - Setter of theTask.nodeGroup
attribute.void
setNodeGroup(java.lang.String value)
Generated method - Setter of theTask.nodeGroup
attribute.void
setNodeId(int value)
Generated method - Setter of theTask.nodeId
attribute.void
setNodeId(SessionContext ctx, int value)
Generated method - Setter of theTask.nodeId
attribute.void
setNodeId(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theTask.nodeId
attribute.void
setNodeId(java.lang.Integer value)
Generated method - Setter of theTask.nodeId
attribute.void
setRetry(int value)
Generated method - Setter of theTask.retry
attribute.void
setRetry(SessionContext ctx, int value)
Generated method - Setter of theTask.retry
attribute.void
setRetry(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theTask.retry
attribute.void
setRetry(java.lang.Integer value)
Generated method - Setter of theTask.retry
attribute.void
setRunnerBean(SessionContext ctx, java.lang.String value)
Generated method - Setter of theTask.runnerBean
attribute.void
setRunnerBean(java.lang.String value)
Generated method - Setter of theTask.runnerBean
attribute.void
setRunningOnClusterNode(int value)
Generated method - Setter of theTask.runningOnClusterNode
attribute.void
setRunningOnClusterNode(SessionContext ctx, int value)
Generated method - Setter of theTask.runningOnClusterNode
attribute.void
setRunningOnClusterNode(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theTask.runningOnClusterNode
attribute.void
setRunningOnClusterNode(java.lang.Integer value)
Generated method - Setter of theTask.runningOnClusterNode
attribute.-
Methods inherited from class de.hybris.platform.jalo.GenericItem
createItem, getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, setRelatedItems
-
Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty
-
Methods inherited from class de.hybris.platform.jalo.ExtensibleItem
createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty
-
Methods inherited from class de.hybris.platform.jalo.Item
addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isMarkModifiedDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Field Detail
-
RUNNERBEAN
public static final java.lang.String RUNNERBEAN
Qualifier of theTask.runnerBean
attribute- See Also:
- Constant Field Values
-
EXECUTIONTIMEMILLIS
public static final java.lang.String EXECUTIONTIMEMILLIS
Qualifier of theTask.executionTimeMillis
attribute- See Also:
- Constant Field Values
-
EXECUTIONHOURMILLIS
public static final java.lang.String EXECUTIONHOURMILLIS
Qualifier of theTask.executionHourMillis
attribute- See Also:
- Constant Field Values
-
FAILED
public static final java.lang.String FAILED
Qualifier of theTask.failed
attribute- See Also:
- Constant Field Values
-
EXPIRATIONTIMEMILLIS
public static final java.lang.String EXPIRATIONTIMEMILLIS
Qualifier of theTask.expirationTimeMillis
attribute- See Also:
- Constant Field Values
-
CONTEXT
public static final java.lang.String CONTEXT
Qualifier of theTask.context
attribute- See Also:
- Constant Field Values
-
CONTEXTITEM
public static final java.lang.String CONTEXTITEM
Qualifier of theTask.contextItem
attribute- See Also:
- Constant Field Values
-
NODEID
public static final java.lang.String NODEID
Qualifier of theTask.nodeId
attribute- See Also:
- Constant Field Values
-
NODEGROUP
public static final java.lang.String NODEGROUP
Qualifier of theTask.nodeGroup
attribute- See Also:
- Constant Field Values
-
RETRY
public static final java.lang.String RETRY
Qualifier of theTask.retry
attribute- See Also:
- Constant Field Values
-
RUNNINGONCLUSTERNODE
public static final java.lang.String RUNNINGONCLUSTERNODE
Qualifier of theTask.runningOnClusterNode
attribute- See Also:
- Constant Field Values
-
CONDITIONS
public static final java.lang.String CONDITIONS
Qualifier of theTask.conditions
attribute- See Also:
- Constant Field Values
-
CONDITIONSHANDLER
protected static final OneToManyHandler<TaskCondition> CONDITIONSHANDLER
OneToManyHandler
for handling 1:n CONDITIONS's relation attributes from 'many' side.
-
DEFAULT_INITIAL_ATTRIBUTES
protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
- Overrides:
getDefaultAttributeModes
in classItem
-
getConditions
public java.util.Set<TaskCondition> getConditions(SessionContext ctx)
Generated method - Getter of theTask.conditions
attribute.- Returns:
- the conditions
-
getConditions
public java.util.Set<TaskCondition> getConditions()
Generated method - Getter of theTask.conditions
attribute.- Returns:
- the conditions
-
setConditions
public void setConditions(SessionContext ctx, java.util.Set<TaskCondition> value)
Generated method - Setter of theTask.conditions
attribute.- Parameters:
value
- the conditions
-
setConditions
public void setConditions(java.util.Set<TaskCondition> value)
Generated method - Setter of theTask.conditions
attribute.- Parameters:
value
- the conditions
-
addToConditions
public void addToConditions(SessionContext ctx, TaskCondition value)
Generated method - Addsvalue
to conditions.- Parameters:
value
- the item to add to conditions
-
addToConditions
public void addToConditions(TaskCondition value)
Generated method - Addsvalue
to conditions.- Parameters:
value
- the item to add to conditions
-
removeFromConditions
public void removeFromConditions(SessionContext ctx, TaskCondition value)
Generated method - Removesvalue
from conditions.- Parameters:
value
- the item to remove from conditions
-
removeFromConditions
public void removeFromConditions(TaskCondition value)
Generated method - Removesvalue
from conditions.- Parameters:
value
- the item to remove from conditions
-
getContext
public java.lang.Object getContext(SessionContext ctx)
Generated method - Getter of theTask.context
attribute.- Returns:
- the context
-
getContext
public java.lang.Object getContext()
Generated method - Getter of theTask.context
attribute.- Returns:
- the context
-
setContext
public void setContext(SessionContext ctx, java.lang.Object value)
Generated method - Setter of theTask.context
attribute.- Parameters:
value
- the context
-
setContext
public void setContext(java.lang.Object value)
Generated method - Setter of theTask.context
attribute.- Parameters:
value
- the context
-
getContextItem
public Item getContextItem(SessionContext ctx)
Generated method - Getter of theTask.contextItem
attribute.- Returns:
- the contextItem
-
getContextItem
public Item getContextItem()
Generated method - Getter of theTask.contextItem
attribute.- Returns:
- the contextItem
-
setContextItem
public void setContextItem(SessionContext ctx, Item value)
Generated method - Setter of theTask.contextItem
attribute.- Parameters:
value
- the contextItem
-
setContextItem
public void setContextItem(Item value)
Generated method - Setter of theTask.contextItem
attribute.- Parameters:
value
- the contextItem
-
setExecutionHourMillis
public void setExecutionHourMillis(SessionContext ctx, java.lang.Long value)
Generated method - Setter of theTask.executionHourMillis
attribute.- Parameters:
value
- the executionHourMillis - Internal representation to overcome database limitations!
-
setExecutionHourMillis
public void setExecutionHourMillis(java.lang.Long value)
Generated method - Setter of theTask.executionHourMillis
attribute.- Parameters:
value
- the executionHourMillis - Internal representation to overcome database limitations!
-
setExecutionHourMillis
public void setExecutionHourMillis(SessionContext ctx, long value)
Generated method - Setter of theTask.executionHourMillis
attribute.- Parameters:
value
- the executionHourMillis - Internal representation to overcome database limitations!
-
setExecutionHourMillis
public void setExecutionHourMillis(long value)
Generated method - Setter of theTask.executionHourMillis
attribute.- Parameters:
value
- the executionHourMillis - Internal representation to overcome database limitations!
-
getExecutionTimeMillis
public java.lang.Long getExecutionTimeMillis(SessionContext ctx)
Generated method - Getter of theTask.executionTimeMillis
attribute.- Returns:
- the executionTimeMillis - Internal representation to overcome database limitations!
-
getExecutionTimeMillis
public java.lang.Long getExecutionTimeMillis()
Generated method - Getter of theTask.executionTimeMillis
attribute.- Returns:
- the executionTimeMillis - Internal representation to overcome database limitations!
-
getExecutionTimeMillisAsPrimitive
public long getExecutionTimeMillisAsPrimitive(SessionContext ctx)
Generated method - Getter of theTask.executionTimeMillis
attribute.- Returns:
- the executionTimeMillis - Internal representation to overcome database limitations!
-
getExecutionTimeMillisAsPrimitive
public long getExecutionTimeMillisAsPrimitive()
Generated method - Getter of theTask.executionTimeMillis
attribute.- Returns:
- the executionTimeMillis - Internal representation to overcome database limitations!
-
setExecutionTimeMillis
public void setExecutionTimeMillis(SessionContext ctx, java.lang.Long value)
Generated method - Setter of theTask.executionTimeMillis
attribute.- Parameters:
value
- the executionTimeMillis - Internal representation to overcome database limitations!
-
setExecutionTimeMillis
public void setExecutionTimeMillis(java.lang.Long value)
Generated method - Setter of theTask.executionTimeMillis
attribute.- Parameters:
value
- the executionTimeMillis - Internal representation to overcome database limitations!
-
setExecutionTimeMillis
public void setExecutionTimeMillis(SessionContext ctx, long value)
Generated method - Setter of theTask.executionTimeMillis
attribute.- Parameters:
value
- the executionTimeMillis - Internal representation to overcome database limitations!
-
setExecutionTimeMillis
public void setExecutionTimeMillis(long value)
Generated method - Setter of theTask.executionTimeMillis
attribute.- Parameters:
value
- the executionTimeMillis - Internal representation to overcome database limitations!
-
getExpirationTimeMillis
public java.lang.Long getExpirationTimeMillis(SessionContext ctx)
Generated method - Getter of theTask.expirationTimeMillis
attribute.- Returns:
- the expirationTimeMillis - Date when this task is to be executed
-
getExpirationTimeMillis
public java.lang.Long getExpirationTimeMillis()
Generated method - Getter of theTask.expirationTimeMillis
attribute.- Returns:
- the expirationTimeMillis - Date when this task is to be executed
-
getExpirationTimeMillisAsPrimitive
public long getExpirationTimeMillisAsPrimitive(SessionContext ctx)
Generated method - Getter of theTask.expirationTimeMillis
attribute.- Returns:
- the expirationTimeMillis - Date when this task is to be executed
-
getExpirationTimeMillisAsPrimitive
public long getExpirationTimeMillisAsPrimitive()
Generated method - Getter of theTask.expirationTimeMillis
attribute.- Returns:
- the expirationTimeMillis - Date when this task is to be executed
-
setExpirationTimeMillis
public void setExpirationTimeMillis(SessionContext ctx, java.lang.Long value)
Generated method - Setter of theTask.expirationTimeMillis
attribute.- Parameters:
value
- the expirationTimeMillis - Date when this task is to be executed
-
setExpirationTimeMillis
public void setExpirationTimeMillis(java.lang.Long value)
Generated method - Setter of theTask.expirationTimeMillis
attribute.- Parameters:
value
- the expirationTimeMillis - Date when this task is to be executed
-
setExpirationTimeMillis
public void setExpirationTimeMillis(SessionContext ctx, long value)
Generated method - Setter of theTask.expirationTimeMillis
attribute.- Parameters:
value
- the expirationTimeMillis - Date when this task is to be executed
-
setExpirationTimeMillis
public void setExpirationTimeMillis(long value)
Generated method - Setter of theTask.expirationTimeMillis
attribute.- Parameters:
value
- the expirationTimeMillis - Date when this task is to be executed
-
isFailed
public java.lang.Boolean isFailed(SessionContext ctx)
Generated method - Getter of theTask.failed
attribute.- Returns:
- the failed
-
isFailed
public java.lang.Boolean isFailed()
Generated method - Getter of theTask.failed
attribute.- Returns:
- the failed
-
isFailedAsPrimitive
public boolean isFailedAsPrimitive(SessionContext ctx)
Generated method - Getter of theTask.failed
attribute.- Returns:
- the failed
-
isFailedAsPrimitive
public boolean isFailedAsPrimitive()
Generated method - Getter of theTask.failed
attribute.- Returns:
- the failed
-
setFailed
public void setFailed(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theTask.failed
attribute.- Parameters:
value
- the failed
-
setFailed
public void setFailed(java.lang.Boolean value)
Generated method - Setter of theTask.failed
attribute.- Parameters:
value
- the failed
-
setFailed
public void setFailed(SessionContext ctx, boolean value)
Generated method - Setter of theTask.failed
attribute.- Parameters:
value
- the failed
-
setFailed
public void setFailed(boolean value)
Generated method - Setter of theTask.failed
attribute.- Parameters:
value
- the failed
-
getNodeGroup
public java.lang.String getNodeGroup(SessionContext ctx)
Generated method - Getter of theTask.nodeGroup
attribute.- Returns:
- the nodeGroup
-
getNodeGroup
public java.lang.String getNodeGroup()
Generated method - Getter of theTask.nodeGroup
attribute.- Returns:
- the nodeGroup
-
setNodeGroup
public void setNodeGroup(SessionContext ctx, java.lang.String value)
Generated method - Setter of theTask.nodeGroup
attribute.- Parameters:
value
- the nodeGroup
-
setNodeGroup
public void setNodeGroup(java.lang.String value)
Generated method - Setter of theTask.nodeGroup
attribute.- Parameters:
value
- the nodeGroup
-
getNodeId
public java.lang.Integer getNodeId(SessionContext ctx)
Generated method - Getter of theTask.nodeId
attribute.- Returns:
- the nodeId
-
getNodeId
public java.lang.Integer getNodeId()
Generated method - Getter of theTask.nodeId
attribute.- Returns:
- the nodeId
-
getNodeIdAsPrimitive
public int getNodeIdAsPrimitive(SessionContext ctx)
Generated method - Getter of theTask.nodeId
attribute.- Returns:
- the nodeId
-
getNodeIdAsPrimitive
public int getNodeIdAsPrimitive()
Generated method - Getter of theTask.nodeId
attribute.- Returns:
- the nodeId
-
setNodeId
public void setNodeId(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theTask.nodeId
attribute.- Parameters:
value
- the nodeId
-
setNodeId
public void setNodeId(java.lang.Integer value)
Generated method - Setter of theTask.nodeId
attribute.- Parameters:
value
- the nodeId
-
setNodeId
public void setNodeId(SessionContext ctx, int value)
Generated method - Setter of theTask.nodeId
attribute.- Parameters:
value
- the nodeId
-
setNodeId
public void setNodeId(int value)
Generated method - Setter of theTask.nodeId
attribute.- Parameters:
value
- the nodeId
-
getRetry
public java.lang.Integer getRetry(SessionContext ctx)
Generated method - Getter of theTask.retry
attribute.- Returns:
- the retry
-
getRetry
public java.lang.Integer getRetry()
Generated method - Getter of theTask.retry
attribute.- Returns:
- the retry
-
getRetryAsPrimitive
public int getRetryAsPrimitive(SessionContext ctx)
Generated method - Getter of theTask.retry
attribute.- Returns:
- the retry
-
getRetryAsPrimitive
public int getRetryAsPrimitive()
Generated method - Getter of theTask.retry
attribute.- Returns:
- the retry
-
setRetry
public void setRetry(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theTask.retry
attribute.- Parameters:
value
- the retry
-
setRetry
public void setRetry(java.lang.Integer value)
Generated method - Setter of theTask.retry
attribute.- Parameters:
value
- the retry
-
setRetry
public void setRetry(SessionContext ctx, int value)
Generated method - Setter of theTask.retry
attribute.- Parameters:
value
- the retry
-
setRetry
public void setRetry(int value)
Generated method - Setter of theTask.retry
attribute.- Parameters:
value
- the retry
-
getRunnerBean
public java.lang.String getRunnerBean(SessionContext ctx)
Generated method - Getter of theTask.runnerBean
attribute.- Returns:
- the runnerBean
-
getRunnerBean
public java.lang.String getRunnerBean()
Generated method - Getter of theTask.runnerBean
attribute.- Returns:
- the runnerBean
-
setRunnerBean
public void setRunnerBean(SessionContext ctx, java.lang.String value)
Generated method - Setter of theTask.runnerBean
attribute.- Parameters:
value
- the runnerBean
-
setRunnerBean
public void setRunnerBean(java.lang.String value)
Generated method - Setter of theTask.runnerBean
attribute.- Parameters:
value
- the runnerBean
-
getRunningOnClusterNode
public java.lang.Integer getRunningOnClusterNode(SessionContext ctx)
Generated method - Getter of theTask.runningOnClusterNode
attribute.- Returns:
- the runningOnClusterNode
-
getRunningOnClusterNode
public java.lang.Integer getRunningOnClusterNode()
Generated method - Getter of theTask.runningOnClusterNode
attribute.- Returns:
- the runningOnClusterNode
-
getRunningOnClusterNodeAsPrimitive
public int getRunningOnClusterNodeAsPrimitive(SessionContext ctx)
Generated method - Getter of theTask.runningOnClusterNode
attribute.- Returns:
- the runningOnClusterNode
-
getRunningOnClusterNodeAsPrimitive
public int getRunningOnClusterNodeAsPrimitive()
Generated method - Getter of theTask.runningOnClusterNode
attribute.- Returns:
- the runningOnClusterNode
-
setRunningOnClusterNode
public void setRunningOnClusterNode(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theTask.runningOnClusterNode
attribute.- Parameters:
value
- the runningOnClusterNode
-
setRunningOnClusterNode
public void setRunningOnClusterNode(java.lang.Integer value)
Generated method - Setter of theTask.runningOnClusterNode
attribute.- Parameters:
value
- the runningOnClusterNode
-
setRunningOnClusterNode
public void setRunningOnClusterNode(SessionContext ctx, int value)
Generated method - Setter of theTask.runningOnClusterNode
attribute.- Parameters:
value
- the runningOnClusterNode
-
setRunningOnClusterNode
public void setRunningOnClusterNode(int value)
Generated method - Setter of theTask.runningOnClusterNode
attribute.- Parameters:
value
- the runningOnClusterNode
-
-