Uses of Class
com.logicaldoc.workflow.webservice.model.WSWorkflowHistory
-
-
Uses of WSWorkflowHistory in com.logicaldoc.workflow.webservice.model
Methods in com.logicaldoc.workflow.webservice.model that return WSWorkflowHistory Modifier and Type Method Description static WSWorkflowHistory
WSWorkflowHistory. fromHistory(WorkflowHistory history)
Methods in com.logicaldoc.workflow.webservice.model with parameters of type WSWorkflowHistory Modifier and Type Method Description int
WSWorkflowHistory. compareTo(WSWorkflowHistory other)
-
Uses of WSWorkflowHistory in com.logicaldoc.workflow.webservice.soap
Methods in com.logicaldoc.workflow.webservice.soap that return WSWorkflowHistory Modifier and Type Method Description WSWorkflowHistory
WorkflowService. addNote(String sid, String taskId, String note)
Adds a new noteWSWorkflowHistory[]
WorkflowService. getHistories(String sid, String instanceId, String event)
Gets the histories of a workflow instance -
Uses of WSWorkflowHistory in com.logicaldoc.workflow.webservice.soap.client
Methods in com.logicaldoc.workflow.webservice.soap.client that return WSWorkflowHistory Modifier and Type Method Description WSWorkflowHistory
SoapWorkflowClient. addNote(String sid, String taskId, String note)
WSWorkflowHistory[]
SoapWorkflowClient. getHistories(String sid, String instanceId, String event)
-
Uses of WSWorkflowHistory in com.logicaldoc.workflow.webservice.soap.endpoint
Methods in com.logicaldoc.workflow.webservice.soap.endpoint that return WSWorkflowHistory Modifier and Type Method Description WSWorkflowHistory
SoapWorkflowService. addNote(String sid, String taskId, String note)
WSWorkflowHistory[]
SoapWorkflowService. getHistories(String sid, String instanceId, String event)
-