Skip navigation links

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

E15033-03


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

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.ServiceAccountQuery

All Implemented Interfaces:
java.io.Serializable

public final class ServiceAccountQuery
extends ResourceQuery

Query object for searching Service Accounts.

See Also:
Serialized Form

Field Summary
static java.lang.String KEY_TYPE
          Search key for searching based on service account type.
static long serialVersionUID
           

 

Constructor Summary
ServiceAccountQuery()
           

 

Method Summary
 void setType(ServiceAccountType t)
          Adds a predicate to return only service account with the given type

 

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

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values

KEY_TYPE

public static final java.lang.String KEY_TYPE
Search key for searching based on service account type. See ServiceAccountType.
See Also:
Constant Field Values

Constructor Detail

ServiceAccountQuery

public ServiceAccountQuery()

Method Detail

setType

public void setType(ServiceAccountType t)
Adds a predicate to return only service account with the given type
Parameters:
t - type of the service account

Skip navigation links

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

E15033-03


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