| Package | Description |
|---|---|
| org.osivia.portal.api.directory.v2.service |
| Modifier and Type | Method and Description |
|---|---|
Person |
PersonService.getEmptyPerson()
Get a person with no valued fields (for search)
|
Person |
PersonService.getPerson(Name dn)
Get a person by it's full DN
|
Person |
PersonService.getPerson(String uid)
Get a person by it's uid
|
| Modifier and Type | Method and Description |
|---|---|
List<Person> |
PersonService.findByCriteria(Person p)
Get a person by criteria represented by a person vith filled fields
|
List<Person> |
GroupService.getMembers(Name dn)
Get group members.
|
| Modifier and Type | Method and Description |
|---|---|
List<Person> |
PersonService.findByCriteria(Person p)
Get a person by criteria represented by a person vith filled fields
|
Link |
PersonService.getCardUrl(PortalControllerContext portalControllerContext,
Person p)
Get a link to the card person portlet
|
Object |
PersonService.getEcmProfile(PortalControllerContext portalControllerContext,
Person person)
Get a document with user profile properties
|
Copyright © 2021. All rights reserved.