|
|
|
BlueCielo Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions |
A baseline defines a moment in time.
Name | Description |
---|---|
Some descriptive text stored for the baseline |
|
The label of the baseline |
|
The object ID |
|
Internal name of the baseline object |
|
Reference to the current transaction |
Remarks
Users can label a moment in time by creating a baseline. The baseline can be used to easily select this moment later. Using the History mode feature of Meridian Enterprise, you can view the vault as it existed at any moment in time.
A collection of baselines is stored for the Main area of the vault and each work area.
To programmatically retrieve a baseline object, use one of the following methods of the AMDocumentRepository object:
AMDocumentRepository.Baselines
Returns a collection of all baselines in the current work area.
AMDocumentRepository.GetBaseline
Retrieves a baseline object by its ID or name.
AMDocumentRepository.GetBaselineByMoment
Retrieves a baseline object by its time stamp
AMDocumentRepository.NewBaseline
Creates a new baseline in the current work area and for the current moment in time.
Copyright © 2000-2013 BlueCielo ECM Solutions |