org.alfresco.service.cmr.workflow
Class WorkflowTaskDefinition

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

public class WorkflowTaskDefinition
extends java.lang.Object

Workflow Task Definition Data Object. Represents meta-data for a Workflow Task. The meta-data is described in terms of the Alfresco Data Dictionary.


Field Summary
 java.lang.String id
          Unique id of Workflow Task Definition
 TypeDefinition metadata
          Task Metadata
 WorkflowNode node
          Workflow Node this task created from
 
Constructor Summary
WorkflowTaskDefinition()
           
 
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 Workflow Task Definition


node

public WorkflowNode node
Workflow Node this task created from


metadata

public TypeDefinition metadata
Task Metadata

Constructor Detail

WorkflowTaskDefinition

public WorkflowTaskDefinition()
Method Detail

toString

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


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