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 WSWorkflowHistoryWSWorkflowHistory. fromHistory(WorkflowHistory history)Methods in com.logicaldoc.workflow.webservice.model with parameters of type WSWorkflowHistory Modifier and Type Method Description intWSWorkflowHistory. 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 WSWorkflowHistoryWorkflowService. 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 WSWorkflowHistorySoapWorkflowClient. 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 WSWorkflowHistorySoapWorkflowService. addNote(String sid, String taskId, String note)WSWorkflowHistory[]SoapWorkflowService. getHistories(String sid, String instanceId, String event)
-