org.alfresco.repo.workflow.jbpm
Class NodeListConverter

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

public class NodeListConverter
extends org.jbpm.context.exe.converter.SerializableToByteArrayConverter

jBPM Converter for transforming Alfresco Node to string and back

See Also:
Serialized Form

Constructor Summary
NodeListConverter()
           
 
Method Summary
 java.lang.Object convert(java.lang.Object o)
          
 java.lang.Object revert(java.lang.Object o)
          
 java.lang.Object revert(java.lang.Object o, org.jbpm.graph.def.ProcessDefinition processDefinition)
          
 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

NodeListConverter

public NodeListConverter()
Method Detail

supports

public boolean supports(java.lang.Object value)

Specified by:
supports in interface org.jbpm.context.exe.Converter
Overrides:
supports in class org.jbpm.context.exe.converter.SerializableToByteArrayConverter

convert

public java.lang.Object convert(java.lang.Object o)

Specified by:
convert in interface org.jbpm.context.exe.Converter
Overrides:
convert in class org.jbpm.context.exe.converter.SerializableToByteArrayConverter

revert

public java.lang.Object revert(java.lang.Object o)

Specified by:
revert in interface org.jbpm.context.exe.Converter
Overrides:
revert in class org.jbpm.context.exe.converter.SerializableToByteArrayConverter

revert

public java.lang.Object revert(java.lang.Object o,
                               org.jbpm.graph.def.ProcessDefinition processDefinition)

Overrides:
revert in class org.jbpm.context.exe.converter.SerializableToByteArrayConverter


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