Package com.bea.wli.sb.management.query
Class ArchiveResourceQuery
java.lang.Object
com.bea.wli.config.resource.BaseQuery
com.bea.wli.config.resource.ResourceQuery
com.bea.wli.sb.management.query.ArchiveResourceQuery
- All Implemented Interfaces:
Serializable
Query object for searching archive resources.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setArchiveType
(ArchiveType type) Adds a predicate to return only archive resources of 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.- See Also:
-
KEY_SIZE
Search key for archive size- See Also:
-
KEY_NUM_CLASSES
Search key for number of classes in the archive file- See Also:
-
-
Constructor Details
-
ArchiveResourceQuery
public ArchiveResourceQuery()
-
-
Method Details
-
setArchiveType
Adds a predicate to return only archive resources of the given type- Parameters:
type
- the type of the archive resource to be returned.
-