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:
org.flowable.variable.api.types.VariableType
,org.flowable.variable.service.impl.types.MutableVariableType<Object,byte[]>
public class SyncopeEntitiesVariableType extends org.flowable.variable.service.impl.types.SerializableType
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.
-
-
Constructor Summary
Constructors Constructor Description SyncopeEntitiesVariableType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isAbleToStore(Object value)
-
Methods inherited from class org.flowable.variable.service.impl.types.SerializableType
createObjectInputStream, createObjectOutputStream, deserialize, getEngineType, getTypeName, getValue, getVariableServiceConfiguration, serialize, setValue, traceValue, updateValueIfChanged
-
-
-
-
Method Detail
-
isAbleToStore
public boolean isAbleToStore(Object value)
- Specified by:
isAbleToStore
in interfaceorg.flowable.variable.api.types.VariableType
- Overrides:
isAbleToStore
in classorg.flowable.variable.service.impl.types.SerializableType
-
-