| Package | com.adobe.idp.um.api.infomodel |
| Class | public class DirectorySyncInfo |
| Inheritance | DirectorySyncInfo Object |
| Method | Defined By | ||
|---|---|---|---|
DirectorySyncInfo(String state, int syncStatus, Date date, int epochMajor) Constructor that creates a synchronization information object. | DirectorySyncInfo | ||
int getEpochMajor() Retrieves the major epoch. | DirectorySyncInfo | ||
Date getLastSyncTime() Retrieves the last synchronization time. | DirectorySyncInfo | ||
String getSyncState() Retrieves the synchronization state. | DirectorySyncInfo | ||
int getSyncStatus() 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 | ||
| Constant | Defined 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 | ||
| DirectorySyncInfo | () |
public DirectorySyncInfo(String state, int syncStatus, Date date, int epochMajor)Constructor that creates a synchronization information object.
Parametersstate — The synchronization state. | |
syncStatus — The synchronization status. | |
date — The date. | |
epochMajor — The major epoch. |
| 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 |
| SYNCSTATUS_ABORTED | Constant |
public static final SYNCSTATUS_ABORTEDSynchronization was aborted.
| SYNCSTATUS_COMPLETED | Constant |
public static final SYNCSTATUS_COMPLETEDSynchronization is complete.
| SYNCSTATUS_INPROGRESS | Constant |
public static final SYNCSTATUS_INPROGRESSSynchronization is currently in progress.
| SYNCSTATUS_SCHEDULED | Constant |
public static final SYNCSTATUS_SCHEDULEDSynchronization has been scheduled.
| SYNCSTATUS_UNKNOWN | Constant |
public static final SYNCSTATUS_UNKNOWNUnknown 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