Data Repository Manager
The Data Repository Manager is an interface that manages the PlanetPress Workflow Data Repository. This feature, introduced in version 8.5, is a persistent data store used to save any sort of textual data in a table format.
Accessing the Data Repository Manager
To access the Data Repository Manager:
- Open PlanetPress Workflow
- Go to the Tools tab.
- Click the Data Repository Manager button in the Managers group.
Any change made within the Date Repository Manager is Immediate, and Irreversible. Deleting data from this interface may impact running processes if such processes access the data saved in the repository. This includes clearing a group, or clearing the repository.
Toolbar Buttons
- Group section
- Add Group: Click to create a new group. Enter the group name and click OK.
Three keys will be added to the group automatically: ID, DateC and DateM . These keys cannot be removed or edited.- ID is a unique number that identifies a Key Set in the Data repository.
- DateC is the creation date of the Key Set.
- DateM is the date at which the Key Set was last modified.
- Delete Group: Click to delete the currently selected group. Warning: This action cannot be undone.
- Key section
- Add Key: Click to add a key to the currently selected group. Enter a key name and click OK. If adding a key to a group with existing data, the key will be empty for all existing KeyGroups.
- Delete Key: Click to remove the currently selected key in the group. This will remove the key and all the data for this key in each existing KeySet. Warning: This action cannot be undone.
- KeySet section
- Add KeySet: Click to add a new KeySet to the currently selected group. Displays a dialog with all the Keys in the group, asking for a value for each of the keys. Enter the values then click OK. The KeySet will display in the right part of the repository manager.
- Delete KeySet: Click to delete the currently selected KeySet in the Group. Warning: This action cannot be undone.
- Update section
- Edit KeySet: Click to edit the currently selected KeySet. Opens a dialog which each key and their value, which can be edited. Double-clicking a row has the same effect as clicking the Edit KeySet button.
- Refresh: Click to load any changes made to the repository since it was last opened or refreshed.
- Management section
- Check Repository: Click to verify the integrity of the database, as well as reclaim any disk space from
- Clear Group Data: Click to delete all the KeySets in the currently selected group, leaving the key definitions intact. Warning: This action cannot be undone.
- Clear All Data: Click to delete every KeySet of every group in the Repository. Warning: This action deletes all your data and cannot be undone.
- Clear Repository: Click to delete every group in the repository, including all their data. Warning: This action deletes all your data and cannot be undone.
- Show/Hide System Keys: Click to show or hide the ID, DateC (creation date) and DateM (modification date) keys. The creation date and modification date fields both contain a full time stamp in the form of
YYYY-MM-DDThh:mm:ss.sZ , where - YYYY = four-digit year
- MM = two-digit month (01=January, etc.)
- DD = two-digit day of month (01 through 31)
- T = literal constant separating date from time
- hh = two digits of hour (00 through 23) (am/pm NOT allowed)
- mm = two digits of minute (00 through 59)
- ss = two digits of second (00 through 59)
- s = one or more digits representing a decimal fraction of a second
- Z = literal constant representing the UTC time zone designator.
Repository Structure Pane
This section of the Data Repository display a tree view of all groups in the data repository as well as all the Keys under each of those groups.
- To add, delete or edit a Group, use the contextual menu (right-click).
- To expand a Group and edit its Keys, click the + or double-click on the Group .
- To rename a Key, select it and then press F2.
KeySets Pane
This section of the Data Repository displays the current KeySets in the group. Each horizontal row is a KeySet, and each vertical row is a key defined in the group.
- To add, edit or delete a value in a KeySet, double-click on the field, or select it and press F2. The Edit Key Set dialog will appear. Use the arrow buttons to browse through the keys in the KeySet.
- To delete a KeySet, press the Del key.
- To add a KeySet, press CTRL+N. The Add Key Set dialog will appear. Use the arrow buttons to browse through the keys in the KeySet and add values to them. This dialog has a button at the bottom to add another KeySet.
Navigating with the Keyboard
Though of course the mouse is the easiest way to navigate through the Data Repository, the keyboard can be used as well.
- Press Tab to switch between the Repository Structure, Group Key Sets, Lookup Function Syntax and the Close and Help buttons.
- Press CTRL+N to add a new item:
- If a group is selected, a new group is added.
- If a key is selected, a new key is created within the selected group.
- If a field is selected in the KeySets pane, the Add Key Set dialog will appear, allowing you to create a new keyset.
- Press F2 to rename a group or a key on the Repository Structure pane.
- Press Delete to remove a Group or Key from the Repository, or a KeySet from the KeySets pane.
You can look up these shortcuts by right-clicking the item you want to interact with, and looking at the contextual menu.
|
|