Class WorkflowRemovalStatus

java.lang.Object
com.adobe.acs.commons.workflow.bulk.removal.WorkflowRemovalStatus

public final class WorkflowRemovalStatus extends Object
  • Constructor Details

    • WorkflowRemovalStatus

      public WorkflowRemovalStatus(org.apache.sling.api.resource.ResourceResolver resourceResolver)
  • Method Details

    • isRunning

      public final boolean isRunning()
    • setRunning

      public final void setRunning(boolean running)
    • getInitiatedBy

      public final String getInitiatedBy()
    • getStartedAt

      public final String getStartedAt()
    • getStartedAtCal

      public Calendar getStartedAtCal()
    • getCompletedAt

      public final String getCompletedAt()
    • setCompletedAt

      public final void setCompletedAt(Calendar completedAt)
    • getChecked

      public final int getChecked()
    • setChecked

      public final void setChecked(int checked)
    • getRemoved

      public final int getRemoved()
    • setRemoved

      public final void setRemoved(int removed)
    • getErredAt

      public String getErredAt()
    • setErredAt

      public void setErredAt(Calendar erredAt)
    • setForceQuitAt

      public void setForceQuitAt(Calendar forceQuitAt)
    • getForceQuitAt

      public String getForceQuitAt()
    • getJSON

      public com.google.gson.JsonObject getJSON()