com.adobe.repository.bindings
Class DeltaList

java.lang.Object
  extended by com.adobe.repository.bindings.DeltaList
All Implemented Interfaces:
java.io.Serializable

public class DeltaList
extends java.lang.Object
implements java.io.Serializable

This class maintains synchronization information on folders containing resources of interest, which are resources being examined for changes.

See Also:
Serialized Form

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

DeltaList

public DeltaList()
Method Detail

addFoldering

public void addFoldering(DeltaInfo[] deltaInfo)
Sets the current list of folders and their states.

Parameters:
deltaInfo - An array of DeltaInfo objects, each containing synchronization information on one of the folders.

getFoldering

public DeltaInfo[] getFoldering()
Retrieves the current list of folders and their states.

Returns:
An array of DeltaInfo objects, each containing synchronization information on one of the folders.

addResourceChanges

public void addResourceChanges(DeltaInfo[] deltaInfo)
Sets the current list of states for resources of interest.

Parameters:
deltaInfo - An array of DeltaInfo objects, each containing synchronization information on one of the resources of interest.

getResourceChanges

public DeltaInfo[] getResourceChanges()
Retrieves the current list of states for resources of interest.

Returns:
An array of DeltaInfo objects, each containing synchronization information on one of the resources of interest.

addOpenFolderChanges

public void addOpenFolderChanges(DeltaInfo[] deltaInfo)
Sets the current list of states for resources in open folders.

Parameters:
deltaInfo - An array of DeltaInfo objects, each containing synchronization information on one of the resources.

getOpenFolderChanges

public DeltaInfo[] getOpenFolderChanges()
Retrieves the current list of states for resources in open folders.

Returns:
An array of DeltaInfo objects, each containing synchronization information on one of the resources.

getResponseDateTime

public java.lang.Long getResponseDateTime()
Retrieves the time associated with the synchronization information.

Returns:
The time associated with the synchronization information.

setResponseDateTime

public void setResponseDateTime(java.lang.Long responseDateTime)
Sets the time associated with the synchronization information.

Parameters:
responseDateTime - The time associated with the synchronization information.


[an error occurred while processing this directive] [an error occurred while processing this directive]