public class UIServicesClientImpl extends AbstractKieServicesClientImpl implements UIServicesClient
BYPASS_AUTH_USER, classLoader, config, loadBalancer, marshaller, ownerANY_FORM, BOOTSTRAP_FORM_RENDERER, FORM_MODELLER_TYPE, FORM_TYPE, FREE_MARKER_TYPE, PATTERNFLY_FORM_RENDERER, WORKBENCH_FORM_RENDERER| Constructor and Description |
|---|
UIServicesClientImpl(KieServicesConfiguration config) |
UIServicesClientImpl(KieServicesConfiguration config,
ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
createColorURLParams(String completeNodeColor,
String completeNodeBorderColor,
String activeNodeBorderColor) |
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 |
getProcessFormByType(String containerId,
String processId,
String formType)
Returns process form for given process id that resides in given container - without filtering values by language
|
String |
getProcessFormByType(String containerId,
String processId,
String language,
String formType)
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 |
getProcessInstanceImageCustomColor(String containerId,
Long processInstanceId,
String completeNodeColor,
String completeNodeBorderColor,
String activeNodeBorderColor)
Returns process image (svg) with annotated active and completed nodes for given process instance
that belongs to given container
|
String |
getProcessRawForm(String containerId,
String processId)
Returns process form for given process id that resides in given container - without filtering values by language.
|
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.
|
String |
getTaskFormAsUser(String containerId,
Long taskId,
String language,
String userId)
Returns task form for given task id that belongs to given container as specified user.
|
String |
getTaskFormByType(String containerId,
Long taskId,
String formType)
Returns task form for given task id that belongs to given container as raw content - without filtering values by language.
|
String |
getTaskFormByType(String containerId,
Long taskId,
String language,
String formType)
Returns task form for given task id that belongs to given container.
|
String |
getTaskFormByTypeAsUser(String containerId,
Long taskId,
String language,
String formType,
String userId)
Returns task form for given task id that belongs to given container as specified user.
|
String |
getTaskRawForm(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 |
getTaskRawFormAsUser(String containerId,
Long taskId,
String userId)
Returns task form for given task id that belongs to given container as specified user as raw content - without filtering values by language.
|
String |
renderCaseForm(String containerId,
String caseDefinitionId)
Returns case form for given case definition that resides in given container - completely rendered so the output is HTML
|
String |
renderCaseForm(String containerId,
String caseDefinitionId,
String renderer)
Returns case form for given case definition id that resides in given container - completely rendered so the output is HTML
|
String |
renderProcessForm(String containerId,
String processId)
Returns process form for given process id that resides in given container - completely rendered so the output is HTML
|
String |
renderProcessForm(String containerId,
String processId,
String renderer)
Returns process form for given process id that resides in given container - completely rendered so the output is HTML
|
String |
renderTaskForm(String containerId,
Long taskId)
Returns task form for given task id that belongs to given container - completely rendered so the output is HTML
|
String |
renderTaskForm(String containerId,
Long taskId,
String renderer)
Returns task form for given task id that belongs to given container - completely rendered so the output is HTML
|
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, makeHttpDeleteRequestAndCreateCustomResponse, makeHttpDeleteRequestAndCreateServiceResponse, makeHttpGetRequestAndCreateCustomResponse, makeHttpGetRequestAndCreateCustomResponseWithHandleNotFound, 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 UIServicesClientImpl(KieServicesConfiguration config)
public UIServicesClientImpl(KieServicesConfiguration config, ClassLoader classLoader)
public String getProcessForm(String containerId, String processId, String language)
UIServicesClientgetProcessForm in interface UIServicesClientcontainerId - container identifier where process residesprocessId - unique process idlanguage - language that form should be filtered forpublic String getProcessFormByType(String containerId, String processId, String language, String formType)
UIServicesClientgetProcessFormByType in interface UIServicesClientcontainerId - container identifier where process residesprocessId - unique process idlanguage - language that form should be filtered forformType - type of form to be returned (FORM - default (form modeler), FRM - v7 forms, FTL - freemarker template)public String getProcessRawForm(String containerId, String processId)
UIServicesClientgetProcessRawForm in interface UIServicesClientcontainerId - container identifier where process residesprocessId - unique process idpublic String getProcessForm(String containerId, String processId)
UIServicesClientgetProcessForm in interface UIServicesClientcontainerId - container identifier where process residesprocessId - unique process idpublic String getProcessFormByType(String containerId, String processId, String formType)
UIServicesClientgetProcessFormByType in interface UIServicesClientcontainerId - container identifier where process residesprocessId - unique process idformType - type of form to be returned (FORM - default (form modeler), FRM - v7 forms, FTL - freemarker template)public String getTaskForm(String containerId, Long taskId, String language)
UIServicesClientgetTaskForm in interface UIServicesClientcontainerId - container identifier where task residestaskId - unique task idlanguage - language that form should be filtered forpublic String getTaskFormAsUser(String containerId, Long taskId, String language, String userId)
UIServicesClientgetTaskFormAsUser in interface UIServicesClientcontainerId - container identifier where task residestaskId - unique task idlanguage - language that form should be filtered foruserId - userId making the request to bypass auth userpublic String getTaskFormByType(String containerId, Long taskId, String language, String formType)
UIServicesClientgetTaskFormByType in interface UIServicesClientcontainerId - container identifier where task residestaskId - unique task idlanguage - language that form should be filtered forformType - type of form to be returned (FORM - default (form modeler), FRM - v7 forms, FTL - freemarker template)public String getTaskFormByTypeAsUser(String containerId, Long taskId, String language, String formType, String userId)
UIServicesClientgetTaskFormByTypeAsUser in interface UIServicesClientcontainerId - container identifier where task residestaskId - unique task idlanguage - language that form should be filtered forformType - type of form to be returned (FORM - default (form modeler), FRM - v7 forms, FTL - freemarker template)userId - userId making the request to bypass auth userpublic String getTaskForm(String containerId, Long taskId)
UIServicesClientgetTaskForm in interface UIServicesClientcontainerId - container identifier where task residestaskId - unique task idpublic String getTaskFormByType(String containerId, Long taskId, String formType)
UIServicesClientgetTaskFormByType in interface UIServicesClientcontainerId - container identifier where task residestaskId - unique task idformType - type of form to be returned (FORM - default (form modeler), FRM - v7 forms, FTL - freemarker template)public String getTaskRawForm(String containerId, Long taskId)
UIServicesClientgetTaskRawForm in interface UIServicesClientcontainerId - container identifier where task residestaskId - unique task idpublic String getTaskRawFormAsUser(String containerId, Long taskId, String userId)
UIServicesClientgetTaskRawFormAsUser in interface UIServicesClientcontainerId - container identifier where task residestaskId - unique task iduserId - userId making the request to bypass auth userpublic String getProcessImage(String containerId, String processId)
UIServicesClientgetProcessImage in interface UIServicesClientcontainerId - container identifier where process residesprocessId - unique process idpublic String getProcessInstanceImage(String containerId, Long processInstanceId)
UIServicesClientgetProcessInstanceImage in interface UIServicesClientcontainerId - container identifier where process residesprocessInstanceId - unique process instance idprotected String createColorURLParams(String completeNodeColor, String completeNodeBorderColor, String activeNodeBorderColor)
public String getProcessInstanceImageCustomColor(String containerId, Long processInstanceId, String completeNodeColor, String completeNodeBorderColor, String activeNodeBorderColor)
UIServicesClientgetProcessInstanceImageCustomColor in interface UIServicesClientcontainerId - container identifier where process residesprocessInstanceId - unique process instance idcompleteNodeColor - process instance image complete node colorcompleteNodeBorderColor - process instance image complete node border coloractiveNodeBorderColor - process instance image active node border colorpublic String renderProcessForm(String containerId, String processId)
UIServicesClientrenderProcessForm in interface UIServicesClientcontainerId - container identifier where process residesprocessId - unique process idpublic String renderProcessForm(String containerId, String processId, String renderer)
UIServicesClientrenderProcessForm in interface UIServicesClientcontainerId - container identifier where process residesprocessId - unique process idrenderer - name of the renderer to be used to produce the HTMLpublic String renderCaseForm(String containerId, String caseDefinitionId)
UIServicesClientrenderCaseForm in interface UIServicesClientcontainerId - container identifier where process residescaseDefinitionId - unique case definition idpublic String renderCaseForm(String containerId, String caseDefinitionId, String renderer)
UIServicesClientrenderCaseForm in interface UIServicesClientcontainerId - container identifier where process residescaseDefinitionId - unique case definition idrenderer - name of the renderer to be used to produce the HTMLpublic String renderTaskForm(String containerId, Long taskId)
UIServicesClientrenderTaskForm in interface UIServicesClientcontainerId - container identifier where task residestaskId - unique task idpublic String renderTaskForm(String containerId, Long taskId, String renderer)
UIServicesClientrenderTaskForm in interface UIServicesClientcontainerId - container identifier where task residestaskId - unique task idrenderer - name of the renderer to be used to produce the HTMLCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.