org.camunda.bpm.engine.impl.transformer
Interface Transformer

All Known Implementing Classes:
AbstractTransformer, BigDecimalToString, BooleanToString, ComposedTransformer, DateToString, Identity, IntegerToLong, IntegerToString, LongToInteger, LongToString, StringToBigDecimal, StringToBoolean, StringToDate, StringToInteger, StringToLong

public interface Transformer

A Transformer is responsible of transforming an object into a different object

Author:
Esteban Robles Luna

Method Summary
 Object transform(Object anObject)
          Transforms anObject into a different object
 

Method Detail

transform

Object transform(Object anObject)
Transforms anObject into a different object

Parameters:
anObject - the object to be transformed
Returns:
the transformed object
Throws:
ProcessEngineException - if the transformation could not be applied


Copyright © 2014 camunda services GmbH. All Rights Reserved.