Uses of Interface
org.camunda.bpm.engine.delegate.ProcessEngineVariableType

Packages that use ProcessEngineVariableType
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.impl.core.variable   
 

Uses of ProcessEngineVariableType in org.camunda.bpm.engine.delegate
 

Fields in org.camunda.bpm.engine.delegate declared as ProcessEngineVariableType
static ProcessEngineVariableType ProcessEngineVariableType.BOOLEAN
           Name "boolean" Value is of type Boolean No configuration
static ProcessEngineVariableType ProcessEngineVariableType.BYTES
           Name "bytes" Value is is of type byte[] No configuration
static ProcessEngineVariableType ProcessEngineVariableType.DATE
           Name "date" Value is of type Date No configuration
static ProcessEngineVariableType ProcessEngineVariableType.DOUBLE
           Name "double" Value is of type Double No configuration
static ProcessEngineVariableType ProcessEngineVariableType.INTEGER
           Name "integer" Value is of type Integer No configuration
static ProcessEngineVariableType ProcessEngineVariableType.JPA
           Name "jpa-entity" Value is a JPA Entity Required configuration parameters are: JPA_TYPE_CONFIG_CLASS_NAME and JPA_TYPE_CONFIG_ENTITY_ID
static ProcessEngineVariableType ProcessEngineVariableType.LONG
           Name "long" Value is of type Long No configuration
static ProcessEngineVariableType ProcessEngineVariableType.NULL
           Name "null" Value is null No configuration
static ProcessEngineVariableType ProcessEngineVariableType.SERIALIZABLE
           Name "serializable" Value is of type that implements Serializable No configuration
static ProcessEngineVariableType ProcessEngineVariableType.SHORT
           Name "short" Value is of type Short No configuration
static ProcessEngineVariableType ProcessEngineVariableType.SPIN
           Name "SpinSerialization" Value is of type String Required configuration parameters are: SPIN_TYPE_DATA_FORMAT_ID and SPIN_TYPE_CONFIG_ROOT_TYPE
static ProcessEngineVariableType ProcessEngineVariableType.STRING
           Name "string" Value is of type String No configuration
 

Uses of ProcessEngineVariableType in org.camunda.bpm.engine.impl.core.variable
 

Classes in org.camunda.bpm.engine.impl.core.variable that implement ProcessEngineVariableType
 class DefaultProcessEngineVariableType
           
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.