Uses of Class
org.springframework.social.alfresco.api.entities.Person

Packages that use Person
org.springframework.social.alfresco.api   
org.springframework.social.alfresco.api.entities   
org.springframework.social.alfresco.api.impl   
 

Uses of Person in org.springframework.social.alfresco.api
 

Methods in org.springframework.social.alfresco.api that return Person
 Person Alfresco.getCurrentUser()
          Get the current users profile
 Person Alfresco.getPerson(String network, String person)
          Get person from network
 

Uses of Person in org.springframework.social.alfresco.api.entities
 

Methods in org.springframework.social.alfresco.api.entities that return Person
 Person Comment.getCreatedBy()
           
 Person Comment.getModifiedBy()
           
 Person Member.getPerson()
           
 

Methods in org.springframework.social.alfresco.api.entities with parameters of type Person
 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.
 

Uses of Person in org.springframework.social.alfresco.api.impl
 

Methods in org.springframework.social.alfresco.api.impl that return Person
 Person AlfrescoTemplate.getCurrentUser()
           
 Person AlfrescoTemplate.getPerson(String network, String person)
           
 



Copyright © 2012 Alfresco Software Inc.. All Rights Reserved.