KIE Remote Services :: REST API 6.2.0.CR3

org.kie.remote.services.rest.api
Interface HistoryResource


public interface HistoryResource


Method Summary
 javax.ws.rs.core.Response clear()
           
 javax.ws.rs.core.Response getInstanceLogsByProcInstId(Long procInstId, String logType)
           
 javax.ws.rs.core.Response getInstanceLogsByProcInstIdByLogId(Long instId, String logType, String logId)
           
 javax.ws.rs.core.Response getProcessInstanceLog(long procInstId)
           
 javax.ws.rs.core.Response getProcessInstanceLogs()
           
 javax.ws.rs.core.Response getProcessInstanceLogsByProcessId(String processId)
           
 javax.ws.rs.core.Response getProcessInstanceLogsByVariableId(String variableId)
           
 javax.ws.rs.core.Response getProcessInstanceLogsByVariableIdByVariableValue(String variableId, String value)
           
 javax.ws.rs.core.Response getVariableInstanceLogsByVariableId(String variableId)
           
 javax.ws.rs.core.Response getVariableInstanceLogsByVariableIdByVariableValue(String variableId, String value)
           
 

Method Detail

getProcessInstanceLogs

javax.ws.rs.core.Response getProcessInstanceLogs()

getProcessInstanceLog

javax.ws.rs.core.Response getProcessInstanceLog(long procInstId)

getInstanceLogsByProcInstId

javax.ws.rs.core.Response getInstanceLogsByProcInstId(Long procInstId,
                                                      String logType)

getInstanceLogsByProcInstIdByLogId

javax.ws.rs.core.Response getInstanceLogsByProcInstIdByLogId(Long instId,
                                                             String logType,
                                                             String logId)

getProcessInstanceLogsByProcessId

javax.ws.rs.core.Response getProcessInstanceLogsByProcessId(String processId)

getVariableInstanceLogsByVariableId

javax.ws.rs.core.Response getVariableInstanceLogsByVariableId(String variableId)

getVariableInstanceLogsByVariableIdByVariableValue

javax.ws.rs.core.Response getVariableInstanceLogsByVariableIdByVariableValue(String variableId,
                                                                             String value)

getProcessInstanceLogsByVariableId

javax.ws.rs.core.Response getProcessInstanceLogsByVariableId(String variableId)

getProcessInstanceLogsByVariableIdByVariableValue

javax.ws.rs.core.Response getProcessInstanceLogsByVariableIdByVariableValue(String variableId,
                                                                            String value)

clear

javax.ws.rs.core.Response clear()

KIE Remote Services :: REST API 6.2.0.CR3

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