org.alfresco.repo.workflow.activiti
Class ActivitiNodeConverter

java.lang.Object
  extended by org.alfresco.repo.workflow.AbstractWorkflowNodeConverter
      extended by org.alfresco.repo.workflow.activiti.ActivitiNodeConverter
All Implemented Interfaces:
WorkflowNodeConverter

public class ActivitiNodeConverter
extends AbstractWorkflowNodeConverter

Since:
3.4.e

Constructor Summary
ActivitiNodeConverter(ServiceRegistry serviceRegistry)
           
 
Method Summary
 java.lang.Object convertNode(org.alfresco.service.cmr.repository.NodeRef node)
          Converts a NodeRef into the appropriate Node type.
 java.util.List convertNodes(java.util.Collection values)
          Converts a Collection of NodeRefs into a List of the appropriate Node type.
 org.alfresco.service.cmr.repository.NodeRef convertToNode(java.lang.Object toConvert)
          
 boolean isSupported(java.lang.Object object)
          
 
Methods inherited from class org.alfresco.repo.workflow.AbstractWorkflowNodeConverter
convert, convertNode, convertNodes, convertNodes, convertToNodes, convertToNodes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivitiNodeConverter

public ActivitiNodeConverter(ServiceRegistry serviceRegistry)
Method Detail

convertNode

public java.lang.Object convertNode(org.alfresco.service.cmr.repository.NodeRef node)
Converts a NodeRef into the appropriate Node type.

Specified by:
convertNode in interface WorkflowNodeConverter
Specified by:
convertNode in class AbstractWorkflowNodeConverter
Returns:

convertNodes

public java.util.List convertNodes(java.util.Collection values)
Converts a Collection of NodeRefs into a List of the appropriate Node type.

Specified by:
convertNodes in interface WorkflowNodeConverter
Specified by:
convertNodes in class AbstractWorkflowNodeConverter
Returns:

convertToNode

public org.alfresco.service.cmr.repository.NodeRef convertToNode(java.lang.Object toConvert)

Specified by:
convertToNode in interface WorkflowNodeConverter
Specified by:
convertToNode in class AbstractWorkflowNodeConverter
Returns:

isSupported

public boolean isSupported(java.lang.Object object)



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