Class EventSubscriberFilter
java.lang.Object
com.sas.services.information.Filter
com.sas.services.information.metadata.EventSubscriberFilter
- All Implemented Interfaces:
FilterInterface,Serializable
Deprecated.
Filter used to query publishing framework event subscribers.
- Since:
- 1.1
- See Also:
-
Field Summary
Fields inherited from class com.sas.services.information.Filter
_componentFields 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
ConstructorsConstructorDescriptionDeprecated.Constructs an event subscriber filter.EventSubscriberFilter(String key, int relation, String value) Deprecated.Constructs an event subscriber filter using the specified search relation. -
Method Summary
Modifier and TypeMethodDescriptionStringDeprecated.Get the filter in the form of a DAV basicsearch XML request.StringDeprecated.Get the filter in the form of a DAV SQL request.StringDeprecated.StringDeprecated.Get the OMR type.StringDeprecated.Get the filter in the form of an XMLSelect statement.voidsetPerson(PersonInterface person) Deprecated.Methods inherited from class com.sas.services.information.Filter
addProtocol, addSearchOption, component2JCRXPath, component2Select, getDAVBase, getDAVScope, getDAVType, getExplicitSearchString, getFilterComponent, getFilterString, getJCRType, getJCRXPathString, getName, getOMRFlags, getOMROption, getOMRRepository, getOMRSearchString, getOMRTemplate, getProtocols, getRdbmsTable, getSearchOptions, getType, getXPathString, removeProtocol, removeSearchOption, setDAVBase, setDAVScope, setExplicitSearchString, setFilterComponent, setName, setOMRFlags, setOMROption, setOMRRepository, setOMRTemplate, setProtocols, setRdbmsTable, setType, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
EventSubscriberFilter
public EventSubscriberFilter()Deprecated.Constructs an event subscriber filter. -
EventSubscriberFilter
public EventSubscriberFilter(String key, int relation, String value) Deprecated.Constructs an event subscriber filter using the specified search relation.- Parameters:
key- Keyrelation- Search relationvalue- Value
-
-
Method Details
-
setPerson
Deprecated. -
getOMRType
public String getOMRType()Deprecated.Description copied from class:FilterGet 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.- Specified by:
getOMRTypein interfaceFilterInterface- Overrides:
getOMRTypein classFilter- Returns:
- The OMR specific type to search for.
-
getLDAPType
public String getLDAPType()Deprecated. -
getXMLSelectString
public String getXMLSelectString()Deprecated.Description copied from class:FilterGet the filter in the form of an XMLSelect statement.- Specified by:
getXMLSelectStringin interfaceFilterInterface- Overrides:
getXMLSelectStringin classFilter- Returns:
- An XMLSelect string to pass to OMR.
-
getDAVBasicSearchString
public String getDAVBasicSearchString()Deprecated.Description copied from class:FilterGet the filter in the form of a DAV basicsearch XML request. This is described in the WebDAV SEARCH proposal.- Specified by:
getDAVBasicSearchStringin interfaceFilterInterface- Overrides:
getDAVBasicSearchStringin classFilter- Returns:
- An XML basicsearch request to pass to a DAV server.
-
getDAVSQLString
public String getDAVSQLString()Deprecated.Description copied from class:FilterGet 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.- Specified by:
getDAVSQLStringin interfaceFilterInterface- Overrides:
getDAVSQLStringin classFilter- Returns:
- An XML DAV SQL request to pass to a DAV server.
-