|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CAPv2
| Method Summary | |
|---|---|
org.cmis.interopserver.beans.capv2.Alert |
getCAPAlert(java.lang.String messageid)
Gets the Alert that corresponds to this identifier. |
org.cmis.interopserver.beans.capv2.Alert[] |
getCAPAlerts(java.util.Calendar lastupdate)
Gets all Alerts since the given date-time, exclusive. |
org.cmis.interopserver.beans.capv2.Alert[] |
getCAPAlerts(java.lang.String[] searchTerms)
Gets all Alerts that are visible to the user that match ALL of the given search terms. |
org.cmis.interopserver.beans.SimpleCOG[] |
getCogs()
|
org.cmis.interopserver.beans.SimpleCOG |
getMyCog()
|
java.util.Calendar |
getServerTime()
Retrieves the current time on the server; useful for time-synching to ensure that getCAPAlerts(time) is accurate. |
java.lang.String |
ping()
|
void |
postCAPAlert(org.cmis.interopserver.beans.capv2.Alert alert)
Posts this Alert globally across the system. |
void |
postCAPAlert(org.cmis.interopserver.beans.capv2.Alert Alert,
org.cmis.interopserver.beans.capv2.CAPAttachmentDescriptor[] attachments)
This method is identitical to postCAPAlert(Alert), but also includes attachments. |
void |
postCAPAlert(org.cmis.interopserver.beans.capv2.Alert alert,
org.cmis.interopserver.beans.SimpleCOG[] mailList)
Posts this Alert to the specified list of COGs. |
void |
postCAPAlert(org.cmis.interopserver.beans.capv2.Alert in0,
org.cmis.interopserver.beans.SimpleCOG[] in1,
org.cmis.interopserver.beans.capv2.CAPAttachmentDescriptor[] in2)
This is identitical to postCAPAlert(alert, mailList), above, but also includes attachments. |
| Method Detail |
|---|
org.cmis.interopserver.beans.capv2.Alert getCAPAlert(java.lang.String messageid)
throws java.rmi.RemoteException
sender, a colon, and the CAP
identifier to use as the "messageid".
For example: user@123.org:#1234 Any leading or trailing white space will be removed.
If the "messageid" does not correspond to a CAP Alert in the DMIS system, an error will be returned.
messageid - (cap sender):(cap identifier)
java.rmi.RemoteException - A remote exception occurred
org.cmis.interopserver.beans.capv2.Alert[] getCAPAlerts(java.lang.String[] searchTerms)
throws java.rmi.RemoteException
searchTerms -
RemoteException - if there is some error
org.cmis.interopserver.beans.capv2.Alert[] getCAPAlerts(java.util.Calendar lastupdate)
throws java.rmi.RemoteException
lastupdate - a date-time cutoff for retrieving posted events. This value
is being compared to the sent field of the Alert message.
java.rmi.RemoteException - A remote exception occurred
java.util.Calendar getServerTime()
throws java.rmi.RemoteException
RemoteException
void postCAPAlert(org.cmis.interopserver.beans.capv2.Alert Alert,
org.cmis.interopserver.beans.capv2.CAPAttachmentDescriptor[] attachments)
throws java.rmi.RemoteException
alert - Alert to be posted.attachments - Descriptions of the attachments that are added to this message via the
SOAP with Attachments specification. These must correspond, one-to-one, with attachments
in this message. The first attachment descriptor in the array describes the first attachment
in the message, and so on.
java.rmi.RemoteException - A remote exception occurredpostCAPAlert
void postCAPAlert(org.cmis.interopserver.beans.capv2.Alert alert,
org.cmis.interopserver.beans.SimpleCOG[] mailList)
throws java.rmi.RemoteException
postCAPAlert(Alert) with COG ids specified in the address
field as described above. This method will ignore the address and scope fields of the
Alert and post it only to the COGs specified in the array of SimpleCOG objects supplied.
If any of the COGs specified in the COG array are invalid, an error will be returned and no
posting will take place. The same is true if there are duplicates in the COG array, or if
the sender's COG is specified in the COG array. This method does not return anything; if
no error is returned then the posting has succeeded.
alert - Alert to be posted.mailList - Array of SimpleCOGs to receive the alert.
java.rmi.RemoteException - A remote exception occurred
void postCAPAlert(org.cmis.interopserver.beans.capv2.Alert alert)
throws java.rmi.RemoteException
Alert.scope field is "Private" and the org.cmis.interopserver.beans.cap.Alert#address field contains a space-delimited series COGs in
the form "COGx" where x is a valid COG SimpleCOG.id
(for example, COG1737 COG1000 COG2) then the Alert will be posted to only
those specified COGs. If any of the COG ids are invalid, an error will be returned and no
posting will take place. In any other case, the Alert will be posted globally across the
DMIS system (to all COGs). This method does not return anything; if no error is returned
then the posting has succeeded.
alert - Alert to be posted.
java.rmi.RemoteException - A remote exception occurred
void postCAPAlert(org.cmis.interopserver.beans.capv2.Alert in0,
org.cmis.interopserver.beans.SimpleCOG[] in1,
org.cmis.interopserver.beans.capv2.CAPAttachmentDescriptor[] in2)
throws java.rmi.RemoteException
alert - Alert to be posted.attachments - Descriptions of the attachments that are added to this message via the
SOAP with Attachments specification. These must correspond, one-to-one, with attachments
in this message. The first attachment descriptor in the array describes the first attachment
in the message, and so on.
java.rmi.RemoteException - A remote exception occurredpostCAPAlert
org.cmis.interopserver.beans.SimpleCOG[] getCogs()
throws java.rmi.RemoteException
java.rmi.RemoteException
org.cmis.interopserver.beans.SimpleCOG getMyCog()
throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String ping()
throws java.rmi.RemoteException
java.rmi.RemoteException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||