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

More...

Inheritance diagram for com.openkm.ws.professional.ws60.OKMWorkflow:
Collaboration diagram for com.openkm.ws.professional.ws60.OKMWorkflow:

Public Member Functions

 OKMWorkflow ()
 
 OKMWorkflow (String Url)
 
void suspendProcessInstance ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] long piId)
 
void suspendProcessInstanceAsync (string token, long piId)
 
void suspendProcessInstanceAsync (string token, long piId, object userState)
 
byte[] getProcessDefinitionImage ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] long pdId, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string node)
 
void getProcessDefinitionImageAsync (string token, long pdId, string node)
 
void getProcessDefinitionImageAsync (string token, long pdId, string node, object userState)
 
void addProcessInstanceVariable ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] long piId, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string name, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] object value)
 
void addProcessInstanceVariableAsync (string token, long piId, string name, object value)
 
void addProcessInstanceVariableAsync (string token, long piId, string name, object value, object userState)
 
void registerProcessDefinition ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="base64Binary")] byte[] pda)
 
void registerProcessDefinitionAsync (string token, byte[] pda)
 
void registerProcessDefinitionAsync (string token, byte[] pda, object userState)
 
void endProcessInstance ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] long piId)
 
void endProcessInstanceAsync (string token, long piId)
 
void endProcessInstanceAsync (string token, long piId, object userState)
 
processInstance runProcessDefinition ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] long pdId, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string uuid, [System.Xml.Serialization.XmlElementAttribute("values", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] formElementComplex[] values)
 
void runProcessDefinitionAsync (string token, long pdId, string uuid, formElementComplex[] values)
 
void runProcessDefinitionAsync (string token, long pdId, string uuid, formElementComplex[] values, object userState)
 
void addTokenComment ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] long tkId, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string message)
 
void addTokenCommentAsync (string token, long tkId, string message)
 
void addTokenCommentAsync (string token, long tkId, string message, object userState)
 
void endToken ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] long tkId)
 
void endTokenAsync (string token, long tkId)
 
void endTokenAsync (string token, long tkId, object userState)
 
void suspendToken ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] long tkId)
 
void suspendTokenAsync (string token, long tkId)
 
void suspendTokenAsync (string token, long tkId, object userState)
 
processDefinition[] findLatestProcessDefinitions ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token)
 
void findLatestProcessDefinitionsAsync (string token)
 
void findLatestProcessDefinitionsAsync (string token, object userState)
 
processInstance[] findProcessInstances ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] long pdId)
 
void findProcessInstancesAsync (string token, long pdId)
 
void findProcessInstancesAsync (string token, long pdId, object userState)
 
void deleteProcessInstance ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] long piId)
 
void deleteProcessInstanceAsync (string token, long piId)
 
void deleteProcessInstanceAsync (string token, long piId, object userState)
 
void deleteProcessDefinition ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] long pdId)
 
void deleteProcessDefinitionAsync (string token, long pdId)
 
void deleteProcessDefinitionAsync (string token, long pdId, object userState)
 
void addTaskInstanceComment ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] long tiId, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string message)
 
void addTaskInstanceCommentAsync (string token, long tiId, string message)
 
void addTaskInstanceCommentAsync (string token, long tiId, string message, object userState)
 
void setTaskInstanceActorId ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] long tiId, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string actorId)
 
void setTaskInstanceActorIdAsync (string token, long tiId, string actorId)
 
void setTaskInstanceActorIdAsync (string token, long tiId, string actorId, object userState)
 
token sendTokenSignal ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] long tkId, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string transName)
 
void sendTokenSignalAsync (string token, long tkId, string transName)
 
void sendTokenSignalAsync (string token, long tkId, string transName, object userState)
 
taskInstance[] findTaskInstances ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] long piId)
 
void findTaskInstancesAsync (string token, long piId)
 
void findTaskInstancesAsync (string token, long piId, object userState)
 
processDefinition[] findAllProcessDefinitionVersions ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string name)
 
void findAllProcessDefinitionVersionsAsync (string token, string name)
 
