public class DocumentServicesClientImpl extends AbstractKieServicesClientImpl implements DocumentServicesClient
BYPASS_AUTH_USER, classLoader, config, loadBalancer, marshaller, owner| Constructor and Description |
|---|
DocumentServicesClientImpl(KieServicesConfiguration config) |
DocumentServicesClientImpl(KieServicesConfiguration config,
ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
String |
createDocument(org.kie.server.api.model.instance.DocumentInstance documentInstance) |
void |
deleteDocument(String identifier) |
org.kie.server.api.model.instance.DocumentInstance |
getDocument(String identifier) |
String |
getDocumentLink(String identifier) |
List<org.kie.server.api.model.instance.DocumentInstance> |
listDocuments(Integer page,
Integer pageSize) |
void |
updateDocument(org.kie.server.api.model.instance.DocumentInstance documentInstance) |
buildQueryString, checkResultType, createExceptionForUnexpectedResponseCode, deserialize, encode, executeJmsCommand, executeJmsCommand, executeJmsCommand, executeJmsCommand, getAdditionalParams, getConversationId, getHeaders, getLoadBalancer, getMediaType, getMessage, getPagingQueryString, getResponseHandler, getSortingQueryString, getUserAndAdditionalParam, getUserAndAdditionalParams, getUserAndPagingQueryString, getUserQueryStr, initializeURI, invoke, makeBackwardCompatibleHttpPostRequestAndCreateServiceResponse, makeBackwardCompatibleHttpPostRequestAndCreateServiceResponse, makeHttpDeleteRequestAndCreateCustomResponse, makeHttpDeleteRequestAndCreateServiceResponse, makeHttpGetRequestAndCreateCustomResponse, makeHttpGetRequestAndCreateRawResponse, makeHttpGetRequestAndCreateRawResponse, makeHttpGetRequestAndCreateServiceResponse, makeHttpPostRequestAndCreateCustomResponse, makeHttpPostRequestAndCreateCustomResponse, makeHttpPostRequestAndCreateCustomResponse, makeHttpPostRequestAndCreateServiceResponse, makeHttpPostRequestAndCreateServiceResponse, makeHttpPostRequestAndCreateServiceResponse, makeHttpPostRequestAndCreateServiceResponse, makeHttpPutRequestAndCreateCustomResponse, makeHttpPutRequestAndCreateCustomResponse, makeHttpPutRequestAndCreateServiceResponse, makeHttpPutRequestAndCreateServiceResponse, newRequest, safeList, safeMap, sendTaskOperation, serialize, setOwner, setResponseHandler, shouldReturnWithNullResponse, throwExceptionOnFailureclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetResponseHandlerpublic DocumentServicesClientImpl(KieServicesConfiguration config)
public DocumentServicesClientImpl(KieServicesConfiguration config, ClassLoader classLoader)
public String getDocumentLink(String identifier)
getDocumentLink in interface DocumentServicesClientpublic org.kie.server.api.model.instance.DocumentInstance getDocument(String identifier)
getDocument in interface DocumentServicesClientpublic String createDocument(org.kie.server.api.model.instance.DocumentInstance documentInstance)
createDocument in interface DocumentServicesClientpublic void updateDocument(org.kie.server.api.model.instance.DocumentInstance documentInstance)
updateDocument in interface DocumentServicesClientpublic void deleteDocument(String identifier)
deleteDocument in interface DocumentServicesClientpublic List<org.kie.server.api.model.instance.DocumentInstance> listDocuments(Integer page, Integer pageSize)
listDocuments in interface DocumentServicesClientCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.