Package com.bea.wli.sb.management.query
Class XmlSchemaQuery
java.lang.Object
com.bea.wli.config.resource.BaseQuery
com.bea.wli.config.resource.ResourceQuery
com.bea.wli.sb.management.query.XmlSchemaQuery
- All Implemented Interfaces:
Serializable
Query object for searching XML Schema resources
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal void
setIsNXSD
(boolean isNXSD) Adds a predicate to return xml schemas which contains the nxsd:version (nxsd="http://xmlns.oracle.com/pcbpel/nxsd") attribute.final void
setTargetNamespace
(String targetNamespace) Adds a predicate to return xml schemas with the given target namespace.Methods 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_TARGET_NAMESPACE
Search key for searching based on the target namespace of xml schema- See Also:
-
IS_NXSD
Search key for searching based on the nxsd:version (nxsd="http://xmlns.oracle.com/pcbpel/nxsd") attribute presence in the xml schema- See Also:
-
-
Constructor Details
-
XmlSchemaQuery
public XmlSchemaQuery()default constructor
-
-
Method Details
-
setTargetNamespace
Adds a predicate to return xml schemas with the given target namespace. The no-namespace is represented either by "" or null.- Parameters:
targetNamespace
-
-
setIsNXSD
public final void setIsNXSD(boolean isNXSD) Adds a predicate to return xml schemas which contains the nxsd:version (nxsd="http://xmlns.oracle.com/pcbpel/nxsd") attribute.- Parameters:
isNXSD
-
-