Constant Field Values

Contents

org.camunda.*

  • org.camunda.bpm.admin.impl.plugin.AdminPlugins 
    Modifier and Type Constant Field Value
    public static final java.lang.String ID "adminPlugins"
  • org.camunda.bpm.application.impl.metadata.ProcessesXmlParser 
    Modifier and Type Constant Field Value
    public static final java.lang.String PROCESS_APP_NS "http://www.camunda.org/schema/1.0/ProcessApplication"
    public static final java.lang.String PROCESS_APPLICATION_XSD "ProcessApplication.xsd"
  • org.camunda.bpm.client.spring.impl.client.ClientPostProcessor 
    Modifier and Type Constant Field Value
    protected static final java.lang.String BEAN_NAME "externalTaskClient"
  • org.camunda.bpm.client.spring.impl.util.LoggerUtil 
    Modifier and Type Constant Field Value
    protected static final java.lang.String PROJECT_CODE "TASK/CLIENT/SPRING"
    protected static final java.lang.String PROJECT_LOGGER "org.camunda.bpm.client.spring"
  • org.camunda.bpm.client.variable.impl.type.JsonTypeImpl 
    Modifier and Type Constant Field Value
    public static final java.lang.String JSON_TYPE_NAME "json"
  • org.camunda.bpm.client.variable.impl.type.XmlTypeImpl 
    Modifier and Type Constant Field Value
    public static final java.lang.String XML_TYPE_NAME "xml"
  • org.camunda.bpm.cockpit.impl.plugin.CockpitPlugins 
    Modifier and Type Constant Field Value
    public static final java.lang.String ID "cockpitPlugins"
  • org.camunda.bpm.cockpit.impl.plugin.resources.IncidentRestService 
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/incident"
  • org.camunda.bpm.cockpit.impl.plugin.resources.ProcessDefinitionRestService 
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/process-definition"
  • org.camunda.bpm.cockpit.impl.plugin.resources.ProcessInstanceRestService 
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/process-instance"
  • org.camunda.bpm.container.impl.jboss.extension.handler.JobExecutorAdd 
    Modifier and Type Constant Field Value
    public static final java.lang.String THREAD_POOL_GRP_NAME "Camunda BPM "
  • org.camunda.bpm.container.impl.metadata.BpmPlatformXmlParser 
    Modifier and Type Constant Field Value
    public static final java.lang.String BPM_PLATFORM_NS "http://www.camunda.org/schema/1.0/BpmPlatform"
    public static final java.lang.String BPM_PLATFORM_XSD "BpmPlatform.xsd"
  • org.camunda.bpm.container.impl.metadata.DeploymentMetadataConstants 
    Modifier and Type Constant Field Value
    public static final java.lang.String CONFIGURATION "configuration"
    public static final java.lang.String DATASOURCE "datasource"
    public static final java.lang.String DEFAULT "default"
    public static final java.lang.String JOB_ACQUISITION "job-acquisition"
    public static final java.lang.String JOB_EXECUTOR "job-executor"
    public static final java.lang.String JOB_EXECUTOR_CLASS_NAME "job-executor-class"
    public static final java.lang.String NAME "name"
    public static final java.lang.String PLUGIN "plugin"
    public static final java.lang.String PLUGIN_CLASS "class"
    public static final java.lang.String PLUGINS "plugins"
    public static final java.lang.String PROCESS "process"
    public static final java.lang.String PROCESS_APPLICATION "process-application"
    public static final java.lang.String PROCESS_ARCHIVE "process-archive"
    public static final java.lang.String PROCESS_ENGINE "process-engine"
    public static final java.lang.String PROPERTIES "properties"
    public static final java.lang.String PROPERTY "property"
    public static final java.lang.String RESOURCE "resource"
    public static final java.lang.String TENANT_ID "tenantId"
  • org.camunda.bpm.container.impl.metadata.PropertyHelper 
    Modifier and Type Constant Field Value
    public static final java.lang.String CAMEL_CASE ""
    public static final java.lang.String KEBAB_CASE "-"
    public static final java.lang.String SNAKE_CASE "_"
  • org.camunda.bpm.container.impl.tomcat.deployment.TomcatAttachments 
    Modifier and Type Constant Field Value
    public static final java.lang.String SERVER "server"
  • org.camunda.bpm.container.impl.tomcat.deployment.TomcatParseBpmPlatformXmlStep 
    Modifier and Type Constant Field Value
    public static final java.lang.String CATALINA_BASE "catalina.base"
    public static final java.lang.String CATALINA_HOME "catalina.home"
  • org.camunda.bpm.dmn.feel.impl.juel.transform.ListTransformer 
    Modifier and Type Constant Field Value
    public static final java.lang.String COMMA_SEPARATOR_REGEX ",(?=([^\"]*\"[^\"]*\")*[^\"]*$)"
  • org.camunda.bpm.dmn.feel.impl.scala.ScalaFeelEngine 
    Modifier and Type Constant Field Value
    protected static final java.lang.String INPUT_VARIABLE_NAME "inputVariableName"
  • org.camunda.bpm.dmn.feel.impl.scala.ScalaFeelLogger 
    Modifier and Type Constant Field Value
    public static final java.lang.String PROJECT_CODE "FEEL/SCALA"
    public static final java.lang.String PROJECT_LOGGER "org.camunda.bpm.dmn.feel.scala"
  • org.camunda.bpm.engine.delegate.CaseExecutionListener 
    Modifier and Type Constant Field Value
    public static final java.lang.String CLOSE "close"
    public static final java.lang.String COMPLETE "complete"
    public static final java.lang.String CREATE "create"
    public static final java.lang.String DISABLE "disable"
    public static final java.lang.String ENABLE "enable"
    public static final java.lang.String EXIT "exit"
    public static final java.lang.String MANUAL_START "manualStart"
    public static final java.lang.String OCCUR "occur"
    public static final java.lang.String PARENT_RESUME "parentResume"
    public static final java.lang.String PARENT_SUSPEND "parentSuspend"
    public static final java.lang.String PARENT_TERMINATE "parentTerminate"
    public static final java.lang.String RE_ACTIVATE "reactivate"
    public static final java.lang.String RE_ENABLE "reenable"
    public static final java.lang.String RESUME "resume"
    public static final java.lang.String START "start"
    public static final java.lang.String SUSPEND "suspend"
    public static final java.lang.String TERMINATE "terminate"
  • org.camunda.bpm.engine.delegate.CaseVariableListener 
    Modifier and Type Constant Field Value
    public static final java.lang.String CREATE "create"
    public static final java.lang.String DELETE "delete"
    public static final java.lang.String UPDATE "update"
  • org.camunda.bpm.engine.delegate.ExecutionListener 
    Modifier and Type Constant Field Value
    public static final java.lang.String EVENTNAME_END "end"
    public static final java.lang.String EVENTNAME_START "start"
    public static final java.lang.String EVENTNAME_TAKE "take"
  • org.camunda.bpm.engine.delegate.TaskListener 
    Modifier and Type Constant Field Value
    public static final java.lang.String EVENTNAME_ASSIGNMENT "assignment"
    public static final java.lang.String EVENTNAME_COMPLETE "complete"
    public static final java.lang.String EVENTNAME_CREATE "create"
    public static final java.lang.String EVENTNAME_DELETE "delete"
    public static final java.lang.String EVENTNAME_TIMEOUT "timeout"
    public static final java.lang.String EVENTNAME_UPDATE "update"
  • org.camunda.bpm.engine.delegate.VariableListener<T extends DelegateVariableInstance<?>> 
    Modifier and Type Constant Field Value
    public static final java.lang.String CREATE "create"
    public static final java.lang.String DELETE "delete"
    public static final java.lang.String UPDATE "update"
  • org.camunda.bpm.engine.impl.batch.removaltime.SetRemovalTimeJsonConverter 
    Modifier and Type Constant Field Value
    protected static final java.lang.String HAS_REMOVAL_TIME "hasRemovalTime"
    protected static final java.lang.String ID_MAPPINGS "idMappings"
    protected static final java.lang.String IDS "ids"
    protected static final java.lang.String IS_HIERARCHICAL "isHierarchical"
    protected static final java.lang.String REMOVAL_TIME "removalTime"
  • org.camunda.bpm.engine.impl.batch.variables.SetVariablesJsonConverter 
    Modifier and Type Constant Field Value
    protected static final java.lang.String BATCH_ID "batchId"
    protected static final java.lang.String ID_MAPPINGS "idMappings"
    protected static final java.lang.String IDS "ids"
  • org.camunda.bpm.engine.impl.bpmn.diagram.Bpmn20NamespaceContext 
    Modifier and Type Constant Field Value
    public static final java.lang.String BPMN "bpmn"
    public static final java.lang.String BPMNDI "bpmndi"
    public static final java.lang.String OMGDC "omgdc"
    public static final java.lang.String OMGDI "omgdi"
  • org.camunda.bpm.engine.impl.calendar.CronExpression 
    Modifier and Type Constant Field Value
    protected static final int ALL_SPEC_INT 99
    protected static final int DAY_OF_MONTH 3
    protected static final int DAY_OF_WEEK 5
    protected static final int HOUR 2
    protected static final int MINUTE 1
    protected static final int MONTH 4
    protected static final int NO_SPEC_INT 98
    protected static final int SECOND 0
    protected static final int YEAR 6
  • org.camunda.bpm.engine.impl.calendar.DueDateBusinessCalendar 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "dueDate"
  • org.camunda.bpm.engine.impl.calendar.DurationHelper 
    Modifier and Type Constant Field Value
    public static final java.lang.String PnW_PATTERN "P\\d+W"
  • org.camunda.bpm.engine.impl.cmmn.behavior.CmmnBehaviorLogger 
    Modifier and Type Constant Field Value
    protected final java.lang.String caseStateTransitionMessage "Could not perform transition \'{} on case execution with id \'{}\'."
  • org.camunda.bpm.engine.impl.core.variable.VariableUtil 
    Modifier and Type Constant Field Value
    public static final java.lang.String ERROR_MSG "Cannot set variable with name {0}. Java serialization format is prohibited"
  • org.camunda.bpm.engine.impl.db.EnginePersistenceLogger 
    Modifier and Type Constant Field Value
    protected static final java.lang.String HINT_TEXT "Hint: Set <property name=\"databaseSchemaUpdate\" to value=\"true\" or value=\"create-drop\" (use create-drop for testing only!) in bean processEngineConfiguration in camunda.cfg.xml for automatic schema creation"
  • org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory 
    Modifier and Type Constant Field Value
    public static final java.lang.String CRDB "cockroachdb"
    public static final java.lang.String DB2 "db2"
    public static final java.lang.String H2 "h2"
    public static final java.lang.String MARIADB "mariadb"
    public static final int MAXIMUM_NUMBER_PARAMS 2000
    public static final java.lang.String MSSQL "mssql"
    public static final java.lang.String MYSQL "mysql"
    public static final java.lang.String ORACLE "oracle"
    public static final java.lang.String POSTGRES "postgres"
  • org.camunda.bpm.engine.impl.db.sql.MybatisJoinHelper 
    Modifier and Type Constant Field Value
    protected static final java.lang.String DEFAULT_ORDER "RES.ID_ asc"
  • org.camunda.bpm.engine.impl.digest._apacheCommonsCodec.StringUtils 
    Modifier and Type Constant Field Value
    public static final java.lang.String UTF_8 "UTF-8"
  • org.camunda.bpm.engine.impl.form.type.BooleanFormType 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE_NAME "boolean"
  • org.camunda.bpm.engine.impl.form.type.DateFormType 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE_NAME "date"
  • org.camunda.bpm.engine.impl.form.type.EnumFormType 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE_NAME "enum"
  • org.camunda.bpm.engine.impl.form.type.LongFormType 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE_NAME "long"
  • org.camunda.bpm.engine.impl.form.type.StringFormType 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE_NAME "string"
  • org.camunda.bpm.engine.impl.interceptor.ProcessDataContext 
    Modifier and Type Constant Field Value
    protected static final java.lang.String NULL_VALUE "~NULL_VALUE~"
  • org.camunda.bpm.engine.impl.javax.el.ELResolver 
    Modifier and Type Constant Field Value
    public static final java.lang.String RESOLVABLE_AT_DESIGN_TIME "resolvableAtDesignTime"
    public static final java.lang.String TYPE "type"
  • org.camunda.bpm.engine.impl.pvm.PvmEvent 
    Modifier and Type Constant Field Value
    public static final java.lang.String EVENTNAME_END "end"
    public static final java.lang.String EVENTNAME_START "start"
    public static final java.lang.String EVENTNAME_TAKE "take"
  • org.camunda.bpm.engine.impl.telemetry.reporter.TelemetrySendingTask 
    Modifier and Type Constant Field Value
    protected static final java.lang.String UUID4_PATTERN "[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}"
  • org.camunda.bpm.engine.impl.test.TestHelper 
    Modifier and Type Constant Field Value
    public static final java.lang.String EMPTY_LINE " "
  • org.camunda.bpm.engine.impl.util.xml.Parse 
    Modifier and Type Constant Field Value
    protected static final java.lang.String JAXP_ACCESS_EXTERNAL_SCHEMA "http://javax.xml.XMLConstants/property/accessExternalSchema"
    protected static final java.lang.String JAXP_ACCESS_EXTERNAL_SCHEMA_ALL "all"
    protected static final java.lang.String JAXP_ACCESS_EXTERNAL_SCHEMA_SYSTEM_PROPERTY "javax.xml.accessExternalSchema"
    protected static final java.lang.String JAXP_SCHEMA_LANGUAGE "http://java.sun.com/xml/jaxp/properties/schemaLanguage"
    protected static final java.lang.String JAXP_SCHEMA_SOURCE "http://java.sun.com/xml/jaxp/properties/schemaSource"
    protected static final java.lang.String W3C_XML_SCHEMA "http://www.w3.org/2001/XMLSchema"
  • org.camunda.bpm.engine.impl.util.xml.Parser 
    Modifier and Type Constant Field Value
    protected static final java.lang.String DISALLOW_DOCTYPE_DECL "http://apache.org/xml/features/disallow-doctype-decl"
    protected static final java.lang.String EXTERNAL_GENERAL_ENTITIES "http://xml.org/sax/features/external-general-entities"
    protected static final java.lang.String EXTERNAL_PARAMETER_ENTITIES "http://xml.org/sax/features/external-parameter-entities"
    protected static final java.lang.String LOAD_EXTERNAL_DTD "http://apache.org/xml/features/nonvalidating/load-external-dtd"
    protected static final java.lang.String NAMESPACE_PREFIXES "http://xml.org/sax/features/namespace-prefixes"
  • org.camunda.bpm.engine.impl.variable.serializer.jpa.JPAVariableSerializer 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "jpa"
  • org.camunda.bpm.engine.rest.AuthorizationRestService 
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/authorization"
  • org.camunda.bpm.engine.rest.BatchRestService 
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/batch"
  • org.camunda.bpm.engine.rest.CaseDefinitionRestService 
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/case-definition"
  • org.camunda.bpm.engine.rest.CaseExecutionRestService 
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/case-execution"
  • org.camunda.bpm.engine.rest.CaseInstanceRestService 
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/case-instance"
  • org.camunda.bpm.engine.rest.ConditionRestService 
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/condition"
  • org.camunda.bpm.engine.rest.CustomJacksonDateFormatListener 
    Modifier and Type Constant Field Value
    public static final java.lang.String CONTEXT_PARAM_NAME "org.camunda.bpm.engine.rest.jackson.dateFormat"
  • org.camunda.bpm.engine.rest.DecisionDefinitionRestService 
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/decision-definition"
  • org.camunda.bpm.engine.rest.DecisionRequirementsDefinitionRestService 
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/decision-requirements-definition"
  • org.camunda.bpm.engine.rest.DeploymentRestService 
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/deployment"
  • org.camunda.bpm.engine.rest.EventSubscriptionRestService 
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/event-subscription"
  • org.camunda.bpm.engine.rest.ExecutionRestService 
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/execution"
  • org.camunda.bpm.engine.rest.ExternalTaskRestService 
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/external-task"
  • org.camunda.bpm.engine.rest.FetchAndLockRestService 
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/external-task/fetchAndLock"
  • org.camunda.bpm.engine.rest.FilterRestService 
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/filter"
  • org.camunda.bpm.engine.rest.GroupRestService 
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/group"
  • org.camunda.bpm.engine.rest.IdentityRestService 
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/identity"
  • org.camunda.bpm.engine.rest.IncidentRestService 
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/incident"
  • org.camunda.bpm.engine.rest.JobDefinitionRestService 
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/job-definition"
  • org.camunda.bpm.engine.rest.JobRestService 
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/job"
  • org.camunda.bpm.engine.rest.MessageRestService 
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/message"
  • org.camunda.bpm.engine.rest.MetricsRestService 
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/metrics"
  • org.camunda.bpm.engine.rest.MigrationRestService 
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/migration"
  • org.camunda.bpm.engine.rest.ModificationRestService 
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/modification"
  • org.camunda.bpm.engine.rest.ProcessDefinitionRestService 
    Modifier and Type Constant Field Value
    public static final java.lang.String APPLICATION_BPMN20_XML "application/bpmn20+xml"
    public static final java.lang.String PATH "/process-definition"
  • org.camunda.bpm.engine.rest.ProcessInstanceRestService 
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/process-instance"
  • org.camunda.bpm.engine.rest.SchemaLogRestService 
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/schema/log"
  • org.camunda.bpm.engine.rest.SignalRestService 
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/signal"
  • org.camunda.bpm.engine.rest.TaskRestService 
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/task"
  • org.camunda.bpm.engine.rest.TelemetryRestService 
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/telemetry"
  • org.camunda.bpm.engine.rest.TenantRestService 
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/tenant"
  • org.camunda.bpm.engine.rest.UserRestService 
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/user"
  • org.camunda.bpm.engine.rest.VariableInstanceRestService 
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/variable-instance"
  • org.camunda.bpm.engine.rest.exception.ExceptionLogger 
    Modifier and Type Constant Field Value
    public static final java.lang.String PROJECT_CODE "ENGINE-REST"
    public static final java.lang.String REST_API "org.camunda.bpm.engine.rest.exception"
  • org.camunda.bpm.engine.rest.hal.Hal 
    Modifier and Type Constant Field Value
    public static final java.lang.String APPLICATION_HAL_JSON "application/hal+json"
  • org.camunda.bpm.engine.rest.impl.optimize.OptimizeRestService 
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/optimize"
  • org.camunda.bpm.engine.rest.sub.identity.GroupMembersResource 
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/members"
  • org.camunda.bpm.engine.rest.sub.identity.TenantGroupMembersResource 
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/group-members"
  • org.camunda.bpm.engine.rest.sub.identity.TenantUserMembersResource 
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/user-members"
  • org.camunda.bpm.engine.rest.sub.repository.DeploymentResource 
    Modifier and Type Constant Field Value
    public static final java.lang.String CASCADE "cascade"
  • org.camunda.bpm.engine.rest.sub.task.TaskReportResource 
    Modifier and Type Constant Field Value
    public static final java.lang.String PATH "/report"
  • org.camunda.bpm.engine.variable.impl.type.ObjectTypeImpl 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE_NAME "object"
  • org.camunda.bpm.identity.impl.ldap.util.LdapPluginLogger 
    Modifier and Type Constant Field Value
    public static final java.lang.String PROJECT_CODE "LDAP"
  • org.camunda.bpm.qa.performance.engine.benchmark.BenchmarkAggregator 
    Modifier and Type Constant Field Value
    public static final java.lang.String TEST_NAME "Test Name"
  • org.camunda.bpm.qa.performance.engine.framework.aggregate.SqlStatementCountAggregator 
    Modifier and Type Constant Field Value
    public static final java.lang.String DELETES "Deletes"
    public static final java.lang.String INSERTS "Inserts"
    public static final java.lang.String SELECTS "Selects"
    public static final java.lang.String TEST_NAME "Test Name"
    public static final java.lang.String UPDATES "Updates"
  • org.camunda.bpm.qa.performance.engine.loadgenerator.LoadGenerator 
    Modifier and Type Constant Field Value
    public static final java.lang.String ANSI_BLACK "\u001b[30m"
    public static final java.lang.String ANSI_BLUE "\u001b[34m"
    public static final java.lang.String ANSI_CLEAR_LINE "\u001b[2K"
    public static final java.lang.String ANSI_CYAN "\u001b[36m"
    public static final java.lang.String ANSI_GREEN "\u001b[32m"
    public static final java.lang.String ANSI_PURPLE "\u001b[35m"
    public static final java.lang.String ANSI_RED "\u001b[31m"
    public static final java.lang.String ANSI_RESET "\u001b[0m"
    public static final java.lang.String ANSI_WHITE "\u001b[37m"
    public static final java.lang.String ANSI_YELLOW "\u001b[33m"
    public static final java.lang.String CLEAR_LINE "\u001b[2K\r"
  • org.camunda.bpm.qa.performance.engine.sqlstatementlog.SqlStatementCountAggregator 
    Modifier and Type Constant Field Value
    public static final java.lang.String DELETES "Deletes"
    public static final java.lang.String INSERTS "Inserts"
    public static final java.lang.String SELECTS "Selects"
    public static final java.lang.String TEST_NAME "Test Name"
    public static final java.lang.String UPDATES "Updates"
  • org.camunda.bpm.qa.performance.engine.steps.PerfTestConstants 
    Modifier and Type Constant Field Value
    public static final java.lang.String EXECUTION_ID "executionId"
    public static final java.lang.String PROCESS_INSTANCE_ID "processInstanceId"
    public static final java.lang.String RUN_ID "runId"
    public static final java.lang.String TASK_ID "taskId"
    public static final java.lang.String VARIABLE1 "variable1"
    public static final java.lang.String VARIABLE10 "variable10"
    public static final java.lang.String VARIABLE2 "variable2"
    public static final java.lang.String VARIABLE3 "variable3"
    public static final java.lang.String VARIABLE4 "variable4"
    public static final java.lang.String VARIABLE5 "variable5"
    public static final java.lang.String VARIABLE6 "variable6"
    public static final java.lang.String VARIABLE7 "variable7"
    public static final java.lang.String VARIABLE8 "variable8"
    public static final java.lang.String VARIABLE9 "variable9"
  • org.camunda.bpm.qa.rolling.update.scenarios.authorization.AuthorizationScenario 
    Modifier and Type Constant Field Value
    protected static final java.lang.String GROUP_ID "group"
    public static final java.lang.String PROCESS_DEF_KEY "oneTaskProcess"
    protected static final java.lang.String USER_ID "user"
  • org.camunda.bpm.qa.upgrade.TestFixture 
    Modifier and Type Constant Field Value
    public static final java.lang.String ENGINE_VERSION "7.2.0"
  • org.camunda.bpm.quarkus.engine.extension.deployment.impl.CamundaEngineProcessor 
    Modifier and Type Constant Field Value
    protected static final java.lang.String FEATURE "camunda-platform-engine"
  • org.camunda.bpm.spring.boot.starter.configuration.Ordering 
    Modifier and Type Constant Field Value
    public static final int DEFAULT_ORDER 0
  • org.camunda.bpm.spring.boot.starter.configuration.id.IdGeneratorConfiguration 
    Modifier and Type Constant Field Value
    public static final java.lang.String PREFIXED "prefixed"
    public static final java.lang.String PROPERTY_NAME "id-generator"
    public static final java.lang.String SIMPLE "simple"
    public static final java.lang.String STRONG "strong"
  • org.camunda.bpm.spring.boot.starter.util.CamundaBpmVersion 
    Modifier and Type Constant Field Value
    public static final java.lang.String FORMATTED_VERSION "formatted-version"
    public static final java.lang.String IS_ENTERPRISE "is-enterprise"
    public static final java.lang.String VERSION "version"
  • org.camunda.bpm.spring.boot.starter.util.SpringBootProcessEngineLogger 
    Modifier and Type Constant Field Value
    public static final java.lang.String PACKAGE "org.camunda.bpm.spring.boot"
    public static final java.lang.String PROJECT_CODE "STARTER"
    public static final java.lang.String PROJECT_ID "SB"
  • org.camunda.bpm.tasklist.impl.plugin.TasklistPlugins 
    Modifier and Type Constant Field Value
    public static final java.lang.String ID "tasklistPlugins"
  • org.camunda.bpm.webapp.impl.util.ServletContextUtil 
    Modifier and Type Constant Field Value
    protected static final java.lang.String APP_PATH_ATTR_NAME "org.camunda.bpm.spring.boot.starter.webapp.applicationPath"
    protected static final java.lang.String AUTH_CACHE_TTL_ATTR_NAME "org.camunda.bpm.webapp.auth.cache.ttl"
    protected static final java.lang.String SUCCESSFUL_ET_ATTR_NAME "org.camunda.bpm.webapp.telemetry.data.stored"
  • org.camunda.bpm.welcome.impl.plugin.WelcomePlugins 
    Modifier and Type Constant Field Value
    public static final java.lang.String ID "welcomePlugins"
  • org.camunda.spin.plugin.variable.type.JsonValueType 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE_NAME "json"
  • org.camunda.spin.plugin.variable.type.SpinValueType 
    Modifier and Type Constant Field Value
    public static final java.lang.String VALUE_INFO_SERIALIZATION_DATA_FORMAT "serializationDataFormat"
  • org.camunda.spin.plugin.variable.type.XmlValueType 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE_NAME "xml"