|
Query |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NamedObjectInterface | |
---|---|
com.sas.iquery.metadata | Top-level package for SAS Query Services's three models, the business model, physical model, and expression model, which are all used in defining information maps and data selections. |
com.sas.iquery.metadata.business | The main package that provides modeling for SAS Query Services's two business models (information maps and data selections), which provide a logical layer of metadata modeling above the physical layer model. |
com.sas.iquery.metadata.serverprop | Provides specific information (via a ServerProperties object) about the capabilities of the server, such as operators and recognized functions. |
com.sas.iquery.metadata.serverprop.formats | Server properties classes that describe SAS formats. |
Uses of NamedObjectInterface in com.sas.iquery.metadata |
---|
Subinterfaces of NamedObjectInterface in com.sas.iquery.metadata | |
---|---|
interface |
LocalizableNamedObjectInterface
Specifies basic getter methods for objects that have labels and descriptions that can be configured based on Locale. |
Uses of NamedObjectInterface in com.sas.iquery.metadata.business |
---|
Subinterfaces of NamedObjectInterface in com.sas.iquery.metadata.business | |
---|---|
interface |
BusinessGroup
The purpose of this object to allow the ability to group certain IQ objects outside of our normal MapFolder structure. |
interface |
BusinessItem
Specifies a modeled object that has an identity within its model and used directly in forming business queries. |
interface |
BusinessModel
Specified an abstract, persistable container that contains BusinessModelObject type items. |
interface |
BusinessModelObject
Specifies an abstract, persistable object that is contained within a business model container and provides support for having a unique identity within that container. |
interface |
BusinessModelResource
Specifies objects that can be referenced by business models other than the one they are contained in. |
interface |
BusinessRule
Specifies a modeled action that affects how data is referenced at query execution time. |
interface |
CompoundFilter
Specifies a filter that is definedin terms of other separately defined filters. |
interface |
DataItem
Provides support for the mapping of physical data to a single unit of business data. |
interface |
DataItemReference
Specifies a reference to a DataItem object along with some set of overridden attributes of the base data item. |
interface |
DataSelection
Specifies an object that is a business model and that provides the specification of a business query. |
interface |
DrillThroughToDetail
Specifies a simple business rule that identifies whether the user should be allowed to drill through to detail data in OLAP results. |
interface |
FilterCascadeRule
This business rule defines the prompt filter dependencies that makes up the cascade. |
interface |
FilterItem
Contains a single conditional expression which is used to filter data when running a query and typically yields a resultset containing less data. |
interface |
Governing
Specifies a simple business rule that governs or limits the output of a business query when the query is run. |
interface |
InformationMap
Specifies a business model that provides support for organizing its business items within an internal folder structure. |
interface |
LocalizableModelObject
Implemented by a model object that has localized labels and descriptions and provides methods to modify them. |
interface |
MapFolder
A folder used for organizing business items within an InformationMap. |
interface |
ModelItemWithIdentity
|
interface |
Prompt
Enables you to specify portions of a business query at the time a query is run. |
Methods in com.sas.iquery.metadata.business that return NamedObjectInterface | |
---|---|
NamedObjectInterface |
Reason.getNamedObject()
Returns the NamedObjectInterface associated with this reason if any. |
Uses of NamedObjectInterface in com.sas.iquery.metadata.serverprop |
---|
Classes in com.sas.iquery.metadata.serverprop that implement NamedObjectInterface | |
---|---|
class |
Category
Defines categories or groupings of function and operator definitions that are found within a ServerProperties object. |
class |
Function
Models a function definition that can be used within expressions to perform more complex queries. |
class |
Operator
Models an operator definition that can be used within expressions to perform more complex queries. |
class |
ParameterType
Models parameter type information and contains constants for the different parameter types for the functions and operators that are recognized by SAS Query Services. |
Uses of NamedObjectInterface in com.sas.iquery.metadata.serverprop.formats |
---|
Classes in com.sas.iquery.metadata.serverprop.formats that implement NamedObjectInterface | |
---|---|
class |
SASFormatCategory
Contains SAS Format Categories. |
|
Query |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |