Uses of Package
org.camunda.bpm.engine.variable.value

Packages that use org.camunda.bpm.engine.variable.value
org.camunda.bpm.engine Public API of the camunda BPM engine.

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 Deployments
RuntimeService: For starting and searching ProcessInstances
TaskService: Exposes operations to manage human (standalone) Tasks, such as claiming, completing and assigning tasks
IdentityService: Used for managing Users, Groups and the relations between them
ManagementService: Exposes engine admin and maintenance operations, which have no relation to the runtime execution of business processes
HistoryService: Exposes information about ongoing and past process instances.
FormService: Access to form data and rendered forms for starting new process instances and completing tasks.
 
org.camunda.bpm.engine.delegate Interfaces used to include Java code in a process as the behavior of an activity or as a listener to process events with JavaDelegates. 
org.camunda.bpm.engine.form Classes related to the FormService
org.camunda.bpm.engine.history Classes related to the HistoryService
org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users. 
org.camunda.bpm.engine.impl.cmd   
org.camunda.bpm.engine.impl.cmmn   
org.camunda.bpm.engine.impl.cmmn.cmd   
org.camunda.bpm.engine.impl.core.variable   
org.camunda.bpm.engine.impl.core.variable.scope   
org.camunda.bpm.engine.impl.core.variable.type   
org.camunda.bpm.engine.impl.core.variable.value   
org.camunda.bpm.engine.impl.core.variable.value.builder   
org.camunda.bpm.engine.impl.el   
org.camunda.bpm.engine.impl.form   
org.camunda.bpm.engine.impl.form.engine   
org.camunda.bpm.engine.impl.form.type   
org.camunda.bpm.engine.impl.persistence.entity   
org.camunda.bpm.engine.impl.variable   
org.camunda.bpm.engine.impl.variable.listener   
org.camunda.bpm.engine.impl.variable.serializer   
org.camunda.bpm.engine.impl.variable.serializer.jpa   
org.camunda.bpm.engine.runtime Classes related to the RuntimeService
org.camunda.bpm.engine.variable   
org.camunda.bpm.engine.variable.type   
org.camunda.bpm.engine.variable.value   
org.camunda.bpm.engine.variable.value.builder   
 

Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine
TypedValue
          A TypedValue is a value with additional type information (the ValueType).
 

Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.delegate
TypedValue
          A TypedValue is a value with additional type information (the ValueType).
 

Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.form
TypedValue
          A TypedValue is a value with additional type information (the ValueType).
 

Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.history
TypedValue
          A TypedValue is a value with additional type information (the ValueType).
 

Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.impl
TypedValue
          A TypedValue is a value with additional type information (the ValueType).
 

Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.impl.cmd
TypedValue
          A TypedValue is a value with additional type information (the ValueType).
 

Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.impl.cmmn
TypedValue
          A TypedValue is a value with additional type information (the ValueType).
 

Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.impl.cmmn.cmd
TypedValue
          A TypedValue is a value with additional type information (the ValueType).
 

Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.impl.core.variable
TypedValue
          A TypedValue is a value with additional type information (the ValueType).
 

Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.impl.core.variable.scope
TypedValue
          A TypedValue is a value with additional type information (the ValueType).
 

Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.impl.core.variable.type
BooleanValue
          A PrimitiveValue corresponding to the Java type Boolean.
BytesValue
          A PrimitiveValue corresponding to a Java byte array (byte[]).
DateValue
          A PrimitiveValue corresponding to the Java type Date.
DoubleValue
          A PrimitiveValue corresponding to the Java type Double.
IntegerValue
          A PrimitiveValue corresponding to the Java type Integer.
LongValue
          A PrimitiveValue corresponding to the Java type Long.
NumberValue
           
SerializableValue
          A TypedValue for which a serialized value can be obtained and specified
ShortValue
          A PrimitiveValue corresponding to the Java type Short.
StringValue
          A PrimitiveValue corresponding to the Java type String.
TypedValue
          A TypedValue is a value with additional type information (the ValueType).
 

Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.impl.core.variable.value
BooleanValue
          A PrimitiveValue corresponding to the Java type Boolean.
BytesValue
          A PrimitiveValue corresponding to a Java byte array (byte[]).
