org.alfresco.repo.workflow.jbpm
Class NodeConverter

java.lang.Object
  extended by org.alfresco.repo.workflow.jbpm.NodeConverter
All Implemented Interfaces:
java.io.Serializable, org.jbpm.context.exe.Converter

public class NodeConverter
extends java.lang.Object
implements org.jbpm.context.exe.Converter

jBPM Converter for transforming Alfresco Node to string and back

See Also:
Serialized Form

Constructor Summary
NodeConverter()
           
 
Method Summary
 java.lang.Object convert(java.lang.Object o)
           
 java.lang.Object revert(java.lang.Object o)
           
 boolean supports(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeConverter

public NodeConverter()
Method Detail

supports

public boolean supports(java.lang.Object value)
Specified by:
supports in interface org.jbpm.context.exe.Converter

convert

public java.lang.Object convert(java.lang.Object o)
Specified by:
convert in interface org.jbpm.context.exe.Converter

revert

public java.lang.Object revert(java.lang.Object o)
Specified by:
revert in interface org.jbpm.context.exe.Converter


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