TouchGraph Navigator 2, Welcome!
Licensing and Support
Samples Licensing
Installation
System Requirements
Navigator Web Installation
Applet Launcher Page
TouchGraph Navigator Overview
Menus
File Menu
Export Data dialog
Export Image dialog
Add Search Entity dialog
Settings Menu
Edit Menu
View Menu
Tools Menu
Help Menu
Definitions
Navigator 2: New Features
Loading Wizard
Select Input
Excel
CSV / TSV
MCSV
Navigator DB API
NavigatorDbApi Script
MySQL
Data Types & Delimiters
Entities & Relations
Choose A Table
Edit Entity
Edit Relation
Dynamic Relations
Co-occurrences
Dynamic Attributes
Aliases
Settings
Names - Types / Attributes
Names - Entity Labels
Filter - Inclusion
Filter - Attribute Filters
Add Filter Dialog
Node - Colors
Node - Label / Image
Node - Halo Size / Shape
Node - Node Tags
Edge - Colors
Edge - Width / Pattern
Edge - Tags / Arrows
Graph Layout
Graph Panel
Nodes, Edges
Graph Interaction
Connected Components
Zooming, Spacing
Graph Toolbar
Color Chooser Dialog
Cluster Dialog and Algorithm
< Previous page Next page >

Add Search Entity dialog

Add Search Entity dialog
 
The Add Search Entity dialog works along with the Navigator Db Api or Mcsv projects to allow new data to be retrieved from the server for a specified entity type / id.
 
1

Entity Type

 
The type of the entity to be retrieved.  This can also be though of as the search type.  For instance if the entity type is "person" we will then search the database for a particular person.  If the database type is "organization" we will be searching for an organization.  This is assuming that the database being accessed has a "person" and "organization" tables.
 
[Top]
2

Entity Id

The id of an entity to be retrieved.  The Navigator Db Api or Mcsv script should use the entity id as a seed to return information about multiple entities and relations that have something to do with the specified entity id.  For instance when searching for a book, we might return a list of authors and subject entities related to the book.
 
[Top]
3

Clear existing data

If this check box is checked, then the exiting graph data will be cleared before doing a search for the entity type / id.  Otherwise data for the specified type / id will be added to the current dataset.
 
[Top]
4

Ok / Cancel

Ok: Perform the search and load more data.
Cancel: Close the dialog without loading more data.
 
[Top]