public final class DmnRestUrls extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SEGMENT_DECISION_TABLE_MODEL |
static String |
SEGMENT_DECISION_TABLE_RESOURCE |
static String |
SEGMENT_DEPLOYMENT_ARTIFACT_RESOURCE_CONTENT |
static String |
SEGMENT_DEPLOYMENT_RESOURCE |
static String |
SEGMENT_EXECUTE_RESOURCE |
static String |
SEGMENT_EXECUTE_SINGLE_RESULT_RESOURCE |
static String |
SEGMENT_HISTORIC_DECISION_EXECUTION_AUDITDATA |
static String |
SEGMENT_HISTORIC_DECISION_EXECUTION_RESOURCE |
static String |
SEGMENT_HISTORY_RESOURCES |
static String |
SEGMENT_REPOSITORY_RESOURCES |
static String |
SEGMENT_RULES_RESOURCES |
static String[] |
URL_DECISION_TABLE
URL template for a single decision table: /dmn-repository/decision-tables/{0:decisionTableId}
|
static String[] |
URL_DECISION_TABLE_COLLECTION
URL template for a decision table collection: /dmn-repository/decision-tables/{0:decisionTableId}
|
static String[] |
URL_DECISION_TABLE_MODEL
URL template for a single decision table model: /dmn-repository/decision-tables/{0:decisionTableId}/model
|
static String[] |
URL_DECISION_TABLE_RESOURCE_CONTENT
URL template for the resource of a single decision table: /dmn-repository/decision-tables/{0:decisionTableId}/resourcedata
|
static String[] |
URL_DEPLOYMENT
URL template for a single deployment: /dmn-repository/deployments/{0:deploymentId}
|
static String[] |
URL_DEPLOYMENT_COLLECTION
URL template for a deployment collection: /dmn-repository/deployments
|
static String[] |
URL_DEPLOYMENT_RESOURCE_CONTENT
URL template for the resource of a single deployment: /dmn-repository/deployments/{0:deploymentId}/resourcedata/{1:resourceId}
|
static String[] |
URL_HISTORIC_DECISION_EXECUTION
URL template for a historic decision execution: /dmn-history/historic-decision-executions/{0:historicDecisionExecution}
|
static String[] |
URL_HISTORIC_DECISION_EXECUTION_AUDITDATA
URL template for a historic decision execution audit data: /dmn-history/historic-decision-executions/{0:historicDecisionExecution}/auditdata
|
static String[] |
URL_HISTORIC_DECISION_EXECUTION_COLLECTION
URL template for a historic decision execution collection: /dmn-history/historic-decision-executions
|
static String[] |
URL_RULE_SERVICE_EXECUTE
URL template for a decision executor: /dmn-rule/execute
|
static String[] |
URL_RULE_SERVICE_EXECUTE_SINGLE_RESULT
URL template for a decision executor: /dmn-rule/execute/single-result
|
| Constructor and Description |
|---|
DmnRestUrls() |
| Modifier and Type | Method and Description |
|---|---|
static String |
createRelativeResourceUrl(String[] segments,
Object... arguments)
Creates an url based on the passed fragments and replaces any placeholders with the given arguments.
|
public static final String SEGMENT_REPOSITORY_RESOURCES
public static final String SEGMENT_RULES_RESOURCES
public static final String SEGMENT_HISTORY_RESOURCES
public static final String SEGMENT_DEPLOYMENT_RESOURCE
public static final String SEGMENT_DEPLOYMENT_ARTIFACT_RESOURCE_CONTENT
public static final String SEGMENT_DECISION_TABLE_RESOURCE
public static final String SEGMENT_HISTORIC_DECISION_EXECUTION_RESOURCE
public static final String SEGMENT_HISTORIC_DECISION_EXECUTION_AUDITDATA
public static final String SEGMENT_DECISION_TABLE_MODEL
public static final String SEGMENT_EXECUTE_RESOURCE
public static final String SEGMENT_EXECUTE_SINGLE_RESULT_RESOURCE
public static final String[] URL_DECISION_TABLE_COLLECTION
public static final String[] URL_DECISION_TABLE
public static final String[] URL_DECISION_TABLE_MODEL
public static final String[] URL_DECISION_TABLE_RESOURCE_CONTENT
public static final String[] URL_DEPLOYMENT_COLLECTION
public static final String[] URL_DEPLOYMENT
public static final String[] URL_DEPLOYMENT_RESOURCE_CONTENT
public static final String[] URL_RULE_SERVICE_EXECUTE
public static final String[] URL_RULE_SERVICE_EXECUTE_SINGLE_RESULT
public static final String[] URL_HISTORIC_DECISION_EXECUTION_COLLECTION
public static final String[] URL_HISTORIC_DECISION_EXECUTION
public static final String[] URL_HISTORIC_DECISION_EXECUTION_AUDITDATA
public static final String createRelativeResourceUrl(String[] segments, Object... arguments)
MessageFormat convention (eg. {0} is replaced by
first argument value).Copyright © 2019 Flowable. All rights reserved.