org.alfresco.repo.workflow.jbpm
Class NodeListConverter
java.lang.Object
org.jbpm.context.exe.converter.SerializableToByteArrayConverter
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
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 |
NodeListConverter
public NodeListConverter()
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.