***  This class provides Binary Compatibility only, not Source Compatibility  ***

com.sas.services.information.metadata
Class PathFilter

com.sas.services.information.metadata.PathFilter
All Implemented Interfaces:
FilterInterface, java.io.Serializable
Direct Known Subclasses:
ChannelPathFilter

public class PathFilter
implements FilterInterface

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.sas.services.information.Filter
_component
 
Fields inherited from interface com.sas.services.information.FilterInterface
BASE_SCOPE, FILTERCOMPONENT_UNSUPPORTED, FLAG_OVERRIDE, ONELEVEL_SCOPE, PROTOCOL_DAV, PROTOCOL_HIBERNATE, PROTOCOL_IPOD, PROTOCOL_LDAP, PROTOCOL_OMI, SUBTREE_SCOPE
 
Constructor Summary
PathFilter(PathUrl pathurl)
           
PathFilter(PathUrl pathurl, MetadataServerInterface server)
           
PathFilter(PathUrl pathurl, java.lang.String metadataType)
           
 
Method Summary
protected  java.lang.String getPathString()
           
 java.lang.String getXMLSelectString()
          Get the filter in the form of an XMLSelect statement.
 
Methods inherited from class com.sas.services.information.Filter
addProtocol, addSearchOption, component2JCRXPath, component2Select, getDAVBase, getDAVBasicSearchString, getDAVScope, getDAVSQLString, getDAVType, getExplicitSearchString, getFilterComponent, getFilterString, getJCRType, getJCRXPathString, getName, getOMRFlags, getOMROption, getOMRRepository, getOMRSearchString, getOMRTemplate, getOMRType, getProtocols, getRdbmsTable, getSearchOptions, getType, getXPathString, removeProtocol, removeSearchOption, setDAVBase, setDAVScope, setExplicitSearchString, setFilterComponent, setName, setOMRFlags, setOMROption, setOMRRepository, setOMRTemplate, setProtocols, setRdbmsTable, setType, toString
 
Methods inherited from interface com.sas.services.information.FilterInterface
addProtocol, addSearchOption, getDAVBase, getDAVBasicSearchString, getDAVScope, getDAVSQLString, getDAVType, getExplicitSearchString, getFilterComponent, getFilterString, getJCRXPathString, getName, getOMRFlags, getOMROption, getOMRRepository, getOMRSearchString, getOMRTemplate, getOMRType, getProtocols, getRdbmsTable, getSearchOptions, getType, getXPathString, removeProtocol, removeSearchOption, setDAVBase, setDAVScope, setExplicitSearchString, setFilterComponent, setName, setOMRFlags, setOMROption, setOMRRepository, setOMRTemplate, setProtocols, setRdbmsTable, setType
 

Constructor Detail

PathFilter

public PathFilter(PathUrl pathurl,
                  java.lang.String metadataType)

PathFilter

public PathFilter(PathUrl pathurl,
                  MetadataServerInterface server)

PathFilter

public PathFilter(PathUrl pathurl)
Method Detail

getXMLSelectString

public java.lang.String getXMLSelectString()
Description copied from class: Filter
Get the filter in the form of an XMLSelect statement.

Specified by:
getXMLSelectString in interface FilterInterface
Overrides:
getXMLSelectString in class Filter
Returns:
An XMLSelect string to pass to OMR.

getPathString

protected java.lang.String getPathString()

***  This class provides Binary Compatibility only, not Source Compatibility  ***




Copyright © 2009 SAS Institute Inc. All Rights Reserved.