Packagecom.adobe.idp.um.api.infomodel
Classpublic class DirectorySyncInfo
InheritanceDirectorySyncInfo Inheritance Object

Directory synchronization information class.



Public Methods
 MethodDefined By
  
DirectorySyncInfo(String state, int syncStatus, Date date, int epochMajor)
Constructor that creates a synchronization information object.
DirectorySyncInfo
  
Retrieves the major epoch.
DirectorySyncInfo
  
Retrieves the last synchronization time.
DirectorySyncInfo
  
String getSyncState()
Retrieves the synchronization state.
DirectorySyncInfo
  
Retrieves the synchronization status.
DirectorySyncInfo
  
void setEpochMajor(int epochMajor)
Sets the major epoch.
DirectorySyncInfo
  
void setLastSyncTime(Date lastSyncTime)
Sets the last synchronization time.
DirectorySyncInfo
  
void setSyncState(String syncState)
Sets the synchronization state.
DirectorySyncInfo
  
void setSyncStatus(int lastStatus)
Sets the synchronization status.
DirectorySyncInfo
Public Constants
 ConstantDefined By
  SYNCSTATUS_ABORTED
[static] Synchronization was aborted.
DirectorySyncInfo
  SYNCSTATUS_COMPLETED
[static] Synchronization is complete.
DirectorySyncInfo
  SYNCSTATUS_INPROGRESS
[static] Synchronization is currently in progress.
DirectorySyncInfo
  SYNCSTATUS_SCHEDULED
[static] Synchronization has been scheduled.
DirectorySyncInfo
  SYNCSTATUS_UNKNOWN
[static] Unknown synchronization status.
DirectorySyncInfo
Constructor Detail
DirectorySyncInfo()
public DirectorySyncInfo(String state, int syncStatus, Date date, int epochMajor)

Constructor that creates a synchronization information object.

Parameters
state — The synchronization state.
 
syncStatus — The synchronization status.
 
date — The date.
 
epochMajor — The major epoch.
Method Detail
getEpochMajor()
public int getEpochMajor()

Retrieves the major epoch.

Returns
getLastSyncTime() 
public Date getLastSyncTime()

Retrieves the last synchronization time.

Returns
getSyncState() 
public String getSyncState()

Retrieves the synchronization state.

Returns
getSyncStatus() 
public int getSyncStatus()

Retrieves the synchronization status.

Returns
setEpochMajor() 
public void setEpochMajor(int epochMajor)

Sets the major epoch.

Parameters

epochMajor

setLastSyncTime() 
public void setLastSyncTime(Date lastSyncTime)

Sets the last synchronization time.

Parameters

lastSyncTime

setSyncState() 
public void setSyncState(String syncState)

Sets the synchronization state.

Parameters

syncState

setSyncStatus() 
public void setSyncStatus(int lastStatus)

Sets the synchronization status.

Parameters

lastStatus

Constant Detail
SYNCSTATUS_ABORTEDConstant
public static final SYNCSTATUS_ABORTED

Synchronization was aborted.

SYNCSTATUS_COMPLETEDConstant 
public static final SYNCSTATUS_COMPLETED

Synchronization is complete.

SYNCSTATUS_INPROGRESSConstant 
public static final SYNCSTATUS_INPROGRESS

Synchronization is currently in progress.

SYNCSTATUS_SCHEDULEDConstant 
public static final SYNCSTATUS_SCHEDULED

Synchronization has been scheduled.

SYNCSTATUS_UNKNOWNConstant 
public static final SYNCSTATUS_UNKNOWN

Unknown synchronization status.





 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/javadoc/com/adobe/idp/um/api/infomodel/DirectorySyncInfo.html