Class GeneratedDistributedProcess

    • Field Detail

      • CODE

        public static final java.lang.String CODE
        Qualifier of the DistributedProcess.code attribute
        See Also:
        Constant Field Values
      • HANDLERBEANID

        public static final java.lang.String HANDLERBEANID
        Qualifier of the DistributedProcess.handlerBeanId attribute
        See Also:
        Constant Field Values
      • CURRENTEXECUTIONID

        public static final java.lang.String CURRENTEXECUTIONID
        Qualifier of the DistributedProcess.currentExecutionId attribute
        See Also:
        Constant Field Values
      • STATE

        public static final java.lang.String STATE
        Qualifier of the DistributedProcess.state attribute
        See Also:
        Constant Field Values
      • STOPREQUESTED

        public static final java.lang.String STOPREQUESTED
        Qualifier of the DistributedProcess.stopRequested attribute
        See Also:
        Constant Field Values
      • NODEGROUP

        public static final java.lang.String NODEGROUP
        Qualifier of the DistributedProcess.nodeGroup attribute
        See Also:
        Constant Field Values
      • STATUS

        public static final java.lang.String STATUS
        Qualifier of the DistributedProcess.status attribute
        See Also:
        Constant Field Values
      • EXTENDEDSTATUS

        public static final java.lang.String EXTENDEDSTATUS
        Qualifier of the DistributedProcess.extendedStatus attribute
        See Also:
        Constant Field Values
      • PROGRESS

        public static final java.lang.String PROGRESS
        Qualifier of the DistributedProcess.progress attribute
        See Also:
        Constant Field Values
      • BATCHES

        public static final java.lang.String BATCHES
        Qualifier of the DistributedProcess.batches attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedDistributedProcess

        public GeneratedDistributedProcess()
    • Method Detail

      • getBatches

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

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

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

        public void setBatches​(java.util.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 java.lang.String getCode​(SessionContext ctx)
        Generated method - Getter of the DistributedProcess.code attribute.
        Returns:
        the code
      • getCode

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        public java.lang.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,
                                java.lang.Double value)
        Generated method - Setter of the DistributedProcess.progress attribute.
        Parameters:
        value - the progress
      • setProgress

        public void setProgress​(java.lang.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 java.lang.String getStatus​(SessionContext ctx)
        Generated method - Getter of the DistributedProcess.status attribute.
        Returns:
        the status
      • getStatus

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

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

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

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

        public java.lang.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,
                                     java.lang.Boolean value)
        Generated method - Setter of the DistributedProcess.stopRequested attribute.
        Parameters:
        value - the stopRequested
      • setStopRequested

        public void setStopRequested​(java.lang.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