Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.ByteArrayEntity
-
-
Uses of ByteArrayEntity in org.camunda.bpm.engine.impl.batch
Fields in org.camunda.bpm.engine.impl.batch declared as ByteArrayEntity Modifier and Type Field Description protected ByteArrayEntityBatchJobContext. configurationMethods in org.camunda.bpm.engine.impl.batch that return ByteArrayEntity Modifier and Type Method Description ByteArrayEntityBatchJobContext. getConfiguration()protected ByteArrayEntityAbstractBatchJobHandler. saveConfiguration(ByteArrayManager byteArrayManager, T jobConfiguration)Methods in org.camunda.bpm.engine.impl.batch with parameters of type ByteArrayEntity Modifier and Type Method Description protected JobEntityAbstractBatchJobHandler. createBatchJob(BatchEntity batch, ByteArrayEntity configuration)voidBatchJobContext. setConfiguration(ByteArrayEntity configuration)Constructors in org.camunda.bpm.engine.impl.batch with parameters of type ByteArrayEntity Constructor Description BatchJobContext(BatchEntity batchEntity, ByteArrayEntity configuration) -
Uses of ByteArrayEntity in org.camunda.bpm.engine.impl.batch.removaltime
Methods in org.camunda.bpm.engine.impl.batch.removaltime that return ByteArrayEntity Modifier and Type Method Description protected ByteArrayEntityBatchSetRemovalTimeJobHandler. findByteArrayById(java.lang.String byteArrayId, CommandContext commandContext)protected ByteArrayEntityDecisionSetRemovalTimeJobHandler. findByteArrayById(java.lang.String byteArrayId, CommandContext commandContext)protected ByteArrayEntityProcessSetRemovalTimeJobHandler. findByteArrayById(java.lang.String byteArrayId, CommandContext commandContext) -
Uses of ByteArrayEntity in org.camunda.bpm.engine.impl.batch.variables
Methods in org.camunda.bpm.engine.impl.batch.variables that return ByteArrayEntity Modifier and Type Method Description protected ByteArrayEntityBatchSetVariablesHandler. findByteArrayById(java.lang.String byteArrayId, CommandContext commandContext) -
Uses of ByteArrayEntity in org.camunda.bpm.engine.impl.history.event
Methods in org.camunda.bpm.engine.impl.history.event that return ByteArrayEntity Modifier and Type Method Description protected ByteArrayEntityHistoricExternalTaskLogEntity. getErrorByteArray()protected ByteArrayEntityHistoricJobLogEvent. getExceptionByteArray() -
Uses of ByteArrayEntity in org.camunda.bpm.engine.impl.persistence.entity
Fields in org.camunda.bpm.engine.impl.persistence.entity declared as ByteArrayEntity Modifier and Type Field Description protected ByteArrayEntityAttachmentEntity. contentprotected ByteArrayEntityExternalTaskEntity. errorDetailsByteArrayprotected ByteArrayEntityJobEntity. exceptionByteArrayMethods in org.camunda.bpm.engine.impl.persistence.entity that return ByteArrayEntity Modifier and Type Method Description ByteArrayEntityAttachmentEntity. getContent()protected ByteArrayEntityExternalTaskEntity. getErrorByteArray()protected ByteArrayEntityJobEntity. getExceptionByteArray()Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type ByteArrayEntity Modifier and Type Method Description voidByteArrayManager. insertByteArray(ByteArrayEntity arr)voidHistoricVariableInstanceEntity. setByteArrayValue(ByteArrayEntity byteArrayValue)voidAttachmentEntity. setContent(ByteArrayEntity content) -
Uses of ByteArrayEntity in org.camunda.bpm.engine.impl.persistence.entity.util
Fields in org.camunda.bpm.engine.impl.persistence.entity.util declared as ByteArrayEntity Modifier and Type Field Description protected ByteArrayEntityByteArrayField. byteArrayValueMethods in org.camunda.bpm.engine.impl.persistence.entity.util that return ByteArrayEntity Modifier and Type Method Description protected ByteArrayEntityByteArrayField. getByteArrayEntity()Methods in org.camunda.bpm.engine.impl.persistence.entity.util with parameters of type ByteArrayEntity Modifier and Type Method Description voidByteArrayField. setByteArrayValue(ByteArrayEntity byteArrayValue) -
Uses of ByteArrayEntity in org.camunda.bpm.engine.impl.util
Methods in org.camunda.bpm.engine.impl.util that return ByteArrayEntity Modifier and Type Method Description static ByteArrayEntityExceptionUtil. createExceptionByteArray(java.lang.String name, byte[] byteArray, ResourceType type)create ByteArrayEntity with specified name and payload and make sure it's persisted used in Jobs and ExternalTasksstatic ByteArrayEntityExceptionUtil. createJobExceptionByteArray(byte[] byteArray, ResourceType type)Methods in org.camunda.bpm.engine.impl.util with parameters of type ByteArrayEntity Modifier and Type Method Description static java.lang.StringExceptionUtil. getExceptionStacktrace(ByteArrayEntity byteArray)
-