HP ALM Database Reference
td.BPM_MODEL_FOLDERS Table

Description

Business process model folders.

Columns

 Column NameDescriptionDatatypeLengthAllow NullsDefault
Primary Key BPMF_IDThe record ID.int4  
 BPMF_PARENT_ID

The BPMF_ID of the containing folder.

Top-level folders have a parent ID of -1.

int4  
 BPMF_NAMEThe folder name.varchar255  
 BPMF_PATHThe highest level node has path AAA. Each child node down the tree inherits the parent path and adds three letters,where the current level numeration is concatenated to the inherited path. For example, the child requirements of the first node (AAA) have paths of AAAAAA, AAAAAB, AAAAAC, and so on. The characters V and W are not used.varchar255  
 BPMF_DESCRIPTIONA free text description of this item.varchar16 
 BPMF_VTSThe version time stamp.varchar20 
 BPMF_VER_STAMPThe version number of this record.int4 
 BPMF_HAS_ATTACHMENTSY if this item has attachments.varchar1 
 BPMF_USER_01User-defined field.varchar40 

See Also