Tabnine Logo
HistoricVariableInstanceEntity.setByteArrayValue
Code IndexAdd Tabnine to your IDE (free)

How to use
setByteArrayValue
method
in
org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity

Best Java code snippets using org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity.setByteArrayValue (Showing top 3 results out of 315)

origin: camunda/camunda-bpm-platform

public void updateFromEvent(HistoricVariableUpdateEventEntity historyEvent) {
 this.id = historyEvent.getVariableInstanceId();
 this.processDefinitionKey = historyEvent.getProcessDefinitionKey();
 this.processDefinitionId = historyEvent.getProcessDefinitionId();
 this.processInstanceId = historyEvent.getProcessInstanceId();
 this.taskId = historyEvent.getTaskId();
 this.executionId = historyEvent.getExecutionId();
 this.activityInstanceId = historyEvent.getScopeActivityInstanceId();
 this.tenantId = historyEvent.getTenantId();
 this.caseDefinitionKey = historyEvent.getCaseDefinitionKey();
 this.caseDefinitionId = historyEvent.getCaseDefinitionId();
 this.caseInstanceId = historyEvent.getCaseInstanceId();
 this.caseExecutionId = historyEvent.getCaseExecutionId();
 this.name = historyEvent.getVariableName();
 this.longValue = historyEvent.getLongValue();
 this.doubleValue = historyEvent.getDoubleValue();
 this.textValue = historyEvent.getTextValue();
 this.textValue2 = historyEvent.getTextValue2();
 this.createTime = historyEvent.getTimestamp();
 this.rootProcessInstanceId = historyEvent.getRootProcessInstanceId();
 this.removalTime = historyEvent.getRemovalTime();
 setSerializerName(historyEvent.getSerializerName());
 byteArrayField.deleteByteArrayValue();
 if(historyEvent.getByteValue() != null) {
  byteArrayField.setRootProcessInstanceId(rootProcessInstanceId);
  byteArrayField.setRemovalTime(removalTime);
  setByteArrayValue(historyEvent.getByteValue());
 }
}
origin: camunda/camunda-bpm-platform

public void updateFromEvent(HistoricVariableUpdateEventEntity historyEvent) {
 this.id = historyEvent.getVariableInstanceId();
 this.processDefinitionKey = historyEvent.getProcessDefinitionKey();
 this.processDefinitionId = historyEvent.getProcessDefinitionId();
 this.processInstanceId = historyEvent.getProcessInstanceId();
 this.taskId = historyEvent.getTaskId();
 this.executionId = historyEvent.getExecutionId();
 this.activityInstanceId = historyEvent.getScopeActivityInstanceId();
 this.tenantId = historyEvent.getTenantId();
 this.caseDefinitionKey = historyEvent.getCaseDefinitionKey();
 this.caseDefinitionId = historyEvent.getCaseDefinitionId();
 this.caseInstanceId = historyEvent.getCaseInstanceId();
 this.caseExecutionId = historyEvent.getCaseExecutionId();
 this.name = historyEvent.getVariableName();
 this.longValue = historyEvent.getLongValue();
 this.doubleValue = historyEvent.getDoubleValue();
 this.textValue = historyEvent.getTextValue();
 this.textValue2 = historyEvent.getTextValue2();
 this.createTime = historyEvent.getTimestamp();
 this.rootProcessInstanceId = historyEvent.getRootProcessInstanceId();
 this.removalTime = historyEvent.getRemovalTime();
 setSerializerName(historyEvent.getSerializerName());
 byteArrayField.deleteByteArrayValue();
 if(historyEvent.getByteValue() != null) {
  byteArrayField.setRootProcessInstanceId(rootProcessInstanceId);
  byteArrayField.setRemovalTime(removalTime);
  setByteArrayValue(historyEvent.getByteValue());
 }
}
origin: org.camunda.bpm/camunda-engine

public void updateFromEvent(HistoricVariableUpdateEventEntity historyEvent) {
 this.id = historyEvent.getVariableInstanceId();
 this.processDefinitionKey = historyEvent.getProcessDefinitionKey();
 this.processDefinitionId = historyEvent.getProcessDefinitionId();
 this.processInstanceId = historyEvent.getProcessInstanceId();
 this.taskId = historyEvent.getTaskId();
 this.executionId = historyEvent.getExecutionId();
 this.activityInstanceId = historyEvent.getScopeActivityInstanceId();
 this.tenantId = historyEvent.getTenantId();
 this.caseDefinitionKey = historyEvent.getCaseDefinitionKey();
 this.caseDefinitionId = historyEvent.getCaseDefinitionId();
 this.caseInstanceId = historyEvent.getCaseInstanceId();
 this.caseExecutionId = historyEvent.getCaseExecutionId();
 this.name = historyEvent.getVariableName();
 this.longValue = historyEvent.getLongValue();
 this.doubleValue = historyEvent.getDoubleValue();
 this.textValue = historyEvent.getTextValue();
 this.textValue2 = historyEvent.getTextValue2();
 this.createTime = historyEvent.getTimestamp();
 this.rootProcessInstanceId = historyEvent.getRootProcessInstanceId();
 this.removalTime = historyEvent.getRemovalTime();
 setSerializerName(historyEvent.getSerializerName());
 byteArrayField.deleteByteArrayValue();
 if(historyEvent.getByteValue() != null) {
  byteArrayField.setRootProcessInstanceId(rootProcessInstanceId);
  byteArrayField.setRemovalTime(removalTime);
  setByteArrayValue(historyEvent.getByteValue());
 }
}
org.camunda.bpm.engine.impl.persistence.entityHistoricVariableInstanceEntitysetByteArrayValue

Popular methods of HistoricVariableInstanceEntity

  • getByteArrayId
  • getTypeName
  • <init>
  • delete
  • getCaseInstanceId
  • getId
  • getProcessDefinitionKey
  • getProcessInstanceId
  • getSerializer
  • getSerializerName
  • getTenantId
  • getTypedValue
  • getTenantId,
  • getTypedValue,
  • setSerializerName,
  • setState,
  • updateFromEvent,
  • getByteArrayValue,
  • getByteArrayValueId,
  • getName,
  • getRevision

Popular in Java

  • Creating JSON documents from java classes using gson
  • requestLocationUpdates (LocationManager)
  • startActivity (Activity)
  • getSupportFragmentManager (FragmentActivity)
  • BorderLayout (java.awt)
    A border layout lays out a container, arranging and resizing its components to fit in five regions:
  • BigDecimal (java.math)
    An immutable arbitrary-precision signed decimal.A value is represented by an arbitrary-precision "un
  • Path (java.nio.file)
  • Arrays (java.util)
    This class contains various methods for manipulating arrays (such as sorting and searching). This cl
  • Queue (java.util)
    A collection designed for holding elements prior to processing. Besides basic java.util.Collection o
  • JComboBox (javax.swing)
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now