Uses of Class
com.flowable.platform.service.process.ProcessInstanceRepresentation
-
Packages that use ProcessInstanceRepresentation Package Description com.flowable.platform.service.content com.flowable.platform.service.process -
-
Uses of ProcessInstanceRepresentation in com.flowable.platform.service.content
Methods in com.flowable.platform.service.content that return ProcessInstanceRepresentation Modifier and Type Method Description protected ProcessInstanceRepresentation
PlatformContentItemService. getProcessInstance(String processInstanceId)
-
Uses of ProcessInstanceRepresentation in com.flowable.platform.service.process
Subclasses of ProcessInstanceRepresentation in com.flowable.platform.service.process Modifier and Type Class Description class
ProcessInstanceSearchRepresentation
Methods in com.flowable.platform.service.process that return ProcessInstanceRepresentation Modifier and Type Method Description ProcessInstanceRepresentation
PlatformProcessInstanceService. getProcessInstance(String processInstanceId, boolean includeTranslations)
ProcessInstanceRepresentation
PlatformProcessInstanceService. startNewProcessInstance(CreateProcessInstanceRepresentation startRequest, boolean includeTranslations, boolean createTestDefinition)
Methods in com.flowable.platform.service.process with parameters of type ProcessInstanceRepresentation Modifier and Type Method Description protected void
PlatformProcessInstanceService. addTranslations(ProcessInstanceRepresentation processInstanceRepresentation, ProcessDefinition processDefinition)
-