Uses of Interface
org.flowable.common.engine.impl.persistence.entity.ByteArrayEntity
-
-
Uses of ByteArrayEntity in org.flowable.common.engine.impl.persistence.entity
Classes in org.flowable.common.engine.impl.persistence.entity that implement ByteArrayEntity Modifier and Type Class Description classByteArrayEntityImplMethods in org.flowable.common.engine.impl.persistence.entity that return ByteArrayEntity Modifier and Type Method Description ByteArrayEntityByteArrayRef. getEntity(String engineType)Methods in org.flowable.common.engine.impl.persistence.entity that return types with arguments of type ByteArrayEntity Modifier and Type Method Description List<ByteArrayEntity>ByteArrayEntityManager. findAll()Returns allByteArrayEntity.List<ByteArrayEntity>ByteArrayEntityManagerImpl. findAll() -
Uses of ByteArrayEntity in org.flowable.common.engine.impl.persistence.entity.data
Methods in org.flowable.common.engine.impl.persistence.entity.data that return types with arguments of type ByteArrayEntity Modifier and Type Method Description List<ByteArrayEntity>ByteArrayDataManager. findAll() -
Uses of ByteArrayEntity in org.flowable.common.engine.impl.persistence.entity.data.impl
Methods in org.flowable.common.engine.impl.persistence.entity.data.impl that return ByteArrayEntity Modifier and Type Method Description ByteArrayEntityMybatisByteArrayDataManager. create()Methods in org.flowable.common.engine.impl.persistence.entity.data.impl that return types with arguments of type ByteArrayEntity Modifier and Type Method Description List<ByteArrayEntity>MybatisByteArrayDataManager. findAll()Class<? extends ByteArrayEntity>MybatisByteArrayDataManager. getManagedEntityClass()
-