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)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
List l =
  • Codota Iconnew ArrayList()
  • Codota Iconnew LinkedList()
  • Smart code suggestions by Tabnine
}
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

  • Start an intent from android
  • findViewById (Activity)
  • getResourceAsStream (ClassLoader)
  • runOnUiThread (Activity)
  • Point (java.awt)
    A point representing a location in (x,y) coordinate space, specified in integer precision.
  • Runnable (java.lang)
    Represents a command that can be executed. Often used to run code in a different Thread.
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • LinkedHashMap (java.util)
    LinkedHashMap is an implementation of Map that guarantees iteration order. All optional operations a
  • Map (java.util)
    A Map is a data structure consisting of a set of keys and values in which each key is mapped to a si
  • Modifier (javassist)
    The Modifier class provides static methods and constants to decode class and member access modifiers
  • Top 25 Plugins for Webstorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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