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

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

identifier

Username of the person.

@property (nonatomic, strong, readonly) NSString *identifier

Discussion

Username of the person.

Declared In

AlfrescoPerson.h

lastName

Last name of the person.

@property (nonatomic, strong, readonly) NSString *lastName

Discussion

Last name of the person.

Declared In

AlfrescoPerson.h