Stores all attributes of a single rule. More...
#import <Rule.h>
Properties | |
| NSMutableArray * | peers |
| The peers selected by user for this rule. | |
| NSMutableArray * | eventIDs |
| Unique event IDs of events selected by the user for this rule. | |
| NSMutableArray * | eventTitles |
| Titles of events selected by the user for this rule. | |
| BOOL | readRight |
| Whether Read right is selected or not by the user for this rule. | |
| BOOL | deleteRight |
| Whether Delete right is selected or not by the user for this rule. | |
| BOOL | editRight |
| Whether Edit right is selected or not by the user for this rule. | |
| BOOL | rightAttribution |
| Whether user selected Right Attribution or not for this rule. | |
| BOOL | rightRevocation |
| If Right Revocation is selected by the user for this rule. | |
Stores all attributes of a single rule.
- (BOOL) deleteRight [read, write, assign] |
Whether Delete right is selected or not by the user for this rule.
- (BOOL) editRight [read, write, assign] |
Whether Edit right is selected or not by the user for this rule.
- (NSMutableArray *) eventIDs [read, write, retain] |
Unique event IDs of events selected by the user for this rule.
- (NSMutableArray *) eventTitles [read, write, retain] |
Titles of events selected by the user for this rule.
- (NSMutableArray *) peers [read, write, retain] |
The peers selected by user for this rule.
- (BOOL) readRight [read, write, assign] |
Whether Read right is selected or not by the user for this rule.
- (BOOL) rightAttribution [read, write, assign] |
Whether user selected Right Attribution or not for this rule.
- (BOOL) rightRevocation [read, write, assign] |
If Right Revocation is selected by the user for this rule.
1.7.2