org.alfresco.service.cmr.workflow
Class WorkflowTask

java.lang.Object
  extended by org.alfresco.service.cmr.workflow.WorkflowTask

public class WorkflowTask
extends java.lang.Object

Workflow Task Data Object Represents a human-oriented task within an "in-flight" workflow instance


Field Summary
 WorkflowTaskDefinition definition
          Task Definition
 java.lang.String description
          Task Description (Localised)
 java.lang.String id
          Unique id of Task
 java.lang.String name
          Task Name
 WorkflowPath path
          Workflow path this Task is associated with
 java.util.Map properties
          Task Properties as described by Task Definition
 WorkflowTaskState state
          Task State
 java.lang.String title
          Task Title (Localised)
 
Constructor Summary
WorkflowTask()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

public java.lang.String id
Unique id of Task


name

public java.lang.String name
Task Name


title

public java.lang.String title
Task Title (Localised)


description

public java.lang.String description
Task Description (Localised)


state

public WorkflowTaskState state
Task State


path

public WorkflowPath path
Workflow path this Task is associated with


definition

public WorkflowTaskDefinition definition
Task Definition


properties

public java.util.Map properties
Task Properties as described by Task Definition

Constructor Detail

WorkflowTask

public WorkflowTask()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.