com.sas.services.information.metadata
Class ContentSubscriberFilter
java.lang.Object
|
+--com.sas.services.information.Filter
|
+--com.sas.services.information.metadata.ContentSubscriberFilter
- All Implemented Interfaces:
- FilterInterface,
- public class ContentSubscriberFilter
- extends Filter
Copied from EventSubscriberFilter as template for this ContentSubscriberFilter.
- See Also:
- Serialized Form
| 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 |
ContentSubscriberFilter
public ContentSubscriberFilter()
- Constructor for ContentSubscriberFilter.
ContentSubscriberFilter
public ContentSubscriberFilter(String key,
int relation,
String value)
- Constructor for ContentSubscriberFilter.
- Parameters:
key - relation - value -
setPerson
public void setPerson(PersonInterface person)
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.
setIsQueryingAssociations
public final void setIsQueryingAssociations(boolean isQueryingAssociations)
- Specifies whether or not the the query should also
query associated objects.
- Parameters:
isQueryingAssociations - true if
associated objects should be queried or false
if only attributes are desired.
getXMLSelectString
public String getXMLSelectString()
- Description copied from class:
Filter
- Get the filter in the form of an XMLSelect statement.
- Overrides:
getXMLSelectString in class Filter
- Following copied from class:
com.sas.services.information.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.
Copyright © 2006 SAS Institute Inc. All Rights Reserved.
javadoc generated Fri, 10 Feb 2006 17:28:57