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 ByteArrayRefBatchEntityImpl.batchDocRefIdprotected ByteArrayRefBatchPartEntityImpl.resultDocRefIdMethods in org.flowable.batch.service.impl.persistence.entity that return ByteArrayRefModifier and TypeMethodDescriptionBatchEntity.getBatchDocRefId()BatchEntityImpl.getBatchDocRefId()BatchPartEntity.getResultDocRefId()BatchPartEntityImpl.getResultDocRefId()protected static ByteArrayRefBatchEntityImpl.setByteArrayRef(ByteArrayRef byteArrayRef, String name, String value, String engineType) Methods in org.flowable.batch.service.impl.persistence.entity with parameters of type ByteArrayRefModifier and TypeMethodDescriptionvoidBatchEntityImpl.setBatchDocRefId(ByteArrayRef batchDocRefId) protected static ByteArrayRefBatchEntityImpl.setByteArrayRef(ByteArrayRef byteArrayRef, String name, String value, String engineType) voidBatchPartEntityImpl.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 newByteArrayRefinstance will be created, however with the same id, name andByteArrayEntityinstances.protected ByteArrayRefByteArrayRefTypeHandler.createVariableByteArrayRef(String id) ByteArrayRefTypeHandler.getResult(CallableStatement cs, int columnIndex) Methods in org.flowable.common.engine.impl.persistence.entity with parameters of type ByteArrayRefModifier and TypeMethodDescriptionvoidByteArrayRefTypeHandler.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 ByteArrayRefHistoricDetailVariableInstanceUpdateEntityImpl.byteArrayRefMethods 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 voidJobServiceImpl.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 ByteArrayRefHistoryJobEntityImpl.advancedJobHandlerConfigurationByteArrayRefprotected ByteArrayRefAbstractJobEntityImpl.customValuesByteArrayRefprotected ByteArrayRefHistoryJobEntityImpl.customValuesByteArrayRefprotected ByteArrayRefAbstractJobEntityImpl.exceptionByteArrayRefprotected ByteArrayRefHistoryJobEntityImpl.exceptionByteArrayRefMethods 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 voidAbstractJobServiceEngineEntityManager.deleteByteArrayRef(ByteArrayRef jobByteArrayRef) protected StringHistoryJobEntityImpl.getJobByteArrayRefAsString(ByteArrayRef jobByteArrayRef) voidHistoryJobEntity.setAdvancedJobHandlerConfigurationByteArrayRef(ByteArrayRef configurationByteArrayRef) voidHistoryJobEntityImpl.setAdvancedJobHandlerConfigurationByteArrayRef(ByteArrayRef configurationByteArrayRef) voidAbstractJobEntity.setCustomValuesByteArrayRef(ByteArrayRef customValuesByteArrayRef) voidAbstractJobEntityImpl.setCustomValuesByteArrayRef(ByteArrayRef customValuesByteArrayRef) voidHistoryJobEntityImpl.setCustomValuesByteArrayRef(ByteArrayRef customValuesByteArrayRef) voidAbstractJobEntity.setExceptionByteArrayRef(ByteArrayRef exceptionByteArrayRef) voidAbstractJobEntityImpl.setExceptionByteArrayRef(ByteArrayRef exceptionByteArrayRef) voidHistoryJobEntityImpl.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 ByteArrayRefHistoricVariableInstanceEntityImpl.byteArrayRefprotected ByteArrayRefVariableInstanceEntityImpl.byteArrayRefMethods in org.flowable.variable.service.impl.persistence.entity that return ByteArrayRefModifier and TypeMethodDescriptionHistoricVariableInstanceEntity.getByteArrayRef()HistoricVariableInstanceEntityImpl.getByteArrayRef()VariableInstanceEntity.getByteArrayRef()VariableInstanceEntityImpl.getByteArrayRef()