void findAllProcessDefinitionVersionsAsync (string token, string name, object userState)
 
void setTaskInstanceValues ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] long tiId, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string transName, [System.Xml.Serialization.XmlElementAttribute("values", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] formElementComplex[] values)
 
void setTaskInstanceValuesAsync (string token, long tiId, string transName, formElementComplex[] values)
 
void setTaskInstanceValuesAsync (string token, long tiId, string transName, formElementComplex[] values, object userState)
 
void resumeTaskInstance ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] long tiId)
 
void resumeTaskInstanceAsync (string token, long tiId)
 
void resumeTaskInstanceAsync (string token, long tiId, object userState)
 
void endTaskInstance ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] long tiId, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string transName)
 
void endTaskInstanceAsync (string token, long tiId, string transName)
 
void endTaskInstanceAsync (string token, long tiId, string transName, object userState)
 
void addTaskInstanceVariable ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] long tiId, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string name, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] object value)
 
void addTaskInstanceVariableAsync (string token, long tiId, string name, object value)
 
void addTaskInstanceVariableAsync (string token, long tiId, string name, object value, object userState)
 
void deleteTaskInstanceVariable ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] long tiId, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string name)
 
void deleteTaskInstanceVariableAsync (string token, long tiId, string name)
 
void deleteTaskInstanceVariableAsync (string token, long tiId, string name, object userState)
 
void startTaskInstance ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] long tiId)
 
void startTaskInstanceAsync (string token, long tiId)
 
void startTaskInstanceAsync (string token, long tiId, object userState)
 
token getToken ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] long tkId)
 
void getTokenAsync (string token, long tkId)
 
void getTokenAsync (string token, long tkId, object userState)
 
taskInstance getTaskInstance ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] long tiId)
 
void getTaskInstanceAsync (string token, long tiId)
 
void getTaskInstanceAsync (string token, long tiId, object userState)
 
processDefinition getProcessDefinition ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] long pdId)
 
void getProcessDefinitionAsync (string token, long pdId)
 
void getProcessDefinitionAsync (string token, long pdId, object userState)
 
void deleteProcessInstanceVariable ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] long piId, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string name)
 
void deleteProcessInstanceVariableAsync (string token, long piId, string name)
 
void deleteProcessInstanceVariableAsync (string token, long piId, string name, object userState)
 
taskInstance[] findUserTaskInstances ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token)
 
void findUserTaskInstancesAsync (string token)
 
void findUserTaskInstancesAsync (string token, object userState)
 
long findLastProcessDefinitionId ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string name)
 
void findLastProcessDefinitionIdAsync (string token, string name)
 
void findLastProcessDefinitionIdAsync (string token, string name, object userState)
 
processInstance sendProcessInstanceSignal ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] long piId, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string transName)
 
void sendProcessInstanceSignalAsync (string token, long piId, string transName)
 
void sendProcessInstanceSignalAsync (string token, long piId, string transName, object userState)
 
void resumeToken ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] long tkId)
 
void resumeTokenAsync (string token, long tkId)
 
void resumeTokenAsync (string token, long tkId, object userState)
 
void resumeProcessInstance ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] long piId)
 
void resumeProcessInstanceAsync (string token, long piId)
 
void resumeProcessInstanceAsync (string token, long piId, object userState)
 
processDefinition[] findAllProcessDefinitions ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token)
 
void findAllProcessDefinitionsAsync (string token)
 
void findAllProcessDefinitionsAsync (string token, object userState)
 
processInstance getProcessInstance ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] long piId)
 
void getProcessInstanceAsync (string token, long piId)
 
void getProcessInstanceAsync (string token, long piId, object userState)
 
taskInstance[] findPooledTaskInstances ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token)
 
void findPooledTaskInstancesAsync (string token)
 
void findPooledTaskInstancesAsync (string token, object userState)
 
void suspendTaskInstance ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] long tiId)
 
void suspendTaskInstanceAsync (string token, long tiId)
 
void suspendTaskInstanceAsync (string token, long tiId, object userState)
 
