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 WorkflowTaskDefinition
java.lang.Object
  org.alfresco.service.cmr.workflow.WorkflowTaskDefinition

@org.alfresco.api.AlfrescoPublicApi
public class WorkflowTaskDefinition
extends 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.
Author:
davidc

Field Summary
id
          Deprecated.
metadata
          Deprecated.
node
          Deprecated.
Constructor Summary
WorkflowTaskDefinition(String id, WorkflowNode node, TypeDefinition metadata)
Method Summary
getId()
getMetadata()
getNode()
toString()
          
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Field Detail
id
@Deprecated
public String id
Deprecated.
Unique id of Workflow Task Definition

metadata
@Deprecated
public TypeDefinition metadata
Deprecated.
Task Metadata

node
@Deprecated
public WorkflowNode node
Deprecated.
Workflow Node this task created from
Constructor Detail
WorkflowTaskDefinition
public WorkflowTaskDefinition(String id,
                              WorkflowNode node,
                              TypeDefinition metadata)
Method Detail
getId
public String getId()
Returns:
the id

getMetadata
public TypeDefinition getMetadata()
Returns:
the metadata

getNode
public WorkflowNode getNode()
Returns:
the node

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.