Package | Description |
---|---|
org.activiti.rest.service.api | |
org.activiti.rest.service.api.runtime.process |
Modifier and Type | Method and Description |
---|---|
ExecutionResponse |
RestResponseFactory.createExecutionResponse(org.activiti.engine.runtime.Execution execution) |
ExecutionResponse |
RestResponseFactory.createExecutionResponse(org.activiti.engine.runtime.Execution execution,
RestUrlBuilder urlBuilder) |
Modifier and Type | Method and Description |
---|---|
List<ExecutionResponse> |
RestResponseFactory.createExecutionResponseList(List<org.activiti.engine.runtime.Execution> executions) |
Modifier and Type | Method and Description |
---|---|
ExecutionResponse |
ExecutionResource.getExecution(String executionId,
javax.servlet.http.HttpServletRequest request) |
ExecutionResponse |
ExecutionResource.performExecutionAction(String executionId,
ExecutionActionRequest actionRequest,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
Copyright © 2016 Alfresco. All rights reserved.