public interface HistoryWebService
| Modifier and Type | Method and Description |
|---|---|
NodeInstanceLogResponse |
findNodeInstanceLogs(HistoryInstanceLogRequest request) |
ProcessInstanceLogResponse |
findProcessInstanceLogs(HistoryInstanceLogRequest request) |
VariableInstanceLogResponse |
findVariableInstanceLogs(HistoryInstanceLogRequest request) |
@RequestWrapper(localName="findProcessInstanceLogs", targetNamespace="http://services.remote.kie.org/6.4.0.1/history", className="org.kie.remote.services.ws.history.generated.FindProcessInstanceLogs") @ResponseWrapper(localName="findProcessInstanceLogsResponse", targetNamespace="http://services.remote.kie.org/6.4.0.1/history", className="org.kie.remote.services.ws.history.generated.FindProcessInstanceLogsResponse") ProcessInstanceLogResponse findProcessInstanceLogs(HistoryInstanceLogRequest request) throws HistoryWebServiceException
request - HistoryWebServiceException@RequestWrapper(localName="findNodeInstanceLogs", targetNamespace="http://services.remote.kie.org/6.4.0.1/history", className="org.kie.remote.services.ws.history.generated.FindNodeInstanceLogs") @ResponseWrapper(localName="findNodeInstanceLogsResponse", targetNamespace="http://services.remote.kie.org/6.4.0.1/history", className="org.kie.remote.services.ws.history.generated.FindNodeInstanceLogsResponse") NodeInstanceLogResponse findNodeInstanceLogs(HistoryInstanceLogRequest request) throws HistoryWebServiceException
request - HistoryWebServiceException@RequestWrapper(localName="findVariableInstanceLogs", targetNamespace="http://services.remote.kie.org/6.4.0.1/history", className="org.kie.remote.services.ws.history.generated.FindVariableInstanceLogs") @ResponseWrapper(localName="findVariableInstanceLogsResponse", targetNamespace="http://services.remote.kie.org/6.4.0.1/history", className="org.kie.remote.services.ws.history.generated.FindVariableInstanceLogsResponse") VariableInstanceLogResponse findVariableInstanceLogs(HistoryInstanceLogRequest request) throws HistoryWebServiceException
request - HistoryWebServiceExceptionCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.