Constant Field Values


Contents
org.camunda.*

org.camunda.bpm.engine.rest.AuthorizationRestService
public static final String PATH "/authorization"

org.camunda.bpm.engine.rest.BatchRestService
public static final String PATH "/batch"

org.camunda.bpm.engine.rest.CaseDefinitionRestService
public static final String PATH "/case-definition"

org.camunda.bpm.engine.rest.CaseExecutionRestService
public static final String PATH "/case-execution"

org.camunda.bpm.engine.rest.CaseInstanceRestService
public static final String PATH "/case-instance"

org.camunda.bpm.engine.rest.CustomJacksonDateFormatListener
public static final String CONTEXT_PARAM_NAME "org.camunda.bpm.engine.rest.jackson.dateFormat"

org.camunda.bpm.engine.rest.DecisionDefinitionRestService
public static final String PATH "/decision-definition"

org.camunda.bpm.engine.rest.DecisionRequirementsDefinitionRestService
public static final String PATH "/decision-requirements-definition"

org.camunda.bpm.engine.rest.DeploymentRestService
public static final String PATH "/deployment"

org.camunda.bpm.engine.rest.ExecutionRestService
public static final String PATH "/execution"

org.camunda.bpm.engine.rest.ExternalTaskRestService
public static final String PATH "/external-task"

org.camunda.bpm.engine.rest.FilterRestService
public static final String PATH "/filter"

org.camunda.bpm.engine.rest.GroupRestService
public static final String PATH "/group"

org.camunda.bpm.engine.rest.IdentityRestService
public static final String PATH "/identity"

org.camunda.bpm.engine.rest.IncidentRestService
public static final String PATH "/incident"

org.camunda.bpm.engine.rest.JobDefinitionRestService
public static final String PATH "/job-definition"

org.camunda.bpm.engine.rest.JobRestService
public static final String PATH "/job"

org.camunda.bpm.engine.rest.MessageRestService
public static final String PATH "/message"

org.camunda.bpm.engine.rest.MetricsRestService
public static final String PATH "/metrics"

org.camunda.bpm.engine.rest.MigrationRestService
public static final String PATH "/migration"

org.camunda.bpm.engine.rest.ProcessDefinitionRestService
public static final String APPLICATION_BPMN20_XML "application/bpmn20+xml"
public static final String PATH "/process-definition"

org.camunda.bpm.engine.rest.ProcessInstanceRestService
public static final String PATH "/process-instance"

org.camunda.bpm.engine.rest.TaskRestService
public static final String PATH "/task"

org.camunda.bpm.engine.rest.TenantRestService
public static final String PATH "/tenant"

org.camunda.bpm.engine.rest.UserRestService
public static final String PATH "/user"

org.camunda.bpm.engine.rest.VariableInstanceRestService
public static final String PATH "/variable-instance"

org.camunda.bpm.engine.rest.dto.AbstractQueryDto<T extends Query<?,?>>
public static final String SORT_ORDER_ASC_VALUE "asc"
public static final String SORT_ORDER_DESC_VALUE "desc"

org.camunda.bpm.engine.rest.dto.AbstractReportDto<T extends Report>
public static final String REPORT_TYPE_COUNT "count"
public static final String REPORT_TYPE_DURATION "duration"

org.camunda.bpm.engine.rest.dto.ConditionQueryParameterDto
public static final String EQUALS_OPERATOR_NAME "eq"
public static final String GREATER_THAN_OPERATOR_NAME "gt"
public static final String GREATER_THAN_OR_EQUALS_OPERATOR_NAME "gteq"
public static final String LESS_THAN_OPERATOR_NAME "lt"
public static final String LESS_THAN_OR_EQUALS_OPERATOR_NAME "lteq"
public static final String LIKE_OPERATOR_NAME "like"
public static final String NOT_EQUALS_OPERATOR_NAME "neq"

org.camunda.bpm.engine.rest.dto.externaltask.ExternalTaskQueryDto
public static final String SORT_BY_ID_VALUE "id"
public static final String SORT_BY_LOCK_EXPIRATION_TIME "lockExpirationTime"
public static final String SORT_BY_PRIORITY "taskPriority"
public static final String SORT_BY_PROCESS_DEFINITION_ID "processDefinitionId"
public static final String SORT_BY_PROCESS_DEFINITION_KEY "processDefinitionKey"
public static final String SORT_BY_PROCESS_INSTANCE_ID "processInstanceId"
public static final String SORT_BY_TENANT_ID "tenantId"

