|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.repository.bindings.DeltaList
public class DeltaList
This class maintains synchronization information on folders containing resources of interest, which are resources being examined for changes.
| Constructor Summary | |
|---|---|
DeltaList()
|
|
| Method Summary | |
|---|---|
void |
addFoldering(DeltaInfo[] deltaInfo)
Sets the current list of folders and their states. |
void |
addOpenFolderChanges(DeltaInfo[] deltaInfo)
Sets the current list of states for resources in open folders. |
void |
addResourceChanges(DeltaInfo[] deltaInfo)
Sets the current list of states for resources of interest. |
DeltaInfo[] |
getFoldering()
Retrieves the current list of folders and their states. |
DeltaInfo[] |
getOpenFolderChanges()
Retrieves the current list of states for resources in open folders. |
DeltaInfo[] |
getResourceChanges()
Retrieves the current list of states for resources of interest. |
java.lang.Long |
getResponseDateTime()
Retrieves the time associated with the synchronization information. |
void |
setResponseDateTime(java.lang.Long responseDateTime)
Sets the time associated with the synchronization information. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeltaList()
| Method Detail |
|---|
public void addFoldering(DeltaInfo[] deltaInfo)
deltaInfo - An array of DeltaInfo objects,
each containing synchronization information on one of the folders.public DeltaInfo[] getFoldering()
DeltaInfo objects,
each containing synchronization information on one of the folders.public void addResourceChanges(DeltaInfo[] deltaInfo)
deltaInfo - An array of DeltaInfo objects,
each containing synchronization information on one of the resources of interest.public DeltaInfo[] getResourceChanges()
DeltaInfo objects,
each containing synchronization information on one of the resources of interest.public void addOpenFolderChanges(DeltaInfo[] deltaInfo)
deltaInfo - An array of DeltaInfo objects,
each containing synchronization information on one of the resources.public DeltaInfo[] getOpenFolderChanges()
DeltaInfo objects,
each containing synchronization information on one of the resources.public java.lang.Long getResponseDateTime()
public void setResponseDateTime(java.lang.Long responseDateTime)
responseDateTime - The time associated with the synchronization information.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||