Uses of Interface
com.orchestranetworks.ui.selection.DatasetEntitySelection
-
Packages that use DatasetEntitySelection Package Description com.orchestranetworks.ui.selection This package provides interfaces with information about the selection.com.orchestranetworks.userservice.declaration A public API for declaring user services. -
-
Uses of DatasetEntitySelection in com.orchestranetworks.ui.selection
Subinterfaces of DatasetEntitySelection in com.orchestranetworks.ui.selection Modifier and Type Interface Description interfaceAssociationEntitySelectionProvides information on the current selection, in the context of an association.interfaceAssociationRecordEntitySelectionProvides information on the currently selected associated record.interfaceAssociationTableEntitySelectionProvides information on the association context of the current selection.interfaceHierarchyEntitySelectionProvides information on the currently selected hierarchy.interfaceHierarchyNodeEntitySelectionProvides information on the currently selected hierarchy node.interfaceRecordEntitySelectionProvides information on the currently selected record.interfaceTableEntitySelectionProvides information on the currently selected table.interfaceTableViewEntitySelectionProvides information on the currently selected table and on the current record selection if any. -
Uses of DatasetEntitySelection in com.orchestranetworks.userservice.declaration
Classes in com.orchestranetworks.userservice.declaration with type parameters of type DatasetEntitySelection Modifier and Type Interface Description interfaceActivationContextWithDatasetSet<S extends DatasetEntitySelection>Provides common methods for activation contexts related to datasets.
-