Serialized Form
-
Package org.camunda.bpm.client.exception
-
Exception org.camunda.bpm.client.exception.BadRequestException
class BadRequestException extends RestException implements Serializable -
Exception org.camunda.bpm.client.exception.ConnectionLostException
class ConnectionLostException extends ExternalTaskClientException implements Serializable- serialVersionUID:
- 1L
-
Exception org.camunda.bpm.client.exception.DataFormatException
class DataFormatException extends ExternalTaskClientException implements Serializable- serialVersionUID:
- 1L
-
Exception org.camunda.bpm.client.exception.EngineException
class EngineException extends RestException implements Serializable -
Exception org.camunda.bpm.client.exception.ExternalTaskClientException
class ExternalTaskClientException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception org.camunda.bpm.client.exception.NotFoundException
class NotFoundException extends RestException implements Serializable- serialVersionUID:
- 1L
-
Exception org.camunda.bpm.client.exception.RestException
class RestException extends ExternalTaskClientException implements Serializable -
Exception org.camunda.bpm.client.exception.UnknownHttpErrorException
class UnknownHttpErrorException extends RestException implements Serializable- serialVersionUID:
- 1L
-
Exception org.camunda.bpm.client.exception.ValueMapperException
class ValueMapperException extends ExternalTaskClientException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.camunda.bpm.client.impl
-
Exception org.camunda.bpm.client.impl.EngineClientException
class EngineClientException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.camunda.bpm.client.variable.impl
-
Class org.camunda.bpm.client.variable.impl.DefaultValueMappers
class 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
class JsonTypeImpl extends org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl implements Serializable- serialVersionUID:
- 1L
-
Class org.camunda.bpm.client.variable.impl.type.XmlTypeImpl
class 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
class 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
class JsonValueImpl extends org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl<String> implements Serializable- serialVersionUID:
- 1L
-
Class org.camunda.bpm.client.variable.impl.value.XmlValueImpl
class XmlValueImpl extends org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl<String> implements Serializable- serialVersionUID:
- 1L
-
-
Package org.camunda.bpm.client.variable.value