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()
SynchronizeDiagnostic
isActive
in interface SynchronizeDiagnostic
public Collection<String> getUsers()
SynchronizeDiagnostic
getUsers
in interface SynchronizeDiagnostic
public Collection<String> getGroups()
SynchronizeDiagnostic
getGroups
in interface SynchronizeDiagnostic
public void setPersonLastSynced(Date personLastSynced)
public Date getPersonLastSynced()
getPersonLastSynced
in interface SynchronizeDiagnostic
public void setGroupLastSynced(Date groupLastSynced)
public Date getGroupLastSynced()
getGroupLastSynced
in interface SynchronizeDiagnostic
Copyright © 2005–2017 Alfresco Software. All rights reserved.