org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
protected static final String SORT_BY_CASE_ACTIVITY_ID_VALUE "caseActivityId"
protected static final String SORT_BY_CASE_ACTIVITY_NAME_VALUE "caseActivityName"
protected static final String SORT_BY_CASE_ACTIVITY_TYPE_VALUE "caseActivityType"
protected static final String SORT_BY_CASE_DEFINITION_ID_VALUE "caseDefinitionId"
protected static final String SORT_BY_CASE_EXECUTION_ID_VALUE "caseExecutionId"
protected static final String SORT_BY_CASE_INSTANCE_ID_VALUE "caseInstanceId"
protected static final String SORT_BY_HISTORIC_ACTIVITY_INSTANCE_ID_VALUE "caseActivityInstanceId"
protected static final String SORT_BY_HISTORIC_CASE_ACTIVITY_INSTANCE_CREATE_TIME_VALUE "createTime"
protected static final String SORT_BY_HISTORIC_CASE_ACTIVITY_INSTANCE_DURATION_VALUE "duration"
protected static final String SORT_BY_HISTORIC_CASE_ACTIVITY_INSTANCE_END_TIME_VALUE "endTime"
protected static final String SORT_BY_TENANT_ID "tenantId"

org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
public static final String SORT_BY_CASE_DEFINITION_ID_VALUE "definitionId"
public static final String SORT_BY_CASE_INSTANCE_BUSINESS_KEY_VALUE "businessKey"
public static final String SORT_BY_CASE_INSTANCE_CLOSE_TIME_VALUE "closeTime"
public static final String SORT_BY_CASE_INSTANCE_CREATE_TIME_VALUE "createTime"
public static final String SORT_BY_CASE_INSTANCE_DURATION_VALUE "duration"
public static final String SORT_BY_CASE_INSTANCE_ID_VALUE "instanceId"

org.camunda.bpm.engine.rest.dto.history.HistoricDecisionInstanceQueryDto
public static final String SORT_BY_EVALUATION_TIME_VALUE "evaluationTime"
public static final String SORT_BY_TENANT_ID "tenantId"

org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
protected static final String SORT_BY_ACTIVITY_ID "activityId"
protected static final String SORT_BY_DEPLOYMENT_ID "deploymentId"
protected static final String SORT_BY_EXECUTION_ID "executionId"
protected static final String SORT_BY_JOB_DEFINITION_ID "jobDefinitionId"
protected static final String SORT_BY_JOB_DUE_DATE "jobDueDate"
protected static final String SORT_BY_JOB_ID "jobId"
protected static final String SORT_BY_JOB_PRIORITY "jobPriority"
protected static final String SORT_BY_JOB_RETRIES "jobRetries"
protected static final String SORT_BY_PROCESS_DEFINITION_ID "processDefinitionId"
protected static final String SORT_BY_PROCESS_DEFINITION_KEY "processDefinitionKey"
protected static final String SORT_BY_PROCESS_INSTANCE_ID "processInstanceId"
protected static final String SORT_BY_TENANT_ID "tenantId"
protected static final String SORT_BY_TIMESTAMP "timestamp"
protected static final String SORT_PARTIALLY_BY_OCCURRENCE "occurrence"

org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceReportDto
public static final String REPORT_TYPE_DURATION "duration"

org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceReportQueryDto
public static final String PROCESS_DEFINITION "processDefinition"
public static final String TASK_NAME "taskName"

org.camunda.bpm.engine.rest.dto.history.UserOperationLogQueryDto
public static final String TIMESTAMP "timestamp"

org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionQueryDto
protected static final String SORT_BY_DEFINITION_ID_VALUE "caseDefinitionId"
protected static final String SORT_BY_DEFINITION_KEY_VALUE "caseDefinitionKey"
protected static final String SORT_BY_EXECUTION_ID_VALUE "caseExecutionId"
protected static final String SORT_BY_TENANT_ID "tenantId"

org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceQueryDto
protected static final String SORT_BY_DEFINITION_ID_VALUE "caseDefinitionId"
protected static final String SORT_BY_DEFINITION_KEY_VALUE "caseDefinitionKey"
protected static final String SORT_BY_INSTANCE_ID_VALUE "caseInstanceId"
protected static final String SORT_BY_TENANT_ID "tenantId"

