Uses of Interface
org.activiti.engine.impl.persistence.entity.ByteArrayEntity
-
Packages that use ByteArrayEntity Package Description org.activiti.engine.impl.persistence.entity org.activiti.engine.impl.persistence.entity.data org.activiti.engine.impl.persistence.entity.data.impl -
-
Uses of ByteArrayEntity in org.activiti.engine.impl.persistence.entity
Classes in org.activiti.engine.impl.persistence.entity that implement ByteArrayEntity Modifier and Type Class Description classByteArrayEntityImplFields in org.activiti.engine.impl.persistence.entity declared as ByteArrayEntity Modifier and Type Field Description protected ByteArrayEntityAttachmentEntityImpl. contentDeprecated.Methods in org.activiti.engine.impl.persistence.entity that return ByteArrayEntity Modifier and Type Method Description ByteArrayEntityAttachmentEntity. getContent()Deprecated.ByteArrayEntityAttachmentEntityImpl. getContent()Deprecated.ByteArrayEntityByteArrayRef. getEntity()Methods in org.activiti.engine.impl.persistence.entity that return types with arguments of type ByteArrayEntity Modifier and Type Method Description java.util.List<ByteArrayEntity>ByteArrayEntityManager. findAll()Returns allByteArrayEntity.java.util.List<ByteArrayEntity>ByteArrayEntityManagerImpl. findAll()protected DataManager<ByteArrayEntity>ByteArrayEntityManagerImpl. getDataManager()Methods in org.activiti.engine.impl.persistence.entity with parameters of type ByteArrayEntity Modifier and Type Method Description voidAttachmentEntity. setContent(ByteArrayEntity content)Deprecated.voidAttachmentEntityImpl. setContent(ByteArrayEntity content)Deprecated. -
Uses of ByteArrayEntity in org.activiti.engine.impl.persistence.entity.data
Methods in org.activiti.engine.impl.persistence.entity.data that return types with arguments of type ByteArrayEntity Modifier and Type Method Description java.util.List<ByteArrayEntity>ByteArrayDataManager. findAll() -
Uses of ByteArrayEntity in org.activiti.engine.impl.persistence.entity.data.impl
Methods in org.activiti.engine.impl.persistence.entity.data.impl that return ByteArrayEntity Modifier and Type Method Description ByteArrayEntityMybatisByteArrayDataManager. create()Methods in org.activiti.engine.impl.persistence.entity.data.impl that return types with arguments of type ByteArrayEntity Modifier and Type Method Description java.util.List<ByteArrayEntity>MybatisByteArrayDataManager. findAll()java.lang.Class<? extends ByteArrayEntity>MybatisByteArrayDataManager. getManagedEntityClass()
-