public final class DmnRestUrls extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SEGMENT_DECISION_MODEL |
static String |
SEGMENT_DECISION_RESOURCE |
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
URL template for a single decision: /dmn-repository/decisions/{0:decisionId}
|
static String[] |
URL_DECISION_COLLECTION
URL template for a decision collection: /dmn-repository/decisions
|
static String[] |
URL_DECISION_MODEL
URL template for a single decision model: /dmn-repository/decisions/{0:decisionId}/model
|
static String[] |
URL_DECISION_RESOURCE_CONTENT
URL template for the resource of a single decision: /dmn-repository/decisions/{0:decisionId}/resourcedata
|
static String[] |
URL_DECISION_TABLE
Deprecated.
use
URL_DECISION instead. |
static String[] |
URL_DECISION_TABLE_COLLECTION
Deprecated.
use
URL_DECISION_COLLECTION instead. |
static String[] |
URL_DECISION_TABLE_MODEL
Deprecated.
use
URL_DECISION_MODEL instead. |
static String[] |
URL_DECISION_TABLE_RESOURCE_CONTENT
Deprecated.
use
URL_DECISION_RESOURCE_CONTENT instead. |
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_DECISION_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_MODEL
public static final String SEGMENT_EXECUTE_RESOURCE
public static final String SEGMENT_EXECUTE_SINGLE_RESULT_RESOURCE
@Deprecated public static final String[] URL_DECISION_TABLE_COLLECTION
URL_DECISION_COLLECTION instead.@Deprecated public static final String[] URL_DECISION_TABLE
URL_DECISION instead.@Deprecated public static final String[] URL_DECISION_TABLE_MODEL
URL_DECISION_MODEL instead.@Deprecated public static final String[] URL_DECISION_TABLE_RESOURCE_CONTENT
URL_DECISION_RESOURCE_CONTENT instead.public static final String[] URL_DECISION_COLLECTION
public static final String[] URL_DECISION
public static final String[] URL_DECISION_MODEL
public static final String[] URL_DECISION_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 © 2020 Flowable. All rights reserved.