Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.3)

E15033-01


com.bea.wli.sb.management.query
Class UDDIRegistryEntryQuery

java.lang.Object
  extended by com.bea.wli.config.resource.BaseQuery
      extended by com.bea.wli.config.resource.ResourceQuery
          extended by com.bea.wli.sb.management.query.UDDIRegistryEntryQuery

All Implemented Interfaces:
java.io.Serializable

public class UDDIRegistryEntryQuery
extends ResourceQuery

Query object for searching UDDI Registry configurations.

See Also:
Serialized Form

Field Summary
static java.lang.String KEY_DEFAULT
           
static java.lang.String KEY_ID
          Search key for search based on the registry name
static long serialVersionUID
           

 

Constructor Summary
UDDIRegistryEntryQuery()
           

 

Method Summary
 void setDefaultRegistry()
          Adds a predicate to return the default UDDI registry entry
 void setRegistryId(java.lang.String registryId)
           
 void setRegistryName(java.lang.String registryEntryName)
          Adds a predicate to return the UDDI registry entry with the given name

 

Methods inherited from class com.bea.wli.config.resource.ResourceQuery
addKeySearch, getAttrsToReturn, getFilter, getLocalName, getPath, getTypeId, getUpdatedAfter, getUpdatedBefore, isChangedInSessionOnly, lastUpdatedBetween, setAttrsToReturn, setChangedInSessionOnly, setLocalName, setPath

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

KEY_ID

public static final java.lang.String KEY_ID
Search key for search based on the registry name
See Also:
Constant Field Values

KEY_DEFAULT

public static final java.lang.String KEY_DEFAULT
See Also:
Constant Field Values

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values

Constructor Detail

UDDIRegistryEntryQuery

public UDDIRegistryEntryQuery()

Method Detail

setRegistryName

public final void setRegistryName(java.lang.String registryEntryName)
Adds a predicate to return the UDDI registry entry with the given name
Parameters:
registryEntryName -

setRegistryId

public final void setRegistryId(java.lang.String registryId)

setDefaultRegistry

public final void setDefaultRegistry()
Adds a predicate to return the default UDDI registry entry

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.3)

E15033-01


Copyright © 2008, 2010, Oracle. All rights reserved.