Package com.bea.wli.sb.management.query
Class XqueryQuery
java.lang.Object
com.bea.wli.config.resource.BaseQuery
com.bea.wli.config.resource.ResourceQuery
com.bea.wli.sb.management.query.XqueryQuery
- All Implemented Interfaces:
Serializable
Query object for searching Xquery resources
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Search key for searching based on whether or not a given resource is a XQ 1.0 library modulestatic final String
Search key for searching based on the target namespace of the library modulestatic final String
Search key for searching based on the xquery versionstatic final long
static String
a string identifying that a given resource uses 1.0 version of Xquery enginestatic String
a string identifying that a given resource uses 2004-draft version of Xquery engine -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal void
setIsLibrary
(boolean isLibrary) Adds a predicate to return xquery resources that are library modulesfinal void
setLibraryNamespace
(String targetNamespace) Adds a predicate to return xquery resources that are library modules with the given target namespace.final void
setVersion
(String version) Adds a predicate to return xquery resources with the specified versionMethods 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_VERSION
Search key for searching based on the xquery version- See Also:
-
KEY_IS_LIBRARY
Search key for searching based on whether or not a given resource is a XQ 1.0 library module- See Also:
-
KEY_LIBRARY_NAMESPACE
Search key for searching based on the target namespace of the library module- See Also:
-
VERSION_2004
a string identifying that a given resource uses 2004-draft version of Xquery engine -
VERSION_10
a string identifying that a given resource uses 1.0 version of Xquery engine
-
-
Constructor Details
-
XqueryQuery
public XqueryQuery()default constructor
-
-
Method Details
-
setVersion
Adds a predicate to return xquery resources with the specified version- Parameters:
version
-
-
setIsLibrary
public final void setIsLibrary(boolean isLibrary) Adds a predicate to return xquery resources that are library modules- Parameters:
isLibrary
-
-
setLibraryNamespace
Adds a predicate to return xquery resources that are library modules with the given target namespace.- Parameters:
targetNamespace
-
-