void setTokenNode ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] long tkId, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string nodeName)
 
void setTokenNodeAsync (string token, long tkId, string nodeName)
 
void setTokenNodeAsync (string token, long tkId, string nodeName, object userState)
 
new void CancelAsync (object userState)
 

Events

suspendProcessInstanceCompletedEventHandler suspendProcessInstanceCompleted
 
getProcessDefinitionImageCompletedEventHandler getProcessDefinitionImageCompleted
 
addProcessInstanceVariableCompletedEventHandler addProcessInstanceVariableCompleted
 
registerProcessDefinitionCompletedEventHandler registerProcessDefinitionCompleted
 
endProcessInstanceCompletedEventHandler endProcessInstanceCompleted
 
runProcessDefinitionCompletedEventHandler runProcessDefinitionCompleted
 
addTokenCommentCompletedEventHandler addTokenCommentCompleted
 
endTokenCompletedEventHandler endTokenCompleted
 
suspendTokenCompletedEventHandler suspendTokenCompleted
 
findLatestProcessDefinitionsCompletedEventHandler findLatestProcessDefinitionsCompleted
 
findProcessInstancesCompletedEventHandler findProcessInstancesCompleted
 
deleteProcessInstanceCompletedEventHandler deleteProcessInstanceCompleted
 
deleteProcessDefinitionCompletedEventHandler deleteProcessDefinitionCompleted
 
addTaskInstanceCommentCompletedEventHandler addTaskInstanceCommentCompleted
 
setTaskInstanceActorIdCompletedEventHandler setTaskInstanceActorIdCompleted
 
sendTokenSignalCompletedEventHandler sendTokenSignalCompleted
 
findTaskInstancesCompletedEventHandler findTaskInstancesCompleted
 
findAllProcessDefinitionVersionsCompletedEventHandler findAllProcessDefinitionVersionsCompleted
 
setTaskInstanceValuesCompletedEventHandler setTaskInstanceValuesCompleted
 
resumeTaskInstanceCompletedEventHandler resumeTaskInstanceCompleted
 
endTaskInstanceCompletedEventHandler endTaskInstanceCompleted
 
addTaskInstanceVariableCompletedEventHandler addTaskInstanceVariableCompleted
 
deleteTaskInstanceVariableCompletedEventHandler deleteTaskInstanceVariableCompleted
 
startTaskInstanceCompletedEventHandler startTaskInstanceCompleted
 
getTokenCompletedEventHandler getTokenCompleted
 
getTaskInstanceCompletedEventHandler getTaskInstanceCompleted
 
getProcessDefinitionCompletedEventHandler getProcessDefinitionCompleted
 
deleteProcessInstanceVariableCompletedEventHandler deleteProcessInstanceVariableCompleted
 
findUserTaskInstancesCompletedEventHandler findUserTaskInstancesCompleted
 
findLastProcessDefinitionIdCompletedEventHandler findLastProcessDefinitionIdCompleted
 
sendProcessInstanceSignalCompletedEventHandler sendProcessInstanceSignalCompleted
 
resumeTokenCompletedEventHandler resumeTokenCompleted
 
resumeProcessInstanceCompletedEventHandler resumeProcessInstanceCompleted
 
findAllProcessDefinitionsCompletedEventHandler findAllProcessDefinitionsCompleted
 
getProcessInstanceCompletedEventHandler getProcessInstanceCompleted
 
findPooledTaskInstancesCompletedEventHandler findPooledTaskInstancesCompleted
 
suspendTaskInstanceCompletedEventHandler suspendTaskInstanceCompleted
 
setTokenNodeCompletedEventHandler setTokenNodeCompleted
 

Detailed Description

Constructor & Destructor Documentation

com.openkm.ws.professional.ws60.OKMWorkflow.OKMWorkflow ( )

com.openkm.ws.professional.ws60.OKMWorkflow.OKMWorkflow ( String  Url)

Member Function Documentation

