Constant Field Values
Contents
org.activiti.*
-
org.activiti.cloud.services.modeling.rest.api.ModelRestApi Modifier and Type Constant Field Value public static final java.lang.StringCREATE_MODEL_PARAM_DESCR"The details of the model to create"public static final java.lang.StringCREATE_MODEL_PROJECT_ID_PARAM_DESCR"The id of the project to associate the new model with"public static final java.lang.StringDELETE_MODEL_ID_PARAM_DESCR"The id of the model to delete"public static final java.lang.StringEXPORT_MODEL_ID_PARAM_DESCR"The id of the model to export"public static final java.lang.StringGET_MODEL_CONTENT_ID_PARAM_DESCR"The id of the model to get the content"public static final java.lang.StringGET_MODEL_ID_PARAM_DESCR"The id of the model to retrieve"public static final java.lang.StringGET_MODELS_PROJECT_ID_PARAM_DESCR"The id of the project to get the models for"public static final java.lang.StringGET_MODELS_TYPE_PARAM_DESCR"The type of the model to filter"public static final java.lang.StringIMPORT_MODEL_FILE_PARAM_DESCR"The file containing the model definition"public static final java.lang.StringIMPORT_MODEL_TYPE_PARAM_DESCR"The type of the model to be imported"public static final java.lang.StringMODEL_TYPE_PARAM_NAME"type"public static final java.lang.StringMODELS"models"public static final java.lang.StringUPDATE_MODEL_FILE_PARAM_DESCR"The file containing the model content"public static final java.lang.StringUPDATE_MODEL_ID_PARAM_DESCR"The id of the model to update"public static final java.lang.StringUPDATE_MODEL_PARAM_DESCR"The new values to update"public static final java.lang.StringVALIDATE_EXTENSIONS_FILE_PARAM_DESCR"The file containing the model extensions to validate"public static final java.lang.StringVALIDATE_MODEL_FILE_PARAM_DESCR"The file containing the model definition to validate"public static final java.lang.StringVALIDATE_MODEL_ID_PARAM_DESCR"The id of the model to validate the content for" -
org.activiti.cloud.services.modeling.rest.api.ProjectRestApi Modifier and Type Constant Field Value public static final java.lang.StringATTACHMENT_API_PARAM_DESCR"<b>true</b> value enables a web browser to download the file as an attachment.<br> <b>false</b> means that a web browser may preview the file in a new tab or window, but not download the file."public static final java.lang.StringCREATE_PROJECT_PARAM_DESCR"The details of the project to create"public static final java.lang.StringDELETE_PROJECT_ID_PARAM_DESCR"The id of the project to delete"public static final java.lang.StringEXPORT_AS_ATTACHMENT_PARAM_NAME"attachment"public static final java.lang.StringEXPORT_PROJECT_ID_PARAM_DESCR"The id of the project to export"public static final java.lang.StringGET_PROJECT_ID_PARAM_DESCR"The id of the project to retrieve"public static final java.lang.StringIMPORT_PROJECT_FILE_PARAM_DESCR"The file containing the zipped project"public static final java.lang.StringPROJECT_NAME_OVERRIDE_DESCR"The name of the project that will override the current name of the project in the zip file"public static final java.lang.StringPROJECT_NAME_PARAM_DESCR"The name or part of the name to filter projects"public static final java.lang.StringPROJECT_NAME_PARAM_NAME"name"public static final java.lang.StringPROJECTS"projects"public static final java.lang.StringUPDATE_PROJECT_ID_PARAM_DESCR"The id of the project to update"public static final java.lang.StringUPDATE_PROJECT_PARAM_DESCR"The new values to update"public static final java.lang.StringUPLOAD_FILE_PARAM_NAME"file"public static final java.lang.StringVALIDATE_PROJECT_ID_PARAM_DESCR"The id of the project to validate"
-
org.activiti.cloud.services.modeling.rest.assembler.ModelTypeRelProvider Modifier and Type Constant Field Value public static final java.lang.StringCOLLECTION_RESOURCE_REL"model-types"
-
org.activiti.cloud.services.modeling.rest.config.RepositoryRestConfig Modifier and Type Constant Field Value public static final java.lang.StringAPI_VERSION"/v1"
-
org.activiti.cloud.services.modeling.rest.controller.ModelingRestExceptionHandler Modifier and Type Constant Field Value public static final java.lang.StringDATA_ACCESS_EXCEPTION_MESSAGE"Data access error"public static final java.lang.StringDATA_INTEGRITY_VIOLATION_EXCEPTION_MESSAGE"Data integrity violation"public static final java.lang.StringERRORS"errors"