Class PurgeAgendaActivity

java.lang.Object
io.vertigo.orchestra.impl.services.execution.AbstractActivityEngine
io.vertigo.planning.agenda.jobs.PurgeAgendaActivity
All Implemented Interfaces:
io.vertigo.orchestra.services.execution.ActivityEngine

public class PurgeAgendaActivity extends io.vertigo.orchestra.impl.services.execution.AbstractActivityEngine
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertigo.orchestra.services.execution.ActivityExecutionWorkspace
    execute(io.vertigo.orchestra.services.execution.ActivityExecutionWorkspace workspace)
     

    Methods inherited from class io.vertigo.orchestra.impl.services.execution.AbstractActivityEngine

    errorPostTreatment, getLogger, setActivityPending, successfulPostTreatment

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • PurgeAgendaActivity

      public PurgeAgendaActivity()
  • Method Details

    • execute

      public io.vertigo.orchestra.services.execution.ActivityExecutionWorkspace execute(io.vertigo.orchestra.services.execution.ActivityExecutionWorkspace workspace) throws Exception
      Throws:
      Exception