Class 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.
    • Field Summary

      • Fields inherited from class org.flowable.variable.service.impl.types.SerializableType

        trackDeserializedObjects, TYPE_NAME
    • 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
      • Methods inherited from class org.flowable.variable.service.impl.types.ByteArrayType

        isCachable
      • Methods inherited from interface org.flowable.variable.api.types.VariableType

        isReadOnly
    • Constructor Detail

      • SyncopeEntitiesVariableType

        public SyncopeEntitiesVariableType()
    • Method Detail

      • isAbleToStore

        public boolean isAbleToStore​(Object value)
        Specified by:
        isAbleToStore in interface org.flowable.variable.api.types.VariableType
        Overrides:
        isAbleToStore in class org.flowable.variable.service.impl.types.SerializableType