public interface ScheduleTask
Modifier and Type | Field | Description |
---|---|---|
static int |
INTERVAL_DAY |
Field
INTERVAL_DAY |
static int |
INTERVAL_MONTH |
Field
INTERVAL_MONTH |
static int |
INTERVAL_ONCE |
Field
INTERVAL_ONCE |
static int |
INTERVAL_WEEK |
Field
INTERVAL_WEEK |
static short |
OPERATION_HTTP_REQUEST |
Field
OPERATION_HTTP_REQUEST |
Modifier and Type | Method | Description |
---|---|---|
Credentials |
getCredentials() |
|
Date |
getEndDate() |
|
Time |
getEndTime() |
|
int |
getInterval() |
|
String |
getIntervalAsString() |
|
long |
getNextExecution() |
|
short |
getOperation() |
|
ProxyData |
getProxyData() |
|
Resource |
getResource() |
|
Date |
getStartDate() |
|
Time |
getStartTime() |
|
String |
getStringInterval() |
|
String |
getTask() |
|
long |
getTimeout() |
|
URL |
getUrl() |
|
boolean |
hasCredentials() |
|
boolean |
isHidden() |
|
boolean |
isPaused() |
|
boolean |
isPublish() |
|
boolean |
isResolveURL() |
|
boolean |
isValid() |
|
void |
setHidden(boolean hidden) |
|
void |
setNextExecution(long nextExecution) |
|
void |
setValid(boolean valid) |
static final short OPERATION_HTTP_REQUEST
OPERATION_HTTP_REQUEST
static final int INTERVAL_ONCE
INTERVAL_ONCE
static final int INTERVAL_DAY
INTERVAL_DAY
static final int INTERVAL_WEEK
INTERVAL_WEEK
static final int INTERVAL_MONTH
INTERVAL_MONTH
Credentials getCredentials()
boolean hasCredentials()
Resource getResource()
int getInterval()
short getOperation()
ProxyData getProxyData()
boolean isResolveURL()
String getTask()
long getTimeout()
URL getUrl()
void setNextExecution(long nextExecution)
nextExecution
- long getNextExecution()
Date getEndDate()
Date getStartDate()
Time getEndTime()
Time getStartTime()
String getIntervalAsString()
String getStringInterval()
boolean isPublish()
boolean isValid()
void setValid(boolean valid)
valid
- The valid to set.boolean isHidden()
void setHidden(boolean hidden)
hidden
- the hidden to setboolean isPaused()
Copyright © 2020. All rights reserved.