public class UIServicesClientImpl extends AbstractKieServicesClientImpl implements UIServicesClient
baseURI, BYPASS_AUTH_USER, classLoader, config, marshaller, owner
Constructor and Description |
---|
UIServicesClientImpl(KieServicesConfiguration config) |
UIServicesClientImpl(KieServicesConfiguration config,
ClassLoader classLoader) |
Modifier and Type | Method and Description |
---|---|
String |
getProcessForm(String containerId,
String processId)
Returns process form for given process id that resides in given container - without filtering values by language
|
String |
getProcessForm(String containerId,
String processId,
String language)
Returns process form for given process id that resides in given container
|
String |
getProcessImage(String containerId,
String processId)
Returns process image (svg) of the given process id that belongs to given container
|
String |
getProcessInstanceImage(String containerId,
Long processInstanceId)
Returns process image (svg) with annotated active and completed nodes for given process instance
that belongs to given container
|
String |
getTaskForm(String containerId,
Long taskId)
Returns task form for given task id that belongs to given container as raw content - without filtering values by language
|
String |
getTaskForm(String containerId,
Long taskId,
String language)
Returns task form for given task id that belongs to given container
|
buildQueryString, checkResultType, createExceptionForUnexpectedResponseCode, deserialize, executeJmsCommand, executeJmsCommand, executeJmsCommand, executeJmsCommand, getAdditionalParams, getConversationId, getHeaders, getMediaType, getMessage, getPagingQueryString, getResponseHandler, getUserAndAdditionalParam, getUserAndAdditionalParams, getUserAndPagingQueryString, getUserQueryStr, initializeURI, 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, throwExceptionOnFailure
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setResponseHandler
public UIServicesClientImpl(KieServicesConfiguration config)
public UIServicesClientImpl(KieServicesConfiguration config, ClassLoader classLoader)
public String getProcessForm(String containerId, String processId, String language)
UIServicesClient
getProcessForm
in interface UIServicesClient
containerId
- container identifier where process residesprocessId
- unique process idlanguage
- language that form should be filtered forpublic String getProcessForm(String containerId, String processId)
UIServicesClient
getProcessForm
in interface UIServicesClient
containerId
- container identifier where process residesprocessId
- unique process idpublic String getTaskForm(String containerId, Long taskId, String language)
UIServicesClient
getTaskForm
in interface UIServicesClient
containerId
- container identifier where task residestaskId
- unique task idlanguage
- language that form should be filtered forpublic String getTaskForm(String containerId, Long taskId)
UIServicesClient
getTaskForm
in interface UIServicesClient
containerId
- container identifier where task residestaskId
- unique task idpublic String getProcessImage(String containerId, String processId)
UIServicesClient
getProcessImage
in interface UIServicesClient
containerId
- container identifier where process residesprocessId
- unique process idpublic String getProcessInstanceImage(String containerId, Long processInstanceId)
UIServicesClient
getProcessInstanceImage
in interface UIServicesClient
containerId
- container identifier where process residesprocessInstanceId
- unique process instance idCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.