Class InboxViewModel

All Implemented Interfaces:
Serializable

public class InboxViewModel extends ItemModel
Generated model class for type InboxView first defined at extension workflow.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String ACTION
      Generated constant - Attribute key of InboxView.action attribute defined at extension workflow.
      See Also:
    • ACTIVATED

      public static final String ACTIVATED
      Generated constant - Attribute key of InboxView.activated attribute defined at extension workflow.
      See Also:
    • ACTIONCOMMENT

      public static final String ACTIONCOMMENT
      Generated constant - Attribute key of InboxView.actioncomment attribute defined at extension workflow.
      See Also:
    • WORKFLOW

      public static final String WORKFLOW
      Generated constant - Attribute key of InboxView.workflow attribute defined at extension workflow.
      See Also:
    • STATUS

      public static final String STATUS
      Generated constant - Attribute key of InboxView.status attribute defined at extension workflow.
      See Also:
  • Constructor Details

    • InboxViewModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public InboxViewModel(ItemModel _owner)
      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:
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getAction

      @Accessor(qualifier="action", type=GETTER) public WorkflowActionModel getAction()
      Generated method - Getter of the InboxView.action attribute defined at extension workflow.
      Returns:
      the action
    • getActioncomment

      @Accessor(qualifier="actioncomment", type=GETTER) public String getActioncomment()
      Generated method - Getter of the InboxView.actioncomment attribute defined at extension workflow.
      Returns:
      the actioncomment
    • getActivated

      @Accessor(qualifier="activated", type=GETTER) public String getActivated()
      Generated method - Getter of the InboxView.activated attribute defined at extension workflow.
      Returns:
      the activated
    • getStatus

      @Accessor(qualifier="status", type=GETTER) public WorkflowActionStatus getStatus()
      Generated method - Getter of the InboxView.status attribute defined at extension workflow.
      Returns:
      the status
    • getWorkflow

      @Accessor(qualifier="workflow", type=GETTER) public WorkflowModel getWorkflow()
      Generated method - Getter of the InboxView.workflow attribute defined at extension workflow.
      Returns:
      the workflow