Serialized Form
-
Package org.camunda.bpm.client.exception
-
Class org.camunda.bpm.client.exception.ConnectionLostException extends ExternalTaskClientException implements Serializable
- serialVersionUID:
- 1L
-
Class org.camunda.bpm.client.exception.DataFormatException extends ExternalTaskClientException implements Serializable
- serialVersionUID:
- 1L
-
Class org.camunda.bpm.client.exception.ExternalTaskClientException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class org.camunda.bpm.client.exception.NotAcquiredException extends ExternalTaskClientException implements Serializable
- serialVersionUID:
- 1L
-
Class org.camunda.bpm.client.exception.NotFoundException extends ExternalTaskClientException implements Serializable
- serialVersionUID:
- 1L
-
Class org.camunda.bpm.client.exception.NotResumedException extends ExternalTaskClientException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
processEngineError
String processEngineError
-
-
Class org.camunda.bpm.client.exception.UnknownHttpErrorException extends ExternalTaskClientException implements Serializable
- serialVersionUID:
- 1L
-
Class org.camunda.bpm.client.exception.ValueMapperException extends ExternalTaskClientException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.camunda.bpm.client.impl
-
Class org.camunda.bpm.client.impl.EngineClientException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.camunda.bpm.client.variable.impl
-
Class org.camunda.bpm.client.variable.impl.DefaultValueMappers extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
defaultSerializationFormat
String defaultSerializationFormat
-
serializerList
List<ValueMapper<? extends org.camunda.bpm.engine.variable.value.TypedValue>> serializerList
-
-
-
Package org.camunda.bpm.client.variable.impl.type
-
Class org.camunda.bpm.client.variable.impl.type.JsonTypeImpl extends org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl implements Serializable
- serialVersionUID:
- 1L
-
Class org.camunda.bpm.client.variable.impl.type.XmlTypeImpl extends org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.camunda.bpm.client.variable.impl.value
-
Class org.camunda.bpm.client.variable.impl.value.DeferredFileValueImpl extends org.camunda.bpm.engine.variable.impl.value.FileValueImpl implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
engineClient
EngineClient engineClient
-
isLoaded
boolean isLoaded
-
processInstanceId
String processInstanceId
-
variableName
String variableName
-
-
Class org.camunda.bpm.client.variable.impl.value.JsonValueImpl extends org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl<String> implements Serializable
- serialVersionUID:
- 1L
-
Class org.camunda.bpm.client.variable.impl.value.XmlValueImpl extends org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl<String> implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.camunda.bpm.client.variable.value