Class GeneratedTask

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
Task

public abstract class GeneratedTask extends GenericItem
Generated class for type Task.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedTask

      public GeneratedTask()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getConditions

      public Set<TaskCondition> getConditions(SessionContext ctx)
      Generated method - Getter of the Task.conditions attribute.
      Returns:
      the conditions
    • getConditions

      public Set<TaskCondition> getConditions()
      Generated method - Getter of the Task.conditions attribute.
      Returns:
      the conditions
    • setConditions

      public void setConditions(SessionContext ctx, Set<TaskCondition> value)
      Generated method - Setter of the Task.conditions attribute.
      Parameters:
      value - the conditions
    • setConditions

      public void setConditions(Set<TaskCondition> value)
      Generated method - Setter of the Task.conditions attribute.
      Parameters:
      value - the conditions
    • addToConditions

      public void addToConditions(SessionContext ctx, TaskCondition value)
      Generated method - Adds value to conditions.
      Parameters:
      value - the item to add to conditions
    • addToConditions

      public void addToConditions(TaskCondition value)
      Generated method - Adds value to conditions.
      Parameters:
      value - the item to add to conditions
    • removeFromConditions

      public void removeFromConditions(SessionContext ctx, TaskCondition value)
      Generated method - Removes value from conditions.
      Parameters:
      value - the item to remove from conditions
    • removeFromConditions

      public void removeFromConditions(TaskCondition value)
      Generated method - Removes value from conditions.
      Parameters:
      value - the item to remove from conditions
    • getContext

      public Object getContext(SessionContext ctx)
      Generated method - Getter of the Task.context attribute.
      Returns:
      the context
    • getContext

      public Object getContext()
      Generated method - Getter of the Task.context attribute.
      Returns:
      the context
    • setContext

      public void setContext(SessionContext ctx, Object value)
      Generated method - Setter of the Task.context attribute.
      Parameters:
      value - the context
    • setContext

      public void setContext(Object value)
      Generated method - Setter of the Task.context attribute.
      Parameters:
      value - the context
    • getContextItem

      public Item getContextItem(SessionContext ctx)
      Generated method - Getter of the Task.contextItem attribute.
      Returns:
      the contextItem
    • getContextItem

      public Item getContextItem()
      Generated method - Getter of the Task.contextItem attribute.
      Returns:
      the contextItem
    • setContextItem

      public void setContextItem(SessionContext ctx, Item value)
      Generated method - Setter of the Task.contextItem attribute.
      Parameters:
      value - the contextItem
    • setContextItem

      public void setContextItem(Item value)
      Generated method - Setter of the Task.contextItem attribute.
      Parameters:
      value - the contextItem
    • setExecutionHourMillis

      public void setExecutionHourMillis(SessionContext ctx, Long value)
      Generated method - Setter of the Task.executionHourMillis attribute.
      Parameters:
      value - the executionHourMillis - Internal representation to overcome database limitations!
    • setExecutionHourMillis

      public void setExecutionHourMillis(Long value)
      Generated method - Setter of the Task.executionHourMillis attribute.
      Parameters:
      value - the executionHourMillis - Internal representation to overcome database limitations!
    • setExecutionHourMillis

      public void setExecutionHourMillis(SessionContext ctx, long value)
      Generated method - Setter of the Task.executionHourMillis attribute.
      Parameters:
      value - the executionHourMillis - Internal representation to overcome database limitations!
    • setExecutionHourMillis

      public void setExecutionHourMillis(long value)
      Generated method - Setter of the Task.executionHourMillis attribute.
      Parameters:
      value - the executionHourMillis - Internal representation to overcome database limitations!
    • getExecutionTimeMillis

      public Long getExecutionTimeMillis(SessionContext ctx)
      Generated method - Getter of the Task.executionTimeMillis attribute.
      Returns:
      the executionTimeMillis - Internal representation to overcome database limitations!
    • getExecutionTimeMillis

      public Long getExecutionTimeMillis()
      Generated method - Getter of the Task.executionTimeMillis attribute.
      Returns:
      the executionTimeMillis - Internal representation to overcome database limitations!
    • getExecutionTimeMillisAsPrimitive

      public long getExecutionTimeMillisAsPrimitive(SessionContext ctx)
      Generated method - Getter of the Task.executionTimeMillis attribute.
      Returns:
      the executionTimeMillis - Internal representation to overcome database limitations!
    • getExecutionTimeMillisAsPrimitive

      public long getExecutionTimeMillisAsPrimitive()
      Generated method - Getter of the Task.executionTimeMillis attribute.
      Returns:
      the executionTimeMillis - Internal representation to overcome database limitations!
    • setExecutionTimeMillis

      public void setExecutionTimeMillis(SessionContext ctx, Long value)
      Generated method - Setter of the Task.executionTimeMillis attribute.
      Parameters:
      value - the executionTimeMillis - Internal representation to overcome database limitations!
    • setExecutionTimeMillis

      public void setExecutionTimeMillis(Long value)
      Generated method - Setter of the Task.executionTimeMillis attribute.
      Parameters:
      value - the executionTimeMillis - Internal representation to overcome database limitations!
    • setExecutionTimeMillis

      public void setExecutionTimeMillis(SessionContext ctx, long value)
      Generated method - Setter of the Task.executionTimeMillis attribute.
      Parameters:
      value - the executionTimeMillis - Internal representation to overcome database limitations!
    • setExecutionTimeMillis

      public void setExecutionTimeMillis(long value)
      Generated method - Setter of the Task.executionTimeMillis attribute.
      Parameters:
      value - the executionTimeMillis - Internal representation to overcome database limitations!
    • getExpirationTimeMillis

      public Long getExpirationTimeMillis(SessionContext ctx)
      Generated method - Getter of the Task.expirationTimeMillis attribute.
      Returns:
      the expirationTimeMillis - Date when this task is to be executed
    • getExpirationTimeMillis

      public Long getExpirationTimeMillis()
      Generated method - Getter of the Task.expirationTimeMillis attribute.
      Returns:
      the expirationTimeMillis - Date when this task is to be executed
    • getExpirationTimeMillisAsPrimitive

      public long getExpirationTimeMillisAsPrimitive(SessionContext ctx)
      Generated method - Getter of the Task.expirationTimeMillis attribute.
      Returns:
      the expirationTimeMillis - Date when this task is to be executed
    • getExpirationTimeMillisAsPrimitive

      public long getExpirationTimeMillisAsPrimitive()
      Generated method - Getter of the Task.expirationTimeMillis attribute.
      Returns:
      the expirationTimeMillis - Date when this task is to be executed
    • setExpirationTimeMillis

      public void setExpirationTimeMillis(SessionContext ctx, Long value)
      Generated method - Setter of the Task.expirationTimeMillis attribute.
      Parameters:
      value - the expirationTimeMillis - Date when this task is to be executed
    • setExpirationTimeMillis

      public void setExpirationTimeMillis(Long value)
      Generated method - Setter of the Task.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 the Task.expirationTimeMillis attribute.
      Parameters:
      value - the expirationTimeMillis - Date when this task is to be executed
    • setExpirationTimeMillis

      public void setExpirationTimeMillis(long value)
      Generated method - Setter of the Task.expirationTimeMillis attribute.
      Parameters:
      value - the expirationTimeMillis - Date when this task is to be executed
    • isFailed

      public Boolean isFailed(SessionContext ctx)
      Generated method - Getter of the Task.failed attribute.
      Returns:
      the failed
    • isFailed

      public Boolean isFailed()
      Generated method - Getter of the Task.failed attribute.
      Returns:
      the failed
    • isFailedAsPrimitive

      public boolean isFailedAsPrimitive(SessionContext ctx)
      Generated method - Getter of the Task.failed attribute.
      Returns:
      the failed
    • isFailedAsPrimitive

      public boolean isFailedAsPrimitive()
      Generated method - Getter of the Task.failed attribute.
      Returns:
      the failed
    • setFailed

      public void setFailed(SessionContext ctx, Boolean value)
      Generated method - Setter of the Task.failed attribute.
      Parameters:
      value - the failed
    • setFailed

      public void setFailed(Boolean value)
      Generated method - Setter of the Task.failed attribute.
      Parameters:
      value - the failed
    • setFailed

      public void setFailed(SessionContext ctx, boolean value)
      Generated method - Setter of the Task.failed attribute.
      Parameters:
      value - the failed
    • setFailed

      public void setFailed(boolean value)
      Generated method - Setter of the Task.failed attribute.
      Parameters:
      value - the failed
    • getNodeGroup

      public String getNodeGroup(SessionContext ctx)
      Generated method - Getter of the Task.nodeGroup attribute.
      Returns:
      the nodeGroup
    • getNodeGroup

      public String getNodeGroup()
      Generated method - Getter of the Task.nodeGroup attribute.
      Returns:
      the nodeGroup
    • setNodeGroup

      public void setNodeGroup(SessionContext ctx, String value)
      Generated method - Setter of the Task.nodeGroup attribute.
      Parameters:
      value - the nodeGroup
    • setNodeGroup

      public void setNodeGroup(String value)
      Generated method - Setter of the Task.nodeGroup attribute.
      Parameters:
      value - the nodeGroup
    • getNodeId

      public Integer getNodeId(SessionContext ctx)
      Generated method - Getter of the Task.nodeId attribute.
      Returns:
      the nodeId
    • getNodeId

      public Integer getNodeId()
      Generated method - Getter of the Task.nodeId attribute.
      Returns:
      the nodeId
    • getNodeIdAsPrimitive

      public int getNodeIdAsPrimitive(SessionContext ctx)
      Generated method - Getter of the Task.nodeId attribute.
      Returns:
      the nodeId
    • getNodeIdAsPrimitive

      public int getNodeIdAsPrimitive()
      Generated method - Getter of the Task.nodeId attribute.
      Returns:
      the nodeId
    • setNodeId

      public void setNodeId(SessionContext ctx, Integer value)
      Generated method - Setter of the Task.nodeId attribute.
      Parameters:
      value - the nodeId
    • setNodeId

      public void setNodeId(Integer value)
      Generated method - Setter of the Task.nodeId attribute.
      Parameters:
      value - the nodeId
    • setNodeId

      public void setNodeId(SessionContext ctx, int value)
      Generated method - Setter of the Task.nodeId attribute.
      Parameters:
      value - the nodeId
    • setNodeId

      public void setNodeId(int value)
      Generated method - Setter of the Task.nodeId attribute.
      Parameters:
      value - the nodeId
    • getRetry

      public Integer getRetry(SessionContext ctx)
      Generated method - Getter of the Task.retry attribute.
      Returns:
      the retry
    • getRetry

      public Integer getRetry()
      Generated method - Getter of the Task.retry attribute.
      Returns:
      the retry
    • getRetryAsPrimitive

      public int getRetryAsPrimitive(SessionContext ctx)
      Generated method - Getter of the Task.retry attribute.
      Returns:
      the retry
    • getRetryAsPrimitive

      public int getRetryAsPrimitive()
      Generated method - Getter of the Task.retry attribute.
      Returns:
      the retry
    • setRetry

      public void setRetry(SessionContext ctx, Integer value)
      Generated method - Setter of the Task.retry attribute.
      Parameters:
      value - the retry
    • setRetry

      public void setRetry(Integer value)
      Generated method - Setter of the Task.retry attribute.
      Parameters:
      value - the retry
    • setRetry

      public void setRetry(SessionContext ctx, int value)
      Generated method - Setter of the Task.retry attribute.
      Parameters:
      value - the retry
    • setRetry

      public void setRetry(int value)
      Generated method - Setter of the Task.retry attribute.
      Parameters:
      value - the retry
    • getRunnerBean

      public String getRunnerBean(SessionContext ctx)
      Generated method - Getter of the Task.runnerBean attribute.
      Returns:
      the runnerBean
    • getRunnerBean

      public String getRunnerBean()
      Generated method - Getter of the Task.runnerBean attribute.
      Returns:
      the runnerBean
    • setRunnerBean

      public void setRunnerBean(SessionContext ctx, String value)
      Generated method - Setter of the Task.runnerBean attribute.
      Parameters:
      value - the runnerBean
    • setRunnerBean

      public void setRunnerBean(String value)
      Generated method - Setter of the Task.runnerBean attribute.
      Parameters:
      value - the runnerBean
    • getRunningOnClusterNode

      public Integer getRunningOnClusterNode(SessionContext ctx)
      Generated method - Getter of the Task.runningOnClusterNode attribute.
      Returns:
      the runningOnClusterNode
    • getRunningOnClusterNode

      public Integer getRunningOnClusterNode()
      Generated method - Getter of the Task.runningOnClusterNode attribute.
      Returns:
      the runningOnClusterNode
    • getRunningOnClusterNodeAsPrimitive

      public int getRunningOnClusterNodeAsPrimitive(SessionContext ctx)
      Generated method - Getter of the Task.runningOnClusterNode attribute.
      Returns:
      the runningOnClusterNode
    • getRunningOnClusterNodeAsPrimitive

      public int getRunningOnClusterNodeAsPrimitive()
      Generated method - Getter of the Task.runningOnClusterNode attribute.
      Returns:
      the runningOnClusterNode
    • setRunningOnClusterNode

      public void setRunningOnClusterNode(SessionContext ctx, Integer value)
      Generated method - Setter of the Task.runningOnClusterNode attribute.
      Parameters:
      value - the runningOnClusterNode
    • setRunningOnClusterNode

      public void setRunningOnClusterNode(Integer value)
      Generated method - Setter of the Task.runningOnClusterNode attribute.
      Parameters:
      value - the runningOnClusterNode
    • setRunningOnClusterNode

      public void setRunningOnClusterNode(SessionContext ctx, int value)
      Generated method - Setter of the Task.runningOnClusterNode attribute.
      Parameters:
      value - the runningOnClusterNode
    • setRunningOnClusterNode

      public void setRunningOnClusterNode(int value)
      Generated method - Setter of the Task.runningOnClusterNode attribute.
      Parameters:
      value - the runningOnClusterNode