public abstract class TriggeredTask extends Task
Task.Builder<TASK_TYPE extends Task>, Task.Status| Modifier and Type | Field and Description |
|---|---|
String |
destination |
Date |
lastRun |
Date |
nextRun |
Integer |
runCt |
description, disabled, displayName, periodicity, reportFlowId, reportPath, statuscreationDate, creatorId, id, lastEditDate, lastEditorId| Constructor and Description |
|---|
TriggeredTask() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDestination() |
Date |
getLastRun() |
Date |
getNextRun() |
int |
getRunCt() |
void |
setDestination(String dest) |
void |
setLastRun(Date lastRun) |
void |
setNextRun(Date nextRun) |
void |
setRunCt(int runCt) |
getDescription, getDisabled, getDisplayName, getPeriodicity, getReportFlowId, getReportPath, getStatus, isDisabled, setDescription, setDisabled, setDisplayName, setPeriodicity, setReportFlowId, setReportPath, setStatus, toStringequals, getCreationDate, getCreatorId, getId, getLastEditDate, getLastEditorId, hashCode, setCreationDate, setCreatorId, setId, setLastEditDate, setLastEditorIdpublic Integer runCt
public Date lastRun
public Date nextRun
public String destination
public int getRunCt()
public void setRunCt(int runCt)
public Date getLastRun()
public void setLastRun(Date lastRun)
public Date getNextRun()
public void setNextRun(Date nextRun)
public String getDestination()
getDestination in class Taskpublic void setDestination(String dest)
setDestination in class TaskCopyright © 2017. All rights reserved.