public final class FormRestUrls extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SEGMENT_DEPLOYMENT_ARTIFACT_RESOURCE_CONTENT |
static String |
SEGMENT_DEPLOYMENT_RESOURCES |
static String |
SEGMENT_FORM_DEFINITIONS_RESOURCES |
static String |
SEGMENT_FORM_INSTANCE_MODEL |
static String |
SEGMENT_FORM_INSTANCES_RESOURCES |
static String |
SEGMENT_FORM_MODEL |
static String |
SEGMENT_FORM_RESOURCES |
static String |
SEGMENT_QUERY_RESOURCES |
static String |
SEGMENT_REPOSITORY_RESOURCES |
static String[] |
URL_DEPLOYMENT
URL template for a single deployment: /form-repository/deployments/{0:deploymentId}
|
static String[] |
URL_DEPLOYMENT_COLLECTION
URL template for a deployment collection: /form-repository/deployments
|
static String[] |
URL_DEPLOYMENT_RESOURCE_CONTENT
URL template for the resource of a single deployment: /form-repository/deployments/{0:deploymentId}/resourcedata/{1:resourceId}
|
static String[] |
URL_FORM_DEFINITION
URL template for a single form: /form-repository/form-definitions/{0:formDefinitionId}
|
static String[] |
URL_FORM_DEFINITION_COLLECTION
URL template for a form collection: /form-repository/form-definitions
|
static String[] |
URL_FORM_DEFINITION_MODEL
URL template for a single form model: /form-repository/form-definitions/{0:formDefinitionId}/model
|
static String[] |
URL_FORM_DEFINITION_RESOURCE_CONTENT
URL template for the resource of a single form: /form-repository/form-definitions/{0:formDefinitionId}/resourcedata
|
static String[] |
URL_FORM_INSTANCE_MODEL
URL template for a form instance model: /form/form-instance-model
|
static String[] |
URL_FORM_INSTANCE_QUERY
URL template for the resource of a form instance query: /query/form-instances
|
static String[] |
URL_FORM_MODEL
URL template for a form model: /form/model
|
| Constructor and Description |
|---|
FormRestUrls() |
| 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_FORM_RESOURCES
public static final String SEGMENT_REPOSITORY_RESOURCES
public static final String SEGMENT_DEPLOYMENT_RESOURCES
public static final String SEGMENT_DEPLOYMENT_ARTIFACT_RESOURCE_CONTENT
public static final String SEGMENT_FORM_DEFINITIONS_RESOURCES
public static final String SEGMENT_FORM_MODEL
public static final String SEGMENT_FORM_INSTANCE_MODEL
public static final String SEGMENT_FORM_INSTANCES_RESOURCES
public static final String SEGMENT_QUERY_RESOURCES
public static final String[] URL_FORM_MODEL
public static final String[] URL_FORM_INSTANCE_MODEL
public static final String[] URL_FORM_DEFINITION_COLLECTION
public static final String[] URL_FORM_DEFINITION
public static final String[] URL_FORM_DEFINITION_MODEL
public static final String[] URL_FORM_DEFINITION_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_FORM_INSTANCE_QUERY
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.