|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchedulable
| Method Summary | |
|---|---|
java.util.Date |
getEndTime()
Returns the end time of this instance. |
IInfoObjects |
getInstances()
Retrieves all the instances connected to this object. |
IInfoObjects |
getInstances(int propertySet,
SearchPattern searchPattern,
SortType sortType)
Retrieves instances connected to this object. |
IInfoObject |
getLatestInstance()
Retrieves the latest instance of this object. |
IInfoObject |
getLatestInstance(int propertySet,
SearchPattern searchPattern)
Retrieves instances connected to this object. |
ISchedulingInfo |
getSchedulingInfo()
Retrieves the scheduling parameters |
java.util.Date |
getStartTime()
Returns the start time of this instance. |
void |
schedule()
Schedules the object. |
| Method Detail |
|---|
void schedule()
throws SDKException
SDKExceptionISchedulingInfo getSchedulingInfo()
ISchedulingInfo that defines the scheduling parameters
IInfoObjects getInstances()
throws SDKException
IInfoObjects collection.
SDKException
IInfoObjects getInstances(int propertySet,
SearchPattern searchPattern,
SortType sortType)
throws SDKException
Retrieves instances connected to this object.
propertSet - The IInfoObject.propertySet to get from the repository.searchPattern - The SearchPattern to use to find an object.sortType - The SortType to sort the list of objects retrieved from the repository.
IInfoObjects collection.
SDKException
IInfoObject getLatestInstance()
throws SDKException
Retrieves the latest instance of this object.
IInfoObject that is the latest instance.
SDKException
IInfoObject getLatestInstance(int propertySet,
SearchPattern searchPattern)
throws SDKException
Retrieves instances connected to this object.
propertSet - The IInfoObject.propertySet to get from the repository.searchPattern - The SearchPattern to use to find an object.
IInfoObject collection.
SDKExceptionjava.util.Date getStartTime()
Date as the start time of this instance.java.util.Date getEndTime()
Date as the end time of this instance.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||