A
C
D
E
F
G
I
O
P
R
S
T
U
W
P
- PRIMITIVE - enum entry in io.holunda.camunda.taskpool.api.process.variable.ProcessVariableValueType
Some of the types are native to serialize. These are:
Numbers (Integer, Float, Double)
Boolean
String
Date
- PrimitiveProcessVariableValue - class in io.holunda.camunda.taskpool.api.process.variable
- Implementation of the process variable value, where the value itself is represented by a 'primitive' class.
- ProcessDefinitionCommand - class in io.holunda.camunda.taskpool.api.process.definition
- ProcessInstanceCommand - class in io.holunda.camunda.taskpool.api.process.instance
- Command related to process instance.
- ProcessReference - class in io.holunda.camunda.taskpool.api.task
- The source of the task is a process.
- ProcessVariableChange - class in io.holunda.camunda.taskpool.api.process.variable
- Variable change.
- ProcessVariableCreate - class in io.holunda.camunda.taskpool.api.process.variable
- Change exposing the creating of variable.
- ProcessVariableDelete - class in io.holunda.camunda.taskpool.api.process.variable
- Change exposing the deleting of variable.
- ProcessVariableUpdate - class in io.holunda.camunda.taskpool.api.process.variable
- Change exposing the updating of the variable.
- ProcessVariableValue - class in io.holunda.camunda.taskpool.api.process.variable
- Carries the variable value, without dependency to concrete Java class.
- ProcessVariableValueType - class in io.holunda.camunda.taskpool.api.process.variable
- Type of process variable.