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

com.sas.services.information.metadata
Class PersonFilter

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

public class PersonFilter
extends Filter

See Also:
Serialized Form

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
PersonFilter()
          Constructor for PersonFilter.
PersonFilter(String key, int relation, String value)
          Constructor for PersonFilter.
 
Method Summary
 String getLdapString()
          Get an LDAP filter string.
 String getLDAPType()
          Get the LDAP type string.
 String getOMRType()
          Get the OMR type.
 String getXMLSelectString()
          Get the filter in the form of an XMLSelect statement.
 void setRelation(int relation)
           
 
Methods inherited from class com.sas.services.information.Filter
component2Select, getDAVBase, getDAVBasicSearchString, getDAVScope, getDAVSQLString, getDAVType, getFilterString, getLdapBase, getLdapScope, getName, getOMRFlags, getOMROption, getOMRRepository, getOMRTemplate, getType, getXPathString, setDAVBase, setDAVScope, setFilterComponent, setLdapBase, setLdapScope, setName, 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

PersonFilter

public PersonFilter()
Constructor for PersonFilter.

PersonFilter

public PersonFilter(String key,
                    int relation,
                    String value)
Constructor for PersonFilter.
Parameters:
key -  
relation -  
value -  
Method Detail

setRelation

public void setRelation(int relation)

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.

getXMLSelectString

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

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

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.

***  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