Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

org.alfresco.service.cmr.workflow
Class WorkflowTask
java.lang.Object
  org.alfresco.service.cmr.workflow.WorkflowTask

@org.alfresco.api.AlfrescoPublicApi
public class WorkflowTask
extends Object
Workflow Task Data Object Represents a human-oriented task within an "in-flight" workflow instance
Author:
davidc

Field Summary
definition
          Deprecated.
description
          Deprecated.
id
          Deprecated.
name
          Deprecated.
path
          Deprecated.
properties
          Deprecated.
state
          Deprecated.
title
          Deprecated.
Constructor Summary
WorkflowTask(String id, WorkflowTaskDefinition definition, String name, String title, String description, WorkflowTaskState state, WorkflowPath path, Map<QName,Serializable> properties)
Method Summary
getDefinition()
getDescription()
getId()
getName()
getPath()
getProperties()
getState()
getTitle()
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Field Detail
definition
@Deprecated
public WorkflowTaskDefinition definition
Deprecated.
Task Definition

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

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

name
@Deprecated
public String name
Deprecated.
Task Name

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

properties
@Deprecated
public Map<QName,Serializable> properties
Deprecated.
Task Properties as described by Task Definition

state
@Deprecated
public WorkflowTaskState state
Deprecated.
Task State

title
@Deprecated
public String title
Deprecated.
Task Title (Localised)
Constructor Detail
WorkflowTask
public WorkflowTask(String id,
                    WorkflowTaskDefinition definition,
                    String name,
                    String title,
                    String description,
                    WorkflowTaskState state,
                    WorkflowPath path,
                    Map<QName,Serializable> properties)
Method Detail
getId
public String getId()
Returns:
the id

getName
public String getName()
Returns:
the name

getTitle
public String getTitle()
Returns:
the title

getDescription
public 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 Map<QName,SerializablegetProperties()
Returns:
the properties

toString
public String toString()
Overrides:
toString in class Object

Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

Copyright © 2005–2018 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.