| Package | Description |
|---|---|
| org.springframework.social.alfresco.api | |
| org.springframework.social.alfresco.api.entities | |
| org.springframework.social.alfresco.api.impl |
| Modifier and Type | Method and Description |
|---|---|
Person |
Alfresco.getCurrentUser()
Get the current users profile
|
Person |
Alfresco.getPerson(String network,
String person)
Get person from network
|
| Modifier and Type | Method and Description |
|---|---|
Person |
Comment.getCreatedBy() |
Person |
Comment.getModifiedBy() |
Person |
Member.getPerson() |
| Modifier and Type | Method and Description |
|---|---|
void |
Comment.setCreatedBy(Person createdBy)
Set the People object describing the person who created this comment
|
void |
Comment.setModifiedBy(Person modifiedBy)
Set the People object describing the person who last modified this comment
|
void |
Member.setPerson(Person person)
Set the person object describing this member.
|
| Modifier and Type | Method and Description |
|---|---|
Person |
AlfrescoTemplate.getCurrentUser() |
Person |
AlfrescoTemplate.getPerson(String network,
String person) |
Copyright © 2015 Alfresco Software Inc.. All Rights Reserved.