public class CaseAdminServicesClientImpl extends AbstractKieServicesClientImpl implements CaseAdminServicesClient
BYPASS_AUTH_USER, classLoader, config, loadBalancer, marshaller, owner| Constructor and Description |
|---|
CaseAdminServicesClientImpl(KieServicesConfiguration config) |
CaseAdminServicesClientImpl(KieServicesConfiguration config,
ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
List<org.kie.server.api.model.cases.CaseInstance> |
getCaseInstances(Integer page,
Integer pageSize) |
List<org.kie.server.api.model.cases.CaseInstance> |
getCaseInstances(Integer page,
Integer pageSize,
String sort,
boolean sortOrder) |
List<org.kie.server.api.model.cases.CaseInstance> |
getCaseInstances(List<String> status,
Integer page,
Integer pageSize) |
List<org.kie.server.api.model.cases.CaseInstance> |
getCaseInstances(List<String> status,
Integer page,
Integer pageSize,
String sort,
boolean sortOrder) |
org.kie.server.api.model.cases.CaseMigrationReportInstance |
migrateCaseInstance(String containerId,
String caseId,
String targetContainerId,
Map<String,String> processMapping) |
org.kie.server.api.model.cases.CaseMigrationReportInstance |
migrateCaseInstance(String containerId,
String caseId,
String targetContainerId,
Map<String,String> processMapping,
Map<String,String> nodeMapping) |
buildQueryString, checkResultType, close, createExceptionForUnexpectedResponseCode, deserialize, encode, executeJmsCommand, executeJmsCommand, executeJmsCommand, executeJmsCommand, getAdditionalParams, getConversationId, getHeaders, getLoadBalancer, getMediaType, getMessage, getPagingQueryString, getResponseHandler, getSortingQueryString, getUserAndAdditionalParam, getUserAndAdditionalParams, getUserAndPagingQueryString, getUserQueryStr, initializeURI, invoke, makeBackwardCompatibleHttpPostRequestAndCreateServiceResponse, makeBackwardCompatibleHttpPostRequestAndCreateServiceResponse, makeBackwardCompatibleHttpPostRequestAndCreateServiceResponse, makeHttpDeleteRequestAndCreateCustomResponse, makeHttpDeleteRequestAndCreateServiceResponse, makeHttpGetRequestAndCreateCustomResponse, makeHttpGetRequestAndCreateCustomResponseWithHandleNotFound, makeHttpGetRequestAndCreateRawResponse, makeHttpGetRequestAndCreateRawResponse, makeHttpGetRequestAndCreateServiceResponse, makeHttpPostRequestAndCreateCustomResponse, makeHttpPostRequestAndCreateCustomResponse, makeHttpPostRequestAndCreateCustomResponse, makeHttpPostRequestAndCreateServiceResponse, makeHttpPostRequestAndCreateServiceResponse, makeHttpPostRequestAndCreateServiceResponse, makeHttpPostRequestAndCreateServiceResponse, makeHttpPostRequestAndCreateServiceResponse, makeHttpPostRequestAndCreateServiceResponse, makeHttpPutRequestAndCreateCustomResponse, makeHttpPutRequestAndCreateCustomResponse, makeHttpPutRequestAndCreateServiceResponse, makeHttpPutRequestAndCreateServiceResponse, newRequest, safeList, safeMap, sendTaskOperation, serialize, setOwner, setResponseHandler, shouldReturnWithNullResponse, throwExceptionOnFailurepublic CaseAdminServicesClientImpl(KieServicesConfiguration config)
public CaseAdminServicesClientImpl(KieServicesConfiguration config, ClassLoader classLoader)
public List<org.kie.server.api.model.cases.CaseInstance> getCaseInstances(Integer page, Integer pageSize)
getCaseInstances in interface CaseAdminServicesClientpublic List<org.kie.server.api.model.cases.CaseInstance> getCaseInstances(List<String> status, Integer page, Integer pageSize)
getCaseInstances in interface CaseAdminServicesClientpublic List<org.kie.server.api.model.cases.CaseInstance> getCaseInstances(Integer page, Integer pageSize, String sort, boolean sortOrder)
getCaseInstances in interface CaseAdminServicesClientpublic List<org.kie.server.api.model.cases.CaseInstance> getCaseInstances(List<String> status, Integer page, Integer pageSize, String sort, boolean sortOrder)
getCaseInstances in interface CaseAdminServicesClientpublic org.kie.server.api.model.cases.CaseMigrationReportInstance migrateCaseInstance(String containerId, String caseId, String targetContainerId, Map<String,String> processMapping)
migrateCaseInstance in interface CaseAdminServicesClientpublic org.kie.server.api.model.cases.CaseMigrationReportInstance migrateCaseInstance(String containerId, String caseId, String targetContainerId, Map<String,String> processMapping, Map<String,String> nodeMapping)
migrateCaseInstance in interface CaseAdminServicesClientCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.