| iKnowBase | |||||
SUMMARY: FIELD | TYPE | METHOD | DETAIL: FIELD | TYPE | METHOD |
Field Summary | |
OT_USERREFERENCE | USER_REFERENCE
User reference that identifies the acl member, if it is a user |
OT_OBJECTREFERENCE | GROUP_REFERENCE
Object reference that identifies the acl member, if it is a group |
NUMBER | ALL_YN
Boolean flag indicating whether the member has all rights |
NUMBER | DELETE_YN
Boolean flag indicating whether the member can delete objects |
NUMBER | MODIFY_YN
Boolean flag indicating whether the member can modify objects |
NUMBER | READ_YN
Boolean flag indicating whether the member can read objects |
NUMBER | PROTECTED_YN
TODO |
NUMBER | APPROVER
Boolean flag indicating whether the member is an approver |
NUMBER | CREATEABLE_YN
Boolean flag indicating whether the member can create objects |
NUMBER | CATEGORIZE_YN
Boolean flag indicating whether the member can categorize objects |
NUMBER | CREATE_SUBDOC_YN
Boolean flag indicating whether the member can add subdocuments or not on a parent document |
DATE | VALID_FROM
The first date that this acl member is valid |
DATE | VALID_TO
The last date that this acl member is valid |
Method Summary | |
MAP MEMBER FUNCTION VARCHAR2 |
COMPARE()
Returns a string for comparison purposes |
CONSTRUCTOR FUNCTION SELF AS RESULT |
OT_ACL_MEMBER()
|
Field Detail |
public NUMBER ALL_YN
public NUMBER APPROVER
public NUMBER CATEGORIZE_YN
public NUMBER CREATE_SUBDOC_YN
public NUMBER CREATEABLE_YN
public NUMBER DELETE_YN
public OT_OBJECTREFERENCE GROUP_REFERENCE
public NUMBER MODIFY_YN
public NUMBER PROTECTED_YN
public NUMBER READ_YN
public OT_USERREFERENCE USER_REFERENCE
public DATE VALID_FROM
public DATE VALID_TO
Method Detail |
public MAP MEMBER FUNCTION VARCHAR2 COMPARE()
public CONSTRUCTOR FUNCTION SELF AS RESULT OT_ACL_MEMBER()
| iKnowBase | |||||
SUMMARY: FIELD | TYPE | METHOD | DETAIL: FIELD | TYPE | METHOD |