iKnowBase


Object Type OT_ACL_MEMBER


Field Summary
 OT_USERREFERENCEUSER_REFERENCE
           User reference that identifies the acl member, if it is a user
 OT_OBJECTREFERENCEGROUP_REFERENCE
           Object reference that identifies the acl member, if it is a group
 NUMBERALL_YN
           Boolean flag indicating whether the member has all rights
 NUMBERDELETE_YN
           Boolean flag indicating whether the member can delete objects
 NUMBERMODIFY_YN
           Boolean flag indicating whether the member can modify objects
 NUMBERREAD_YN
           Boolean flag indicating whether the member can read objects
 NUMBERPROTECTED_YN
           TODO
 NUMBERAPPROVER
           Boolean flag indicating whether the member is an approver
 NUMBERCREATEABLE_YN
           Boolean flag indicating whether the member can create objects
 NUMBERCATEGORIZE_YN
           Boolean flag indicating whether the member can categorize objects
 NUMBERCREATE_SUBDOC_YN
           Boolean flag indicating whether the member can add subdocuments or not on a parent document
 DATEVALID_FROM
           The first date that this acl member is valid
 DATEVALID_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

ALL_YN

        public NUMBER ALL_YN
Boolean flag indicating whether the member has all rights

APPROVER

        public NUMBER APPROVER
Boolean flag indicating whether the member is an approver

CATEGORIZE_YN

        public NUMBER CATEGORIZE_YN
Boolean flag indicating whether the member can categorize objects

CREATE_SUBDOC_YN

        public NUMBER CREATE_SUBDOC_YN
Boolean flag indicating whether the member can add subdocuments or not on a parent document

CREATEABLE_YN

        public NUMBER CREATEABLE_YN
Boolean flag indicating whether the member can create objects

DELETE_YN

        public NUMBER DELETE_YN
Boolean flag indicating whether the member can delete objects

GROUP_REFERENCE

        public OT_OBJECTREFERENCE GROUP_REFERENCE
Object reference that identifies the acl member, if it is a group

MODIFY_YN

        public NUMBER MODIFY_YN
Boolean flag indicating whether the member can modify objects

PROTECTED_YN

        public NUMBER PROTECTED_YN
TODO

READ_YN

        public NUMBER READ_YN
Boolean flag indicating whether the member can read objects

USER_REFERENCE

        public OT_USERREFERENCE USER_REFERENCE
User reference that identifies the acl member, if it is a user

VALID_FROM

        public DATE VALID_FROM
The first date that this acl member is valid

VALID_TO

        public DATE VALID_TO
The last date that this acl member is valid

Method Detail

COMPARE

public MAP MEMBER FUNCTION VARCHAR2 COMPARE()
Returns a string for comparison purposes


OT_ACL_MEMBER

public CONSTRUCTOR FUNCTION SELF AS RESULT OT_ACL_MEMBER()


iKnowBase