public static final String |
CREATE_MODEL_PARAM_DESCR |
"The details of the model to create" |
public static final String |
CREATE_MODEL_PROJECT_ID_PARAM_DESCR |
"The id of the project to associate the new model with" |
public static final String |
DELETE_MODEL_ID_PARAM_DESCR |
"The id of the model to delete" |
public static final String |
DELETE_RELATIONSHIP_MODEL_PROJECT_MODEL_ID_PARAM_DESCR |
"The id of the model of the relationship to delete" |
public static final String |
DELETE_RELATIONSHIP_MODEL_PROJECT_PROJECT_ID_PARAM_DESCR |
"The id of the project of the relationship to delete" |
public static final String |
EXPORT_MODEL_ID_PARAM_DESCR |
"The id of the model to export" |
public static final String |
FORCE_PARAM_DESCR |
"If the scope of the model has restrictions on the number of projects that a model can belong to, remove the other relationships of the model with other projects" |
public static final String |
FORCE_PARAM_NAME |
"force" |
public static final String |
GET_MODEL_CONTENT_ID_PARAM_DESCR |
"The id of the model to get the content" |
public static final String |
GET_MODEL_ID_PARAM_DESCR |
"The id of the model to retrieve" |
public static final String |
GET_MODELS_PROJECT_ID_PARAM_DESCR |
"The id of the project to get the models for" |
public static final String |
GET_MODELS_TYPE_PARAM_DESCR |
"The type of the model to filter" |
public static final String |
IMPORT_MODEL_FILE_PARAM_DESCR |
"The file containing the model definition" |
public static final String |
IMPORT_MODEL_TYPE_PARAM_DESCR |
"The type of the model to be imported" |
public static final String |
INCLUDE_ORPHANS_PARAM_DESCR |
"If true, then models with no relationship to any project are retrieved regardless of their scope" |
public static final String |
INCLUDE_ORPHANS_PARAM_NAME |
"includeOrphans" |
public static final String |
MODEL_TYPE_PARAM_NAME |
"type" |
public static final String |
MODEL_USED_PARAM_DESCR |
"The model is going to be validated and checked used in other model" |
public static final String |
MODEL_USED_PARAM_NAME |
"validateUsage" |
public static final String |
MODELS |
"models" |
public static final String |
PROJECT_ID_PARAM_NAME |
"projectId" |
public static final String |
RELATE_MODEL_PROJECT_MODEL_ID_PARAM_DESCR |
"The id of the model to associate the project with" |
public static final String |
RELATE_MODEL_PROJECT_PROJECT_ID_PARAM_DESCR |
"The id of the project to associate the model with" |
public static final String |
SCOPE_PARAM_DESCR |
"Scope to update the model if needed (optional)" |
public static final String |
SCOPE_PARAM_NAME |
"scope" |
public static final String |
UPDATE_MODEL_FILE_PARAM_DESCR |
"The file containing the model content" |
public static final String |
UPDATE_MODEL_ID_PARAM_DESCR |
"The id of the model to update" |
public static final String |
UPDATE_MODEL_PARAM_DESCR |
"The new values to update" |
public static final String |
VALIDATE_EXTENSIONS_FILE_PARAM_DESCR |
"The file containing the model extensions to validate" |
public static final String |
VALIDATE_MODEL_FILE_PARAM_DESCR |
"The file containing the model definition to validate" |
public static final String |
VALIDATE_MODEL_ID_PARAM_DESCR |
"The id of the model to validate the content for" |
public static final String |
VALIDATE_PROJECT_ID_PARAM_DESCR |
"The id of the project in whose context the model is going to be validated" |