public final class AppRestUrls extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SEGMENT_APP_DEFINITIONS_RESOURCES |
static String |
SEGMENT_APP_MODEL |
static String |
SEGMENT_DEPLOYMENT_ARTIFACT_RESOURCE |
static String |
SEGMENT_DEPLOYMENT_ARTIFACT_RESOURCE_CONTENT |
static String |
SEGMENT_DEPLOYMENT_RESOURCES |
static String |
SEGMENT_QUERY_RESOURCES |
static String |
SEGMENT_REPOSITORY_RESOURCES |
static String[] |
URL_APP_DEFINITION
URL template for a single app: /app-repository/app-definitions/{0:appDefinitionId}
|
static String[] |
URL_APP_DEFINITION_COLLECTION
URL template for an app collection: /app-repository/app-definitions
|
static String[] |
URL_APP_DEFINITION_MODEL
URL template for a single app model: /app-repository/app-definitions/{0:appDefinitionId}/model
|
static String[] |
URL_APP_DEFINITION_RESOURCE_CONTENT
URL template for the resource of a single app: /app-repository/app-definitions/{0:appDefinitionId}/resourcedata
|
static String[] |
URL_DEPLOYMENT
URL template for a single deployment: /app-repository/deployments/{0:deploymentId}
|
static String[] |
URL_DEPLOYMENT_COLLECTION
URL template for a deployment collection: /app-repository/deployments
|
static String[] |
URL_DEPLOYMENT_RESOURCE
URL template for a single deployment resource: app-repository/deployments/{0:deploymentId}/resources/{1}:resourceId
|
static String[] |
URL_DEPLOYMENT_RESOURCE_CONTENT
URL template for the resource of a single deployment: /app-repository/deployments/{0:deploymentId}/resourcedata/{1:resourceId}
|
static String[] |
URL_DEPLOYMENT_RESOURCES
URL template listing deployment resources: app-repository/deployments/{0:deploymentId}/resources
|
| Constructor and Description |
|---|
AppRestUrls() |
| 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_DEPLOYMENT_RESOURCES
public static final String SEGMENT_DEPLOYMENT_ARTIFACT_RESOURCE
public static final String SEGMENT_DEPLOYMENT_ARTIFACT_RESOURCE_CONTENT
public static final String SEGMENT_APP_DEFINITIONS_RESOURCES
public static final String SEGMENT_APP_MODEL
public static final String SEGMENT_QUERY_RESOURCES
public static final String[] URL_APP_DEFINITION_COLLECTION
public static final String[] URL_APP_DEFINITION
public static final String[] URL_APP_DEFINITION_MODEL
public static final String[] URL_APP_DEFINITION_RESOURCE_CONTENT
public static final String[] URL_DEPLOYMENT_COLLECTION
public static final String[] URL_DEPLOYMENT
public static final String[] URL_DEPLOYMENT_RESOURCES
public static final String[] URL_DEPLOYMENT_RESOURCE
public static final String[] URL_DEPLOYMENT_RESOURCE_CONTENT
public static final String createRelativeResourceUrl(String[] segments, Object... arguments)
MessageFormat convention (eg. {0} is replaced by
first argument value).Copyright © 2023 Flowable. All rights reserved.