|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
java.lang.Object
|
+--java.rmi.server.RemoteObject
|
+--java.rmi.server.RemoteServer
|
+--java.rmi.server.UnicastRemoteObject
|
+--com.sas.services.information.metadata.Metadata
|
+--com.sas.services.information.metadata.Folder
|
+--com.sas.services.information.metadata.LdapSubscriber
LDAP repository representation of a publishing subscriber.
| Fields inherited from class com.sas.services.information.metadata.Metadata |
_repository, _repositoryFlag, _repositoryObject, formats, gmtZone, REPOSITORY_DAV, REPOSITORY_LDAP, REPOSITORY_NONE, REPOSITORY_OMR |
| Fields inherited from class java.rmi.server.RemoteObject |
ref |
| Fields inherited from interface com.sas.services.information.metadata.ContentSubscriberInterface |
DEFAULT_EMAIL_FORMAT, DEFAULT_WEBDAV_URL_TYPE, EMAIL_FORMAT_HTML, EMAIL_FORMAT_TEXT, EMAIL_TYPE, WEBDAV_URL_TYPE_COLLECTION, WEBDAV_URL_TYPE_PARENT |
| Fields inherited from interface com.sas.services.information.metadata.SubscriberInterface |
SUBSCRIBER_CONTENT, SUBSCRIBER_EVENT |
| Fields inherited from interface com.sas.services.information.metadata.MetadataInterface |
PERMISSION_READMETADATA, PERMISSION_WRITEMETADATA |
| Fields inherited from interface com.sas.services.information.metadata.FolderInterface |
FOLDER_TYPE_BIP |
| Constructor Summary | |
LdapSubscriber()
Deprecated. |
|
LdapSubscriber(RepositoryInterface repos,
String name,
FolderInterface parent)
Deprecated. |
|
LdapSubscriber(Sassubscriber o)
Deprecated. |
|
| Method Summary | |
void |
addEntryExclusionFilter(String filter)
Deprecated. Add an entry exclusion filter to this subscriber. |
void |
addEntryInclusionFilter(String filter)
Deprecated. Add an entry inclusion filter to this subscriber. |
void |
addFileMimeTypeExclusionFilter(String filter)
Deprecated. Add a file type exclusion filter. |
void |
addFileMimeTypeInclusionFilter(String filter)
Deprecated. Add a file type inclusion filter. |
void |
addKeyword(String keyword)
Deprecated. Adds a keyword to the list of keywords this subscriber is interested in. |
void |
addNameValueExclusionFilter(String filter)
Deprecated. Adds a name/value exclusion filter to the subscriber. |
void |
addNameValueInclusionFilter(String filter)
Deprecated. Adds a name/value inclusion filter to the subscriber. |
List |
entryExclusionFilters()
Deprecated. Gets the entry exclusion filters defined for filtering content to this subscriber. |
List |
entryInclusionFilters()
Deprecated. Gets the entry inclusion filters defined for filtering content to this subscriber. |
List |
fileMimeTypeExclusionFilters()
Deprecated. Gets the file MIME type exclusion filters for this user. |
List |
fileMimeTypeInclusionFilters()
Deprecated. Gets the file MIME type inclusion filters for this user. |
String |
getArchiveReceiveBy()
Deprecated. Gets the receive method this subscriber prefers (value or reference). |
ContentDestination |
getContentDestination()
Deprecated. Get the content destination for this subscriber |
String |
getDavUrlType()
Deprecated. Sets the type of url. |
String |
getDeliveryTransport()
Deprecated. Gets the preferred delivery transport for this subscriber. |
String |
getDescription()
Deprecated. Get the description for this object. |
String |
getEmailFormat()
Deprecated. Gets the email format for this subcriber (Usually html or text). |
List |
getKeywords()
Deprecated. Gets an iterator of keywords for this subscriber. |
String |
getMail()
Deprecated. Gets the mail address to send to for this subscriber. |
String |
getName()
Deprecated. Get the name for this object. |
PersonInterface |
getPerson()
Deprecated. Returns the user this subscriber identity belongs to. |
String |
getQueueName()
Deprecated. Gets the queue name to deliver to for this subscriber. |
List |
getSubscribedChannels()
Deprecated. Get a list of the channels subscribed to by this Subscriber identity. |
String |
getType()
Deprecated. Get the object type. |
List |
nameValueExclusionFilters()
Deprecated. Gets the name/value exclusion filters defined for filtering data received by this subscriber identity. |
List |
nameValueInclusionFilters()
Deprecated. Gets the name/value inclusion filters defined for filtering data received by this subscriber identity. |
void |
removeEntryExclusionFilter(String filter)
Deprecated. Remove an entry exclusion filter from this subscriber. |
void |
removeEntryInclusionFilter(String filter)
Deprecated. Remove an entry inclusion filter from the subscriber. |
void |
removeFileMimeTypeExclusionFilter(String filter)
Deprecated. Remove a file type exclusion filter. |
void |
removeFileMimeTypeInclusionFilter(String filter)
Deprecated. Remove a file type inclusion filter. |
void |
removeKeyword(String keyword)
Deprecated. Removes a keyword from the keyword list for this subscriber. |
void |
removeNameValueExclusionFilter(String filter)
Deprecated. Remove a name/value exclusion filter from the subscriber. |
void |
removeNameValueInclusionFilter(String filter)
Deprecated. Remove a name/value inclusion filter from the subscriber. |
void |
setArchiveReceiveBy(String receiveBy)
Deprecated. Sets the preferred mechanism for receiving published archives (value or reference). |
void |
setContentDestination(DirectoryInterface basePathDirectory,
String relativepath)
Deprecated. Set the content destination for this subscriber. |
void |
setDavUrlType(String type)
Deprecated. Sets the type of url. |
void |
setDeliveryTransport(String deliveryTransport)
Deprecated. Sets the delivery transport for this subscriber. |
void |
setEmailFormat(String emailFormat)
Deprecated. Sets the preferred email format for this subscriber. |
void |
setMail(String mail)
Deprecated. Sets the mail address to send to for this user. |
void |
setPerson(PersonInterface person)
Deprecated. Sets the user this subscriber identity belongs to. |
void |
setQueueName(String queueName)
Deprecated. Sets the queue name this subscriber receives data on. |
| Methods inherited from class com.sas.services.information.metadata.Folder |
addItem, addNewItem, addSubfolder, delete, deleteItem, deleteSubfolder, getFolderRefresh, getFolderType, getItem, getItemByClass, getItemByType, getItemRefresh, getItems, getItemsByClass, getItemsByType, getParent, getPath, getSubfolder, getSubfolders, makeSubfolder, mapNameToFilesystem, mapUrlToFilesystem, removeItem, removeSubfolder, setFolderRefresh, setFolderType, setItemRefresh, setName, setRepository |
| Methods inherited from class java.rmi.server.UnicastRemoteObject |
clone, exportObject, exportObject, exportObject, unexportObject |
| Methods inherited from class java.rmi.server.RemoteServer |
getClientHost, getLog, setLog |
| Methods inherited from class java.rmi.server.RemoteObject |
equals, getRef, hashCode, toString, toStub |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public LdapSubscriber()
throws RemoteException
public LdapSubscriber(Sassubscriber o)
throws RemoteException
public LdapSubscriber(RepositoryInterface repos,
String name,
FolderInterface parent)
throws RemoteException
| Method Detail |
public String getName()
throws RemoteException
MetadataInterfacegetName in interface MetadataInterfacegetName in class Metadatacom.sas.services.information.metadata.MetadataInterfaceRemoteException - if an error occurs
public String getType()
throws RemoteException
MetadataInterfacegetType in interface MetadataInterfacegetType in class Foldercom.sas.services.information.metadata.MetadataInterfaceRemoteException - if an error occurs
public String getDescription()
throws RemoteException
MetadataInterfacegetDescription in interface MetadataInterfacegetDescription in class Metadatacom.sas.services.information.metadata.MetadataInterfaceRemoteException - if an error occurs
public PersonInterface getPerson()
throws RemoteException
getPerson in interface SubscriberInterface
public void setPerson(PersonInterface person)
throws RemoteException
setPerson in interface SubscriberInterfaceperson - The user's context
public String getMail()
throws RemoteException
getMail in interface ContentSubscriberInterface
public void setMail(String mail)
throws RemoteException
setMail in interface ContentSubscriberInterfacemail - The mail addressRemoteException - if a network anomaly is encountered.
public List getKeywords()
throws RemoteException
getKeywords in interface MetadataInterfacegetKeywords in class Metadata
public void addKeyword(String keyword)
throws RemoteException
addKeyword in interface MetadataInterfaceaddKeyword in class Metadatakeyword - a new keyword for this subscriber
public void removeKeyword(String keyword)
throws RemoteException
removeKeyword in interface MetadataInterfaceremoveKeyword in class Metadatakeyword - The keyword to remove.
public String getEmailFormat()
throws RemoteException
getEmailFormat in interface ContentSubscriberInterface
public void setEmailFormat(String emailFormat)
throws RemoteException
setEmailFormat in interface ContentSubscriberInterfaceemailFormat - The preferred email formatl
public String getDeliveryTransport()
throws RemoteException
getDeliveryTransport in interface SubscriberInterface
public void setDeliveryTransport(String deliveryTransport)
throws RemoteException
setDeliveryTransport in interface SubscriberInterfacedeliveryTransport - The new transport.
public String getQueueName()
throws RemoteException
getQueueName in interface SubscriberInterface
public void setQueueName(String queueName)
throws RemoteException
setQueueName in interface SubscriberInterfacequeueName - The new queue name to deliver to for this subscriber.
public String getArchiveReceiveBy()
throws RemoteException
getArchiveReceiveBy in interface ContentSubscriberInterface
public void setArchiveReceiveBy(String receiveBy)
throws RemoteException
setArchiveReceiveBy in interface ContentSubscriberInterfacereceiveBy - method for receiving archive data.
public List nameValueInclusionFilters()
throws RemoteException
nameValueInclusionFilters in interface ContentSubscriberInterface
public void addNameValueInclusionFilter(String filter)
throws RemoteException
addNameValueInclusionFilter in interface ContentSubscriberInterfacefilter - The new package inclusion filter.
public void removeNameValueInclusionFilter(String filter)
throws RemoteException
removeNameValueInclusionFilter in interface ContentSubscriberInterfacefilter - The package inclusion filter to remove.
public List nameValueExclusionFilters()
throws RemoteException
nameValueExclusionFilters in interface ContentSubscriberInterface
public void addNameValueExclusionFilter(String filter)
throws RemoteException
addNameValueExclusionFilter in interface ContentSubscriberInterfacefilter - The new package exclusion filter.
public void removeNameValueExclusionFilter(String filter)
throws RemoteException
removeNameValueExclusionFilter in interface ContentSubscriberInterfacefilter - The package exclusion filter to remove.
public List entryExclusionFilters()
throws RemoteException
entryExclusionFilters in interface ContentSubscriberInterface
public void addEntryExclusionFilter(String filter)
throws RemoteException
addEntryExclusionFilter in interface ContentSubscriberInterfacefilter - The new entry exclusion filter.
public void removeEntryExclusionFilter(String filter)
throws RemoteException
removeEntryExclusionFilter in interface ContentSubscriberInterfacefilter - The entry exclusion filter to remove.
public List entryInclusionFilters()
throws RemoteException
entryInclusionFilters in interface ContentSubscriberInterface
public void addEntryInclusionFilter(String filter)
throws RemoteException
addEntryInclusionFilter in interface ContentSubscriberInterfacefilter - The entry inclusion filter to add.
public void removeEntryInclusionFilter(String filter)
throws RemoteException
removeEntryInclusionFilter in interface ContentSubscriberInterfacefilter - The entry inclusion filter to remove.
public List fileMimeTypeExclusionFilters()
throws RemoteException
fileMimeTypeExclusionFilters in interface ContentSubscriberInterface
public void addFileMimeTypeExclusionFilter(String filter)
throws RemoteException
addFileMimeTypeExclusionFilter in interface ContentSubscriberInterfacefilter - The new file type exclusion filter.
public void removeFileMimeTypeExclusionFilter(String filter)
throws RemoteException
removeFileMimeTypeExclusionFilter in interface ContentSubscriberInterfacefilter - The file type exclusion filter to remove.
public List fileMimeTypeInclusionFilters()
throws RemoteException
fileMimeTypeInclusionFilters in interface ContentSubscriberInterface
public void addFileMimeTypeInclusionFilter(String filter)
throws RemoteException
addFileMimeTypeInclusionFilter in interface ContentSubscriberInterfacefilter - The file type inclusion filter to add.
public void removeFileMimeTypeInclusionFilter(String filter)
throws RemoteException
removeFileMimeTypeInclusionFilter in interface ContentSubscriberInterfacefilter - The file type inclusion filter to remove.
public ContentDestination getContentDestination()
throws RemoteException
getContentDestination in interface SubscriberInterfaceRemoteException - in the event of remote object failure.
public void setContentDestination(DirectoryInterface basePathDirectory,
String relativepath)
throws RemoteException
setContentDestination in interface SubscriberInterfacebasePathDirectory - A Directory representing the content destination.RemoteException - in the event of remote object failure.
public String getDavUrlType()
throws RemoteException
getDavUrlType in interface ContentSubscriberInterface
public void setDavUrlType(String type)
throws RemoteException
setDavUrlType in interface ContentSubscriberInterfacetype - The type of url, parent or collection.
public List getSubscribedChannels()
throws ServiceException,
RemoteException
getSubscribedChannels in interface SubscriberInterfaceServiceException - if a repository error occurs.RemoteException - in the event of remote object failure.
|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||