Package com.bea.wli.sb.management.query
Class ServiceQuery
java.lang.Object
com.bea.wli.config.resource.BaseQuery
com.bea.wli.config.resource.ResourceQuery
com.bea.wli.sb.management.query.ServiceQuery
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BusinessServiceQuery,ProxyServiceQuery
Contains search API common to both
ProxyServiceQuery and
BusinessServiceQuery.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringSearch key for searching based on whether the service is a purely one way service.static final StringSearch key for searching based on whether the service is a transport typed service.static final StringSearch key for searching based on whether the service is a wsdl based servicestatic final StringSearch key for searching based on whether message tracing is enagled or disabledstatic final StringSearch key for searching based on whether monitoring is enabled for this servicestatic final StringSearch key for searching based on transport schemestatic final StringSearch key for searching based on whether the service is enabled or disabled (suspended)static final long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidsetMonitoringEnabled(Boolean monitoringEnabled) Adds a predicate to return only services based on whether monitoring is enabled for that servicefinal voidsetPurelyOneWayService(Boolean oneWayService) Adds a predicate to return only services based on whether the service is a one way servicefinal voidsetServiceEnabled(Boolean serviceEnabled) Adds a predicate to return only services based on whether they are enabled or notfinal voidsetTransportScheme(String scheme) Adds a predicate to return only services based on their transport typefinal voidsetTransportTypedService(Boolean transportTypedService) Adds a predicate to return only services based on whether the transport of the service is typed.final voidsetWSDLBasedService(Boolean wsdlBasedService) Adds a predicate to return only services based on whether the service is WSDL basedMethods 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_SCHEME
Search key for searching based on transport scheme- See Also:
-
KEY_MONITORING_ENABLED
Search key for searching based on whether monitoring is enabled for this service- See Also:
-
KEY_SERVICE_ENABLED
Search key for searching based on whether the service is enabled or disabled (suspended)- See Also:
-
KEY_MESSAGE_TRACING_ENABLED
Search key for searching based on whether message tracing is enagled or disabled- See Also:
-
KEY_IS_WSDL_BASED
Search key for searching based on whether the service is a wsdl based service- See Also:
-
KEY_IS_PURELY_ONE_WAY
Search key for searching based on whether the service is a purely one way service. request only messaging services are pure one way operations. Any other service is not- See Also:
-
KEY_IS_TRANSPORT_TYPED
Search key for searching based on whether the service is a transport typed service.- See Also:
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ServiceQuery
-
-
Method Details
-
setMonitoringEnabled
Adds a predicate to return only services based on whether monitoring is enabled for that service- Parameters:
monitoringEnabled- whether monitoring is enabled or not
-
setTransportScheme
Adds a predicate to return only services based on their transport type- Parameters:
scheme- the transport type
-
setServiceEnabled
Adds a predicate to return only services based on whether they are enabled or not- Parameters:
serviceEnabled-
-
setWSDLBasedService
Adds a predicate to return only services based on whether the service is WSDL based- Parameters:
wsdlBasedService-
-
setPurelyOneWayService
Adds a predicate to return only services based on whether the service is a one way service- Parameters:
oneWayService-
-
setTransportTypedService
Adds a predicate to return only services based on whether the transport of the service is typed.- Parameters:
transportTypedService-
-