iKnowBase


Object Type OT_USER


Field Summary
 OT_USERREFERENCEUSER_REFERENCE
           User reference that identifies the user
 VARCHAR2(80)LAST_NAME
           Last name of the user
 VARCHAR2(80)FIRST_NAME
           First name of the user
 VARCHAR2(100)EMAIL
           Email address of the user
 VARCHAR2(3)LANGUAGE_ID
           iKnowBase language code for the user
 NUMBERCREATEFLAG
           Boolean flag indicating whether the user can create documents
 NUMBERADMINFLAG
           Boolean flag indicating whether the user has administrative rights
 OT_OBJECTREFERENCEDIMENSION_REFERENCE
           Object reference for the dimension representing this user
 NUMBERGUEST_USER_YN
           Boolean flag indicating whether this user is used as a guest user, when no user has logged on
 VARCHAR2(4000)FULL_DN
           Full DN of the user
 OT_OBJECTREFERENCEDOCUMENT_REFERENCE
           Reference to the iKnowBase person card document of this user
 NUMBER(1)DISABLED_YN
           Boolean flag indicating whether the user is disabled
 DATEVALID_FROM
           The first date that this user became valid
 DATEVALID_TO
           The last date that this user is valid

Method Summary
 CONSTRUCTOR FUNCTION SELF AS RESULT OT_USER()
          

Field Detail

ADMINFLAG

        public NUMBER ADMINFLAG
Boolean flag indicating whether the user has administrative rights

CREATEFLAG

        public NUMBER CREATEFLAG
Boolean flag indicating whether the user can create documents

DIMENSION_REFERENCE

        public OT_OBJECTREFERENCE DIMENSION_REFERENCE
Object reference for the dimension representing this user

DISABLED_YN

        public NUMBER(1) DISABLED_YN
Boolean flag indicating whether the user is disabled

DOCUMENT_REFERENCE

        public OT_OBJECTREFERENCE DOCUMENT_REFERENCE
Reference to the iKnowBase person card document of this user

EMAIL

        public VARCHAR2(100) EMAIL
Email address of the user

FIRST_NAME

        public VARCHAR2(80) FIRST_NAME
First name of the user

FULL_DN

        public VARCHAR2(4000) FULL_DN
Full DN of the user

GUEST_USER_YN

        public NUMBER GUEST_USER_YN
Boolean flag indicating whether this user is used as a guest user, when no user has logged on

LANGUAGE_ID

        public VARCHAR2(3) LANGUAGE_ID
iKnowBase language code for the user

LAST_NAME

        public VARCHAR2(80) LAST_NAME
Last name of the user

USER_REFERENCE

        public OT_USERREFERENCE USER_REFERENCE
User reference that identifies the user

VALID_FROM

        public DATE VALID_FROM
The first date that this user became valid

VALID_TO

        public DATE VALID_TO
The last date that this user is valid

Method Detail

OT_USER

public CONSTRUCTOR FUNCTION SELF AS RESULT OT_USER()


iKnowBase