iKnowBase


Object Type OT_DOCUMENT_TYPE


Field Summary
 OT_OBJECTREFERENCEDOCUMENT_TYPE_REFERENCE
           Object reference that identifies the document type
 OT_OBJECTREFERENCESUBSYSTEM_REFERENCE
           Object reference that identifies the subsystem this object belongs to
 CT_PROMPTSPROMPTS
           Language-specific document type name
 NUMBERMAX_VERSIONS
           Maximum number of versions to store
 CHAR(1)LOGGING
           Boolean value indicating whether to log document access
 NUMBERCICO_ENABLED
           Boolean value indicating whether checkin and checkout is enable for document type
 NUMBEREXTERNAL_LOCK
           DEPRECATED FROM 6.7
 VARCHAR2(30)VERSION_TYPE
           Indicates what type of versioning is enabled
 VARCHAR2(10)VERSION_EDITABLE
           Indicates whether versioned documents can be edited
 VARCHAR2(10)VERSION_SWITCHABLE
           Indicates whether old versions can be activated
 NUMBERDAYS_TO_KEEP_LOG
           Number of days to keep document access log
 NUMBER(1)UPDATE_VALID_CHILD
           Boolean value indicating whether to ...
 NUMBER(1)UPDATE_TIMESTAMP_MASTER
           Boolean value indicating whether a document update should propagate timestamp to parent document
 NUMBER(1)UPDATE_STATUS_CHILD
           Boolean value indicating whether a status change should propagate to child documents
 NUMBER(1)UPDATE_ACL_CHILD
           Boolean value indicating whether a change in acl should propagate to child documents
 NUMBER(1)UPDATE_TIMESTAMP_CONTENT
           Boolean value indicating whether timestamp should be changed upon change of document content
 NUMBER(4)DAYS_IN_TRASHBIN
           0=Do not move deleted document to trash bin, > 0 move to trash bin and keep them for # days.
 CT_DOCTYPE_ATTRIBUTESATTRIBUTE_LIST
           List of attributes for this document type

Method Summary
 CONSTRUCTOR FUNCTION SELF AS RESULT OT_DOCUMENT_TYPE()
          

Field Detail

ATTRIBUTE_LIST

        public CT_DOCTYPE_ATTRIBUTES ATTRIBUTE_LIST
List of attributes for this document type

CICO_ENABLED

        public NUMBER CICO_ENABLED
Boolean value indicating whether checkin and checkout is enable for document type

DAYS_IN_TRASHBIN

        public NUMBER(4) DAYS_IN_TRASHBIN
0=Do not move deleted document to trash bin, > 0 move to trash bin and keep them for # days.

DAYS_TO_KEEP_LOG

        public NUMBER DAYS_TO_KEEP_LOG
Number of days to keep document access log

DOCUMENT_TYPE_REFERENCE

        public OT_OBJECTREFERENCE DOCUMENT_TYPE_REFERENCE
Object reference that identifies the document type

EXTERNAL_LOCK

        public NUMBER EXTERNAL_LOCK
DEPRECATED FROM 6.7

LOGGING

        public CHAR(1) LOGGING
Boolean value indicating whether to log document access

MAX_VERSIONS

        public NUMBER MAX_VERSIONS
Maximum number of versions to store

PROMPTS

        public CT_PROMPTS PROMPTS
Language-specific document type name

SUBSYSTEM_REFERENCE

        public OT_OBJECTREFERENCE SUBSYSTEM_REFERENCE
Object reference that identifies the subsystem this object belongs to

UPDATE_ACL_CHILD

        public NUMBER(1) UPDATE_ACL_CHILD
Boolean value indicating whether a change in acl should propagate to child documents

UPDATE_STATUS_CHILD

        public NUMBER(1) UPDATE_STATUS_CHILD
Boolean value indicating whether a status change should propagate to child documents

UPDATE_TIMESTAMP_CONTENT

        public NUMBER(1) UPDATE_TIMESTAMP_CONTENT
Boolean value indicating whether timestamp should be changed upon change of document content

UPDATE_TIMESTAMP_MASTER

        public NUMBER(1) UPDATE_TIMESTAMP_MASTER
Boolean value indicating whether a document update should propagate timestamp to parent document

UPDATE_VALID_CHILD

        public NUMBER(1) UPDATE_VALID_CHILD
Boolean value indicating whether to ... TODO

VERSION_EDITABLE

        public VARCHAR2(10) VERSION_EDITABLE
Indicates whether versioned documents can be edited

VERSION_SWITCHABLE

        public VARCHAR2(10) VERSION_SWITCHABLE
Indicates whether old versions can be activated

VERSION_TYPE

        public VARCHAR2(30) VERSION_TYPE
Indicates what type of versioning is enabled

Method Detail

OT_DOCUMENT_TYPE

public CONSTRUCTOR FUNCTION SELF AS RESULT OT_DOCUMENT_TYPE()


iKnowBase