Package | Description |
---|---|
lucee.runtime.op | |
lucee.runtime.schedule | |
lucee.runtime.text.xml.storage | |
lucee.runtime.type.dt | |
lucee.runtime.util |
Modifier and Type | Method and Description |
---|---|
Date |
CreationImpl.createDate(int year,
int month,
int day) |
Date |
CreationImpl.createDate(long time) |
Modifier and Type | Method and Description |
---|---|
Date |
ScheduleTaskImpl.getEndDate() |
Date |
ScheduleTask.getEndDate() |
Date |
ScheduleTaskImpl.getStartDate() |
Date |
ScheduleTask.getStartDate() |
Date |
StorageUtil.toDate(Config config,
Element el,
String attributeName)
reads a XML Element Attribute ans cast it to a Date Object
|
Date |
StorageUtil.toDate(Element el,
String attributeName,
Date defaultValue)
reads a XML Element Attribute ans cast it to a Date
|
Modifier and Type | Method and Description |
---|---|
Date |
StorageUtil.toDate(Element el,
String attributeName,
Date defaultValue)
reads a XML Element Attribute ans cast it to a Date
|
Constructor and Description |
---|
ScheduleTaskImpl(String task,
Resource file,
Date startDate,
Time startTime,
Date endDate,
Time endTime,
String url,
int port,
String interval,
long timeout,
Credentials credentials,
ProxyData proxy,
boolean resolveURL,
boolean publish,
boolean hidden,
boolean readonly,
boolean paused,
boolean autoDelete)
constructor of the class
|
Modifier and Type | Method and Description |
---|---|
Date |
StorageItem.getDate(String key)
gets a value from the storage item as Date Object
|
Modifier and Type | Method and Description |
---|---|
void |
StorageItem.setDate(String key,
Date value)
sets a value to the storage item as Date Object
|
Modifier and Type | Class and Description |
---|---|
class |
DateImpl
Printable and Castable Date Object (no visible time)
|
Modifier and Type | Method and Description |
---|---|
Date |
Creation.createDate(int year,
int month,
int day)
creates and returns a Date instance
|
Date |
Creation.createDate(long time)
creates and returns a Date instance
|
Copyright © 2015 Lucee