Class InvokableTaskModel

java.lang.Object
de.xima.fc.inbox.model.InvokableTaskModel
All Implemented Interfaces:
Serializable

public final class InvokableTaskModel extends Object implements Serializable
POJO Model for a workflow task / trigger that can be initiated by a user in the inbox.
Since:
7.0.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Returns:
      The human-readable display name for this task, shown in the inbox.
    • getTask

      public WorkflowTask getTask()
      Returns:
      The workflow task that is run when initiated by the user.
    • getTrigger

      public WorkflowTrigger getTrigger()
      Returns:
      The trigger which belongs to the task that is run when initiated by the user.