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
          Deprecated. 
 java.lang.String description
          Deprecated. 
 java.lang.String id
          Deprecated. 
 java.lang.String name
          Deprecated. 
 WorkflowPath path
          Deprecated. 
 java.util.Map properties
          Deprecated. 
 WorkflowTaskState state
          Deprecated. 
 java.lang.String title
          Deprecated. 
 
Constructor Summary
WorkflowTask(java.lang.String id, WorkflowTaskDefinition definition, java.lang.String name, java.lang.String title, java.lang.String description, WorkflowTaskState state, WorkflowPath path, java.util.Map properties)
           
 
Method Summary
 WorkflowTaskDefinition getDefinition()
           
 java.lang.String getDescription()
           
 java.lang.String getId()
           
 java.lang.String getName()
           
 WorkflowPath getPath()
           
 java.util.Map getProperties()
           
 WorkflowTaskState getState()
           
 java.lang.String getTitle()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

@Deprecated
public java.lang.String id
Deprecated. 
Unique id of Task


name

@Deprecated
public java.lang.String name
Deprecated. 
Task Name


title

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


description

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


state

@Deprecated
public WorkflowTaskState state
Deprecated. 
Task State


path

@Deprecated
public WorkflowPath path
Deprecated. 
Workflow path this Task is associated with


definition

@Deprecated
public WorkflowTaskDefinition definition
Deprecated. 
Task Definition


properties

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

Constructor Detail

WorkflowTask

public WorkflowTask(java.lang.String id,
                    WorkflowTaskDefinition definition,
                    java.lang.String name,
                    java.lang.String title,
                    java.lang.String description,
                    WorkflowTaskState state,
                    WorkflowPath path,
                    java.util.Map properties)
Method Detail

getId

public java.lang.String getId()
Returns:
the id

getName

public java.lang.String getName()
Returns:
the name

getTitle

public java.lang.String getTitle()
Returns:
the title

getDescription

public java.lang.String getDescription()
Returns:
the description

getState

public WorkflowTaskState getState()
Returns:
the state

getPath

public WorkflowPath getPath()
Returns:
the path

getDefinition

public WorkflowTaskDefinition getDefinition()
Returns:
the definition

getProperties

public java.util.Map getProperties()
Returns:
the properties

toString

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


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