public class SynchronizeDiagnosticImpl extends Object implements SynchronizeDiagnostic
| Constructor and Description |
|---|
SynchronizeDiagnosticImpl() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getGroupLastSynced() |
Collection<String> |
getGroups()
get the list of groups who would be syncronised
|
Date |
getPersonLastSynced() |
Collection<String> |
getUsers()
get the list of users who would be synchronised
|
boolean |
isActive()
Is the user directory active
|
void |
setActive(boolean isActive) |
void |
setGroupLastSynced(Date groupLastSynced) |
void |
setGroups(Collection<String> groups) |
void |
setPersonLastSynced(Date personLastSynced) |
void |
setUsers(Collection<String> users) |
String |
toString() |
public void setActive(boolean isActive)
public void setGroups(Collection<String> groups)
public void setUsers(Collection<String> users)
public boolean isActive()
SynchronizeDiagnosticisActive in interface SynchronizeDiagnosticpublic Collection<String> getUsers()
SynchronizeDiagnosticgetUsers in interface SynchronizeDiagnosticpublic Collection<String> getGroups()
SynchronizeDiagnosticgetGroups in interface SynchronizeDiagnosticpublic void setPersonLastSynced(Date personLastSynced)
public Date getPersonLastSynced()
getPersonLastSynced in interface SynchronizeDiagnosticpublic void setGroupLastSynced(Date groupLastSynced)
public Date getGroupLastSynced()
getGroupLastSynced in interface SynchronizeDiagnosticCopyright © 2005–2018 Alfresco Software. All rights reserved.