|
Jive Forums API (5.5.20.2-oracle) 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 PollableRunnable
isIndeterminate
in class AbstractPollableRunnable
public int getTaskMaximum()
PollableRunnable
indeterminate
mode then this will return -1.
getTaskMaximum
in interface PollableRunnable
getTaskMaximum
in class AbstractPollableRunnable
public int getTaskValue()
PollableRunnable
indeterminate
mode then this will return -1.
getTaskValue
in interface PollableRunnable
getTaskValue
in class AbstractPollableRunnable
public boolean isCancel()
public void cancel()
AbstractPollableRunnable
cancel
in interface PollableRunnable
cancel
in class AbstractPollableRunnable
public 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 |