public class

DirectorySynchronisationInformation

extends Object
java.lang.Object
   ↳ com.atlassian.crowd.embedded.api.DirectorySynchronisationInformation

Class Overview

Simple object to store synchronisation information for synchronisable directories

Summary

Public Constructors
DirectorySynchronisationInformation(DirectorySynchronisationRoundInformation lastRound, DirectorySynchronisationRoundInformation activeRound)
Public Methods
DirectorySynchronisationRoundInformation getActiveRound()
Information of the currently running synchronisation or null if directory is not being synchronised.
DirectorySynchronisationRoundInformation getLastRound()
Information of the last completed synchronisation or null if directory has never been synchronised.
boolean isSynchronising()
Is the directory currently synchronising.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public DirectorySynchronisationInformation (DirectorySynchronisationRoundInformation lastRound, DirectorySynchronisationRoundInformation activeRound)

Public Methods

public DirectorySynchronisationRoundInformation getActiveRound ()

Information of the currently running synchronisation or null if directory is not being synchronised.

Returns
  • information of the currently running synchronisation

public DirectorySynchronisationRoundInformation getLastRound ()

Information of the last completed synchronisation or null if directory has never been synchronised.

Returns
  • information of the last completed synchronisation

public boolean isSynchronising ()

Is the directory currently synchronising.

Returns
  • true if the directory is currently synchronising