![]() |
OScript API/Built-in Package Index |
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.
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.
The comment field. In a multilingual system, the value will be in the user's preferred language (if available).
The system access permission bit mask. The column in the DTree table is SPermissions.
The group access permission bit mask. The column in the DTree table is GPermissions.
The ID of the user who is reserving this node. The column in the DTree table is ReservedBy.
Globally unique ientifier(GUID).
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.
The volume ID. The column in the DTree table is OwnerID.
The minor release number. The column in the DTree table is Minor.
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.
The ID of the parent node. The column in the DTree table is ParentID.
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.
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.
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.
The volume ID of the original node. The column in the DTree table is OriginOwnerID.
The priority of the node. The column in the DTree table is Priority.
The number of children nodes. The column in the DTree table is ChildCount.
The subtype of the original node. The column in the DTree table is DataType.
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. |