Package | Description |
---|---|
com.tietoenator.trip.jxp.control |
CONTROL database inspection and manipulation.
|
com.tietoenator.trip.jxp.database |
Classes to inspect and modify database design.
|
com.tietoenator.trip.jxp.grid |
Manipulation of TRIP grid configurations.
|
Modifier and Type | Class and Description |
---|---|
class |
TdbClassificationSchemesList
Retrieve a list of classification scheme databases from a physical server
|
class |
TdbDatabaseAccessList
Retrieve a list of access rights for a specific database
|
class |
TdbDatabaseFieldList
Container and retrieval logic for a list of fields within a specific database
or thesaurus.
|
class |
TdbDatabaseList
Represents a list of databases to which the calling process has some level
of access.
|
class |
TdbEntryFormList
Generate list of entry forms attached to a database
|
class |
TdbFileManagerList
Retrieve a list of file managers
|
class |
TdbFormatList
Abstract base class for lists of forms (search forms, entry forms, reports).
|
class |
TdbGroupAccessList
Retrieve the access rights for a user group
|
class |
TdbGroupList
Container for a list of groups, either specific to a user or known to the
calling process
|
class |
TdbGroupMemberList
Retrieve the list of members of a particular user group
|
class |
TdbManagerList
Retrieve a list of managers of any type
|
class |
TdbOutputFormatList
Generate list of report forms attached to a database
|
class |
TdbOwnedDatabaseList
Container class for databases owned by the calling process
|
class |
TdbProcedureList
Retrieve the list of procedures owned by a particular user or group
|
class |
TdbPublicAccessList
Retrieve the access rights for the PUBLIC group
|
class |
TdbPublicMemberList
Retrieve the list of members of the PUBLIC group
|
class |
TdbSearchFormList
Retrieve lists of search forms
|
class |
TdbUserAccessList
Retrieve the access rights for a particular user
|
class |
TdbUserList
Retrieve a list of users and/or managers of a specific type
|
class |
TdbUserManagerList
Retrieve a list of user managers
|
Constructor and Description |
---|
TdbControlObjectList(TdbControlObjectList r)
Copy constructor, used to derive a list from an existing list; doesn't copy
the last document reference
|
Modifier and Type | Method and Description |
---|---|
TdbControlObjectList |
TdbDatabaseDesign.getEntryForms()
Retrieve the list of TRIPclassic entry forms defined for the database
|
TdbControlObjectList |
TdbDatabaseDesign.getOutputFormats()
Retrieve the list of avaiable output formats defined for the database
|
TdbControlObjectList |
TdbDatabaseClusterDesign.members()
Retrieve the current set of members in the cluster.
|
Modifier and Type | Method and Description |
---|---|
void |
TdbDatabaseClusterDesign.setMembers(TdbControlObjectList members)
Establish a new set of members in the cluster.
|
Modifier and Type | Class and Description |
---|---|
class |
TdbGridClusterList
Retrieves a list of clusters available on the grid
|
class |
TdbGridHostList
Retrieves a list of physical TRIP hosts that are taking part in the grid
|
class |
TdbGridReplicaSetList
Retrieve a list of replica sets published from the grid
|