DateValue
          A PrimitiveValue corresponding to the Java type Date.
DoubleValue
          A PrimitiveValue corresponding to the Java type Double.
IntegerValue
          A PrimitiveValue corresponding to the Java type Integer.
LongValue
          A PrimitiveValue corresponding to the Java type Long.
NumberValue
           
ObjectValue
          A typed value representing a Java Object.
PrimitiveValue
           
SerializableValue
          A TypedValue for which a serialized value can be obtained and specified
ShortValue
          A PrimitiveValue corresponding to the Java type Short.
StringValue
          A PrimitiveValue corresponding to the Java type String.
TypedValue
          A TypedValue is a value with additional type information (the ValueType).
 

Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.impl.core.variable.value.builder
ObjectValue
          A typed value representing a Java Object.
SerializationDataFormat
          Represents a serialization data format.
 

Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.impl.el
TypedValue
          A TypedValue is a value with additional type information (the ValueType).
 

Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.impl.form
TypedValue
          A TypedValue is a value with additional type information (the ValueType).
 

Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.impl.form.engine
TypedValue
          A TypedValue is a value with additional type information (the ValueType).
 

Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.impl.form.type
TypedValue
          A TypedValue is a value with additional type information (the ValueType).
 

Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.impl.persistence.entity
TypedValue
          A TypedValue is a value with additional type information (the ValueType).
 

Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.impl.variable
TypedValue
          A TypedValue is a value with additional type information (the ValueType).
 

Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.impl.variable.listener
TypedValue
          A TypedValue is a value with additional type information (the ValueType).
 

Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.impl.variable.serializer
BooleanValue
          A PrimitiveValue corresponding to the Java type Boolean.
BytesValue
          A PrimitiveValue corresponding to a Java byte array (byte[]).
DateValue
          A PrimitiveValue corresponding to the Java type Date.
DoubleValue
          A PrimitiveValue corresponding to the Java type Double.
IntegerValue
          A PrimitiveValue corresponding to the Java type Integer.
LongValue
          A PrimitiveValue corresponding to the Java type Long.
ObjectValue
          A typed value representing a Java Object.
PrimitiveValue
           
SerializableValue
          A TypedValue for which a serialized value can be obtained and specified
ShortValue
          A PrimitiveValue corresponding to the Java type Short.
StringValue
          A PrimitiveValue corresponding to the Java type String.
TypedValue
          A TypedValue is a value with additional type information (the ValueType).
 

Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.impl.variable.serializer.jpa
ObjectValue
          A typed value representing a Java Object.
TypedValue
          A TypedValue is a value with additional type information (the ValueType).
 

Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.runtime
TypedValue
          A TypedValue is a value with additional type information (the ValueType).
 

Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.variable
BooleanValue
          A PrimitiveValue corresponding to the Java type Boolean.
BytesValue
          A PrimitiveValue corresponding to a Java byte array (byte[]).
DateValue
          A PrimitiveValue corresponding to the Java type Date.
DoubleValue
          A PrimitiveValue corresponding to the Java type Double.
IntegerValue
          A PrimitiveValue corresponding to the Java type Integer.
LongValue
          A PrimitiveValue corresponding to the Java type Long.
NumberValue
           
SerializationDataFormat
          Represents a serialization data format.
ShortValue
          A PrimitiveValue corresponding to the Java type Short.
StringValue
          A PrimitiveValue corresponding to the Java type String.
TypedValue
          A TypedValue is a value with additional type information (the ValueType).
 

Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.variable.type
SerializableValue
          A TypedValue for which a serialized value can be obtained and specified
TypedValue
          A TypedValue is a value with additional type information (the ValueType).
 

Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.variable.value
PrimitiveValue
           
SerializableValue
          A TypedValue for which a serialized value can be obtained and specified
TypedValue
          A TypedValue is a value with additional type information (the ValueType).
 

Classes in org.camunda.bpm.engine.variable.value used by org.camunda.bpm.engine.variable.value.builder
SerializationDataFormat
          Represents a serialization data format.
TypedValue
          A TypedValue is a value with additional type information (the ValueType).
 



Copyright © 2015 camunda services GmbH. All rights reserved.