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

More...

Inheritance diagram for com.openkm.ws.professional.ws64.OKMWorkflow:
Collaboration diagram for com.openkm.ws.professional.ws64.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 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)
 
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 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)
 
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 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 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)
 
taskInstance[] findUserTaskInstances ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token)
 
void findUserTaskInstancesAsync (string token)
 
void findUserTaskInstancesAsync (string token, 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 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)
 
processDefinition findLastProcessDefinition ([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 findLastProcessDefinitionAsync (string token, string name)
 
void findLastProcessDefinitionAsync (string token, string name, object userState)
 
new void CancelAsync (object userState)
 

Events

suspendProcessInstanceCompletedEventHandler suspendProcessInstanceCompleted
 
getProcessDefinitionImageCompletedEventHandler getProcessDefinitionImageCompleted
 
registerProcessDefinitionCompletedEventHandler registerProcessDefinitionCompleted
 
endProcessInstanceCompletedEventHandler endProcessInstanceCompleted
 
runProcessDefinitionCompletedEventHandler runProcessDefinitionCompleted
 
findLatestProcessDefinitionsCompletedEventHandler findLatestProcessDefinitionsCompleted
 
findProcessInstancesCompletedEventHandler findProcessInstancesCompleted
 
deleteProcessInstanceCompletedEventHandler deleteProcessInstanceCompleted
 
deleteProcessDefinitionCompletedEventHandler deleteProcessDefinitionCompleted
 
setTaskInstanceActorIdCompletedEventHandler setTaskInstanceActorIdCompleted
 
sendTokenSignalCompletedEventHandler sendTokenSignalCompleted
 
findTaskInstancesCompletedEventHandler findTaskInstancesCompleted
 
setTaskInstanceValuesCompletedEventHandler setTaskInstanceValuesCompleted
 
endTaskInstanceCompletedEventHandler endTaskInstanceCompleted
 
startTaskInstanceCompletedEventHandler startTaskInstanceCompleted
 
getTokenCompletedEventHandler getTokenCompleted
 
getTaskInstanceCompletedEventHandler getTaskInstanceCompleted
 
getProcessDefinitionCompletedEventHandler getProcessDefinitionCompleted
 
findUserTaskInstancesCompletedEventHandler findUserTaskInstancesCompleted
 
sendProcessInstanceSignalCompletedEventHandler sendProcessInstanceSignalCompleted
 
resumeProcessInstanceCompletedEventHandler resumeProcessInstanceCompleted
 
findAllProcessDefinitionsCompletedEventHandler findAllProcessDefinitionsCompleted
 
getProcessInstanceCompletedEventHandler getProcessInstanceCompleted
 
findPooledTaskInstancesCompletedEventHandler findPooledTaskInstancesCompleted
 
findLastProcessDefinitionCompletedEventHandler findLastProcessDefinitionCompleted
 

Detailed Description

Constructor & Destructor Documentation

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

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

Member Function Documentation

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

void com.openkm.ws.professional.ws64.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.ws64.OKMWorkflow.deleteProcessDefinitionAsync ( string  token,
long  pdId 
)

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

void com.openkm.ws.professional.ws64.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.ws64.OKMWorkflow.deleteProcessInstanceAsync ( string  token,
long  piId 
)

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

void com.openkm.ws.professional.ws64.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.ws64.OKMWorkflow.endProcessInstanceAsync ( string  token,
long  piId 
)

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

void com.openkm.ws.professional.ws64.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.ws64.OKMWorkflow.endTaskInstanceAsync ( string  token,
long  tiId,
string  transName 
)

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

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

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

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

processDefinition com.openkm.ws.professional.ws64.OKMWorkflow.findLastProcessDefinition ( [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.ws64.OKMWorkflow.findLastProcessDefinitionAsync ( string  token,
string  name 
)

void com.openkm.ws.professional.ws64.OKMWorkflow.findLastProcessDefinitionAsync ( string  token,
string  name,
object  userState 
)

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

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

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

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

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

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

processInstance [] com.openkm.ws.professional.ws64.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.ws64.OKMWorkflow.findProcessInstancesAsync ( string  token,
long  pdId 
)

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

taskInstance [] com.openkm.ws.professional.ws64.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.ws64.OKMWorkflow.findTaskInstancesAsync ( string  token,
long  piId 
)

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

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

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

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

processDefinition com.openkm.ws.professional.ws64.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.ws64.OKMWorkflow.getProcessDefinitionAsync ( string  token,
long  pdId 
)

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

byte [] com.openkm.ws.professional.ws64.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.ws64.OKMWorkflow.getProcessDefinitionImageAsync ( string  token,
long  pdId,
string  node 
)

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

processInstance com.openkm.ws.professional.ws64.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.ws64.OKMWorkflow.getProcessInstanceAsync ( string  token,
long  piId 
)

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

taskInstance com.openkm.ws.professional.ws64.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.ws64.OKMWorkflow.getTaskInstanceAsync ( string  token,
long  tiId 
)

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

token com.openkm.ws.professional.ws64.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.ws64.OKMWorkflow.getTokenAsync ( string  token,
long  tkId 
)

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

void com.openkm.ws.professional.ws64.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.ws64.OKMWorkflow.registerProcessDefinitionAsync ( string  token,
byte[]  pda 
)

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

void com.openkm.ws.professional.ws64.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.ws64.OKMWorkflow.resumeProcessInstanceAsync ( string  token,
long  piId 
)

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

processInstance com.openkm.ws.professional.ws64.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.ws64.OKMWorkflow.runProcessDefinitionAsync ( string  token,
long  pdId,
string  uuid,
formElementComplex[]  values 
)

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

processInstance com.openkm.ws.professional.ws64.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.ws64.OKMWorkflow.sendProcessInstanceSignalAsync ( string  token,
long  piId,
string  transName 
)

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

token com.openkm.ws.professional.ws64.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.ws64.OKMWorkflow.sendTokenSignalAsync ( string  token,
long  tkId,
string  transName 
)

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

void com.openkm.ws.professional.ws64.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.ws64.OKMWorkflow.setTaskInstanceActorIdAsync ( string  token,
long  tiId,
string  actorId 
)

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

void com.openkm.ws.professional.ws64.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.ws64.OKMWorkflow.setTaskInstanceValuesAsync ( string  token,
long  tiId,
string  transName,
formElementComplex[]  values 
)

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

void com.openkm.ws.professional.ws64.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.ws64.OKMWorkflow.startTaskInstanceAsync ( string  token,
long  tiId 
)

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

void com.openkm.ws.professional.ws64.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.ws64.OKMWorkflow.suspendProcessInstanceAsync ( string  token,
long  piId 
)

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

Event Documentation

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

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

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

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

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

findLastProcessDefinitionCompletedEventHandler com.openkm.ws.professional.ws64.OKMWorkflow.findLastProcessDefinitionCompleted

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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