Uses of Interface
com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4assign.Query

Packages that use Query
com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4assign   
com.ebmwebsourcing.easybpel.model.bpel.impl.activity.element.elements4assign   
com.ebmwebsourcing.easybpel.model.bpel.impl.compiler.validation.validator   
 

Uses of Query in com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4assign
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4assign that return Query
 Query VariablePart.getQuery()
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4assign with parameters of type Query
 void VariablePart.setQuery(Query q)
           
 

Uses of Query in com.ebmwebsourcing.easybpel.model.bpel.impl.activity.element.elements4assign
 

Classes in com.ebmwebsourcing.easybpel.model.bpel.impl.activity.element.elements4assign that implement Query
 class QueryImpl
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.activity.element.elements4assign that return Query
 Query VariablePartImpl.getQuery()
           
 

Methods in com.ebmwebsourcing.easybpel.model.bpel.impl.activity.element.elements4assign with parameters of type Query
 void VariablePartImpl.setQuery(Query q)
           
 

Constructors in com.ebmwebsourcing.easybpel.model.bpel.impl.activity.element.elements4assign with parameters of type Query
VariablePartImpl(javax.xml.namespace.QName variable, java.lang.String part, Query query)
           
 

Uses of Query in com.ebmwebsourcing.easybpel.model.bpel.impl.compiler.validation.validator
 

Constructors in com.ebmwebsourcing.easybpel.model.bpel.impl.compiler.validation.validator with parameters of type Query
QueryValidatorImpl(Query query)
           
 



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