org.camunda.bpm.engine.rest.dto.runtime.FilterQueryDto
public static final String SORT_BY_ID_VALUE "filterId"
public static final String SORT_BY_NAME_VALUE "name"
public static final String SORT_BY_OWNER_VALUE "owner"
public static final String SORT_BY_RESOURCE_TYPE_VALUE "resourceType"

org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationInstructionDto
public static final String CANCEL_INSTRUCTION_TYPE "cancel"
public static final String START_AFTER_INSTRUCTION_TYPE "startAfterActivity"
public static final String START_BEFORE_INSTRUCTION_TYPE "startBeforeActivity"
public static final String START_TRANSITION_INSTRUCTION_TYPE "startTransition"

org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
public static final String SORT_BY_ASSIGNEE_VALUE "assignee"
public static final String SORT_BY_CASE_EXECUTION_ID_VALUE "caseExecutionId"
public static final String SORT_BY_CASE_EXECUTION_VARIABLE "caseExecutionVariable"
public static final String SORT_BY_CASE_INSTANCE_ID_VALUE "caseInstanceId"
public static final String SORT_BY_CASE_INSTANCE_VARIABLE "caseInstanceVariable"
public static final String SORT_BY_CREATE_TIME_VALUE "created"
public static final String SORT_BY_DESCRIPTION_VALUE "description"
public static final String SORT_BY_DUE_DATE_VALUE "dueDate"
public static final String SORT_BY_EXECUTION_ID_VALUE "executionId"
public static final String SORT_BY_EXECUTION_VARIABLE "executionVariable"
public static final String SORT_BY_FOLLOW_UP_VALUE "followUpDate"
public static final String SORT_BY_ID_VALUE "id"
public static final String SORT_BY_NAME_CASE_INSENSITIVE_VALUE "nameCaseInsensitive"
public static final String SORT_BY_NAME_VALUE "name"
public static final String SORT_BY_PRIORITY_VALUE "priority"
public static final String SORT_BY_PROCESS_INSTANCE_ID_VALUE "instanceId"
public static final String SORT_BY_PROCESS_VARIABLE "processVariable"
public static final String SORT_BY_TASK_VARIABLE "taskVariable"
public static final String SORT_BY_TENANT_ID_VALUE "tenantId"
public static final String SORT_PARAMETERS_VALUE_TYPE "type"
public static final String SORT_PARAMETERS_VARIABLE_NAME "variable"

org.camunda.bpm.engine.rest.hal.Hal
public static final String APPLICATION_HAL_JSON "application/hal+json"

org.camunda.bpm.engine.rest.hal.cache.HalRelationCacheBootstrap
public static final String CONTEXT_PARAM_NAME "org.camunda.bpm.engine.rest.hal.cache.config"

org.camunda.bpm.engine.rest.hal.cache.HalRelationCacheConfiguration
public static final String CONFIG_CACHE_IMPLEMENTATION "cacheImplementation"
public static final String CONFIG_CACHES "caches"

org.camunda.bpm.engine.rest.history.HistoricActivityInstanceRestService
public static final String PATH "/activity-instance"

org.camunda.bpm.engine.rest.history.HistoricActivityStatisticsRestService
public static final String PATH "/process-definition/{id}/statistics"

org.camunda.bpm.engine.rest.history.HistoricBatchRestService
public static final String PATH "/batch"

org.camunda.bpm.engine.rest.history.HistoricCaseActivityInstanceRestService
public static final String PATH "/case-activity-instance"

org.camunda.bpm.engine.rest.history.HistoricCaseActivityStatisticsRestService
public static final String PATH "/case-definition/{id}/statistics"

org.camunda.bpm.engine.rest.history.HistoricCaseInstanceRestService
public static final String PATH "/case-instance"

org.camunda.bpm.engine.rest.history.HistoricDecisionInstanceRestService
public static final String PATH "/decision-instance"

org.camunda.bpm.engine.rest.history.HistoricDecisionStatisticsRestService
public static final String PATH "/decision-requirements-definition"

org.camunda.bpm.engine.rest.history.HistoricDetailRestService
public static final String PATH "/detail"

org.camunda.bpm.engine.rest.history.HistoricIdentityLinkLogRestService
public static final String PATH "/identity-link-log"

