Constant Field Values
Contents
org.camunda.*
-
org.camunda.bpm.engine.rest.AuthorizationRestService Modifier and Type Constant Field Value public static final StringPATH"/authorization" -
org.camunda.bpm.engine.rest.BatchRestService Modifier and Type Constant Field Value public static final StringPATH"/batch" -
org.camunda.bpm.engine.rest.CaseDefinitionRestService Modifier and Type Constant Field Value public static final StringPATH"/case-definition" -
org.camunda.bpm.engine.rest.CaseExecutionRestService Modifier and Type Constant Field Value public static final StringPATH"/case-execution" -
org.camunda.bpm.engine.rest.CaseInstanceRestService Modifier and Type Constant Field Value public static final StringPATH"/case-instance" -
org.camunda.bpm.engine.rest.ConditionRestService Modifier and Type Constant Field Value public static final StringPATH"/condition" -
org.camunda.bpm.engine.rest.CustomJacksonDateFormatListener Modifier and Type Constant Field Value public static final StringCONTEXT_PARAM_NAME"org.camunda.bpm.engine.rest.jackson.dateFormat" -
org.camunda.bpm.engine.rest.DecisionDefinitionRestService Modifier and Type Constant Field Value public static final StringPATH"/decision-definition" -
org.camunda.bpm.engine.rest.DecisionRequirementsDefinitionRestService Modifier and Type Constant Field Value public static final StringPATH"/decision-requirements-definition" -
org.camunda.bpm.engine.rest.DeploymentRestService Modifier and Type Constant Field Value public static final StringPATH"/deployment" -
org.camunda.bpm.engine.rest.EventSubscriptionRestService Modifier and Type Constant Field Value public static final StringPATH"/event-subscription" -
org.camunda.bpm.engine.rest.ExecutionRestService Modifier and Type Constant Field Value public static final StringPATH"/execution" -
org.camunda.bpm.engine.rest.ExternalTaskRestService Modifier and Type Constant Field Value public static final StringPATH"/external-task" -
org.camunda.bpm.engine.rest.FilterRestService Modifier and Type Constant Field Value public static final StringPATH"/filter" -
org.camunda.bpm.engine.rest.GroupRestService Modifier and Type Constant Field Value public static final StringPATH"/group" -
org.camunda.bpm.engine.rest.IdentityRestService Modifier and Type Constant Field Value public static final StringPATH"/identity" -
org.camunda.bpm.engine.rest.IncidentRestService Modifier and Type Constant Field Value public static final StringPATH"/incident" -
org.camunda.bpm.engine.rest.JobDefinitionRestService Modifier and Type Constant Field Value public static final StringPATH"/job-definition" -
org.camunda.bpm.engine.rest.JobRestService Modifier and Type Constant Field Value public static final StringPATH"/job" -
org.camunda.bpm.engine.rest.MessageRestService Modifier and Type Constant Field Value public static final StringPATH"/message" -
org.camunda.bpm.engine.rest.MetricsRestService Modifier and Type Constant Field Value public static final StringPATH"/metrics" -
org.camunda.bpm.engine.rest.MigrationRestService Modifier and Type Constant Field Value public static final StringPATH"/migration" -
org.camunda.bpm.engine.rest.ModificationRestService Modifier and Type Constant Field Value public static final StringPATH"/modification" -
org.camunda.bpm.engine.rest.ProcessDefinitionRestService Modifier and Type Constant Field Value public static final StringAPPLICATION_BPMN20_XML"application/bpmn20+xml"public static final StringPATH"/process-definition" -
org.camunda.bpm.engine.rest.ProcessInstanceRestService Modifier and Type Constant Field Value public static final StringPATH"/process-instance" -
org.camunda.bpm.engine.rest.SchemaLogRestService Modifier and Type Constant Field Value public static final StringPATH"/schema/log" -
org.camunda.bpm.engine.rest.SignalRestService Modifier and Type Constant Field Value public static final StringPATH"/signal" -
org.camunda.bpm.engine.rest.TaskRestService Modifier and Type Constant Field Value public static final StringPATH"/task" -
org.camunda.bpm.engine.rest.TelemetryRestService Modifier and Type Constant Field Value public static final StringPATH"/telemetry" -
org.camunda.bpm.engine.rest.TenantRestService Modifier and Type Constant Field Value public static final StringPATH"/tenant" -
org.camunda.bpm.engine.rest.UserRestService Modifier and Type Constant Field Value public static final StringPATH"/user" -
org.camunda.bpm.engine.rest.VariableInstanceRestService Modifier and Type Constant Field Value public static final StringPATH"/variable-instance"
-
org.camunda.bpm.engine.rest.dto.AbstractQueryDto<T extends org.camunda.bpm.engine.query.Query<?,?>> Modifier and Type Constant Field Value public static final StringSORT_ORDER_ASC_VALUE"asc"public static final StringSORT_ORDER_DESC_VALUE"desc" -
org.camunda.bpm.engine.rest.dto.AbstractReportDto<T extends org.camunda.bpm.engine.query.Report> Modifier and Type Constant Field Value public static final StringREPORT_TYPE_COUNT"count"public static final StringREPORT_TYPE_DURATION"duration" -
org.camunda.bpm.engine.rest.dto.ConditionQueryParameterDto Modifier and Type Constant Field Value public static final StringEQUALS_OPERATOR_NAME"eq"public static final StringGREATER_THAN_OPERATOR_NAME"gt"public static final StringGREATER_THAN_OR_EQUALS_OPERATOR_NAME"gteq"public static final StringLESS_THAN_OPERATOR_NAME"lt"public static final StringLESS_THAN_OR_EQUALS_OPERATOR_NAME"lteq"public static final StringLIKE_OPERATOR_NAME"like"public static final StringNOT_EQUALS_OPERATOR_NAME"neq"public static final StringNOT_LIKE_OPERATOR_NAME"notLike"
-
org.camunda.bpm.engine.rest.dto.externaltask.ExternalTaskQueryDto Modifier and Type Constant Field Value public static final StringSORT_BY_ID_VALUE"id"public static final StringSORT_BY_LOCK_EXPIRATION_TIME"lockExpirationTime"public static final StringSORT_BY_PRIORITY"taskPriority"public static final StringSORT_BY_PROCESS_DEFINITION_ID"processDefinitionId"public static final StringSORT_BY_PROCESS_DEFINITION_KEY"processDefinitionKey"public static final StringSORT_BY_PROCESS_INSTANCE_ID"processInstanceId"public static final StringSORT_BY_TENANT_ID"tenantId"
-
org.camunda.bpm.engine.rest.dto.history.CleanableHistoricCaseInstanceReportDto Modifier and Type Constant Field Value protected static final StringSORT_BY_FINISHED_VALUE"finished" -
org.camunda.bpm.engine.rest.dto.history.CleanableHistoricDecisionInstanceReportDto Modifier and Type Constant Field Value protected static final StringSORT_BY_FINISHED_VALUE"finished" -
org.camunda.bpm.engine.rest.dto.history.CleanableHistoricProcessInstanceReportDto Modifier and Type Constant Field Value protected static final StringSORT_BY_FINISHED_VALUE"finished" -
org.camunda.bpm.engine.rest.dto.history.HistoricActivityInstanceQueryDto Modifier and Type Constant Field Value protected static final StringSORT_BY_ACTIVITY_ID_VALUE"activityId"protected static final StringSORT_BY_ACTIVITY_NAME_VALUE"activityName"protected static final StringSORT_BY_ACTIVITY_TYPE_VALUE"activityType"protected static final StringSORT_BY_EXECUTION_ID_VALUE"executionId"protected static final StringSORT_BY_HISTORIC_ACTIVITY_INSTANCE_DURATION_VALUE"duration"protected static final StringSORT_BY_HISTORIC_ACTIVITY_INSTANCE_END_TIME_VALUE"endTime"protected static final StringSORT_BY_HISTORIC_ACTIVITY_INSTANCE_ID_VALUE"activityInstanceId"protected static final StringSORT_BY_HISTORIC_ACTIVITY_INSTANCE_START_TIME_VALUE"startTime"protected static final StringSORT_BY_PROCESS_DEFINITION_ID_VALUE"definitionId"protected static final StringSORT_BY_PROCESS_INSTANCE_ID_VALUE"instanceId"protected static final StringSORT_BY_TENANT_ID"tenantId"protected static final StringSORT_PARTIALLY_BY_OCCURRENCE"occurrence" -
org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto Modifier and Type Constant Field Value protected static final StringSORT_BY_CASE_ACTIVITY_ID_VALUE"caseActivityId"protected static final StringSORT_BY_CASE_ACTIVITY_NAME_VALUE"caseActivityName"protected static final StringSORT_BY_CASE_ACTIVITY_TYPE_VALUE"caseActivityType"protected static final StringSORT_BY_CASE_DEFINITION_ID_VALUE"caseDefinitionId"protected static final StringSORT_BY_CASE_EXECUTION_ID_VALUE"caseExecutionId"protected static final StringSORT_BY_CASE_INSTANCE_ID_VALUE"caseInstanceId"protected static final StringSORT_BY_HISTORIC_ACTIVITY_INSTANCE_ID_VALUE"caseActivityInstanceId"protected static final StringSORT_BY_HISTORIC_CASE_ACTIVITY_INSTANCE_CREATE_TIME_VALUE"createTime"protected static final StringSORT_BY_HISTORIC_CASE_ACTIVITY_INSTANCE_DURATION_VALUE"duration"protected static final StringSORT_BY_HISTORIC_CASE_ACTIVITY_INSTANCE_END_TIME_VALUE"endTime"protected static final StringSORT_BY_TENANT_ID"tenantId" -
org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto Modifier and Type Constant Field Value public static final StringSORT_BY_CASE_DEFINITION_ID_VALUE"definitionId"public static final StringSORT_BY_CASE_INSTANCE_BUSINESS_KEY_VALUE"businessKey"public static final StringSORT_BY_CASE_INSTANCE_CLOSE_TIME_VALUE"closeTime"public static final StringSORT_BY_CASE_INSTANCE_CREATE_TIME_VALUE"createTime"public static final StringSORT_BY_CASE_INSTANCE_DURATION_VALUE"duration"public static final StringSORT_BY_CASE_INSTANCE_ID_VALUE"instanceId" -
org.camunda.bpm.engine.rest.dto.history.HistoricDecisionInstanceQueryDto Modifier and Type Constant Field Value public static final StringSORT_BY_EVALUATION_TIME_VALUE"evaluationTime"public static final StringSORT_BY_TENANT_ID"tenantId" -
org.camunda.bpm.engine.rest.dto.history.HistoricExternalTaskLogQueryDto Modifier and Type Constant Field Value protected static final StringSORT_BY_ACTIVITY_ID"activityId"protected static final StringSORT_BY_ACTIVITY_INSTANCE_ID"activityInstanceId"protected static final StringSORT_BY_EXECUTION_ID"executionId"protected static final StringSORT_BY_EXTERNAL_TASK_ID"externalTaskId"protected static final StringSORT_BY_PRIORITY"priority"protected static final StringSORT_BY_PROCESS_DEFINITION_ID"processDefinitionId"protected static final StringSORT_BY_PROCESS_DEFINITION_KEY"processDefinitionKey"protected static final StringSORT_BY_PROCESS_INSTANCE_ID"processInstanceId"protected static final StringSORT_BY_RETRIES"retries"protected static final StringSORT_BY_TENANT_ID"tenantId"protected static final StringSORT_BY_TIMESTAMP"timestamp"protected static final StringSORT_BY_TOPIC_NAME"topicName"protected static final StringSORT_BY_WORKER_ID"workerId" -
org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto Modifier and Type Constant Field Value protected static final StringSORT_BY_ACTIVITY_ID"activityId"protected static final StringSORT_BY_DEPLOYMENT_ID"deploymentId"protected static final StringSORT_BY_EXECUTION_ID"executionId"protected static final StringSORT_BY_HOSTNAME"hostname"protected static final StringSORT_BY_JOB_DEFINITION_ID"jobDefinitionId"protected static final StringSORT_BY_JOB_DUE_DATE"jobDueDate"protected static final StringSORT_BY_JOB_ID"jobId"protected static final StringSORT_BY_JOB_PRIORITY"jobPriority"protected static final StringSORT_BY_JOB_RETRIES"jobRetries"protected static final StringSORT_BY_PROCESS_DEFINITION_ID"processDefinitionId"protected static final StringSORT_BY_PROCESS_DEFINITION_KEY"processDefinitionKey"protected static final StringSORT_BY_PROCESS_INSTANCE_ID"processInstanceId"protected static final StringSORT_BY_TENANT_ID"tenantId"protected static final StringSORT_BY_TIMESTAMP"timestamp"protected static final StringSORT_PARTIALLY_BY_OCCURRENCE"occurrence" -
org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceReportDto Modifier and Type Constant Field Value public static final StringREPORT_TYPE_DURATION"duration" -
org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceReportQueryDto Modifier and Type Constant Field Value public static final StringPROCESS_DEFINITION"processDefinition"public static final StringTASK_NAME"taskName" -
org.camunda.bpm.engine.rest.dto.history.UserOperationLogQueryDto Modifier and Type Constant Field Value public static final StringTIMESTAMP"timestamp"
-
org.camunda.bpm.engine.rest.dto.history.batch.CleanableHistoricBatchReportDto Modifier and Type Constant Field Value protected static final StringSORT_BY_FINISHED_VALUE"finished"
-
org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionQueryDto Modifier and Type Constant Field Value protected static final StringSORT_BY_DEFINITION_ID_VALUE"caseDefinitionId"protected static final StringSORT_BY_DEFINITION_KEY_VALUE"caseDefinitionKey"protected static final StringSORT_BY_EXECUTION_ID_VALUE"caseExecutionId"protected static final StringSORT_BY_TENANT_ID"tenantId" -
org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceQueryDto Modifier and Type Constant Field Value protected static final StringSORT_BY_DEFINITION_ID_VALUE"caseDefinitionId"protected static final StringSORT_BY_DEFINITION_KEY_VALUE"caseDefinitionKey"protected static final StringSORT_BY_INSTANCE_ID_VALUE"caseInstanceId"protected static final StringSORT_BY_TENANT_ID"tenantId" -
org.camunda.bpm.engine.rest.dto.runtime.FilterQueryDto Modifier and Type Constant Field Value public static final StringSORT_BY_ID_VALUE"filterId"public static final StringSORT_BY_NAME_VALUE"name"public static final StringSORT_BY_OWNER_VALUE"owner"public static final StringSORT_BY_RESOURCE_TYPE_VALUE"resourceType"
-
org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationInstructionDto Modifier and Type Constant Field Value public static final StringCANCEL_INSTRUCTION_TYPE"cancel"public static final StringSTART_AFTER_INSTRUCTION_TYPE"startAfterActivity"public static final StringSTART_BEFORE_INSTRUCTION_TYPE"startBeforeActivity"public static final StringSTART_TRANSITION_INSTRUCTION_TYPE"startTransition"
-
org.camunda.bpm.engine.rest.dto.task.TaskQueryDto Modifier and Type Constant Field Value public static final StringSORT_BY_ASSIGNEE_VALUE"assignee"public static final StringSORT_BY_CASE_EXECUTION_ID_VALUE"caseExecutionId"public static final StringSORT_BY_CASE_EXECUTION_VARIABLE"caseExecutionVariable"public static final StringSORT_BY_CASE_INSTANCE_ID_VALUE"caseInstanceId"public static final StringSORT_BY_CASE_INSTANCE_VARIABLE"caseInstanceVariable"public static final StringSORT_BY_CREATE_TIME_VALUE"created"public static final StringSORT_BY_DESCRIPTION_VALUE"description"public static final StringSORT_BY_DUE_DATE_VALUE"dueDate"public static final StringSORT_BY_EXECUTION_ID_VALUE"executionId"public static final StringSORT_BY_EXECUTION_VARIABLE"executionVariable"public static final StringSORT_BY_FOLLOW_UP_VALUE"followUpDate"public static final StringSORT_BY_ID_VALUE"id"public static final StringSORT_BY_NAME_CASE_INSENSITIVE_VALUE"nameCaseInsensitive"public static final StringSORT_BY_NAME_VALUE"name"public static final StringSORT_BY_PRIORITY_VALUE"priority"public static final StringSORT_BY_PROCESS_INSTANCE_ID_VALUE"instanceId"public static final StringSORT_BY_PROCESS_VARIABLE"processVariable"public static final StringSORT_BY_TASK_VARIABLE"taskVariable"public static final StringSORT_BY_TENANT_ID_VALUE"tenantId"public static final StringSORT_PARAMETERS_VALUE_TYPE"type"public static final StringSORT_PARAMETERS_VARIABLE_NAME"variable"
-
org.camunda.bpm.engine.rest.dto.telemetry.InternalsDto Modifier and Type Constant Field Value public static final StringSERIALIZED_APPLICATION_SERVER"application-server"public static final StringSERIALIZED_CAMUNDA_INTEGRATION"camunda-integration"public static final StringSERIALIZED_LICENSE_KEY"license-key" -
org.camunda.bpm.engine.rest.dto.telemetry.LicenseKeyDataDto Modifier and Type Constant Field Value public static final StringSERIALIZED_IS_UNLIMITED"unlimited"public static final StringSERIALIZED_VALID_UNTIL"valid-until"
-
org.camunda.bpm.engine.rest.exception.ExceptionLogger Modifier and Type Constant Field Value public static final StringPROJECT_CODE"ENGINE-REST"public static final StringREST_API"org.camunda.bpm.engine.rest.exception"
-
org.camunda.bpm.engine.rest.hal.Hal Modifier and Type Constant Field Value public static final StringAPPLICATION_HAL_JSON"application/hal+json"
-
org.camunda.bpm.engine.rest.hal.cache.HalRelationCacheBootstrap Modifier and Type Constant Field Value public static final StringCONTEXT_PARAM_NAME"org.camunda.bpm.engine.rest.hal.cache.config" -
org.camunda.bpm.engine.rest.hal.cache.HalRelationCacheConfiguration Modifier and Type Constant Field Value public static final StringCONFIG_CACHE_IMPLEMENTATION"cacheImplementation"public static final StringCONFIG_CACHES"caches"
-
org.camunda.bpm.engine.rest.history.HistoricActivityInstanceRestService Modifier and Type Constant Field Value public static final StringPATH"/activity-instance" -
org.camunda.bpm.engine.rest.history.HistoricBatchRestService Modifier and Type Constant Field Value public static final StringPATH"/batch" -
org.camunda.bpm.engine.rest.history.HistoricCaseActivityInstanceRestService Modifier and Type Constant Field Value public static final StringPATH"/case-activity-instance" -
org.camunda.bpm.engine.rest.history.HistoricCaseDefinitionRestService Modifier and Type Constant Field Value public static final StringPATH"/case-definition" -
org.camunda.bpm.engine.rest.history.HistoricCaseInstanceRestService Modifier and Type Constant Field Value public static final StringPATH"/case-instance" -
org.camunda.bpm.engine.rest.history.HistoricDecisionDefinitionRestService Modifier and Type Constant Field Value public static final StringPATH"/decision-definition" -
org.camunda.bpm.engine.rest.history.HistoricDecisionInstanceRestService Modifier and Type Constant Field Value public static final StringPATH"/decision-instance" -
org.camunda.bpm.engine.rest.history.HistoricDecisionStatisticsRestService Modifier and Type Constant Field Value public static final StringPATH"/decision-requirements-definition" -
org.camunda.bpm.engine.rest.history.HistoricDetailRestService Modifier and Type Constant Field Value public static final StringPATH"/detail" -
org.camunda.bpm.engine.rest.history.HistoricExternalTaskLogRestService Modifier and Type Constant Field Value public static final StringPATH"/external-task-log" -
org.camunda.bpm.engine.rest.history.HistoricIdentityLinkLogRestService Modifier and Type Constant Field Value public static final StringPATH"/identity-link-log" -
org.camunda.bpm.engine.rest.history.HistoricIncidentRestService Modifier and Type Constant Field Value public static final StringPATH"/incident" -
org.camunda.bpm.engine.rest.history.HistoricJobLogRestService Modifier and Type Constant Field Value public static final StringPATH"/job-log" -
org.camunda.bpm.engine.rest.history.HistoricProcessDefinitionRestService Modifier and Type Constant Field Value public static final StringPATH"/process-definition" -
org.camunda.bpm.engine.rest.history.HistoricProcessInstanceRestService Modifier and Type Constant Field Value public static final StringPATH"/process-instance" -
org.camunda.bpm.engine.rest.history.HistoricTaskInstanceReportService Modifier and Type Constant Field Value public static final StringPATH"/report" -
org.camunda.bpm.engine.rest.history.HistoricTaskInstanceRestService Modifier and Type Constant Field Value public static final StringPATH"/task" -
org.camunda.bpm.engine.rest.history.HistoricVariableInstanceRestService Modifier and Type Constant Field Value public static final StringPATH"/variable-instance" -
org.camunda.bpm.engine.rest.history.HistoryCleanupRestService Modifier and Type Constant Field Value public static final StringPATH"/cleanup" -
org.camunda.bpm.engine.rest.history.HistoryRestService Modifier and Type Constant Field Value public static final StringPATH"/history" -
org.camunda.bpm.engine.rest.history.UserOperationLogRestService Modifier and Type Constant Field Value public static final StringPATH"/user-operation"
-
org.camunda.bpm.engine.rest.impl.DefaultProcessEngineRestServiceImpl Modifier and Type Constant Field Value public static final StringPATH"" -
org.camunda.bpm.engine.rest.impl.DeploymentRestServiceImpl Modifier and Type Constant Field Value public static final StringDEPLOY_CHANGED_ONLY"deploy-changed-only"public static final StringDEPLOYMENT_ACTIVATION_TIME"deployment-activation-time"public static final StringDEPLOYMENT_NAME"deployment-name"public static final StringDEPLOYMENT_SOURCE"deployment-source"public static final StringENABLE_DUPLICATE_FILTERING"enable-duplicate-filtering"public static final StringTENANT_ID"tenant-id" -
org.camunda.bpm.engine.rest.impl.MetricsRestServiceImpl Modifier and Type Constant Field Value public static final StringQUERY_PARAM_AGG_BY_REPORTER"aggregateByReporter"public static final StringQUERY_PARAM_DATE"date"public static final StringQUERY_PARAM_END_DATE"endDate"public static final StringQUERY_PARAM_FIRST_RESULT"firstResult"public static final StringQUERY_PARAM_INTERVAL"interval"public static final StringQUERY_PARAM_MAX_RESULTS"maxResults"public static final StringQUERY_PARAM_NAME"name"public static final StringQUERY_PARAM_REPORTER"reporter"public static final StringQUERY_PARAM_START_DATE"startDate" -
org.camunda.bpm.engine.rest.impl.NamedProcessEngineRestServiceImpl Modifier and Type Constant Field Value public static final StringPATH"/engine" -
org.camunda.bpm.engine.rest.impl.VersionRestService Modifier and Type Constant Field Value public static final StringPATH"/version"
-
org.camunda.bpm.engine.rest.impl.history.HistoricActivityStatisticsQueryDto Modifier and Type Constant Field Value protected static final StringSORT_ORDER_ACTIVITY_ID"activityId"
-
org.camunda.bpm.engine.rest.impl.optimize.OptimizeRestService Modifier and Type Constant Field Value public static final StringPATH"/optimize"
-
org.camunda.bpm.engine.rest.mapper.JacksonConfigurator Modifier and Type Constant Field Value public static final StringDEFAULT_DATE_FORMAT"yyyy-MM-dd\'T\'HH:mm:ss.SSSZ" -
org.camunda.bpm.engine.rest.mapper.MultipartPayloadProvider Modifier and Type Constant Field Value public static final StringSUB_TYPE_NAME"form-data"public static final StringTYPE_NAME"multipart"
-
org.camunda.bpm.engine.rest.security.auth.ProcessEngineAuthenticationFilter Modifier and Type Constant Field Value public static final StringAUTHENTICATION_PROVIDER_PARAM"authentication-provider"protected static final StringDEFAULT_ENGINE_NAME"default"public static final StringSERVLET_PATH_PREFIX"rest-url-pattern-prefix"
-
org.camunda.bpm.engine.rest.security.auth.impl.HttpBasicAuthenticationProvider Modifier and Type Constant Field Value protected static final StringBASIC_AUTH_HEADER_PREFIX"Basic "
-
org.camunda.bpm.engine.rest.sub.VariableResource Modifier and Type Constant Field Value public static final StringDESERIALIZE_VALUE_QUERY_PARAM"deserializeValue"public static final StringDESERIALIZE_VALUES_QUERY_PARAM"deserializeValues"
-
org.camunda.bpm.engine.rest.sub.identity.GroupMembersResource Modifier and Type Constant Field Value public static final StringPATH"/members" -
org.camunda.bpm.engine.rest.sub.identity.TenantGroupMembersResource Modifier and Type Constant Field Value public static final StringPATH"/group-members" -
org.camunda.bpm.engine.rest.sub.identity.TenantUserMembersResource Modifier and Type Constant Field Value public static final StringPATH"/user-members"
-
org.camunda.bpm.engine.rest.sub.impl.AbstractVariablesResource Modifier and Type Constant Field Value protected static final StringDEFAULT_BINARY_VALUE_TYPE"Bytes"
-
org.camunda.bpm.engine.rest.sub.repository.DeploymentResource Modifier and Type Constant Field Value public static final StringCASCADE"cascade"
-
org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl Modifier and Type Constant Field Value public static final StringPROPERTIES_VARIABLES_KEY"variables"public static final StringPROPERTIES_VARIABLES_NAME_KEY"name" -
org.camunda.bpm.engine.rest.sub.runtime.impl.MessageEventSubscriptionResource Modifier and Type Constant Field Value protected static final StringMESSAGE_EVENT_TYPE"message"
-
org.camunda.bpm.engine.rest.sub.task.TaskReportResource Modifier and Type Constant Field Value public static final StringPATH"/report"