Package com.bea.wli.sb.management.query
Class BusinessServiceQuery
java.lang.Object
com.bea.wli.config.resource.BaseQuery
com.bea.wli.config.resource.ResourceQuery
com.bea.wli.sb.management.query.ServiceQuery
com.bea.wli.sb.management.query.BusinessServiceQuery
- All Implemented Interfaces:
Serializable
Query object for searching business services.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Search key for searching based on registry namestatic final String
Search key for searching based on uddi service keystatic final long
Fields inherited from class com.bea.wli.sb.management.query.ServiceQuery
KEY_IS_PURELY_ONE_WAY, KEY_IS_TRANSPORT_TYPED, KEY_IS_WSDL_BASED, KEY_MESSAGE_TRACING_ENABLED, KEY_MONITORING_ENABLED, KEY_SCHEME, KEY_SERVICE_ENABLED
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRegistryName
(String regName) Adds a predicate to return business services with the given registry namevoid
setUDDIServiceKey
(String uddiServiceKey) Adds a predicate to return business service with the given UDDI service keyMethods inherited from class com.bea.wli.sb.management.query.ServiceQuery
setMonitoringEnabled, setPurelyOneWayService, setServiceEnabled, setTransportScheme, setTransportTypedService, setWSDLBasedService
Methods inherited from class com.bea.wli.config.resource.ResourceQuery
addKeySearch, getAttrsToReturn, getFilter, getLocalName, getPath, getTypeId, getUpdatedAfter, getUpdatedBefore, isChangedInSessionOnly, lastUpdatedBetween, setAttrsToReturn, setChangedInSessionOnly, setLocalName, setPath
-
Field Details
-
KEY_UDDI_SERVICE_KEY
Search key for searching based on uddi service key- See Also:
-
KEY_REGISTRY_NAME
Search key for searching based on registry name- See Also:
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
BusinessServiceQuery
public BusinessServiceQuery()
-
-
Method Details
-
setUDDIServiceKey
Adds a predicate to return business service with the given UDDI service key- Parameters:
uddiServiceKey
-
-
setRegistryName
Adds a predicate to return business services with the given registry name- Parameters:
regName
-
-