public interface UIServicesClient
| Modifier and Type | Field and Description |
|---|---|
static String |
ANY_FORM |
static String |
FORM_MODELLER_TYPE |
static String |
FORM_TYPE |
static String |
FREE_MARKER_TYPE |
| 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 |
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 |
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 |
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 |
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.
|
void |
setResponseHandler(ResponseHandler responseHandler)
Override default response handler to change interaction pattern.
|
static final String FORM_MODELLER_TYPE
static final String FORM_TYPE
static final String FREE_MARKER_TYPE
static final String ANY_FORM
String getProcessForm(String containerId, String processId, String language)
containerId - container identifier where process residesprocessId - unique process idlanguage - language that form should be filtered forString getProcessFormByType(String containerId, String processId, String language, String formType)
containerId - 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)String getProcessForm(String containerId, String processId)
containerId - container identifier where process residesprocessId - unique process idString getProcessRawForm(String containerId, String processId)
containerId - container identifier where process residesprocessId - unique process idString getProcessFormByType(String containerId, String processId, String formType)
containerId - container identifier where process residesprocessId - unique process idformType - type of form to be returned (FORM - default (form modeler), FRM - v7 forms, FTL - freemarker template)String getTaskForm(String containerId, Long taskId, String language)
containerId - container identifier where task residestaskId - unique task idlanguage - language that form should be filtered forString getTaskFormByType(String containerId, Long taskId, String language, String formType)
containerId - 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)String getTaskForm(String containerId, Long taskId)
containerId - container identifier where task residestaskId - unique task idString getTaskRawForm(String containerId, Long taskId)
containerId - container identifier where task residestaskId - unique task idString getTaskFormByType(String containerId, Long taskId, String formType)
containerId - container identifier where task residestaskId - unique task idformType - type of form to be returned (FORM - default (form modeler), FRM - v7 forms, FTL - freemarker template)String getProcessImage(String containerId, String processId)
containerId - container identifier where process residesprocessId - unique process idString getProcessInstanceImage(String containerId, Long processInstanceId)
containerId - container identifier where process residesprocessInstanceId - unique process instance idvoid setResponseHandler(ResponseHandler responseHandler)
responseHandler - Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.