congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
HistoricActivityInstanceEventEntity.setStartTime
Code IndexAdd Tabnine to your IDE (free)

How to use
setStartTime
method
in
org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity

Best Java code snippets using org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity.setStartTime (Showing top 3 results out of 315)

origin: camunda/camunda-bpm-platform

public HistoryEvent createActivityInstanceStartEvt(DelegateExecution execution) {
 final ExecutionEntity executionEntity = (ExecutionEntity) execution;
 // create event instance
 HistoricActivityInstanceEventEntity evt = newActivityInstanceEventEntity(executionEntity);
 // initialize event
 initActivityInstanceEvent(evt, executionEntity, HistoryEventTypes.ACTIVITY_INSTANCE_START);
 // initialize sequence counter
 initSequenceCounter(executionEntity, evt);
 evt.setStartTime(ClockUtil.getCurrentTime());
 return evt;
}
origin: camunda/camunda-bpm-platform

public HistoryEvent createActivityInstanceStartEvt(DelegateExecution execution) {
 final ExecutionEntity executionEntity = (ExecutionEntity) execution;
 // create event instance
 HistoricActivityInstanceEventEntity evt = newActivityInstanceEventEntity(executionEntity);
 // initialize event
 initActivityInstanceEvent(evt, executionEntity, HistoryEventTypes.ACTIVITY_INSTANCE_START);
 // initialize sequence counter
 initSequenceCounter(executionEntity, evt);
 evt.setStartTime(ClockUtil.getCurrentTime());
 return evt;
}
origin: org.camunda.bpm/camunda-engine

public HistoryEvent createActivityInstanceStartEvt(DelegateExecution execution) {
 final ExecutionEntity executionEntity = (ExecutionEntity) execution;
 // create event instance
 HistoricActivityInstanceEventEntity evt = newActivityInstanceEventEntity(executionEntity);
 // initialize event
 initActivityInstanceEvent(evt, executionEntity, HistoryEventTypes.ACTIVITY_INSTANCE_START);
 // initialize sequence counter
 initSequenceCounter(executionEntity, evt);
 evt.setStartTime(ClockUtil.getCurrentTime());
 return evt;
}
org.camunda.bpm.engine.impl.history.eventHistoricActivityInstanceEventEntitysetStartTime

Popular methods of HistoricActivityInstanceEventEntity

  • <init>
  • getEndTime
  • getStartTime
  • setActivityId
  • setActivityInstanceId
  • setActivityInstanceState
  • setActivityName
  • setActivityType
  • setCalledCaseInstanceId
  • setCalledProcessInstanceId
  • setDurationInMillis
  • setEndTime
  • setDurationInMillis,
  • setEndTime,
  • setEventType,
  • setExecutionId,
  • setId,
  • setParentActivityInstanceId,
  • setProcessDefinitionId,
  • setProcessDefinitionKey,
  • setProcessInstanceId,
  • setRootProcessInstanceId

Popular in Java

  • Running tasks concurrently on multiple threads
  • putExtra (Intent)
  • getContentResolver (Context)
  • getSharedPreferences (Context)
  • UnknownHostException (java.net)
    Thrown when a hostname can not be resolved.
  • SimpleDateFormat (java.text)
    Formats and parses dates in a locale-sensitive manner. Formatting turns a Date into a String, and pa
  • Executor (java.util.concurrent)
    An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
  • JList (javax.swing)
  • LogFactory (org.apache.commons.logging)
    Factory for creating Log instances, with discovery and configuration features similar to that employ
  • SAXParseException (org.xml.sax)
    Encapsulate an XML parse error or warning.> This module, both source code and documentation, is in t
  • Github Copilot alternatives
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