Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
filelist [2018/02/05 03:10] yxl01 [FileList Tab] |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== FileList TabS ===== | ||
- | |||
- | //FileList Tab// allows you to navigate through the model folder and perform actions on the model. | ||
- | |||
- | {{http:// | ||
- | ---- | ||
- | ==== Folders ==== | ||
- | // | ||
- | |||
- | The header section shows the path to the current folder {{http:// | ||
- | |||
- | You can drill into folders by clicking on the folder name. | ||
- | |||
- | To open a model, just click on the model name. | ||
- | |||
- | Model/ | ||
- | |||
- | The search field above column name header is used for searching models by name. Models with names containing the string entered in the search field are returned. Search is case insensitive. | ||
- | |||
- | You may refresh model list by clicking on {{http:// | ||
- | === Context Menus === | ||
- | Right-mouse click on the current folder name on the header section brings up the //current folder context menu//. | ||
- | * //Clean Up// - purges the models marked (with // | ||
- | * //Batch Run// - opens [[batch_run | Batch Run]] dialog. | ||
- | * //Batch Deploy// - opens [[batch_deploy | Batch Deploy]] dialog. | ||
- | |||
- | Right-mouse click on the folder name in the list brings up the // | ||
- | * //Delete// - deletes the folder. | ||
- | * //Paste// - pastes the model in the pasteboard into the sub-folder. | ||
- | * //Move// - moves the model in the pasteboard into the sub-folder. | ||
- | |||
- | === Create Folder === | ||
- | Folders can be created with //File / New Folder// menu. You will be prompted to enter the name for the new folder. Only use the valid characters for the folder name. Avoid using punctuation character and symbols in the folder name. | ||
- | |||
- | Folder name must be unique within the current folder. | ||
- | |||
- | All models are stored in " | ||
- | |||
- | |||
- | ---- | ||
- | |||
- | ==== Model List ==== | ||
- | Models are stored in folders. //FileList Tab// lists models in the current folder alphabetically. You can re-sort the models by clicking on the sort symbol next to the column label. | ||
- | |||
- | Column //Plugin Name// shows the names of the plugin used by the model. This can help you quickly identify models using a specific plugin. | ||
- | |||
- | You can open the model by clicking on the model name. If IDE already has another model open and has pending changes unsaved to disk, it will alert you that you have pending changes that must be save. If there is no pending changes detected for the current model, it will push that model to the background and switch to the model clicked. | ||
- | |||
- | ---- | ||
- | ==== Relocate Model Folder ==== | ||
- | " | ||
- | |||
- | To move " | ||
- | | ||
- | where N is your network share drive. | ||
- | |||
- | Keep in mind that model will be " | ||
- | |||
- | |||
- | ---- | ||
- | === Context Menu === | ||
- | Right-mouse click on the model name brings up //model context menu// | ||
- | * //Restore// - restores current model from its last backup. | ||
- | * //Delete// - marks the model //deleted// by renaming it with a prefix // | ||
- | * // | ||
- | * //Run// - opens and automatically runs the model. | ||
- | * //Deploy// - archives the model in [[server_manager_edition| SvrMgr]]. | ||
- | |||
- | |||
- | |||
- | ---- | ||
- | |||
- | ==== Search Models ==== | ||
- | //FileList Tab// provides a search field that allows you to find the models with matching model name. | ||
- | |||
- | {{http:// | ||
- | |||
- | You can search for a model that contains a certain text using the search field. You may also use [[http:// | ||
- | |||
- | All models with the model name matching the text entered in the search field will be displayed alphabetically replacing the model list. The path to the folder where the model is found is also shown next to the model name. | ||
- | | ||
- | |||
- | Use File List tab to open, delete, restore or import model. The models are sorted by model (file) name. | ||
- | |||
- | By default security is NOT enabled. It is highly recommended that you [[config|enable security]] to protect your models from unauthorized changes. | ||
- | |||
- | You may resort the models and sub-folders by clicking on the sort buttons next to the column label. | ||
- | |||
- | |||
- | ---- | ||
- | |||
- | ==== Import Models ==== | ||
- | You can import model in the follwing formats: | ||
- | * XMI - state machine model from the Eclipse/IBM Rational System Architect http:// | ||
- | * GrahpXML - http:// | ||
- | * GraphML - http:// | ||
- | * SCXML - State Chart XML (SCXML) http:// | ||
- | |||
- | To import the model, select //File / Import// menu. Select the correct format from the drop-down list, enter the location of the file or use Browse button to locate the file. Click on Import button to start the import. | ||
- | |||
- | {{http:// | ||
- | |||
- | Right after the import operation, you must save the model and re-open the model before making any changes to the model. | ||
- | |||