Uses of Class
org.flowable.common.engine.impl.persistence.entity.ByteArrayRef
Packages that use ByteArrayRef
Package
Description
-
Uses of ByteArrayRef in org.flowable.batch.service.impl.persistence.entity
Fields in org.flowable.batch.service.impl.persistence.entity declared as ByteArrayRefModifier and TypeFieldDescriptionprotected ByteArrayRef
BatchEntityImpl.batchDocRefId
protected ByteArrayRef
BatchPartEntityImpl.resultDocRefId
Methods in org.flowable.batch.service.impl.persistence.entity that return ByteArrayRefModifier and TypeMethodDescriptionBatchEntity.getBatchDocRefId()
BatchEntityImpl.getBatchDocRefId()
BatchPartEntity.getResultDocRefId()
BatchPartEntityImpl.getResultDocRefId()
protected static ByteArrayRef
BatchEntityImpl.setByteArrayRef
(ByteArrayRef byteArrayRef, String name, String value, String engineType) Methods in org.flowable.batch.service.impl.persistence.entity with parameters of type ByteArrayRefModifier and TypeMethodDescriptionvoid
BatchEntityImpl.setBatchDocRefId
(ByteArrayRef batchDocRefId) protected static ByteArrayRef
BatchEntityImpl.setByteArrayRef
(ByteArrayRef byteArrayRef, String name, String value, String engineType) void
BatchPartEntityImpl.setResultDocRefId
(ByteArrayRef resultDocRefId) -
Uses of ByteArrayRef in org.flowable.common.engine.impl.persistence.entity
Methods in org.flowable.common.engine.impl.persistence.entity that return ByteArrayRefModifier and TypeMethodDescriptionByteArrayRef.copy()
This makes a copy of thisByteArrayRef
: a newByteArrayRef
instance will be created, however with the same id, name andByteArrayEntity
instances.protected ByteArrayRef
ByteArrayRefTypeHandler.createVariableByteArrayRef
(String id) ByteArrayRefTypeHandler.getResult
(CallableStatement cs, int columnIndex) Methods in org.flowable.common.engine.impl.persistence.entity with parameters of type ByteArrayRefModifier and TypeMethodDescriptionvoid
ByteArrayRefTypeHandler.setParameter
(PreparedStatement ps, int i, ByteArrayRef parameter, org.apache.ibatis.type.JdbcType jdbcType) -
Uses of ByteArrayRef in org.flowable.engine.impl.persistence.entity
Fields in org.flowable.engine.impl.persistence.entity declared as ByteArrayRefModifier and TypeFieldDescriptionprotected ByteArrayRef
HistoricDetailVariableInstanceUpdateEntityImpl.byteArrayRef
Methods in org.flowable.engine.impl.persistence.entity that return ByteArrayRefModifier and TypeMethodDescriptionHistoricDetailVariableInstanceUpdateEntity.getByteArrayRef()
HistoricDetailVariableInstanceUpdateEntityImpl.getByteArrayRef()
-
Uses of ByteArrayRef in org.flowable.job.service.impl
Methods in org.flowable.job.service.impl with parameters of type ByteArrayRefModifier and TypeMethodDescriptionprotected void
JobServiceImpl.deleteByteArrayRef
(ByteArrayRef jobByteArrayRef) -
Uses of ByteArrayRef in org.flowable.job.service.impl.persistence.entity
Fields in org.flowable.job.service.impl.persistence.entity declared as ByteArrayRefModifier and TypeFieldDescriptionprotected ByteArrayRef
HistoryJobEntityImpl.advancedJobHandlerConfigurationByteArrayRef
protected ByteArrayRef
AbstractJobEntityImpl.customValuesByteArrayRef
protected ByteArrayRef
HistoryJobEntityImpl.customValuesByteArrayRef
protected ByteArrayRef
AbstractJobEntityImpl.exceptionByteArrayRef
protected ByteArrayRef
HistoryJobEntityImpl.exceptionByteArrayRef
Methods in org.flowable.job.service.impl.persistence.entity that return ByteArrayRefModifier and TypeMethodDescriptionHistoryJobEntity.getAdvancedJobHandlerConfigurationByteArrayRef()
HistoryJobEntityImpl.getAdvancedJobHandlerConfigurationByteArrayRef()
AbstractJobEntity.getCustomValuesByteArrayRef()
AbstractJobEntityImpl.getCustomValuesByteArrayRef()
HistoryJobEntityImpl.getCustomValuesByteArrayRef()
AbstractJobEntity.getExceptionByteArrayRef()
AbstractJobEntityImpl.getExceptionByteArrayRef()
HistoryJobEntityImpl.getExceptionByteArrayRef()
Methods in org.flowable.job.service.impl.persistence.entity with parameters of type ByteArrayRefModifier and TypeMethodDescriptionprotected void
AbstractJobServiceEngineEntityManager.deleteByteArrayRef
(ByteArrayRef jobByteArrayRef) protected String
HistoryJobEntityImpl.getJobByteArrayRefAsString
(ByteArrayRef jobByteArrayRef) void
HistoryJobEntity.setAdvancedJobHandlerConfigurationByteArrayRef
(ByteArrayRef configurationByteArrayRef) void
HistoryJobEntityImpl.setAdvancedJobHandlerConfigurationByteArrayRef
(ByteArrayRef configurationByteArrayRef) void
AbstractJobEntity.setCustomValuesByteArrayRef
(ByteArrayRef customValuesByteArrayRef) void
AbstractJobEntityImpl.setCustomValuesByteArrayRef
(ByteArrayRef customValuesByteArrayRef) void
HistoryJobEntityImpl.setCustomValuesByteArrayRef
(ByteArrayRef customValuesByteArrayRef) void
AbstractJobEntity.setExceptionByteArrayRef
(ByteArrayRef exceptionByteArrayRef) void
AbstractJobEntityImpl.setExceptionByteArrayRef
(ByteArrayRef exceptionByteArrayRef) void
HistoryJobEntityImpl.setExceptionByteArrayRef
(ByteArrayRef exceptionByteArrayRef) -
Uses of ByteArrayRef in org.flowable.variable.service.impl.persistence.entity
Fields in org.flowable.variable.service.impl.persistence.entity declared as ByteArrayRefModifier and TypeFieldDescriptionprotected ByteArrayRef
HistoricVariableInstanceEntityImpl.byteArrayRef
protected ByteArrayRef
VariableInstanceEntityImpl.byteArrayRef
Methods in org.flowable.variable.service.impl.persistence.entity that return ByteArrayRefModifier and TypeMethodDescriptionHistoricVariableInstanceEntity.getByteArrayRef()
HistoricVariableInstanceEntityImpl.getByteArrayRef()
VariableInstanceEntity.getByteArrayRef()
VariableInstanceEntityImpl.getByteArrayRef()