Class SyncopeEntitiesVariableType
java.lang.Object
org.flowable.variable.service.impl.types.ByteArrayType
org.flowable.variable.service.impl.types.SerializableType
org.apache.syncope.core.flowable.support.SyncopeEntitiesVariableType
- All Implemented Interfaces:
VariableType,MutableVariableType<Object,byte[]>
Flowable variable type for handling Syncope entities as Flowable variables.
Main purpose: avoid Flowable to handle Syncope entities as JPA entities,
since this can cause troubles with transactions.
-
Field Summary
Fields inherited from class org.flowable.variable.service.impl.types.SerializableType
trackDeserializedObjects, TYPE_NAMEFields inherited from class org.flowable.variable.service.impl.types.ByteArrayType
lengthVerifier -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.flowable.variable.service.impl.types.SerializableType
createObjectInputStream, createObjectOutputStream, deserialize, getEngineType, getTypeName, getValue, getVariableServiceConfiguration, serialize, setValue, traceValue, updateValueIfChangedMethods inherited from class org.flowable.variable.service.impl.types.ByteArrayType
isCachableMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.variable.api.types.VariableType
isReadOnly
-
Constructor Details
-
SyncopeEntitiesVariableType
public SyncopeEntitiesVariableType()
-
-
Method Details
-
isAbleToStore
- Specified by:
isAbleToStorein interfaceVariableType- Overrides:
isAbleToStorein classSerializableType
-