Class DistributedProcessWorkerTaskModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class DistributedProcessWorkerTaskModel
    extends TaskModel
    Generated model class for type DistributedProcessWorkerTask first defined at extension processing.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • CONDITIONID

        public static final java.lang.String CONDITIONID
        Generated constant - Attribute key of DistributedProcessWorkerTask.conditionId attribute defined at extension processing.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DistributedProcessWorkerTaskModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public DistributedProcessWorkerTaskModel​(java.lang.String _conditionId,
                                                 java.lang.String _runnerBean)
        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:
        _conditionId - initial attribute declared by type DistributedProcessWorkerTask at extension processing
        _runnerBean - initial attribute declared by type Task at extension processing
      • DistributedProcessWorkerTaskModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public DistributedProcessWorkerTaskModel​(java.lang.String _conditionId,
                                                 ItemModel _owner,
                                                 java.lang.String _runnerBean)
        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:
        _conditionId - initial attribute declared by type DistributedProcessWorkerTask at extension processing
        _owner - initial attribute declared by type Item at extension core
        _runnerBean - initial attribute declared by type Task at extension processing
    • Method Detail

      • getConditionId

        @Accessor(qualifier="conditionId",
                  type=GETTER)
        public java.lang.String getConditionId()
        Generated method - Getter of the DistributedProcessWorkerTask.conditionId attribute defined at extension processing.
        Returns:
        the conditionId
      • getContextItem

        @Accessor(qualifier="contextItem",
                  type=GETTER)
        public BatchModel getContextItem()
        Generated method - Getter of the Task.contextItem attribute defined at extension processing and redeclared at extension processing.
        Overrides:
        getContextItem in class TaskModel
        Returns:
        the contextItem
      • setConditionId

        @Accessor(qualifier="conditionId",
                  type=SETTER)
        public void setConditionId​(java.lang.String value)
        Generated method - Initial setter of DistributedProcessWorkerTask.conditionId attribute defined at extension processing. Can only be used at creation of model - before first save.
        Parameters:
        value - the conditionId
      • setContextItem

        @Accessor(qualifier="contextItem",
                  type=SETTER)
        public void setContextItem​(ItemModel value)
        Generated method - Setter of Task.contextItem attribute defined at extension processing and redeclared at extension processing. Will only accept values of type BatchModel.
        Overrides:
        setContextItem in class TaskModel
        Parameters:
        value - the contextItem