public class

RejectHistoryTask

extends AbstractHistoryTask
java.lang.Object
   ↳ vars.knowledgebase.ui.actions.AbstractHistoryTask
     ↳ vars.knowledgebase.ui.actions.RejectHistoryTask

Class Overview

Handles the steps need to reject a History. NOTE: For some operations it's important to clear the knowledgebase after rejecting a History (Such as rejecting the addition of a concept name or concept

Summary

Public Constructors
RejectHistoryTask(ToolBelt toolBelt)
Constructs ...
Public Methods
void doTask(UserAccount userAccount, History history)
Do the task on the history then
void reject(UserAccount userAccount, History history, DAO dao)
[Expand]
Inherited Methods
From class vars.knowledgebase.ui.actions.AbstractHistoryTask
From class java.lang.Object

Public Constructors

public RejectHistoryTask (ToolBelt toolBelt)

Constructs ...

Public Methods

public void doTask (UserAccount userAccount, History history)

Do the task on the history then

public void reject (UserAccount userAccount, History history, DAO dao)