LJEntryRoot.h



Constants

LJEntryDidNotRemoveFromJournalNotification

Posted after an attempt to remove an entry from the server fails. The notification object is the instance of LJEntry or LJEntrySummary, and the userInfo key


LJEntryDidRemoveFromJournalNotification

Posted after an entry is successfully removed from the server. The notification object is the instance of LJEntry or LJEntrySummary that was removed.


LJEntryWillRemoveFromJournalNotification

Posted before an entry is removed from the server. The notification object is the instance of LJEntry or LJEntrySummary that is being removed.


Enumerations

LJEntry Security Modes

enum {
    LJPublicSecurityMode = 0,
    LJPrivateSecurityMode,
    LJFriendSecurityMode,
    LJGroupSecurityMode
};

These constants define the security modes.

Constants

NameDescription
LJPublicSecurityModeThis entry is visible by everybody.

LJPrivateSecurityModeThis entry is visible only to the author.

LJFriendSecurityModeThis entry is visible to anyone on the author's friends list.

LJGroupSecurityModeThis entry is visible to anyone in the specified friend groups. Specify groups using allowAccessByGroup: and denyAccessByGroup:.

(Last Updated 2/17/2003)