|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
Package subscriber interface.
| Field Summary | |
static String |
DEFAULT_EMAIL_FORMAT
The default Email format. |
static String |
DEFAULT_WEBDAV_URL_TYPE
The default WebDAV URL type code. |
static String |
EMAIL_FORMAT_HTML
Email format code: HTML |
static String |
EMAIL_FORMAT_TEXT
Email format code: text |
static String |
EMAIL_TYPE
|
static String |
WEBDAV_URL_TYPE_COLLECTION
WebDAV URL type code: collection |
static String |
WEBDAV_URL_TYPE_PARENT
WebDAV URL type code: 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 |
| Method Summary | |
void |
addEntryExclusionFilter(String filter)
Add an entry exclusion filter to this subscriber. |
void |
addEntryInclusionFilter(String filter)
Add an entry inclusion filter to this subscriber. |
void |
addFileMimeTypeExclusionFilter(String filter)
Add a file type exclusion filter. |
void |
addFileMimeTypeInclusionFilter(String filter)
Add a file type inclusion filter. |
void |
addNameValueExclusionFilter(String filter)
Adds a name/value exclusion filter to the subscriber. |
void |
addNameValueInclusionFilter(String filter)
Adds a name/value inclusion filter to the subscriber. |
List |
entryExclusionFilters()
Gets the entry exclusion filters defined for filtering content to this subscriber. |
List |
entryInclusionFilters()
Gets the entry inclusion filters defined for filtering content to this subscriber. |
List |
fileMimeTypeExclusionFilters()
Gets the file MIME type exclusion filters for this user. |
List |
fileMimeTypeInclusionFilters()
Gets the file MIME type inclusion filters for this user. |
String |
getArchiveReceiveBy()
Gets the receive method this subscriber prefers (value or reference). |
String |
getDavUrlType()
Sets the type of url. |
String |
getEmailFormat()
Gets the email format for this subcriber. |
String |
getMail()
Gets the mail address to send to for this subscriber. |
List |
nameValueExclusionFilters()
Gets the name/value exclusion filters defined for filtering data received by this subscriber identity. |
List |
nameValueInclusionFilters()
Gets the name/value inclusion filters defined for filtering data received by this subscriber identity. |
void |
removeEntryExclusionFilter(String filter)
Remove an entry exclusion filter from this subscriber. |
void |
removeEntryInclusionFilter(String filter)
Remove an entry inclusion filter from the subscriber. |
void |
removeFileMimeTypeExclusionFilter(String filter)
Remove a file type exclusion filter. |
void |
removeFileMimeTypeInclusionFilter(String filter)
Remove a file type inclusion filter. |
void |
removeNameValueExclusionFilter(String filter)
Remove a name/value exclusion filter from the subscriber. |
void |
removeNameValueInclusionFilter(String filter)
Remove a name/value inclusion filter from the subscriber. |
void |
setArchiveReceiveBy(String receiveBy)
Sets the preferred mechanism for receiving published archives (value or reference). |
void |
setDavUrlType(String type)
Sets the type of url. |
void |
setEmailFormat(String emailFormat)
Sets the preferred email format for this subscriber. |
void |
setMail(String mail)
Sets the mail address to send to for this user. |
| Methods inherited from interface com.sas.services.information.metadata.SubscriberInterface |
getContentDestination, getDeliveryTransport, getPerson, getQueueName, getSubscribedChannels, setContentDestination, setDeliveryTransport, setPerson, setQueueName |
| Field Detail |
public static final String EMAIL_FORMAT_HTML
public static final String EMAIL_FORMAT_TEXT
public static final String DEFAULT_EMAIL_FORMAT
public static final String EMAIL_TYPE
public static final String WEBDAV_URL_TYPE_COLLECTION
public static final String WEBDAV_URL_TYPE_PARENT
public static final String DEFAULT_WEBDAV_URL_TYPE
| Method Detail |
public String getMail()
throws RemoteException
RemoteException - if a network anomaly is encountered.
public void setMail(String mail)
throws RemoteException
mail - The mail addressRemoteException - if a network anomaly is encountered.
public String getEmailFormat()
throws RemoteException
EMAIL_FORMAT_HTML or EMAIL_FORMAT_TEXTRemoteException - if a network anomaly is encountered.
public void setEmailFormat(String emailFormat)
throws RemoteException
emailFormat - The preferred email format. This value must be one of
EMAIL_FORMAT_HTML or EMAIL_FORMAT_TEXTRemoteException - if a network anomaly is encountered.
public String getArchiveReceiveBy()
throws RemoteException
RemoteException - if a network anomaly is encountered.
public void setArchiveReceiveBy(String receiveBy)
throws RemoteException
receiveBy - method for receiving archive data.RemoteException - if a network anomaly is encountered.
public List nameValueInclusionFilters()
throws RemoteException
public void addNameValueInclusionFilter(String filter)
throws RemoteException
filter - The new package inclusion filter.RemoteException - if a network anomaly is encountered.
public void removeNameValueInclusionFilter(String filter)
throws RemoteException
filter - The package inclusion filter to remove.RemoteException - if a network anomaly is encountered.
public List nameValueExclusionFilters()
throws RemoteException
RemoteException - if a network anomaly is encountered.
public void addNameValueExclusionFilter(String filter)
throws RemoteException
filter - The new package exclusion filter.RemoteException - if a network anomaly is encountered.
public void removeNameValueExclusionFilter(String filter)
throws RemoteException
filter - The package exclusion filter to remove.RemoteException - if a network anomaly is encountered.
public List entryExclusionFilters()
throws RemoteException
RemoteException - if a network anomaly is encountered.
public void addEntryExclusionFilter(String filter)
throws RemoteException
filter - The new entry exclusion filter.RemoteException - if a network anomaly is encountered.
public void removeEntryExclusionFilter(String filter)
throws RemoteException
filter - The entry exclusion filter to remove.RemoteException - if a network anomaly is encountered.
public List entryInclusionFilters()
throws RemoteException
RemoteException - if a network anomaly is encountered.
public void addEntryInclusionFilter(String filter)
throws RemoteException
filter - The entry inclusion filter to add.RemoteException - if a network anomaly is encountered.
public void removeEntryInclusionFilter(String filter)
throws RemoteException
filter - The entry inclusion filter to remove.RemoteException - if a network anomaly is encountered.
public List fileMimeTypeExclusionFilters()
throws RemoteException
RemoteException - if a network anomaly is encountered.
public void addFileMimeTypeExclusionFilter(String filter)
throws RemoteException
filter - The new file type exclusion filter.RemoteException - if a network anomaly is encountered.
public void removeFileMimeTypeExclusionFilter(String filter)
throws RemoteException
filter - The file type exclusion filter to remove.RemoteException - if a network anomaly is encountered.
public List fileMimeTypeInclusionFilters()
throws RemoteException
RemoteException - if a network anomaly is encountered.
public void addFileMimeTypeInclusionFilter(String filter)
throws RemoteException
filter - The file type inclusion filter to add.RemoteException - if a network anomaly is encountered.
public void removeFileMimeTypeInclusionFilter(String filter)
throws RemoteException
filter - The file type inclusion filter to remove.RemoteException - if a network anomaly is encountered.
public String getDavUrlType()
throws RemoteException
RemoteException - if a network anomaly is encountered.
public void setDavUrlType(String type)
throws RemoteException
type - The type of url, parent or collection.RemoteException - if a network anomaly is encountered.
|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||