OKMWebservices  2.0
OpenKM Webservices
 All Classes Namespaces Files Functions Variables Properties Events
com.openkm.ws.professional.ws646.OKMNotification Class Reference

More...

Inheritance diagram for com.openkm.ws.professional.ws646.OKMNotification:
Collaboration diagram for com.openkm.ws.professional.ws646.OKMNotification:

Public Member Functions

 OKMNotification ()
 
 OKMNotification (String Url)
 
void unsubscribe ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string nodePath)
 
void unsubscribeAsync (string token, string nodePath)
 
void unsubscribeAsync (string token, string nodePath, object userState)
 
void notify ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string nodePath, [System.Xml.Serialization.XmlElementAttribute("users", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string[] users, [System.Xml.Serialization.XmlElementAttribute("mails", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string[] mails, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string message, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] bool attachment)
 
void notifyAsync (string token, string nodePath, string[] users, string[] mails, string message, bool attachment)
 
void notifyAsync (string token, string nodePath, string[] users, string[] mails, string message, bool attachment, object userState)
 
void subscribe ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string nodePath)
 
void subscribeAsync (string token, string nodePath)
 
void subscribeAsync (string token, string nodePath, object userState)
 
string[] getSubscriptors ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string nodePath)
 
void getSubscriptorsAsync (string token, string nodePath)
 
void getSubscriptorsAsync (string token, string nodePath, object userState)
 
new void CancelAsync (object userState)
 

Events

unsubscribeCompletedEventHandler unsubscribeCompleted
 
notifyCompletedEventHandler notifyCompleted
 
subscribeCompletedEventHandler subscribeCompleted
 
getSubscriptorsCompletedEventHandler getSubscriptorsCompleted
 

Detailed Description

Constructor & Destructor Documentation

com.openkm.ws.professional.ws646.OKMNotification.OKMNotification ( )

com.openkm.ws.professional.ws646.OKMNotification.OKMNotification ( String  Url)

Member Function Documentation

new void com.openkm.ws.professional.ws646.OKMNotification.CancelAsync ( object  userState)

string [] com.openkm.ws.professional.ws646.OKMNotification.getSubscriptors ( [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  nodePath 
)

void com.openkm.ws.professional.ws646.OKMNotification.getSubscriptorsAsync ( string  token,
string  nodePath 
)

void com.openkm.ws.professional.ws646.OKMNotification.getSubscriptorsAsync ( string  token,
string  nodePath,
object  userState 
)

void com.openkm.ws.professional.ws646.OKMNotification.notify ( [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  nodePath,
[System.Xml.Serialization.XmlElementAttribute("users", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string[]  users,
[System.Xml.Serialization.XmlElementAttribute("mails", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string[]  mails,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  message,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] bool  attachment 
)

void com.openkm.ws.professional.ws646.OKMNotification.notifyAsync ( string  token,
string  nodePath,
string[]  users,
string[]  mails,
string  message,
bool  attachment 
)

void com.openkm.ws.professional.ws646.OKMNotification.notifyAsync ( string  token,
string  nodePath,
string[]  users,
string[]  mails,
string  message,
bool  attachment,
object  userState 
)

void com.openkm.ws.professional.ws646.OKMNotification.subscribe ( [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  nodePath 
)

void com.openkm.ws.professional.ws646.OKMNotification.subscribeAsync ( string  token,
string  nodePath 
)

void com.openkm.ws.professional.ws646.OKMNotification.subscribeAsync ( string  token,
string  nodePath,
object  userState 
)

void com.openkm.ws.professional.ws646.OKMNotification.unsubscribe ( [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  nodePath 
)

void com.openkm.ws.professional.ws646.OKMNotification.unsubscribeAsync ( string  token,
string  nodePath 
)

void com.openkm.ws.professional.ws646.OKMNotification.unsubscribeAsync ( string  token,
string  nodePath,
object  userState 
)

Event Documentation

getSubscriptorsCompletedEventHandler com.openkm.ws.professional.ws646.OKMNotification.getSubscriptorsCompleted

notifyCompletedEventHandler com.openkm.ws.professional.ws646.OKMNotification.notifyCompleted

subscribeCompletedEventHandler com.openkm.ws.professional.ws646.OKMNotification.subscribeCompleted

unsubscribeCompletedEventHandler com.openkm.ws.professional.ws646.OKMNotification.unsubscribeCompleted


The documentation for this class was generated from the following file: