org.camunda.bpm.engine.impl.transformer
Class IntegerToLong

java.lang.Object
  extended by org.camunda.bpm.engine.impl.transformer.AbstractTransformer
      extended by org.camunda.bpm.engine.impl.transformer.IntegerToLong
All Implemented Interfaces:
Transformer

public class IntegerToLong
extends AbstractTransformer

Transforms a Integer to a Long

Author:
Esteban Robles Luna

Constructor Summary
IntegerToLong()
           
 
Method Summary
protected  Object primTransform(Object anObject)
          Transforms anObject into a different object
 
Methods inherited from class org.camunda.bpm.engine.impl.transformer.AbstractTransformer
transform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegerToLong

public IntegerToLong()
Method Detail

primTransform

protected Object primTransform(Object anObject)
                        throws Exception
Transforms anObject into a different object

Specified by:
primTransform in class AbstractTransformer
Parameters:
anObject - the object to be transformed
Returns:
the transformed object
Throws:
Exception


Copyright © 2014 camunda services GmbH. All Rights Reserved.