Package com.bea.wli.sb.management.query
Class UDDIRegistryEntryQuery
java.lang.Object
com.bea.wli.config.resource.BaseQuery
com.bea.wli.config.resource.ResourceQuery
com.bea.wli.sb.management.query.UDDIRegistryEntryQuery
- All Implemented Interfaces:
Serializable
Query object for searching UDDI Registry configurations.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal void
Adds a predicate to return the default UDDI registry entryfinal void
setRegistryId
(String registryId) final void
setRegistryName
(String registryEntryName) Adds a predicate to return the UDDI registry entry with the given nameMethods 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_ID
Search key for search based on the registry name- See Also:
-
KEY_DEFAULT
- See Also:
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
UDDIRegistryEntryQuery
public UDDIRegistryEntryQuery()
-
-
Method Details
-
setRegistryName
Adds a predicate to return the UDDI registry entry with the given name- Parameters:
registryEntryName
-
-
setRegistryId
-
setDefaultRegistry
public final void setDefaultRegistry()Adds a predicate to return the default UDDI registry entry
-