- uploadDeployment(String, HttpServletRequest, HttpServletResponse) - Method in class org.flowable.form.rest.service.api.repository.FormDeploymentCollectionResource
-
- url - Variable in class org.flowable.form.rest.service.api.form.FormInstanceModelResponse
-
- url - Variable in class org.flowable.form.rest.service.api.form.FormModelResponse
-
- url - Variable in class org.flowable.form.rest.service.api.repository.FormDefinitionResponse
-
- url - Variable in class org.flowable.form.rest.service.api.repository.FormDeploymentResponse
-
- URL_DEPLOYMENT - Static variable in class org.flowable.form.rest.FormRestUrls
-
URL template for a single deployment: /form-repository/deployments/{0:deploymentId}
- URL_DEPLOYMENT_COLLECTION - Static variable in class org.flowable.form.rest.FormRestUrls
-
URL template for a deployment collection: /form-repository/deployments
- URL_DEPLOYMENT_RESOURCE_CONTENT - Static variable in class org.flowable.form.rest.FormRestUrls
-
URL template for the resource of a single deployment: /form-repository/deployments/{0:deploymentId}/resourcedata/{1:resourceId}
- URL_FORM_DEFINITION - Static variable in class org.flowable.form.rest.FormRestUrls
-
URL template for a single form: /form-repository/form-definitions/{0:formDefinitionId}
- URL_FORM_DEFINITION_COLLECTION - Static variable in class org.flowable.form.rest.FormRestUrls
-
URL template for a form collection: /form-repository/form-definitions
- URL_FORM_DEFINITION_MODEL - Static variable in class org.flowable.form.rest.FormRestUrls
-
URL template for a single form model: /form-repository/form-definitions/{0:formDefinitionId}/model
- URL_FORM_DEFINITION_RESOURCE_CONTENT - Static variable in class org.flowable.form.rest.FormRestUrls
-
URL template for the resource of a single form: /form-repository/form-definitions/{0:formDefinitionId}/resourcedata
- URL_FORM_INSTANCE_MODEL - Static variable in class org.flowable.form.rest.FormRestUrls
-
URL template for a form instance model: /form/form-instance-model
- URL_FORM_INSTANCE_QUERY - Static variable in class org.flowable.form.rest.FormRestUrls
-
URL template for the resource of a form instance query: /query/form-instances
- URL_FORM_MODEL - Static variable in class org.flowable.form.rest.FormRestUrls
-
URL template for a form model: /form/model
- usingBaseUrl(String) - Static method in class org.flowable.form.rest.FormRestUrlBuilder
-
Uses baseUrl as the base URL