Uses of Class
com.flowable.platform.service.process.ProcessInstanceRepresentation
| Package | Description |
|---|---|
| com.flowable.platform.rest.service.api.process | |
| com.flowable.platform.service.process |
-
Uses of ProcessInstanceRepresentation in com.flowable.platform.rest.service.api.process
Methods in com.flowable.platform.rest.service.api.process that return types with arguments of type ProcessInstanceRepresentation Modifier and Type Method Description org.springframework.http.ResponseEntity<ProcessInstanceRepresentation>ProcessInstanceResource. getProcessInstance(java.lang.String processInstanceId, boolean includeTranslations)org.springframework.http.ResponseEntity<ProcessInstanceRepresentation>ProcessInstancesResource. startNewProcessInstance(CreateProcessInstanceRepresentation startRequest, boolean includeTranslations, boolean createTestDefinition) -
Uses of ProcessInstanceRepresentation in com.flowable.platform.service.process
Subclasses of ProcessInstanceRepresentation in com.flowable.platform.service.process Modifier and Type Class Description classProcessInstanceSearchRepresentationMethods in com.flowable.platform.service.process that return ProcessInstanceRepresentation Modifier and Type Method Description ProcessInstanceRepresentationPlatformProcessInstanceService. getProcessInstance(java.lang.String processInstanceId, boolean includeTranslations)ProcessInstanceRepresentationPlatformProcessInstanceService. 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 voidPlatformProcessInstanceService. addTranslations(ProcessInstanceRepresentation processInstanceRepresentation, org.flowable.engine.repository.ProcessDefinition processDefinition)