Class DistributedProcessModel

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DistributedImportProcessModel, SimpleDistributedProcessModel, Y2YDistributedProcessModel

public class DistributedProcessModel extends ItemModel
Generated model class for type DistributedProcess first defined at extension processing.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • CODE

      public static final String CODE
      Generated constant - Attribute key of DistributedProcess.code attribute defined at extension processing.
      See Also:
    • HANDLERBEANID

      public static final String HANDLERBEANID
      Generated constant - Attribute key of DistributedProcess.handlerBeanId attribute defined at extension processing.
      See Also:
    • CURRENTEXECUTIONID

      public static final String CURRENTEXECUTIONID
      Generated constant - Attribute key of DistributedProcess.currentExecutionId attribute defined at extension processing.
      See Also:
    • STATE

      public static final String STATE
      Generated constant - Attribute key of DistributedProcess.state attribute defined at extension processing.
      See Also:
    • STOPREQUESTED

      public static final String STOPREQUESTED
      Generated constant - Attribute key of DistributedProcess.stopRequested attribute defined at extension processing.
      See Also:
    • NODEGROUP

      public static final String NODEGROUP
      Generated constant - Attribute key of DistributedProcess.nodeGroup attribute defined at extension processing.
      See Also:
    • STATUS

      public static final String STATUS
      Generated constant - Attribute key of DistributedProcess.status attribute defined at extension processing.
      See Also:
    • EXTENDEDSTATUS

      public static final String EXTENDEDSTATUS
      Generated constant - Attribute key of DistributedProcess.extendedStatus attribute defined at extension processing.
      See Also:
    • PROGRESS

      public static final String PROGRESS
      Generated constant - Attribute key of DistributedProcess.progress attribute defined at extension processing.
      See Also:
    • BATCHES

      public static final String BATCHES
      Generated constant - Attribute key of DistributedProcess.batches attribute defined at extension processing.
      See Also:
  • Constructor Details

    • DistributedProcessModel

      public DistributedProcessModel()
      Generated constructor - Default constructor for generic creation.
    • DistributedProcessModel

      public DistributedProcessModel(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • DistributedProcessModel

      @Deprecated(since="4.1.1", forRemoval=true) public DistributedProcessModel(String _code, String _currentExecutionId, DistributedProcessState _state)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _code - initial attribute declared by type DistributedProcess at extension processing
      _currentExecutionId - initial attribute declared by type DistributedProcess at extension processing
      _state - initial attribute declared by type DistributedProcess at extension processing
    • DistributedProcessModel

      @Deprecated(since="4.1.1", forRemoval=true) public DistributedProcessModel(String _code, String _currentExecutionId, String _handlerBeanId, String _nodeGroup, ItemModel _owner, DistributedProcessState _state)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _code - initial attribute declared by type DistributedProcess at extension processing
      _currentExecutionId - initial attribute declared by type DistributedProcess at extension processing
      _handlerBeanId - initial attribute declared by type DistributedProcess at extension processing
      _nodeGroup - initial attribute declared by type DistributedProcess at extension processing
      _owner - initial attribute declared by type Item at extension core
      _state - initial attribute declared by type DistributedProcess at extension processing
  • Method Details

    • getBatches

      @Accessor(qualifier="batches", type=GETTER) public Collection<BatchModel> getBatches()
      Generated method - Getter of the DistributedProcess.batches attribute defined at extension processing. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the batches
    • getCode

      @Accessor(qualifier="code", type=GETTER) public String getCode()
      Generated method - Getter of the DistributedProcess.code attribute defined at extension processing.
      Returns:
      the code
    • getCurrentExecutionId

      @Accessor(qualifier="currentExecutionId", type=GETTER) public String getCurrentExecutionId()
      Generated method - Getter of the DistributedProcess.currentExecutionId attribute defined at extension processing.
      Returns:
      the currentExecutionId
    • getExtendedStatus

      @Accessor(qualifier="extendedStatus", type=GETTER) public String getExtendedStatus()
      Generated method - Getter of the DistributedProcess.extendedStatus attribute defined at extension processing.
      Returns:
      the extendedStatus
    • getHandlerBeanId

      @Accessor(qualifier="handlerBeanId", type=GETTER) public String getHandlerBeanId()
      Generated method - Getter of the DistributedProcess.handlerBeanId attribute defined at extension processing.
      Returns:
      the handlerBeanId
    • getNodeGroup

      @Accessor(qualifier="nodeGroup", type=GETTER) public String getNodeGroup()
      Generated method - Getter of the DistributedProcess.nodeGroup attribute defined at extension processing.
      Returns:
      the nodeGroup
    • getProgress

      @Accessor(qualifier="progress", type=GETTER) public Double getProgress()
      Generated method - Getter of the DistributedProcess.progress attribute defined at extension processing.
      Returns:
      the progress
    • getState

      @Accessor(qualifier="state", type=GETTER) public DistributedProcessState getState()
      Generated method - Getter of the DistributedProcess.state attribute defined at extension processing.
      Returns:
      the state
    • getStatus

      @Accessor(qualifier="status", type=GETTER) public String getStatus()
      Generated method - Getter of the DistributedProcess.status attribute defined at extension processing.
      Returns:
      the status
    • isStopRequested

      @Accessor(qualifier="stopRequested", type=GETTER) public boolean isStopRequested()
      Generated method - Getter of the DistributedProcess.stopRequested attribute defined at extension processing.
      Returns:
      the stopRequested
    • setBatches

      @Accessor(qualifier="batches", type=SETTER) public void setBatches(Collection<BatchModel> value)
      Generated method - Setter of DistributedProcess.batches attribute defined at extension processing.
      Parameters:
      value - the batches
    • setCode

      @Accessor(qualifier="code", type=SETTER) public void setCode(String value)
      Generated method - Initial setter of DistributedProcess.code attribute defined at extension processing. Can only be used at creation of model - before first save.
      Parameters:
      value - the code
    • setCurrentExecutionId

      @Accessor(qualifier="currentExecutionId", type=SETTER) public void setCurrentExecutionId(String value)
      Generated method - Setter of DistributedProcess.currentExecutionId attribute defined at extension processing.
      Parameters:
      value - the currentExecutionId
    • setExtendedStatus

      @Accessor(qualifier="extendedStatus", type=SETTER) public void setExtendedStatus(String value)
      Generated method - Setter of DistributedProcess.extendedStatus attribute defined at extension processing.
      Parameters:
      value - the extendedStatus
    • setHandlerBeanId

      @Accessor(qualifier="handlerBeanId", type=SETTER) public void setHandlerBeanId(String value)
      Generated method - Initial setter of DistributedProcess.handlerBeanId attribute defined at extension processing. Can only be used at creation of model - before first save.
      Parameters:
      value - the handlerBeanId
    • setNodeGroup

      @Accessor(qualifier="nodeGroup", type=SETTER) public void setNodeGroup(String value)
      Generated method - Initial setter of DistributedProcess.nodeGroup attribute defined at extension processing. Can only be used at creation of model - before first save.
      Parameters:
      value - the nodeGroup
    • setProgress

      @Accessor(qualifier="progress", type=SETTER) public void setProgress(Double value)
      Generated method - Setter of DistributedProcess.progress attribute defined at extension processing.
      Parameters:
      value - the progress
    • setState

      @Accessor(qualifier="state", type=SETTER) public void setState(DistributedProcessState value)
      Generated method - Setter of DistributedProcess.state attribute defined at extension processing.
      Parameters:
      value - the state
    • setStatus

      @Accessor(qualifier="status", type=SETTER) public void setStatus(String value)
      Generated method - Setter of DistributedProcess.status attribute defined at extension processing.
      Parameters:
      value - the status
    • setStopRequested

      @Accessor(qualifier="stopRequested", type=SETTER) public void setStopRequested(boolean value)
      Generated method - Setter of DistributedProcess.stopRequested attribute defined at extension processing.
      Parameters:
      value - the stopRequested