com.ebmwebsourcing.easybpel.xpath.exp.impl.function
Class CompareFunctionImpl

java.lang.Object
  extended by com.ebmwebsourcing.easybpel.xpath.exp.api.function.AbstractXPathFunction<java.lang.Integer>
      extended by com.ebmwebsourcing.easybpel.xpath.exp.impl.function.CompareFunctionImpl
All Implemented Interfaces:
com.ebmwebsourcing.easybpel.xpath.exp.api.function.CompareFunction, com.ebmwebsourcing.easybpel.xpath.exp.api.function.Function<java.lang.Integer>

public class CompareFunctionImpl
extends com.ebmwebsourcing.easybpel.xpath.exp.api.function.AbstractXPathFunction<java.lang.Integer>
implements com.ebmwebsourcing.easybpel.xpath.exp.api.function.CompareFunction

Author:
Julien Lesbegueries - eBM WebSourcing

Constructor Summary
CompareFunctionImpl(java.lang.String ns, java.lang.String par1, java.lang.String par2)
           
CompareFunctionImpl(java.lang.String ns, java.lang.String par1, java.lang.String par2, java.lang.String par3)
           
 
Method Summary
 java.lang.Integer process()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompareFunctionImpl

public CompareFunctionImpl(java.lang.String ns,
                           java.lang.String par1,
                           java.lang.String par2,
                           java.lang.String par3)
                    throws com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
Throws:
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException

CompareFunctionImpl

public CompareFunctionImpl(java.lang.String ns,
                           java.lang.String par1,
                           java.lang.String par2)
                    throws com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
Throws:
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
Method Detail

process

public java.lang.Integer process()
                          throws com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
Specified by:
process in interface com.ebmwebsourcing.easybpel.xpath.exp.api.function.Function<java.lang.Integer>
Throws:
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException


Copyright © 2008-2009 eBM WebSourcing. All Rights Reserved.