Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

org.alfresco.service.cmr.security
Class PersonService.PersonInfo
java.lang.Object
  org.alfresco.service.cmr.security.PersonService.PersonInfo
Enclosing class:
PersonService

public static class PersonService.PersonInfo
extends Object
Data pojo to carry common person information
Since:
4.0
Author:
janv

Constructor Summary
PersonService.PersonInfo(NodeRef nodeRef, String userName, String firstName, String lastName)
Method Summary
getFirstName()
getLastName()
getNodeRef()
          Get the underlying node value that needs to be permission checked.
getUserName()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
PersonService.PersonInfo
public PersonService.PersonInfo(NodeRef nodeRef,
                                String userName,
                                String firstName,
                                String lastName)
Method Detail
getNodeRef
public NodeRef getNodeRef()
Get the underlying node value that needs to be permission checked.
Returns:
the underlying value to filter

getUserName
public String getUserName()

getFirstName
public String getFirstName()

getLastName
public String getLastName()

Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

Copyright © 2005–2016 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.