public final class EventRestUrls extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SEGMENT_CHANNEL_DEFINITION_RESOURCE |
static String |
SEGMENT_COLUMNS |
static String |
SEGMENT_DATA |
static String |
SEGMENT_DEPLOYMENT_ARTIFACT_RESOURCE |
static String |
SEGMENT_DEPLOYMENT_ARTIFACT_RESOURCE_CONTENT |
static String |
SEGMENT_DEPLOYMENT_RESOURCE |
static String |
SEGMENT_ENGINE_INFO |
static String |
SEGMENT_EVENT_DEFINITION_RESOURCE |
static String |
SEGMENT_EVENT_INSTANCE_RESOURCE |
static String |
SEGMENT_MANAGEMENT_RESOURCES |
static String |
SEGMENT_MODEL |
static String |
SEGMENT_REPOSITORY_RESOURCES
Base segment for all repository-related resources: repository
|
static String |
SEGMENT_RUNTIME_RESOURCES |
static String |
SEGMENT_TABLES |
static String[] |
URL_CHANNEL_DEFINITION
URL template for a single channel definition: event-registry-repository/channel-definitions/{0:channelDefinitionId}
|
static String[] |
URL_CHANNEL_DEFINITION_COLLECTION
URL template for the channel definition collection: event-registry-repository/channel-definitions
|
static String[] |
URL_CHANNEL_DEFINITION_MODEL
URL template for the model of a single channel definition: event-registry-repository/channel-definitions/{0:channelDefinitionId}/model
|
static String[] |
URL_CHANNEL_DEFINITION_RESOURCE_CONTENT
URL template for the resource of a single channel definition: event-registry-repository/channel-definitions/{0:channelDefinitionId}/resourcedata
|
static String[] |
URL_DEPLOYMENT
URL template for a single deployment: event-registry-repository/deployments/{0:deploymentId}
|
static String[] |
URL_DEPLOYMENT_COLLECTION
URL template for the deployment collection: event-registry-repository/deployments
|
static String[] |
URL_DEPLOYMENT_RESOURCE
URL template for a single deployment resource: event-registry-repository/deployments/{0:deploymentId}/resources/{1}:resourceId
|
static String[] |
URL_DEPLOYMENT_RESOURCE_CONTENT
URL template for a single deployment resource content: event-registry-repository/deployments /{0:deploymentId}/resourcedata/{1}:resourceId
|
static String[] |
URL_DEPLOYMENT_RESOURCES
URL template listing deployment resources: event-registry-repository/deployments/{0:deploymentId}/resources
|
static String[] |
URL_ENGINE_INFO
URL template for the collection of properties: event-registry-management/properties
|
static String[] |
URL_EVENT_DEFINITION
URL template for a single event definition: event-registry-repository/event-definitions/{0:eventDefinitionId}
|
static String[] |
URL_EVENT_DEFINITION_COLLECTION
URL template for the event definition collection: event-registry-repository/event-definitions
|
static String[] |
URL_EVENT_DEFINITION_MODEL
URL template for the model of a single event definition: event-registry-repository/event-definitions/{0:eventDefinitionId}/model
|
static String[] |
URL_EVENT_DEFINITION_RESOURCE_CONTENT
URL template for the resource of a single event definition: event-registry-repository/event-definitions/{0:eventDefinitionId}/resourcedata
|
static String[] |
URL_EVENT_INSTANCE_COLLECTION
URL template for event instance collection: event-registry-runtime/event-instances
|
| Constructor and Description |
|---|
EventRestUrls() |
| 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_RUNTIME_RESOURCES
public static final String SEGMENT_MANAGEMENT_RESOURCES
public static final String SEGMENT_DEPLOYMENT_RESOURCE
public static final String SEGMENT_EVENT_DEFINITION_RESOURCE
public static final String SEGMENT_CHANNEL_DEFINITION_RESOURCE
public static final String SEGMENT_DEPLOYMENT_ARTIFACT_RESOURCE
public static final String SEGMENT_DEPLOYMENT_ARTIFACT_RESOURCE_CONTENT
public static final String SEGMENT_MODEL
public static final String SEGMENT_EVENT_INSTANCE_RESOURCE
public static final String SEGMENT_TABLES
public static final String SEGMENT_COLUMNS
public static final String SEGMENT_DATA
public static final String SEGMENT_ENGINE_INFO
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[] URL_EVENT_DEFINITION_COLLECTION
public static final String[] URL_EVENT_DEFINITION
public static final String[] URL_EVENT_DEFINITION_RESOURCE_CONTENT
public static final String[] URL_EVENT_DEFINITION_MODEL
public static final String[] URL_CHANNEL_DEFINITION_COLLECTION
public static final String[] URL_CHANNEL_DEFINITION
public static final String[] URL_CHANNEL_DEFINITION_RESOURCE_CONTENT
public static final String[] URL_CHANNEL_DEFINITION_MODEL
public static final String[] URL_EVENT_INSTANCE_COLLECTION
public static final String[] URL_ENGINE_INFO
public static String createRelativeResourceUrl(String[] segments, Object... arguments)
MessageFormat convention (eg. {0} is replaced by
first argument value).Copyright © 2020 Flowable. All rights reserved.