org.jbpm.context.exe
Interface ContextConverter<S,T>

All Superinterfaces:
Converter<S,T>, java.io.Serializable
All Known Implementing Classes:
SerializableToByteArrayConverter

public interface ContextConverter<S,T>
extends Converter<S,T>

Author:
Alejandro Guizar

Method Summary
 S revert(T o, Token token)
          reverts a persisted object to its original form, in the context of the given token.
 
Methods inherited from interface org.jbpm.context.exe.Converter
convert, revert, supports
 

Method Detail

revert

S revert(T o,
         Token token)
reverts a persisted object to its original form, in the context of the given token.



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.