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.StringCONDITIONSQualifier of theTask.conditionsattributeprotected static OneToManyHandler<TaskCondition>CONDITIONSHANDLEROneToManyHandlerfor handling 1:n CONDITIONS's relation attributes from 'many' side.static java.lang.StringCONTEXTQualifier of theTask.contextattributestatic java.lang.StringCONTEXTITEMQualifier of theTask.contextItemattributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>DEFAULT_INITIAL_ATTRIBUTESstatic java.lang.StringEXECUTIONHOURMILLISQualifier of theTask.executionHourMillisattributestatic java.lang.StringEXECUTIONTIMEMILLISQualifier of theTask.executionTimeMillisattributestatic java.lang.StringEXPIRATIONTIMEMILLISQualifier of theTask.expirationTimeMillisattributestatic java.lang.StringFAILEDQualifier of theTask.failedattributestatic java.lang.StringNODEGROUPQualifier of theTask.nodeGroupattributestatic java.lang.StringNODEIDQualifier of theTask.nodeIdattributestatic java.lang.StringRETRYQualifier of theTask.retryattributestatic java.lang.StringRUNNERBEANQualifier of theTask.runnerBeanattributestatic java.lang.StringRUNNINGONCLUSTERNODEQualifier of theTask.runningOnClusterNodeattribute-
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 voidaddToConditions(SessionContext ctx, TaskCondition value)Generated method - Addsvalueto conditions.voidaddToConditions(TaskCondition value)Generated method - Addsvalueto conditions.java.util.Set<TaskCondition>getConditions()Generated method - Getter of theTask.conditionsattribute.java.util.Set<TaskCondition>getConditions(SessionContext ctx)Generated method - Getter of theTask.conditionsattribute.java.lang.ObjectgetContext()Generated method - Getter of theTask.contextattribute.java.lang.ObjectgetContext(SessionContext ctx)Generated method - Getter of theTask.contextattribute.ItemgetContextItem()Generated method - Getter of theTask.contextItemattribute.ItemgetContextItem(SessionContext ctx)Generated method - Getter of theTask.contextItemattribute.protected java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes()java.lang.LonggetExecutionTimeMillis()Generated method - Getter of theTask.executionTimeMillisattribute.java.lang.LonggetExecutionTimeMillis(SessionContext ctx)Generated method - Getter of theTask.executionTimeMillisattribute.longgetExecutionTimeMillisAsPrimitive()Generated method - Getter of theTask.executionTimeMillisattribute.longgetExecutionTimeMillisAsPrimitive(SessionContext ctx)Generated method - Getter of theTask.executionTimeMillisattribute.java.lang.LonggetExpirationTimeMillis()Generated method - Getter of theTask.expirationTimeMillisattribute.java.lang.LonggetExpirationTimeMillis(SessionContext ctx)Generated method - Getter of theTask.expirationTimeMillisattribute.longgetExpirationTimeMillisAsPrimitive()Generated method - Getter of theTask.expirationTimeMillisattribute.longgetExpirationTimeMillisAsPrimitive(SessionContext ctx)Generated method - Getter of theTask.expirationTimeMillisattribute.java.lang.StringgetNodeGroup()Generated method - Getter of theTask.nodeGroupattribute.java.lang.StringgetNodeGroup(SessionContext ctx)Generated method - Getter of theTask.nodeGroupattribute.java.lang.IntegergetNodeId()Generated method - Getter of theTask.nodeIdattribute.java.lang.IntegergetNodeId(SessionContext ctx)Generated method - Getter of theTask.nodeIdattribute.intgetNodeIdAsPrimitive()Generated method - Getter of theTask.nodeIdattribute.intgetNodeIdAsPrimitive(SessionContext ctx)Generated method - Getter of theTask.nodeIdattribute.java.lang.IntegergetRetry()Generated method - Getter of theTask.retryattribute.java.lang.IntegergetRetry(SessionContext ctx)Generated method - Getter of theTask.retryattribute.intgetRetryAsPrimitive()Generated method - Getter of theTask.retryattribute.intgetRetryAsPrimitive(SessionContext ctx)Generated method - Getter of theTask.retryattribute.java.lang.StringgetRunnerBean()Generated method - Getter of theTask.runnerBeanattribute.java.lang.StringgetRunnerBean(SessionContext ctx)Generated method - Getter of theTask.runnerBeanattribute.java.lang.IntegergetRunningOnClusterNode()Generated method - Getter of theTask.runningOnClusterNodeattribute.java.lang.IntegergetRunningOnClusterNode(SessionContext ctx)Generated method - Getter of theTask.runningOnClusterNodeattribute.intgetRunningOnClusterNodeAsPrimitive()Generated method - Getter of theTask.runningOnClusterNodeattribute.intgetRunningOnClusterNodeAsPrimitive(SessionContext ctx)Generated method - Getter of theTask.runningOnClusterNodeattribute.java.lang.BooleanisFailed()Generated method - Getter of theTask.failedattribute.java.lang.BooleanisFailed(SessionContext ctx)Generated method - Getter of theTask.failedattribute.booleanisFailedAsPrimitive()Generated method - Getter of theTask.failedattribute.booleanisFailedAsPrimitive(SessionContext ctx)Generated method - Getter of theTask.failedattribute.voidremoveFromConditions(SessionContext ctx, TaskCondition value)Generated method - Removesvaluefrom conditions.voidremoveFromConditions(TaskCondition value)Generated method - Removesvaluefrom conditions.voidsetConditions(SessionContext ctx, java.util.Set<TaskCondition> value)Generated method - Setter of theTask.conditionsattribute.voidsetConditions(java.util.Set<TaskCondition> value)Generated method - Setter of theTask.conditionsattribute.voidsetContext(SessionContext ctx, java.lang.Object value)Generated method - Setter of theTask.contextattribute.voidsetContext(java.lang.Object value)Generated method - Setter of theTask.contextattribute.voidsetContextItem(Item value)Generated method - Setter of theTask.contextItemattribute.voidsetContextItem(SessionContext ctx, Item value)Generated method - Setter of theTask.contextItemattribute.voidsetExecutionHourMillis(long value)Generated method - Setter of theTask.executionHourMillisattribute.voidsetExecutionHourMillis(SessionContext ctx, long value)Generated method - Setter of theTask.executionHourMillisattribute.voidsetExecutionHourMillis(SessionContext ctx, java.lang.Long value)Generated method - Setter of theTask.executionHourMillisattribute.voidsetExecutionHourMillis(java.lang.Long value)Generated method - Setter of theTask.executionHourMillisattribute.voidsetExecutionTimeMillis(long value)Generated method - Setter of theTask.executionTimeMillisattribute.voidsetExecutionTimeMillis(SessionContext ctx, long value)Generated method - Setter of theTask.executionTimeMillisattribute.voidsetExecutionTimeMillis(SessionContext ctx, java.lang.Long value)Generated method - Setter of theTask.executionTimeMillisattribute.voidsetExecutionTimeMillis(java.lang.Long value)Generated method - Setter of theTask.executionTimeMillisattribute.voidsetExpirationTimeMillis(long value)Generated method - Setter of theTask.expirationTimeMillisattribute.voidsetExpirationTimeMillis(SessionContext ctx, long value)Generated method - Setter of theTask.expirationTimeMillisattribute.voidsetExpirationTimeMillis(SessionContext ctx, java.lang.Long value)Generated method - Setter of theTask.expirationTimeMillisattribute.voidsetExpirationTimeMillis(java.lang.Long value)Generated method - Setter of theTask.expirationTimeMillisattribute.voidsetFailed(boolean value)Generated method - Setter of theTask.failedattribute.voidsetFailed(SessionContext ctx, boolean value)Generated method - Setter of theTask.failedattribute.voidsetFailed(SessionContext ctx, java.lang.Boolean value)Generated method - Setter of theTask.failedattribute.voidsetFailed(java.lang.Boolean value)Generated method - Setter of theTask.failedattribute.voidsetNodeGroup(SessionContext ctx, java.lang.String value)Generated method - Setter of theTask.nodeGroupattribute.voidsetNodeGroup(java.lang.String value)Generated method - Setter of theTask.nodeGroupattribute.voidsetNodeId(int value)Generated method - Setter of theTask.nodeIdattribute.voidsetNodeId(SessionContext ctx, int value)Generated method - Setter of theTask.nodeIdattribute.voidsetNodeId(SessionContext ctx, java.lang.Integer value)Generated method - Setter of theTask.nodeIdattribute.voidsetNodeId(java.lang.Integer value)Generated method - Setter of theTask.nodeIdattribute.voidsetRetry(int value)Generated method - Setter of theTask.retryattribute.voidsetRetry(SessionContext ctx, int value)Generated method - Setter of theTask.retryattribute.voidsetRetry(SessionContext ctx, java.lang.Integer value)Generated method - Setter of theTask.retryattribute.voidsetRetry(java.lang.Integer value)Generated method - Setter of theTask.retryattribute.voidsetRunnerBean(SessionContext ctx, java.lang.String value)Generated method - Setter of theTask.runnerBeanattribute.voidsetRunnerBean(java.lang.String value)Generated method - Setter of theTask.runnerBeanattribute.voidsetRunningOnClusterNode(int value)Generated method - Setter of theTask.runningOnClusterNodeattribute.voidsetRunningOnClusterNode(SessionContext ctx, int value)Generated method - Setter of theTask.runningOnClusterNodeattribute.voidsetRunningOnClusterNode(SessionContext ctx, java.lang.Integer value)Generated method - Setter of theTask.runningOnClusterNodeattribute.voidsetRunningOnClusterNode(java.lang.Integer value)Generated method - Setter of theTask.runningOnClusterNodeattribute.-
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.runnerBeanattribute- See Also:
- Constant Field Values
-
EXECUTIONTIMEMILLIS
public static final java.lang.String EXECUTIONTIMEMILLIS
Qualifier of theTask.executionTimeMillisattribute- See Also:
- Constant Field Values
-
EXECUTIONHOURMILLIS
public static final java.lang.String EXECUTIONHOURMILLIS
Qualifier of theTask.executionHourMillisattribute- See Also:
- Constant Field Values
-
FAILED
public static final java.lang.String FAILED
Qualifier of theTask.failedattribute- See Also:
- Constant Field Values
-
EXPIRATIONTIMEMILLIS
public static final java.lang.String EXPIRATIONTIMEMILLIS
Qualifier of theTask.expirationTimeMillisattribute- See Also:
- Constant Field Values
-
CONTEXT
public static final java.lang.String CONTEXT
Qualifier of theTask.contextattribute- See Also:
- Constant Field Values
-
CONTEXTITEM
public static final java.lang.String CONTEXTITEM
Qualifier of theTask.contextItemattribute- See Also:
- Constant Field Values
-
NODEID
public static final java.lang.String NODEID
Qualifier of theTask.nodeIdattribute- See Also:
- Constant Field Values
-
NODEGROUP
public static final java.lang.String NODEGROUP
Qualifier of theTask.nodeGroupattribute- See Also:
- Constant Field Values
-
RETRY
public static final java.lang.String RETRY
Qualifier of theTask.retryattribute- See Also:
- Constant Field Values
-
RUNNINGONCLUSTERNODE
public static final java.lang.String RUNNINGONCLUSTERNODE
Qualifier of theTask.runningOnClusterNodeattribute- See Also:
- Constant Field Values
-
CONDITIONS
public static final java.lang.String CONDITIONS
Qualifier of theTask.conditionsattribute- See Also:
- Constant Field Values
-
CONDITIONSHANDLER
protected static final OneToManyHandler<TaskCondition> CONDITIONSHANDLER
OneToManyHandlerfor 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:
getDefaultAttributeModesin classItem
-
getConditions
public java.util.Set<TaskCondition> getConditions(SessionContext ctx)
Generated method - Getter of theTask.conditionsattribute.- Returns:
- the conditions
-
getConditions
public java.util.Set<TaskCondition> getConditions()
Generated method - Getter of theTask.conditionsattribute.- Returns:
- the conditions
-
setConditions
public void setConditions(SessionContext ctx, java.util.Set<TaskCondition> value)
Generated method - Setter of theTask.conditionsattribute.- Parameters:
value- the conditions
-
setConditions
public void setConditions(java.util.Set<TaskCondition> value)
Generated method - Setter of theTask.conditionsattribute.- Parameters:
value- the conditions
-
addToConditions
public void addToConditions(SessionContext ctx, TaskCondition value)
Generated method - Addsvalueto conditions.- Parameters:
value- the item to add to conditions
-
addToConditions
public void addToConditions(TaskCondition value)
Generated method - Addsvalueto conditions.- Parameters:
value- the item to add to conditions
-
removeFromConditions
public void removeFromConditions(SessionContext ctx, TaskCondition value)
Generated method - Removesvaluefrom conditions.- Parameters:
value- the item to remove from conditions
-
removeFromConditions
public void removeFromConditions(TaskCondition value)
Generated method - Removesvaluefrom conditions.- Parameters:
value- the item to remove from conditions
-
getContext
public java.lang.Object getContext(SessionContext ctx)
Generated method - Getter of theTask.contextattribute.- Returns:
- the context
-
getContext
public java.lang.Object getContext()
Generated method - Getter of theTask.contextattribute.- Returns:
- the context
-
setContext
public void setContext(SessionContext ctx, java.lang.Object value)
Generated method - Setter of theTask.contextattribute.- Parameters:
value- the context
-
setContext
public void setContext(java.lang.Object value)
Generated method - Setter of theTask.contextattribute.- Parameters:
value- the context
-
getContextItem
public Item getContextItem(SessionContext ctx)
Generated method - Getter of theTask.contextItemattribute.- Returns:
- the contextItem
-
getContextItem
public Item getContextItem()
Generated method - Getter of theTask.contextItemattribute.- Returns:
- the contextItem
-
setContextItem
public void setContextItem(SessionContext ctx, Item value)
Generated method - Setter of theTask.contextItemattribute.- Parameters:
value- the contextItem
-
setContextItem
public void setContextItem(Item value)
Generated method - Setter of theTask.contextItemattribute.- Parameters:
value- the contextItem
-
setExecutionHourMillis
public void setExecutionHourMillis(SessionContext ctx, java.lang.Long value)
Generated method - Setter of theTask.executionHourMillisattribute.- Parameters:
value- the executionHourMillis - Internal representation to overcome database limitations!
-
setExecutionHourMillis
public void setExecutionHourMillis(java.lang.Long value)
Generated method - Setter of theTask.executionHourMillisattribute.- Parameters:
value- the executionHourMillis - Internal representation to overcome database limitations!
-
setExecutionHourMillis
public void setExecutionHourMillis(SessionContext ctx, long value)
Generated method - Setter of theTask.executionHourMillisattribute.- Parameters:
value- the executionHourMillis - Internal representation to overcome database limitations!
-
setExecutionHourMillis
public void setExecutionHourMillis(long value)
Generated method - Setter of theTask.executionHourMillisattribute.- Parameters:
value- the executionHourMillis - Internal representation to overcome database limitations!
-
getExecutionTimeMillis
public java.lang.Long getExecutionTimeMillis(SessionContext ctx)
Generated method - Getter of theTask.executionTimeMillisattribute.- Returns:
- the executionTimeMillis - Internal representation to overcome database limitations!
-
getExecutionTimeMillis
public java.lang.Long getExecutionTimeMillis()
Generated method - Getter of theTask.executionTimeMillisattribute.- Returns:
- the executionTimeMillis - Internal representation to overcome database limitations!
-
getExecutionTimeMillisAsPrimitive
public long getExecutionTimeMillisAsPrimitive(SessionContext ctx)
Generated method - Getter of theTask.executionTimeMillisattribute.- Returns:
- the executionTimeMillis - Internal representation to overcome database limitations!
-
getExecutionTimeMillisAsPrimitive
public long getExecutionTimeMillisAsPrimitive()
Generated method - Getter of theTask.executionTimeMillisattribute.- Returns:
- the executionTimeMillis - Internal representation to overcome database limitations!
-
setExecutionTimeMillis
public void setExecutionTimeMillis(SessionContext ctx, java.lang.Long value)
Generated method - Setter of theTask.executionTimeMillisattribute.- Parameters:
value- the executionTimeMillis - Internal representation to overcome database limitations!
-
setExecutionTimeMillis
public void setExecutionTimeMillis(java.lang.Long value)
Generated method - Setter of theTask.executionTimeMillisattribute.- Parameters:
value- the executionTimeMillis - Internal representation to overcome database limitations!
-
setExecutionTimeMillis
public void setExecutionTimeMillis(SessionContext ctx, long value)
Generated method - Setter of theTask.executionTimeMillisattribute.- Parameters:
value- the executionTimeMillis - Internal representation to overcome database limitations!
-
setExecutionTimeMillis
public void setExecutionTimeMillis(long value)
Generated method - Setter of theTask.executionTimeMillisattribute.- Parameters:
value- the executionTimeMillis - Internal representation to overcome database limitations!
-
getExpirationTimeMillis
public java.lang.Long getExpirationTimeMillis(SessionContext ctx)
Generated method - Getter of theTask.expirationTimeMillisattribute.- Returns:
- the expirationTimeMillis - Date when this task is to be executed
-
getExpirationTimeMillis
public java.lang.Long getExpirationTimeMillis()
Generated method - Getter of theTask.expirationTimeMillisattribute.- Returns:
- the expirationTimeMillis - Date when this task is to be executed
-
getExpirationTimeMillisAsPrimitive
public long getExpirationTimeMillisAsPrimitive(SessionContext ctx)
Generated method - Getter of theTask.expirationTimeMillisattribute.- Returns:
- the expirationTimeMillis - Date when this task is to be executed
-
getExpirationTimeMillisAsPrimitive
public long getExpirationTimeMillisAsPrimitive()
Generated method - Getter of theTask.expirationTimeMillisattribute.- 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.expirationTimeMillisattribute.- 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.expirationTimeMillisattribute.- 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.expirationTimeMillisattribute.- Parameters:
value- the expirationTimeMillis - Date when this task is to be executed
-
setExpirationTimeMillis
public void setExpirationTimeMillis(long value)
Generated method - Setter of theTask.expirationTimeMillisattribute.- 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.failedattribute.- Returns:
- the failed
-
isFailed
public java.lang.Boolean isFailed()
Generated method - Getter of theTask.failedattribute.- Returns:
- the failed
-
isFailedAsPrimitive
public boolean isFailedAsPrimitive(SessionContext ctx)
Generated method - Getter of theTask.failedattribute.- Returns:
- the failed
-
isFailedAsPrimitive
public boolean isFailedAsPrimitive()
Generated method - Getter of theTask.failedattribute.- Returns:
- the failed
-
setFailed
public void setFailed(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theTask.failedattribute.- Parameters:
value- the failed
-
setFailed
public void setFailed(java.lang.Boolean value)
Generated method - Setter of theTask.failedattribute.- Parameters:
value- the failed
-
setFailed
public void setFailed(SessionContext ctx, boolean value)
Generated method - Setter of theTask.failedattribute.- Parameters:
value- the failed
-
setFailed
public void setFailed(boolean value)
Generated method - Setter of theTask.failedattribute.- Parameters:
value- the failed
-
getNodeGroup
public java.lang.String getNodeGroup(SessionContext ctx)
Generated method - Getter of theTask.nodeGroupattribute.- Returns:
- the nodeGroup
-
getNodeGroup
public java.lang.String getNodeGroup()
Generated method - Getter of theTask.nodeGroupattribute.- Returns:
- the nodeGroup
-
setNodeGroup
public void setNodeGroup(SessionContext ctx, java.lang.String value)
Generated method - Setter of theTask.nodeGroupattribute.- Parameters:
value- the nodeGroup
-
setNodeGroup
public void setNodeGroup(java.lang.String value)
Generated method - Setter of theTask.nodeGroupattribute.- Parameters:
value- the nodeGroup
-
getNodeId
public java.lang.Integer getNodeId(SessionContext ctx)
Generated method - Getter of theTask.nodeIdattribute.- Returns:
- the nodeId
-
getNodeId
public java.lang.Integer getNodeId()
Generated method - Getter of theTask.nodeIdattribute.- Returns:
- the nodeId
-
getNodeIdAsPrimitive
public int getNodeIdAsPrimitive(SessionContext ctx)
Generated method - Getter of theTask.nodeIdattribute.- Returns:
- the nodeId
-
getNodeIdAsPrimitive
public int getNodeIdAsPrimitive()
Generated method - Getter of theTask.nodeIdattribute.- Returns:
- the nodeId
-
setNodeId
public void setNodeId(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theTask.nodeIdattribute.- Parameters:
value- the nodeId
-
setNodeId
public void setNodeId(java.lang.Integer value)
Generated method - Setter of theTask.nodeIdattribute.- Parameters:
value- the nodeId
-
setNodeId
public void setNodeId(SessionContext ctx, int value)
Generated method - Setter of theTask.nodeIdattribute.- Parameters:
value- the nodeId
-
setNodeId
public void setNodeId(int value)
Generated method - Setter of theTask.nodeIdattribute.- Parameters:
value- the nodeId
-
getRetry
public java.lang.Integer getRetry(SessionContext ctx)
Generated method - Getter of theTask.retryattribute.- Returns:
- the retry
-
getRetry
public java.lang.Integer getRetry()
Generated method - Getter of theTask.retryattribute.- Returns:
- the retry
-
getRetryAsPrimitive
public int getRetryAsPrimitive(SessionContext ctx)
Generated method - Getter of theTask.retryattribute.- Returns:
- the retry
-
getRetryAsPrimitive
public int getRetryAsPrimitive()
Generated method - Getter of theTask.retryattribute.- Returns:
- the retry
-
setRetry
public void setRetry(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theTask.retryattribute.- Parameters:
value- the retry
-
setRetry
public void setRetry(java.lang.Integer value)
Generated method - Setter of theTask.retryattribute.- Parameters:
value- the retry
-
setRetry
public void setRetry(SessionContext ctx, int value)
Generated method - Setter of theTask.retryattribute.- Parameters:
value- the retry
-
setRetry
public void setRetry(int value)
Generated method - Setter of theTask.retryattribute.- Parameters:
value- the retry
-
getRunnerBean
public java.lang.String getRunnerBean(SessionContext ctx)
Generated method - Getter of theTask.runnerBeanattribute.- Returns:
- the runnerBean
-
getRunnerBean
public java.lang.String getRunnerBean()
Generated method - Getter of theTask.runnerBeanattribute.- Returns:
- the runnerBean
-
setRunnerBean
public void setRunnerBean(SessionContext ctx, java.lang.String value)
Generated method - Setter of theTask.runnerBeanattribute.- Parameters:
value- the runnerBean
-
setRunnerBean
public void setRunnerBean(java.lang.String value)
Generated method - Setter of theTask.runnerBeanattribute.- Parameters:
value- the runnerBean
-
getRunningOnClusterNode
public java.lang.Integer getRunningOnClusterNode(SessionContext ctx)
Generated method - Getter of theTask.runningOnClusterNodeattribute.- Returns:
- the runningOnClusterNode
-
getRunningOnClusterNode
public java.lang.Integer getRunningOnClusterNode()
Generated method - Getter of theTask.runningOnClusterNodeattribute.- Returns:
- the runningOnClusterNode
-
getRunningOnClusterNodeAsPrimitive
public int getRunningOnClusterNodeAsPrimitive(SessionContext ctx)
Generated method - Getter of theTask.runningOnClusterNodeattribute.- Returns:
- the runningOnClusterNode
-
getRunningOnClusterNodeAsPrimitive
public int getRunningOnClusterNodeAsPrimitive()
Generated method - Getter of theTask.runningOnClusterNodeattribute.- Returns:
- the runningOnClusterNode
-
setRunningOnClusterNode
public void setRunningOnClusterNode(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theTask.runningOnClusterNodeattribute.- Parameters:
value- the runningOnClusterNode
-
setRunningOnClusterNode
public void setRunningOnClusterNode(java.lang.Integer value)
Generated method - Setter of theTask.runningOnClusterNodeattribute.- Parameters:
value- the runningOnClusterNode
-
setRunningOnClusterNode
public void setRunningOnClusterNode(SessionContext ctx, int value)
Generated method - Setter of theTask.runningOnClusterNodeattribute.- Parameters:
value- the runningOnClusterNode
-
setRunningOnClusterNode
public void setRunningOnClusterNode(int value)
Generated method - Setter of theTask.runningOnClusterNodeattribute.- Parameters:
value- the runningOnClusterNode
-
-