public interface IScheduledPublish extends IView
PROP_DESCRIPTION, PROP_NAME, PROP_TYPE, PROP_URI
Modifier and Type | Method and Description |
---|---|
long |
getEndDate()
Get the end date in milliseconds since the epoch.
|
boolean |
getIsPublished()
See if the thing has been published yet.
|
boolean |
getIsUnpublished()
See if the thing has been unpublished yet.
|
int |
getSchedID()
Get the schedule publish ID.
|
long |
getStartDate()
Get the start date in milliseconds since the epoch.
|
IThingID |
getThingID()
Get the thing ID of the thing to be published.
|
IThingID |
getUserID()
Get the ID of the user who created this scheduled publish.
|
getProperties, getProperty, getPropertyNames, getURI
int getSchedID()
IThingID getThingID()
IThingID
of the item scheduled to be publishedIThingID getUserID()
IThingID
of the user who created the scheduled published.long getStartDate()
long getEndDate()
boolean getIsPublished()
boolean getIsUnpublished()