Uses of Class
org.alfresco.repo.security.sync.NodeDescription
-
Packages that use NodeDescription Package Description org.alfresco.repo.security.sync org.alfresco.repo.security.sync.ldap -
-
Uses of NodeDescription in org.alfresco.repo.security.sync
Methods in org.alfresco.repo.security.sync that return types with arguments of type NodeDescription Modifier and Type Method Description java.util.Collection<NodeDescription>UserRegistry. getGroups(java.util.Date modifiedSince)Gets descriptions of all the groups in the user registry or all those changed since a certain date.java.util.Collection<NodeDescription>UserRegistry. getPersons(java.util.Date modifiedSince)Gets descriptions of all the persons (users) in the user registry or all those changed since a certain date. -
Uses of NodeDescription in org.alfresco.repo.security.sync.ldap
Methods in org.alfresco.repo.security.sync.ldap that return types with arguments of type NodeDescription Modifier and Type Method Description java.util.Collection<NodeDescription>LDAPUserRegistry. getGroups(java.util.Date modifiedSince)java.util.Collection<NodeDescription>LDAPUserRegistry. getPersons(java.util.Date modifiedSince)java.util.Iterator<NodeDescription>LDAPUserRegistry.PersonCollection. iterator()
-