Inherits from NSObject
Conforms to NSCoding
Declared in AlfrescoActivityEntry.h

Overview

The AlfrescoActivityEntry represents an activity in an Alfresco repository.

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

Tasks

Properties.

  •   identifier

    The unique identifier of the activity.

    property
  •   createdAt

    The date the activity was posted.

    property
  •   createdBy

    The id of the user that posted the activity.

    property
  •   siteShortName

    The short name of the site the activity occurred in, maybe nil.

    property
  •   type

    The type of the activity.

    property
  •   data

    A dictionary holding the data for the activity, this will vary depending on the activity type.

    property
  •   document

    Convenience helper properties

    property

Properties

createdAt

The date the activity was posted.

@property (nonatomic, strong, readonly) NSDate *createdAt

Discussion

The date the activity was posted.

Declared In

AlfrescoActivityEntry.h

createdBy

The id of the user that posted the activity.

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

Discussion

The id of the user that posted the activity.

Declared In

AlfrescoActivityEntry.h

data

A dictionary holding the data for the activity, this will vary depending on the activity type.

@property (nonatomic, strong, readonly) NSDictionary *data

Discussion

A dictionary holding the data for the activity, this will vary depending on the activity type.

Declared In

AlfrescoActivityEntry.h

document

Convenience helper properties

@property (nonatomic, assign, readonly, getter=isDocument) BOOL document

Discussion

Convenience helper properties

Declared In

AlfrescoActivityEntry.h

identifier

The unique identifier of the activity.

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

Discussion

The unique identifier of the activity.

Declared In

AlfrescoActivityEntry.h

siteShortName

The short name of the site the activity occurred in, maybe nil.

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

Discussion

The short name of the site the activity occurred in, maybe nil.

Declared In

AlfrescoActivityEntry.h

type

The type of the activity.

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

Discussion

The type of the activity.

Declared In

AlfrescoActivityEntry.h