AlfrescoPerson Class Reference
Inherits from | NSObject |
Conforms to | NSCoding |
Declared in | AlfrescoPerson.h |
Overview
The AlfrescoPerson represents a user in an Alfresco repository.
Author: Gavin Cornwell (Alfresco), Tijs Rademakers (Alfresco), Peter Schmidt (Alfresco), Mohamad Saeedi (Alfresco)
Tasks
-
identifier
Username of the person.
property -
firstName
First name of the person.
property -
lastName
Last name of the person.
property -
fullName
Full name of the person.
property -
avatarIdentifier
Returns the unique identifier to the content of the avatar rendition.
property
Properties
avatarIdentifier
Returns the unique identifier to the content of the avatar rendition.
@property (nonatomic, strong, readonly) NSString *avatarIdentifier
Discussion
Returns the unique identifier to the content of the avatar rendition.
Declared In
AlfrescoPerson.h
firstName
First name of the person.
@property (nonatomic, strong, readonly) NSString *firstName
Discussion
First name of the person.
Declared In
AlfrescoPerson.h
fullName
Full name of the person.
@property (nonatomic, strong, readonly) NSString *fullName
Discussion
Full name of the person.
Declared In
AlfrescoPerson.h