org.activiti.engine.impl.transformer
接口 Transformer

所有已知实现类:
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

作者:
Esteban Robles Luna

方法摘要
 Object transform(Object anObject)
          Transforms anObject into a different object
 

方法详细信息

transform

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

参数:
anObject - the object to be transformed
返回:
the transformed object
抛出:
ActivitiException - if the transformation could not be applied


Copyright © 2013 Alfresco. All rights reserved.