Class PersonService.PersonInfo
java.lang.Object
org.alfresco.service.cmr.security.PersonService.PersonInfo
- All Implemented Interfaces:
PermissionCheckValue
- Enclosing interface:
- PersonService
@AlfrescoPublicApi
public static class PersonService.PersonInfo
extends Object
implements PermissionCheckValue
Data pojo to carry common person information
- Since:
- 4.0
- Author:
- janv
-
Constructor Summary
ConstructorsConstructorDescriptionPersonInfo(NodeRef nodeRef, String userName, String firstName, String lastName) -
Method Summary
Modifier and TypeMethodDescriptionGet the underlying node value that needs to be permission checked.
-
Constructor Details
-
PersonInfo
-
-
Method Details
-
getNodeRef
Description copied from interface:PermissionCheckValueGet the underlying node value that needs to be permission checked.- Specified by:
getNodeRefin interfacePermissionCheckValue- Returns:
- the underlying value to filter
-
getUserName
-
getFirstName
-
getLastName
-