Uses of Package
org.camunda.bpm.engine.variable.value
Packages that use org.camunda.bpm.engine.variable.value
Package
Description
Public API of the Camunda Platform engine.
Typical usage of the API starts by the creation of a
Through the services obtained from such a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine
can be obtained.Through the services obtained from such a
ProcessEngine
, BPM and workflow operation
can be executed:RepositoryService
:
Manages Deployment
sRuntimeService
:
For starting and searching ProcessInstance
sTaskService
:
Exposes operations to manage human (standalone) Task
s,
such as claiming, completing and assigning tasksIdentityService
:
Used for managing User
s,
Group
s and the relations between themManagementService
:
Exposes engine admin and maintenance operations,
which have no relation to the runtime execution of business processesHistoryService
:
Exposes information about ongoing and past process instances.FormService
:
Access to form data and rendered forms for starting new process instances and completing tasks.Interfaces used to include Java code in a process as the behavior of an activity
or as a listener to process events with
JavaDelegate
s.Classes related to the
FormService
.Classes related to the
HistoryService
.API implementation classes, which shouldn't directly be used by end-users.
Classes related to the
RuntimeService
.-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.client.impl
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.client.task
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.client.task.impl
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.client.variable.impl
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.client.variable.impl.mapperClassDescriptionA
PrimitiveValue
corresponding to the Java typeBoolean
.APrimitiveValue
corresponding to a Java byte array (byte[]).APrimitiveValue
corresponding to the Java typeDate
.APrimitiveValue
corresponding to the Java typeDouble
.APrimitiveValue
corresponding to the Java typeInteger
.APrimitiveValue
corresponding to the Java typeLong
.A typed value representing a Java Object.APrimitiveValue
corresponding to the Java typeShort
.APrimitiveValue
corresponding to the Java typeString
.ATypedValue
is a value with additional type information (theValueType
). -
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.client.variable.impl.value
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.client.variable.value
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.dmn.engine
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.dmn.engine.delegate
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.dmn.engine.impl
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.dmn.engine.impl.delegate
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.dmn.engine.impl.el
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.dmn.engine.impl.hitpolicy
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.dmn.engine.impl.spi.type
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.dmn.engine.impl.type
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.cdi
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.cdi.impl
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.cdi.impl.context
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.delegate
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.form
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.history
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.impl
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.impl.cmd
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.impl.cmmn
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.impl.cmmn.cmd
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.impl.core.variable
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.impl.core.variable.scope
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.impl.db
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.impl.dmn.invocation
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.impl.el
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.impl.form
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.impl.form.engine
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.impl.form.type
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.impl.history.event
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.impl.history.producer
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.impl.migration.validation.instruction
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.impl.persistence.entity
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.impl.persistence.entity.util
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.impl.variable.listener
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.impl.variable.serializerClassDescriptionA
PrimitiveValue
corresponding to the Java typeBoolean
.APrimitiveValue
corresponding to a Java byte array (byte[]).APrimitiveValue
corresponding to the Java typeDate
.APrimitiveValue
corresponding to the Java typeDouble
.APrimitiveValue
corresponding to the Java typeInteger
.APrimitiveValue
corresponding to the Java typeLong
.A typed value representing a Java Object.ATypedValue
for which a serialized value can be obtained and specifiedAPrimitiveValue
corresponding to the Java typeShort
.APrimitiveValue
corresponding to the Java typeString
.ATypedValue
is a value with additional type information (theValueType
). -
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.migration
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.rest.dto
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.rest.sub
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.rest.sub.history.impl
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.rest.sub.impl
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.rest.sub.runtime.impl
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.rest.sub.task.impl
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.runtime
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.variableClassDescriptionA
PrimitiveValue
corresponding to the Java typeBoolean
.APrimitiveValue
corresponding to a Java byte array (byte[]).APrimitiveValue
corresponding to the Java typeDate
.APrimitiveValue
corresponding to the Java typeDouble
.APrimitiveValue
corresponding to the Java typeInteger
.APrimitiveValue
corresponding to the Java typeLong
.Represents a serialization data format.APrimitiveValue
corresponding to the Java typeShort
.APrimitiveValue
corresponding to the Java typeString
.ATypedValue
is a value with additional type information (theValueType
). -
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.variable.context
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.variable.impl
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.variable.impl.context
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.variable.impl.typeClassDescriptionA
PrimitiveValue
corresponding to the Java typeBoolean
.APrimitiveValue
corresponding to a Java byte array (byte[]).APrimitiveValue
corresponding to the Java typeDate
.APrimitiveValue
corresponding to the Java typeDouble
.APrimitiveValue
corresponding to the Java typeInteger
.APrimitiveValue
corresponding to the Java typeLong
.ATypedValue
for which a serialized value can be obtained and specifiedAPrimitiveValue
corresponding to the Java typeShort
.APrimitiveValue
corresponding to the Java typeString
.ATypedValue
is a value with additional type information (theValueType
). -
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.variable.impl.valueClassDescriptionA
PrimitiveValue
corresponding to the Java typeBoolean
.APrimitiveValue
corresponding to a Java byte array (byte[]).APrimitiveValue
corresponding to the Java typeDate
.APrimitiveValue
corresponding to the Java typeDouble
.APrimitiveValue
corresponding to the Java typeInteger
.APrimitiveValue
corresponding to the Java typeLong
.A typed value representing a Java Object.ATypedValue
for which a serialized value can be obtained and specifiedAPrimitiveValue
corresponding to the Java typeShort
.APrimitiveValue
corresponding to the Java typeString
.ATypedValue
is a value with additional type information (theValueType
). -
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.variable.impl.value.builderClassDescriptionA typed value representing a Java Object.Represents a serialization data format.
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.variable.typeClassDescriptionA
TypedValue
for which a serialized value can be obtained and specifiedATypedValue
is a value with additional type information (theValueType
). -
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.variable.valueClassDescriptionA
TypedValue
for which a serialized value can be obtained and specifiedATypedValue
is a value with additional type information (theValueType
). -
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.variable.value.builderClassDescriptionRepresents a serialization data format.A
TypedValue
is a value with additional type information (theValueType
). -
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.spin.plugin.impl
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.spin.plugin.variable.type.implClassDescriptionA
TypedValue
for which a serialized value can be obtained and specifiedATypedValue
is a value with additional type information (theValueType
). -
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.spin.plugin.variable.valueClassDescriptionA
TypedValue
for which a serialized value can be obtained and specifiedATypedValue
is a value with additional type information (theValueType
). -
-
Classes in org.camunda.bpm.engine.variable.value used by org.camunda.spin.plugin.variable.value.implClassDescriptionA
TypedValue
for which a serialized value can be obtained and specifiedATypedValue
is a value with additional type information (theValueType
). -