org.camunda.bpm.engine.rest.history.HistoricIncidentRestService
public static final String PATH "/incident"

org.camunda.bpm.engine.rest.history.HistoricJobLogRestService
public static final String PATH "/job-log"

org.camunda.bpm.engine.rest.history.HistoricProcessInstanceRestService
public static final String PATH "/process-instance"

org.camunda.bpm.engine.rest.history.HistoricTaskInstanceReportService
public static final String PATH "/report"

org.camunda.bpm.engine.rest.history.HistoricTaskInstanceRestService
public static final String PATH "/task"

org.camunda.bpm.engine.rest.history.HistoricVariableInstanceRestService
public static final String PATH "/variable-instance"

org.camunda.bpm.engine.rest.history.HistoryRestService
public static final String PATH "/history"

org.camunda.bpm.engine.rest.history.UserOperationLogRestService
public static final String PATH "/user-operation"

org.camunda.bpm.engine.rest.impl.DefaultProcessEngineRestServiceImpl
public static final String PATH ""

org.camunda.bpm.engine.rest.impl.DeploymentRestServiceImpl
public static final String DEPLOY_CHANGED_ONLY "deploy-changed-only"
public static final String DEPLOYMENT_NAME "deployment-name"
public static final String DEPLOYMENT_SOURCE "deployment-source"
public static final String ENABLE_DUPLICATE_FILTERING "enable-duplicate-filtering"
public static final String TENANT_ID "tenant-id"

org.camunda.bpm.engine.rest.impl.MetricsRestServiceImpl
public static final String QUERY_PARAM_END_DATE "endDate"
public static final String QUERY_PARAM_FIRST_RESULT "firstResult"
public static final String QUERY_PARAM_INTERVAL "interval"
public static final String QUERY_PARAM_MAX_RESULTS "maxResults"
public static final String QUERY_PARAM_NAME "name"
public static final String QUERY_PARAM_REPORTER "reporter"
public static final String QUERY_PARAM_START_DATE "startDate"

org.camunda.bpm.engine.rest.impl.NamedProcessEngineRestServiceImpl
public static final String PATH "/engine"

org.camunda.bpm.engine.rest.mapper.JacksonConfigurator
public static final String DEFAULT_DATE_FORMAT "yyyy-MM-dd\'T\'HH:mm:ss"

org.camunda.bpm.engine.rest.mapper.MultipartPayloadProvider
public static final String SUB_TYPE_NAME "form-data"
public static final String TYPE_NAME "multipart"

org.camunda.bpm.engine.rest.security.auth.ProcessEngineAuthenticationFilter
public static final String AUTHENTICATION_PROVIDER_PARAM "authentication-provider"
protected static final String DEFAULT_ENGINE_NAME "default"
public static final String SERVLET_PATH_PREFIX "rest-url-pattern-prefix"

org.camunda.bpm.engine.rest.security.auth.impl.HttpBasicAuthenticationProvider
protected static final String BASIC_AUTH_HEADER_PREFIX "Basic "

org.camunda.bpm.engine.rest.sub.VariableResource
public static final String DESERIALIZE_VALUE_QUERY_PARAM "deserializeValue"
public static final String DESERIALIZE_VALUES_QUERY_PARAM "deserializeValues"

org.camunda.bpm.engine.rest.sub.identity.GroupMembersResource
public static final String PATH "/members"

org.camunda.bpm.engine.rest.sub.identity.TenantGroupMembersResource
public static final String PATH "/group-members"

org.camunda.bpm.engine.rest.sub.identity.TenantUserMembersResource
public static final String PATH "/user-members"

org.camunda.bpm.engine.rest.sub.impl.AbstractVariablesResource
protected static final String DEFAULT_BINARY_VALUE_TYPE "Bytes"

org.camunda.bpm.engine.rest.sub.repository.DeploymentResource
public static final String CASCADE "cascade"

org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
public static final String PROPERTIES_VARIABLES_KEY "variables"
public static final String PROPERTIES_VARIABLES_NAME_KEY "name"

org.camunda.bpm.engine.rest.sub.runtime.impl.MessageEventSubscriptionResource
protected static final String MESSAGE_EVENT_TYPE "message"

org.camunda.bpm.engine.rest.sub.task.TaskReportResource
public static final String PATH "/report"



Copyright © 2016 camunda services GmbH. All rights reserved.