Tabnine Logo
WorkflowInstanceImpl.addJob
Code IndexAdd Tabnine to your IDE (free)

How to use
addJob
method
in
com.effektif.workflow.impl.workflowinstance.WorkflowInstanceImpl

Best Java code snippets using com.effektif.workflow.impl.workflowinstance.WorkflowInstanceImpl.addJob (Showing top 1 results out of 315)

origin: effektif/effektif

 protected void initializeTimers() {
  if (scope.timers!=null) {
   for (TimerImpl timer: scope.timers) {
    Job job = timer.createJob(this);
    job.workflowInstanceId(workflowInstance.getId());
    job.activityInstanceId(getActivityInstanceId());

    workflowInstance.addJob(job);

//        workflow.configuration
//          .get(JobStore.class)
//          .saveJob(job);
   }
  }
 }

com.effektif.workflow.impl.workflowinstanceWorkflowInstanceImpladdJob

Popular methods of WorkflowInstanceImpl

  • <init>
  • getId
  • toWorkflowInstance
  • findActivityInstance
  • getUpdates
  • notifyUnlockListeners
  • removeLock
  • setVariableValue
  • addAsyncWork
  • addLockedWorkflowInstance
  • addSyncWork
  • addUnlockListener
  • addSyncWork,
  • addUnlockListener,
  • addWork,
  • cancel,
  • destroyScopeInstance,
  • endAndPropagateToParent,
  • execute,
  • executeWork,
  • findActivityInstanceByActivityId

Popular in Java

  • Running tasks concurrently on multiple threads
  • requestLocationUpdates (LocationManager)
  • getSharedPreferences (Context)
  • putExtra (Intent)
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • Component (java.awt)
    A component is an object having a graphical representation that can be displayed on the screen and t
  • Point (java.awt)
    A point representing a location in (x,y) coordinate space, specified in integer precision.
  • Properties (java.util)
    A Properties object is a Hashtable where the keys and values must be Strings. Each property can have
  • Executor (java.util.concurrent)
    An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
  • HttpServletRequest (javax.servlet.http)
    Extends the javax.servlet.ServletRequest interface to provide request information for HTTP servlets.
  • Best IntelliJ plugins
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