void com.openkm.ws.professional.ws60.OKMWorkflow.addProcessInstanceVariable ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] long  piId,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  name,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] object  value 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.addProcessInstanceVariableAsync ( string  token,
long  piId,
string  name,
object  value 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.addProcessInstanceVariableAsync ( string  token,
long  piId,
string  name,
object  value,
object  userState 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.addTaskInstanceComment ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] long  tiId,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  message 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.addTaskInstanceCommentAsync ( string  token,
long  tiId,
string  message 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.addTaskInstanceCommentAsync ( string  token,
long  tiId,
string  message,
object  userState 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.addTaskInstanceVariable ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] long  tiId,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  name,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] object  value 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.addTaskInstanceVariableAsync ( string  token,
long  tiId,
string  name,
object  value 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.addTaskInstanceVariableAsync ( string  token,
long  tiId,
string  name,
object  value,
object  userState 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.addTokenComment ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] long  tkId,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  message 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.addTokenCommentAsync ( string  token,
long  tkId,
string  message 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.addTokenCommentAsync ( string  token,
long  tkId,
string  message,
object  userState 
)

new void com.openkm.ws.professional.ws60.OKMWorkflow.CancelAsync ( object  userState)

void com.openkm.ws.professional.ws60.OKMWorkflow.deleteProcessDefinition ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] long  pdId 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.deleteProcessDefinitionAsync ( string  token,
long  pdId 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.deleteProcessDefinitionAsync ( string  token,
long  pdId,
object  userState 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.deleteProcessInstance ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] long  piId 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.deleteProcessInstanceAsync ( string  token,
long  piId 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.deleteProcessInstanceAsync ( string  token,
long  piId,
object  userState 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.deleteProcessInstanceVariable ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] long  piId,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  name 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.deleteProcessInstanceVariableAsync ( string  token,
long  piId,
string  name 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.deleteProcessInstanceVariableAsync ( string  token,
long  piId,
string  name,
object  userState 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.deleteTaskInstanceVariable ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] long  tiId,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  name 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.deleteTaskInstanceVariableAsync ( string  token,
long  tiId,
string  name 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.deleteTaskInstanceVariableAsync ( string  token,
long  tiId,
string  name,
object  userState 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.endProcessInstance ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] long  piId 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.endProcessInstanceAsync ( string  token,
long  piId 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.endProcessInstanceAsync ( string  token,
long  piId,
object  userState 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.endTaskInstance ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] long  tiId,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  transName 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.endTaskInstanceAsync ( string  token,
long  tiId,
string  transName 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.endTaskInstanceAsync ( string  token,
long  tiId,
string  transName,
object  userState 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.endToken ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] long  tkId 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.endTokenAsync ( string  token,
long  tkId 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.endTokenAsync ( string  token,
long  tkId,
object  userState 
)

processDefinition [] com.openkm.ws.professional.ws60.OKMWorkflow.findAllProcessDefinitions ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token)

void com.openkm.ws.professional.ws60.OKMWorkflow.findAllProcessDefinitionsAsync ( string  token)

void com.openkm.ws.professional.ws60.OKMWorkflow.findAllProcessDefinitionsAsync ( string  token,
object  userState 
)

processDefinition [] com.openkm.ws.professional.ws60.OKMWorkflow.findAllProcessDefinitionVersions ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  name 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.findAllProcessDefinitionVersionsAsync ( string  token,
string  name 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.findAllProcessDefinitionVersionsAsync ( string  token,
string  name,
object  userState 
)

long com.openkm.ws.professional.ws60.OKMWorkflow.findLastProcessDefinitionId ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  name 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.findLastProcessDefinitionIdAsync ( string  token,
string  name 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.findLastProcessDefinitionIdAsync ( string  token,
string  name,
object  userState 
)

processDefinition [] com.openkm.ws.professional.ws60.OKMWorkflow.findLatestProcessDefinitions ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token)

void com.openkm.ws.professional.ws60.OKMWorkflow.findLatestProcessDefinitionsAsync ( string  token)

void com.openkm.ws.professional.ws60.OKMWorkflow.findLatestProcessDefinitionsAsync ( string  token,
object  userState 
)

taskInstance [] com.openkm.ws.professional.ws60.OKMWorkflow.findPooledTaskInstances ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token)

void com.openkm.ws.professional.ws60.OKMWorkflow.findPooledTaskInstancesAsync ( string  token)

void com.openkm.ws.professional.ws60.OKMWorkflow.findPooledTaskInstancesAsync ( string  token,
object  userState 
)

processInstance [] com.openkm.ws.professional.ws60.OKMWorkflow.findProcessInstances ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] long  pdId 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.findProcessInstancesAsync ( string  token,
long  pdId 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.findProcessInstancesAsync ( string  token,
long  pdId,
object  userState 
)

taskInstance [] com.openkm.ws.professional.ws60.OKMWorkflow.findTaskInstances ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] long  piId 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.findTaskInstancesAsync ( string  token,
long  piId 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.findTaskInstancesAsync ( string  token,
long  piId,
object  userState 
)

taskInstance [] com.openkm.ws.professional.ws60.OKMWorkflow.findUserTaskInstances ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token)

void com.openkm.ws.professional.ws60.OKMWorkflow.findUserTaskInstancesAsync ( string  token)

void com.openkm.ws.professional.ws60.OKMWorkflow.findUserTaskInstancesAsync ( string  token,
object  userState 
)

processDefinition com.openkm.ws.professional.ws60.OKMWorkflow.getProcessDefinition ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] long  pdId 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.getProcessDefinitionAsync ( string  token,
long  pdId 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.getProcessDefinitionAsync ( string  token,
long  pdId,
object  userState 
)

byte [] com.openkm.ws.professional.ws60.OKMWorkflow.getProcessDefinitionImage ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] long  pdId,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  node 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.getProcessDefinitionImageAsync ( string  token,
long  pdId,
string  node 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.getProcessDefinitionImageAsync ( string  token,
long  pdId,
string  node,
object  userState 
)

processInstance com.openkm.ws.professional.ws60.OKMWorkflow.getProcessInstance ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] long  piId 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.getProcessInstanceAsync ( string  token,
long  piId 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.getProcessInstanceAsync ( string  token,
long  piId,
object  userState 
)

taskInstance com.openkm.ws.professional.ws60.OKMWorkflow.getTaskInstance ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] long  tiId 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.getTaskInstanceAsync ( string  token,
long  tiId 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.getTaskInstanceAsync ( string  token,
long  tiId,
object  userState 
)

token com.openkm.ws.professional.ws60.OKMWorkflow.getToken ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] long  tkId 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.getTokenAsync ( string  token,
long  tkId 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.getTokenAsync ( string  token,
long  tkId,
object  userState 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.registerProcessDefinition ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified, DataType = "base64Binary")] byte[]  pda 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.registerProcessDefinitionAsync ( string  token,
byte[]  pda 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.registerProcessDefinitionAsync ( string  token,
byte[]  pda,
object  userState 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.resumeProcessInstance ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] long  piId 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.resumeProcessInstanceAsync ( string  token,
long  piId 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.resumeProcessInstanceAsync ( string  token,
long  piId,
object  userState 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.resumeTaskInstance ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] long  tiId 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.resumeTaskInstanceAsync ( string  token,
long  tiId 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.resumeTaskInstanceAsync ( string  token,
long  tiId,
object  userState 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.resumeToken ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] long  tkId 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.resumeTokenAsync ( string  token,
long  tkId 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.resumeTokenAsync ( string  token,
long  tkId,
object  userState 
)

processInstance com.openkm.ws.professional.ws60.OKMWorkflow.runProcessDefinition ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] long  pdId,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  uuid,
[System.Xml.Serialization.XmlElementAttribute("values", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] formElementComplex[]  values 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.runProcessDefinitionAsync ( string  token,
long  pdId,
string  uuid,
formElementComplex[]  values 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.runProcessDefinitionAsync ( string  token,
long  pdId,
string  uuid,
formElementComplex[]  values,
object  userState 
)

processInstance com.openkm.ws.professional.ws60.OKMWorkflow.sendProcessInstanceSignal ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] long  piId,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  transName 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.sendProcessInstanceSignalAsync ( string  token,
long  piId,
string  transName 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.sendProcessInstanceSignalAsync ( string  token,
long  piId,
string  transName,
object  userState 
)

token com.openkm.ws.professional.ws60.OKMWorkflow.sendTokenSignal ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] long  tkId,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  transName 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.sendTokenSignalAsync ( string  token,
long  tkId,
string  transName 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.sendTokenSignalAsync ( string  token,
long  tkId,
string  transName,
object  userState 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.setTaskInstanceActorId ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] long  tiId,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  actorId 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.setTaskInstanceActorIdAsync ( string  token,
long  tiId,
string  actorId 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.setTaskInstanceActorIdAsync ( string  token,
long  tiId,
string  actorId,
object  userState 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.setTaskInstanceValues ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] long  tiId,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  transName,
[System.Xml.Serialization.XmlElementAttribute("values", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] formElementComplex[]  values 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.setTaskInstanceValuesAsync ( string  token,
long  tiId,
string  transName,
formElementComplex[]  values 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.setTaskInstanceValuesAsync ( string  token,
long  tiId,
string  transName,
formElementComplex[]  values,
object  userState 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.setTokenNode ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] long  tkId,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  nodeName 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.setTokenNodeAsync ( string  token,
long  tkId,
string  nodeName 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.setTokenNodeAsync ( string  token,
long  tkId,
string  nodeName,
object  userState 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.startTaskInstance ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] long  tiId 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.startTaskInstanceAsync ( string  token,
long  tiId 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.startTaskInstanceAsync ( string  token,
long  tiId,
object  userState 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.suspendProcessInstance ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] long  piId 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.suspendProcessInstanceAsync ( string  token,
long  piId 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.suspendProcessInstanceAsync ( string  token,
long  piId,
object  userState 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.suspendTaskInstance ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] long  tiId 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.suspendTaskInstanceAsync ( string  token,
long  tiId 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.suspendTaskInstanceAsync ( string  token,
long  tiId,
object  userState 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.suspendToken ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] long  tkId 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.suspendTokenAsync ( string  token,
long  tkId 
)

void com.openkm.ws.professional.ws60.OKMWorkflow.suspendTokenAsync ( string  token,
long  tkId,
object  userState 
)

Event Documentation

addProcessInstanceVariableCompletedEventHandler com.openkm.ws.professional.ws60.OKMWorkflow.addProcessInstanceVariableCompleted

addTaskInstanceCommentCompletedEventHandler com.openkm.ws.professional.ws60.OKMWorkflow.addTaskInstanceCommentCompleted

addTaskInstanceVariableCompletedEventHandler com.openkm.ws.professional.ws60.OKMWorkflow.addTaskInstanceVariableCompleted

addTokenCommentCompletedEventHandler com.openkm.ws.professional.ws60.OKMWorkflow.addTokenCommentCompleted

deleteProcessDefinitionCompletedEventHandler com.openkm.ws.professional.ws60.OKMWorkflow.deleteProcessDefinitionCompleted

deleteProcessInstanceCompletedEventHandler com.openkm.ws.professional.ws60.OKMWorkflow.deleteProcessInstanceCompleted

deleteProcessInstanceVariableCompletedEventHandler com.openkm.ws.professional.ws60.OKMWorkflow.deleteProcessInstanceVariableCompleted

deleteTaskInstanceVariableCompletedEventHandler com.openkm.ws.professional.ws60.OKMWorkflow.deleteTaskInstanceVariableCompleted

endProcessInstanceCompletedEventHandler com.openkm.ws.professional.ws60.OKMWorkflow.endProcessInstanceCompleted

endTaskInstanceCompletedEventHandler com.openkm.ws.professional.ws60.OKMWorkflow.endTaskInstanceCompleted

endTokenCompletedEventHandler com.openkm.ws.professional.ws60.OKMWorkflow.endTokenCompleted

findAllProcessDefinitionsCompletedEventHandler com.openkm.ws.professional.ws60.OKMWorkflow.findAllProcessDefinitionsCompleted

findAllProcessDefinitionVersionsCompletedEventHandler com.openkm.ws.professional.ws60.OKMWorkflow.findAllProcessDefinitionVersionsCompleted

findLastProcessDefinitionIdCompletedEventHandler com.openkm.ws.professional.ws60.OKMWorkflow.findLastProcessDefinitionIdCompleted

findLatestProcessDefinitionsCompletedEventHandler com.openkm.ws.professional.ws60.OKMWorkflow.findLatestProcessDefinitionsCompleted

findPooledTaskInstancesCompletedEventHandler com.openkm.ws.professional.ws60.OKMWorkflow.findPooledTaskInstancesCompleted

findProcessInstancesCompletedEventHandler com.openkm.ws.professional.ws60.OKMWorkflow.findProcessInstancesCompleted

findTaskInstancesCompletedEventHandler com.openkm.ws.professional.ws60.OKMWorkflow.findTaskInstancesCompleted

findUserTaskInstancesCompletedEventHandler com.openkm.ws.professional.ws60.OKMWorkflow.findUserTaskInstancesCompleted

getProcessDefinitionCompletedEventHandler com.openkm.ws.professional.ws60.OKMWorkflow.getProcessDefinitionCompleted

getProcessDefinitionImageCompletedEventHandler com.openkm.ws.professional.ws60.OKMWorkflow.getProcessDefinitionImageCompleted

getProcessInstanceCompletedEventHandler com.openkm.ws.professional.ws60.OKMWorkflow.getProcessInstanceCompleted

getTaskInstanceCompletedEventHandler com.openkm.ws.professional.ws60.OKMWorkflow.getTaskInstanceCompleted

getTokenCompletedEventHandler com.openkm.ws.professional.ws60.OKMWorkflow.getTokenCompleted

registerProcessDefinitionCompletedEventHandler com.openkm.ws.professional.ws60.OKMWorkflow.registerProcessDefinitionCompleted

resumeProcessInstanceCompletedEventHandler com.openkm.ws.professional.ws60.OKMWorkflow.resumeProcessInstanceCompleted

resumeTaskInstanceCompletedEventHandler com.openkm.ws.professional.ws60.OKMWorkflow.resumeTaskInstanceCompleted

resumeTokenCompletedEventHandler com.openkm.ws.professional.ws60.OKMWorkflow.resumeTokenCompleted

runProcessDefinitionCompletedEventHandler com.openkm.ws.professional.ws60.OKMWorkflow.runProcessDefinitionCompleted

sendProcessInstanceSignalCompletedEventHandler com.openkm.ws.professional.ws60.OKMWorkflow.sendProcessInstanceSignalCompleted

sendTokenSignalCompletedEventHandler com.openkm.ws.professional.ws60.OKMWorkflow.sendTokenSignalCompleted

setTaskInstanceActorIdCompletedEventHandler com.openkm.ws.professional.ws60.OKMWorkflow.setTaskInstanceActorIdCompleted

setTaskInstanceValuesCompletedEventHandler com.openkm.ws.professional.ws60.OKMWorkflow.setTaskInstanceValuesCompleted

setTokenNodeCompletedEventHandler com.openkm.ws.professional.ws60.OKMWorkflow.setTokenNodeCompleted

startTaskInstanceCompletedEventHandler com.openkm.ws.professional.ws60.OKMWorkflow.startTaskInstanceCompleted

suspendProcessInstanceCompletedEventHandler com.openkm.ws.professional.ws60.OKMWorkflow.suspendProcessInstanceCompleted

suspendTaskInstanceCompletedEventHandler com.openkm.ws.professional.ws60.OKMWorkflow.suspendTaskInstanceCompleted

suspendTokenCompletedEventHandler com.openkm.ws.professional.ws60.OKMWorkflow.suspendTokenCompleted


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