| Package | Description |
|---|---|
| org.flowable.rest.service.api | |
| org.flowable.rest.service.api.repository |
| Modifier and Type | Method and Description |
|---|---|
DecisionResponse |
RestResponseFactory.createDecisionResponse(org.flowable.dmn.api.DmnDecision decision,
String processDefinitionId) |
DecisionResponse |
RestResponseFactory.createDecisionResponse(org.flowable.dmn.api.DmnDecision decision,
String processDefinitionId,
RestUrlBuilder urlBuilder) |
| Modifier and Type | Method and Description |
|---|---|
List<DecisionResponse> |
RestResponseFactory.createDecisionResponseList(List<org.flowable.dmn.api.DmnDecision> decisions,
String processDefinitionId) |
| Modifier and Type | Method and Description |
|---|---|
List<DecisionResponse> |
ProcessDefinitionDecisionCollectionResource.getDecisionsForProcessDefinition(String processDefinitionId,
javax.servlet.http.HttpServletRequest request) |
List<DecisionResponse> |
ProcessDefinitionDecisionCollectionResource.getDecisionTablesForProcessDefinition(String processDefinitionId,
javax.servlet.http.HttpServletRequest request)
Deprecated.
|
Copyright © 2021 Flowable. All rights reserved.