OScript API/Built-in Package Index

Class: DAPINODE

DAPINODE is the object handle of a node stored in the DAPI database. It is used in the DAPI functions for all node manipulation operations.

The attributes of a node can be pre-assigned before creation using the DAPI.AllocNode and DAPI.CreateNode functions. The attributes of a node stored in the database are retrieved with the oft-used DAPI.GetNodeByID function. Note that all nodes have unique IDs.

The DAPI package provides automatic security checking when certain operations are performed on a node retrieved by a user. For example, an
error occurs when a user tries to delete a node that does not have delete permissions.

Instance Attributes

The ID of the user who is involved in any assignment.

The time interval value before the cache is expired.

The catalog representation flag.

Unused.

The number of children nodes.

The comment field in the user's preferred language.

The creation date and time of this node.

The ID of the user who created this node.

The assignment date and time.

The completion date and time.

The due date and time.

The effective date and time.

The expiration date and time.

The start date and time.

The delete status of this node.

A string field which is reserved for internal use.

A string field which is reserved for internal use.

The long text storage for binary data.

The relative path to the gif file which is the custom icon of this node.

The ID of the group who is the group owner of the node.

The group access permission bit mask.

Globally unique identifier(GUID) for this node

The unique ID.

The major release number.

The maximum number of versions that this node can contain.

The minor release number.

The ID of the user who last modified this node.

The modification date and time of this node.

A Rec Array containing the multilingual data for this node

The name of the node in the user's preferred language.

The ordering position number of a compound document child node.

The ID of the original node.

The volume ID of the original node.

The ID of the parent node.

The ID of the node which controls the permissions of this node.

The priority of the node.

The link type of a compound document alias.

An integer indicating reserved status.

The ID of the user who is reserving this node.

The date and time when the node is reserved.

The status of the node.

The unique type of this node.

The system access permission bit mask.

The subtype of the original node.

The ID of the user who is the owner of the node.

The user access permission bit mask.

The current version number.

The volume ID.

The world access permission bit mask.

Instance Attributes

String pCategory

The comment field. In a multilingual system, the value will be in the user's preferred language (if available).

Integer pComment

The system access permission bit mask. The column in the DTree table is SPermissions.

Integer pCreateDate

The group access permission bit mask. The column in the DTree table is GPermissions.

Integer pCreatedBy

The ID of the user who is reserving this node. The column in the DTree table is ReservedBy.

GUID pExAtt1

Globally unique ientifier(GUID).

Integer pExAtt2

The delete status. Any non-zero value means that the node has been deleted logically.

The long text storage for binary data. The column in the DTree table is ExtendedData.

Integer pID

The volume ID. The column in the DTree table is OwnerID.

Integer pMaxVersion

The minor release number. The column in the DTree table is Minor.

Integer pModifiedBy

The ordering position number of a compound document child node. The column in the DTree table is Ordering.

A string field which is reserved for internal use. The column in the DTree table is ExAtt1.

Integer pName

The ID of the parent node. The column in the DTree table is ParentID.

Integer pOriginalID

The maximum number of versions that this node can contain. The column in the DTree table is MaxVers.

The unique type of this node. The column in the DTree table is SubType.

The modification date and time of this node. The column in the DTree table is ModifyDate.

Integer pReserved

The ID of the user who is involved in the assignment. The column in the DTree table is AssignedTo.

The effective date and time. The column in the DTree table is DateEffective.

The expiration date and time. The column in the DTree table is DateExpiration.

Integer pSubType

The ID of the group who is the group owner of the node. The column in the DTree table is GroupID.

The start date and time. The column in the DTree table is DateStarted.

Integer pType

The volume ID of the original node. The column in the DTree table is OriginOwnerID.

Integer pUserPerm

The priority of the node. The column in the DTree table is Priority.

Integer pVersionNum

The number of children nodes. The column in the DTree table is ChildCount.

Integer pVolumeID

The subtype of the original node. The column in the DTree table is DataType.

Integer pWorldPerm

The time interval value before the cache is expired. It is used by the remote client. The column in the DTree table is CacheExpiration.

 Copyright © 2019 OpenText Corporation. All rights reserved.