Inherits from NSObject
Conforms to NSCoding
Declared in AlfrescoRepositoryInfo.h

Overview

The AlfrescoRepositoryInfo stores metadata about the repository.

Author: Gavin Cornwell (Alfresco), Tijs Rademakers (Alfresco), Peter Schmidt (Alfresco)

Tasks

Properties

buildNumber

The build number of the repository.

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

Discussion

The build number of the repository.

Declared In

AlfrescoRepositoryInfo.h

capabilities

Stores the Like/Comment Count capabilities.

@property (nonatomic, strong, readonly) AlfrescoRepositoryCapabilities *capabilities

Discussion

Stores the Like/Comment Count capabilities.

Declared In

AlfrescoRepositoryInfo.h

edition

The edition of the repository, will be either “Community”, “Enterprise” or “Cloud”.

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

Discussion

The edition of the repository, will be either “Community”, “Enterprise” or “Cloud”.

Declared In

AlfrescoRepositoryInfo.h

identifier

The unique identifier of the repository.

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

Discussion

The unique identifier of the repository.

Declared In

AlfrescoRepositoryInfo.h

maintenanceVersion

The maintenance version of the repository.

@property (nonatomic, strong, readonly) NSNumber *maintenanceVersion

Discussion

The maintenance version of the repository.

Declared In

AlfrescoRepositoryInfo.h

majorVersion

The major version of the repository.

@property (nonatomic, strong, readonly) NSNumber *majorVersion

Discussion

The major version of the repository.

Declared In

AlfrescoRepositoryInfo.h

minorVersion

The minor version of the repository.

@property (nonatomic, strong, readonly) NSNumber *minorVersion

Discussion

The minor version of the repository.

Declared In

AlfrescoRepositoryInfo.h

name

The name of the repository connected to.

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

Discussion

The name of the repository connected to.

Declared In

AlfrescoRepositoryInfo.h

summary

The summary (a description) of the repository.

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

Discussion

The summary (a description) of the repository.

Declared In

AlfrescoRepositoryInfo.h

version

The version of the repository i.e. 4.0.0 (b 124).

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

Discussion

The version of the repository i.e. 4.0.0 (b 124).

Declared In

AlfrescoRepositoryInfo.h