com.ebmwebsourcing.easybpel.model.bpel.impl.expression.function
Class CountFunctionImpl

java.lang.Object
  extended by com.ebmwebsourcing.easybpel.model.bpel.api.expression.function.AbstractXPathFunction<java.lang.Integer>
      extended by com.ebmwebsourcing.easybpel.model.bpel.impl.expression.function.CountFunctionImpl
All Implemented Interfaces:
CountFunction, Function<java.lang.Integer>

public class CountFunctionImpl
extends AbstractXPathFunction<java.lang.Integer>
implements CountFunction

Author:
Nicolas Salatge - eBM WebSourcing

Constructor Summary
CountFunctionImpl(java.lang.String ns, org.jdom.Element firstElmt)
           
 
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

CountFunctionImpl

public CountFunctionImpl(java.lang.String ns,
                         org.jdom.Element firstElmt)
                  throws BPELException
Throws:
BPELException
Method Detail

process

public java.lang.Integer process()
                          throws BPELException
Specified by:
process in interface Function<java.lang.Integer>
Throws:
BPELException


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