com.bea.wli.sb.management.query
Class BusinessServiceQuery
java.lang.Object
   com.bea.wli.config.resource.BaseQuery
com.bea.wli.config.resource.BaseQuery
       com.bea.wli.config.resource.ResourceQuery
com.bea.wli.config.resource.ResourceQuery
           com.bea.wli.sb.management.query.ServiceQuery
com.bea.wli.sb.management.query.ServiceQuery
               com.bea.wli.sb.management.query.BusinessServiceQuery
com.bea.wli.sb.management.query.BusinessServiceQuery
- All Implemented Interfaces: 
- Serializable
- public class BusinessServiceQuery 
- extends ServiceQuery
Query object for searching business services.
- See Also:
- Serialized Form
 
 
 
| Method Summary | 
|  void | setRegistryName(String regName)Adds a predicate to return business services with the given registry name
 | 
|  void | setUDDIServiceKey(String uddiServiceKey)Adds a predicate to return business service with the given UDDI service key
 | 
 
 
| Methods inherited from class com.bea.wli.config.resource.ResourceQuery | 
| addKeySearch, addSubQuery, getAttrsToReturn, getFilter, getLocalName, getPath, getSubQueries, getTypeId, getUpdatedAfter, getUpdatedBefore, isChangedInSessionOnly, lastUpdatedBetween, setAttrsToReturn, setChangedInSessionOnly, setLocalName, setPath | 
 
 
KEY_UDDI_SERVICE_KEY
public static final String KEY_UDDI_SERVICE_KEY
- Search key for searching based on uddi service key
 
- See Also:
- Constant Field Values
 
KEY_REGISTRY_NAME
public static final String KEY_REGISTRY_NAME
- Search key for searching based on registry name
 
- See Also:
- Constant Field Values
 
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
BusinessServiceQuery
public BusinessServiceQuery()
setUDDIServiceKey
public void setUDDIServiceKey(String uddiServiceKey)
- Adds a predicate to return business service with the given UDDI service key
 
- 
- Parameters:
- uddiServiceKey-
 
setRegistryName
public void setRegistryName(String regName)
- Adds a predicate to return business services with the given registry name
 
- 
- Parameters:
- regName-