Class ProcessTaskModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class ProcessTaskModel
    extends TaskModel
    Generated model class for type ProcessTask 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
      • _PROCESS2TASKRELATION

        public static final java.lang.String _PROCESS2TASKRELATION
        Generated relation code constant for relation Process2TaskRelation defining source attribute process in extension processing.
        See Also:
        Constant Field Values
      • ACTION

        public static final java.lang.String ACTION
        Generated constant - Attribute key of ProcessTask.action attribute defined at extension processing.
        See Also:
        Constant Field Values
      • PROCESS

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

      • ProcessTaskModel

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

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

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

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

      • getAction

        @Accessor(qualifier="action",
                  type=GETTER)
        public java.lang.String getAction()
        Generated method - Getter of the ProcessTask.action attribute defined at extension processing.
        Returns:
        the action - Name of the action to perform.
      • setAction

        @Accessor(qualifier="action",
                  type=SETTER)
        public void setAction​(java.lang.String value)
        Generated method - Setter of ProcessTask.action attribute defined at extension processing.
        Parameters:
        value - the action - Name of the action to perform.