|
Jive Forums API (5.5.8) Developer Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jivesoftware.util.AbstractPollableRunnable
com.jivesoftware.forum.renderer.util.WikiSyntaxEscapeTask
public class WikiSyntaxEscapeTask
Cleans up any messages in the system that have been imported and not modified since the last import.
This task is cancellable and will resume from the last message ID modified
| Constructor Summary | |
|---|---|
WikiSyntaxEscapeTask()
|
|
| Method Summary | |
|---|---|
void |
cancel()
Not implemented in this implementation. |
void |
doRun()
Executes the logic of the task. |
int |
getTaskMaximum()
Returns the maximum value of task progress (default is 100). |
int |
getTaskValue()
Returns the current value of the task's progress. |
long |
getTimestamp()
|
boolean |
isCancel()
|
boolean |
isIndeterminate()
Returns true if we are unable to determine the progress being made, false othewise. |
void |
setTimestamp(long timestamp)
|
| Methods inherited from class com.jivesoftware.util.AbstractPollableRunnable |
|---|
getEndDate, getPercentComplete, getStartDate, getTaskMinimum, isFinished, isRunning, run |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WikiSyntaxEscapeTask()
| Method Detail |
|---|
public long getTimestamp()
public void setTimestamp(long timestamp)
public boolean isIndeterminate()
PollableRunnable
isIndeterminate in interface PollableRunnableisIndeterminate in class AbstractPollableRunnablepublic int getTaskMaximum()
PollableRunnableindeterminate mode then this will return -1.
getTaskMaximum in interface PollableRunnablegetTaskMaximum in class AbstractPollableRunnablepublic int getTaskValue()
PollableRunnableindeterminate mode then this will return -1.
getTaskValue in interface PollableRunnablegetTaskValue in class AbstractPollableRunnablepublic boolean isCancel()
public void cancel()
AbstractPollableRunnable
cancel in interface PollableRunnablecancel in class AbstractPollableRunnablepublic void doRun()
AbstractPollableRunnable
doRun in class AbstractPollableRunnable
|
Jive Forums Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||