KIE Remote Webservices :: WSDL generated classe 6.2.0.Beta3

org.kie.remote.services.ws.history.generated
Interface HistoryWebService


public interface HistoryWebService

This class was generated by the JAX-WS RI. JAX-WS RI 2.1.6 in JDK 6 Generated source version: 2.1


Method Summary
 NodeInstanceLogResponse findNodeInstanceLogs(HistoryInstanceLogRequest request)
           
 ProcessInstanceLogResponse findProcessInstanceLogs(HistoryInstanceLogRequest request)
           
 VariableInstanceLogResponse findVariableInstanceLogs(HistoryInstanceLogRequest request)
           
 

Method Detail

findProcessInstanceLogs

@RequestWrapper(localName="findProcessInstanceLogs",
                targetNamespace="http://services.remote.kie.org/6.2.0.1/history",
                className="org.kie.remote.services.ws.history.generated.FindProcessInstanceLogs")
@ResponseWrapper(localName="findProcessInstanceLogsResponse",
                 targetNamespace="http://services.remote.kie.org/6.2.0.1/history",
                 className="org.kie.remote.services.ws.history.generated.FindProcessInstanceLogsResponse")
ProcessInstanceLogResponse findProcessInstanceLogs(HistoryInstanceLogRequest request)
                                                   throws HistoryWebServiceException
Parameters:
request -
Returns:
returns org.kie.remote.services.ws.history.generated.ProcessInstanceLogResponse
Throws:
HistoryWebServiceException

findNodeInstanceLogs

@RequestWrapper(localName="findNodeInstanceLogs",
                targetNamespace="http://services.remote.kie.org/6.2.0.1/history",
                className="org.kie.remote.services.ws.history.generated.FindNodeInstanceLogs")
@ResponseWrapper(localName="findNodeInstanceLogsResponse",
                 targetNamespace="http://services.remote.kie.org/6.2.0.1/history",
                 className="org.kie.remote.services.ws.history.generated.FindNodeInstanceLogsResponse")
NodeInstanceLogResponse findNodeInstanceLogs(HistoryInstanceLogRequest request)
                                             throws HistoryWebServiceException
Parameters:
request -
Returns:
returns org.kie.remote.services.ws.history.generated.NodeInstanceLogResponse
Throws:
HistoryWebServiceException

findVariableInstanceLogs

@RequestWrapper(localName="findVariableInstanceLogs",
                targetNamespace="http://services.remote.kie.org/6.2.0.1/history",
                className="org.kie.remote.services.ws.history.generated.FindVariableInstanceLogs")
@ResponseWrapper(localName="findVariableInstanceLogsResponse",
                 targetNamespace="http://services.remote.kie.org/6.2.0.1/history",
                 className="org.kie.remote.services.ws.history.generated.FindVariableInstanceLogsResponse")
VariableInstanceLogResponse findVariableInstanceLogs(HistoryInstanceLogRequest request)
                                                     throws HistoryWebServiceException
Parameters:
request -
Returns:
returns org.kie.remote.services.ws.history.generated.VariableInstanceLogResponse
Throws:
HistoryWebServiceException

KIE Remote Webservices :: WSDL generated classe 6.2.0.Beta3

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.