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

com.sas.services.information.metadata
Class RemarksFilter

java.lang.Object
  |
  +--com.sas.services.information.Filter
        |
        +--com.sas.services.information.metadata.KeywordFilter
              |
              +--com.sas.services.information.metadata.RemarksFilter
All Implemented Interfaces:
FilterInterface,

public class RemarksFilter
extends KeywordFilter

See Also:
Serialized Form

Fields inherited from class com.sas.services.information.metadata.KeywordFilter
_keywords
 
Fields inherited from class com.sas.services.information.Filter
_component
 
Fields inherited from interface com.sas.services.information.FilterInterface
BASE_SCOPE, FLAG_OVERRIDE, ONELEVEL_SCOPE, SUBTREE_SCOPE
 
Constructor Summary
RemarksFilter()
           
RemarksFilter(String key, int relation, String value)
           
 
Method Summary
 String getDAVBasicSearchString()
          Get the filter in the form of a DAV basicsearch XML request.
 String getDAVSQLString()
          Get the filter in the form of a DAV SQL request.
 String getDAVType()
          Get the DAV type string.
 String getLdapBase()
          Get the LDAP search base.
 String getLdapString()
          Get an LDAP filter string.
 String getLDAPType()
          Get the LDAP type string.
 String getName()
          Get the name of the object to look for.
 String getOMRType()
          Get the OMR type.
 String getThreadId()
           
 String getXMLSelectString()
          Get the filter in the form of an XMLSelect statement.
 void setName(String name)
          Set the name of the object to search for.
 void setThreadId(String threadId)
           
 
Methods inherited from class com.sas.services.information.metadata.KeywordFilter
addKeyword, getKeywordSelectString, removeKeyword
 
Methods inherited from class com.sas.services.information.Filter
component2Select, getDAVBase, getDAVScope, getFilterString, getLdapScope, getOMRFlags, getOMROption, getOMRRepository, getOMRTemplate, getType, getXPathString, setDAVBase, setDAVScope, setFilterComponent, setLdapBase, setLdapScope, setOMRFlags, setOMROption, setOMRRepository, setOMRTemplate, setType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemarksFilter

public RemarksFilter()

RemarksFilter

public RemarksFilter(String key,
                     int relation,
                     String value)
Method Detail

getOMRType

public String getOMRType()
Description copied from class: Filter
Get the OMR type. Return the type by default. subclasses may override this to return a different string. This method is mostly for use by the OMIRepository class.

Overrides:
getOMRType in class Filter
Following copied from class: com.sas.services.information.Filter
Returns:
The OMR specific type to search for.

getLDAPType

public String getLDAPType()
Description copied from class: Filter
Get the LDAP type string. Return the type by default. Subclasses may override this to return a different string. This method is mostly for use by the LdapRepository class.

Overrides:
getLDAPType in class Filter
Following copied from class: com.sas.services.information.Filter
Returns:
The LDAP specific type to search for.

getDAVType

public String getDAVType()
Description copied from class: Filter
Get the DAV type string. Return the type by default. Subclasses may override this to return a different string. This method is for use by the DAVRepository class.

Overrides:
getDAVType in class Filter
Following copied from class: com.sas.services.information.Filter
Returns:
the DAV specific type to search for.

getName

public String getName()
Description copied from class: Filter
Get the name of the object to look for.

Overrides:
getName in class Filter
Following copied from class: com.sas.services.information.Filter
Returns:
The object name.

setName

public void setName(String name)
Description copied from class: Filter
Set the name of the object to search for.

Overrides:
setName in class Filter
Following copied from class: com.sas.services.information.Filter
Parameters:
name - The object name.

getThreadId

public String getThreadId()

setThreadId

public void setThreadId(String threadId)

getXMLSelectString

public String getXMLSelectString()
Get the filter in the form of an XMLSelect statement.

Overrides:
getXMLSelectString in class KeywordFilter
Returns:
An XMLSelect string to pass to OMR.

getLdapBase

public String getLdapBase()
Description copied from class: Filter
Get the LDAP search base.

Overrides:
getLdapBase in class Filter
Following copied from class: com.sas.services.information.Filter
Returns:
The search base to use for this search.

getLdapString

public String getLdapString()
Description copied from class: Filter
Get an LDAP filter string.

Overrides:
getLdapString in class Filter
Following copied from class: com.sas.services.information.Filter
Returns:
An LDAP compatible filter string.

getDAVBasicSearchString

public String getDAVBasicSearchString()
Description copied from class: Filter
Get the filter in the form of a DAV basicsearch XML request. This is described in the WebDAV SEARCH proposal.

Overrides:
getDAVBasicSearchString in class Filter
Following copied from class: com.sas.services.information.Filter
Returns:
An XML basicsearch request to pass to a DAV server.

getDAVSQLString

public String getDAVSQLString()
Description copied from class: Filter
Get the filter in the form of a DAV SQL request. This is aimed at the Microsoft servers - Internet Information Server, SharePoint Portal Server and Exchange server.

Overrides:
getDAVSQLString in class Filter
Following copied from class: com.sas.services.information.Filter
Returns:
An XML DAV SQL request to pass to a DAV server.

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




Copyright © 2006 SAS Institute Inc. All Rights Reserved.
javadoc generated Fri, 10 Feb 2006 17:28:59