Class GeneratedDistributedProcess

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

public abstract class GeneratedDistributedProcess extends GenericItem
Generated class for type DistributedProcess.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedDistributedProcess

      public GeneratedDistributedProcess()
  • Method Details

    • getDefaultAttributeModes

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

      public Collection<Batch> getBatches(SessionContext ctx)
      Generated method - Getter of the DistributedProcess.batches attribute.
      Returns:
      the batches
    • getBatches

      public Collection<Batch> getBatches()
      Generated method - Getter of the DistributedProcess.batches attribute.
      Returns:
      the batches
    • setBatches

      public void setBatches(SessionContext ctx, Collection<Batch> value)
      Generated method - Setter of the DistributedProcess.batches attribute.
      Parameters:
      value - the batches
    • setBatches

      public void setBatches(Collection<Batch> value)
      Generated method - Setter of the DistributedProcess.batches attribute.
      Parameters:
      value - the batches
    • addToBatches

      public void addToBatches(SessionContext ctx, Batch value)
      Generated method - Adds value to batches.
      Parameters:
      value - the item to add to batches
    • addToBatches

      public void addToBatches(Batch value)
      Generated method - Adds value to batches.
      Parameters:
      value - the item to add to batches
    • removeFromBatches

      public void removeFromBatches(SessionContext ctx, Batch value)
      Generated method - Removes value from batches.
      Parameters:
      value - the item to remove from batches
    • removeFromBatches

      public void removeFromBatches(Batch value)
      Generated method - Removes value from batches.
      Parameters:
      value - the item to remove from batches
    • getCode

      public String getCode(SessionContext ctx)
      Generated method - Getter of the DistributedProcess.code attribute.
      Returns:
      the code
    • getCode

      public String getCode()
      Generated method - Getter of the DistributedProcess.code attribute.
      Returns:
      the code
    • setCode

      protected void setCode(SessionContext ctx, String value)
      Generated method - Setter of the DistributedProcess.code attribute.
      Parameters:
      value - the code
    • setCode

      protected void setCode(String value)
      Generated method - Setter of the DistributedProcess.code attribute.
      Parameters:
      value - the code
    • getCurrentExecutionId

      public String getCurrentExecutionId(SessionContext ctx)
      Generated method - Getter of the DistributedProcess.currentExecutionId attribute.
      Returns:
      the currentExecutionId
    • getCurrentExecutionId

      public String getCurrentExecutionId()
      Generated method - Getter of the DistributedProcess.currentExecutionId attribute.
      Returns:
      the currentExecutionId
    • setCurrentExecutionId

      public void setCurrentExecutionId(SessionContext ctx, String value)
      Generated method - Setter of the DistributedProcess.currentExecutionId attribute.
      Parameters:
      value - the currentExecutionId
    • setCurrentExecutionId

      public void setCurrentExecutionId(String value)
      Generated method - Setter of the DistributedProcess.currentExecutionId attribute.
      Parameters:
      value - the currentExecutionId
    • getExtendedStatus

      public String getExtendedStatus(SessionContext ctx)
      Generated method - Getter of the DistributedProcess.extendedStatus attribute.
      Returns:
      the extendedStatus
    • getExtendedStatus

      public String getExtendedStatus()
      Generated method - Getter of the DistributedProcess.extendedStatus attribute.
      Returns:
      the extendedStatus
    • setExtendedStatus

      public void setExtendedStatus(SessionContext ctx, String value)
      Generated method - Setter of the DistributedProcess.extendedStatus attribute.
      Parameters:
      value - the extendedStatus
    • setExtendedStatus

      public void setExtendedStatus(String value)
      Generated method - Setter of the DistributedProcess.extendedStatus attribute.
      Parameters:
      value - the extendedStatus
    • getHandlerBeanId

      public String getHandlerBeanId(SessionContext ctx)
      Generated method - Getter of the DistributedProcess.handlerBeanId attribute.
      Returns:
      the handlerBeanId
    • getHandlerBeanId

      public String getHandlerBeanId()
      Generated method - Getter of the DistributedProcess.handlerBeanId attribute.
      Returns:
      the handlerBeanId
    • setHandlerBeanId

      protected void setHandlerBeanId(SessionContext ctx, String value)
      Generated method - Setter of the DistributedProcess.handlerBeanId attribute.
      Parameters:
      value - the handlerBeanId
    • setHandlerBeanId

      protected void setHandlerBeanId(String value)
      Generated method - Setter of the DistributedProcess.handlerBeanId attribute.
      Parameters:
      value - the handlerBeanId
    • getNodeGroup

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

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

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

      protected void setNodeGroup(String value)
      Generated method - Setter of the DistributedProcess.nodeGroup attribute.
      Parameters:
      value - the nodeGroup
    • getProgress

      public Double getProgress(SessionContext ctx)
      Generated method - Getter of the DistributedProcess.progress attribute.
      Returns:
      the progress
    • getProgress

      public Double getProgress()
      Generated method - Getter of the DistributedProcess.progress attribute.
      Returns:
      the progress
    • getProgressAsPrimitive

      public double getProgressAsPrimitive(SessionContext ctx)
      Generated method - Getter of the DistributedProcess.progress attribute.
      Returns:
      the progress
    • getProgressAsPrimitive

      public double getProgressAsPrimitive()
      Generated method - Getter of the DistributedProcess.progress attribute.
      Returns:
      the progress
    • setProgress

      public void setProgress(SessionContext ctx, Double value)
      Generated method - Setter of the DistributedProcess.progress attribute.
      Parameters:
      value - the progress
    • setProgress

      public void setProgress(Double value)
      Generated method - Setter of the DistributedProcess.progress attribute.
      Parameters:
      value - the progress
    • setProgress

      public void setProgress(SessionContext ctx, double value)
      Generated method - Setter of the DistributedProcess.progress attribute.
      Parameters:
      value - the progress
    • setProgress

      public void setProgress(double value)
      Generated method - Setter of the DistributedProcess.progress attribute.
      Parameters:
      value - the progress
    • getState

      public EnumerationValue getState(SessionContext ctx)
      Generated method - Getter of the DistributedProcess.state attribute.
      Returns:
      the state
    • getState

      public EnumerationValue getState()
      Generated method - Getter of the DistributedProcess.state attribute.
      Returns:
      the state
    • setState

      public void setState(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the DistributedProcess.state attribute.
      Parameters:
      value - the state
    • setState

      public void setState(EnumerationValue value)
      Generated method - Setter of the DistributedProcess.state attribute.
      Parameters:
      value - the state
    • getStatus

      public String getStatus(SessionContext ctx)
      Generated method - Getter of the DistributedProcess.status attribute.
      Returns:
      the status
    • getStatus

      public String getStatus()
      Generated method - Getter of the DistributedProcess.status attribute.
      Returns:
      the status
    • setStatus

      public void setStatus(SessionContext ctx, String value)
      Generated method - Setter of the DistributedProcess.status attribute.
      Parameters:
      value - the status
    • setStatus

      public void setStatus(String value)
      Generated method - Setter of the DistributedProcess.status attribute.
      Parameters:
      value - the status
    • isStopRequested

      public Boolean isStopRequested(SessionContext ctx)
      Generated method - Getter of the DistributedProcess.stopRequested attribute.
      Returns:
      the stopRequested
    • isStopRequested

      public Boolean isStopRequested()
      Generated method - Getter of the DistributedProcess.stopRequested attribute.
      Returns:
      the stopRequested
    • isStopRequestedAsPrimitive

      public boolean isStopRequestedAsPrimitive(SessionContext ctx)
      Generated method - Getter of the DistributedProcess.stopRequested attribute.
      Returns:
      the stopRequested
    • isStopRequestedAsPrimitive

      public boolean isStopRequestedAsPrimitive()
      Generated method - Getter of the DistributedProcess.stopRequested attribute.
      Returns:
      the stopRequested
    • setStopRequested

      public void setStopRequested(SessionContext ctx, Boolean value)
      Generated method - Setter of the DistributedProcess.stopRequested attribute.
      Parameters:
      value - the stopRequested
    • setStopRequested

      public void setStopRequested(Boolean value)
      Generated method - Setter of the DistributedProcess.stopRequested attribute.
      Parameters:
      value - the stopRequested
    • setStopRequested

      public void setStopRequested(SessionContext ctx, boolean value)
      Generated method - Setter of the DistributedProcess.stopRequested attribute.
      Parameters:
      value - the stopRequested
    • setStopRequested

      public void setStopRequested(boolean value)
      Generated method - Setter of the DistributedProcess.stopRequested attribute.
      Parameters:
      value - the stopRequested