Package com.bea.wli.sb.management.query
Class ServiceAccountQuery
java.lang.Object
com.bea.wli.config.resource.BaseQuery
com.bea.wli.config.resource.ResourceQuery
com.bea.wli.sb.management.query.ServiceAccountQuery
- All Implemented Interfaces:
Serializable
Query object for searching Service Accounts.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Search key for searching based on service account type.static final long
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds a predicate to return only service account with the given typeMethods 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
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
KEY_TYPE
Search key for searching based on service account type. SeeServiceAccountType
.- See Also:
-
-
Constructor Details
-
ServiceAccountQuery
public ServiceAccountQuery()
-
-
Method Details
-
setType
Adds a predicate to return only service account with the given type- Parameters:
t
- type of the service account
-