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
          Deprecated. 
 org.alfresco.service.cmr.dictionary.TypeDefinition metadata
          Deprecated. 
 WorkflowNode node
          Deprecated. 
 
Constructor Summary
WorkflowTaskDefinition(java.lang.String id, WorkflowNode node, org.alfresco.service.cmr.dictionary.TypeDefinition metadata)
           
 
Method Summary
 java.lang.String getId()
           
 org.alfresco.service.cmr.dictionary.TypeDefinition getMetadata()
           
 WorkflowNode getNode()
           
 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 Workflow Task Definition


node

@Deprecated
public WorkflowNode node
Deprecated. 
Workflow Node this task created from


metadata

@Deprecated
public org.alfresco.service.cmr.dictionary.TypeDefinition metadata
Deprecated. 
Task Metadata

Constructor Detail

WorkflowTaskDefinition

public WorkflowTaskDefinition(java.lang.String id,
                              WorkflowNode node,
                              org.alfresco.service.cmr.dictionary.TypeDefinition metadata)
Method Detail

getId

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

getMetadata

public org.alfresco.service.cmr.dictionary.TypeDefinition getMetadata()
Returns:
the metadata

getNode

public WorkflowNode getNode()
Returns:
the node

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object


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