SAS BI API Documentation 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

I

IconAdapter - class com.sas.swing.models.IconAdapter.
 
IconInterface - interface com.sas.visuals.IconInterface.
IconInterface is an interface extending from PainterInterface, used to paint an area on a component, with a preferredSize for the area to be painted.
IconMap - interface com.sas.swing.visuals.util.IconMap.
An interface for obtaining Icon resources.
IconRenderer - class com.sas.swing.visuals.tableview.IconRenderer.
 
IconView - class com.sas.visuals.IconView.
IconView is a lightweight component class that paints an IconInterface object.
IdAttribute - class com.sas.services.discovery.IdAttribute.
A foundation service discovery attribute representing an ID and ID type.
IDENTIFIER_QUOTE_END - Static variable in class com.sas.iquery.metadata.serverprop.ServerAttribute
Used to quote identifiers that contain characters not in UNQUOTE_NAME_CHARACTERS.
IDENTIFIER_QUOTE_START - Static variable in class com.sas.iquery.metadata.serverprop.ServerAttribute
Used to quote identifiers that contain characters not in UNQUOTE_NAME_CHARACTERS.
IdentityGroupInterface - interface com.sas.services.information.metadata.IdentityGroupInterface.
 
IdentityInterface - interface com.sas.services.information.metadata.IdentityInterface.
 
IdentityReposPair - class com.sas.workspace.IdentityReposPair.
Class that has a pair containing an Identity and the Repository it resides in.
IdentityTransform - class com.sas.util.transforms.IdentityTransform.
 
IFileServiceDateCellRenderer - class com.sas.swing.visuals.remotefileselector.ifileservice.IFileServiceDateCellRenderer.
IFileServiceDateCellRenderer formats the values for a date column.
IFileServiceEngineCellRenderer - class com.sas.swing.visuals.remotefileselector.ifileservice.IFileServiceEngineCellRenderer.
IFileServiceEngineCellRenderer formats the SAS data engine value column.
IFileServiceEngineToObjectTransform - class com.sas.swing.models.remotefileselector.ifileservice.IFileServiceEngineToObjectTransform.
IFileServiceEngineToObjectTransform class reads the metadata information related to SAS data engines.
IFileServiceFileMetadata - class com.sas.swing.models.remotefileselector.ifileservice.IFileServiceFileMetadata.
IFileServiceFileMetadata defines a class that contains the file metadata returned through calls to the IFileService class.
IFileServiceModel - class com.sas.swing.models.remotefileselector.ifileservice.IFileServiceModel.
IFileServiceModel defines the model that communicates with the IOM IFileService.
IFileServiceModTimeToDateTransform - class com.sas.swing.models.remotefileselector.ifileservice.IFileServiceModTimeToDateTransform.
IFileServiceModTimeToDateTransform reads the modified time metadata attribute and returns it as a Date object.
IFileServiceSearchModel - class com.sas.swing.models.remotefileselector.ifileservice.IFileServiceSearchModel.
 
IFileServiceSelectorPanel - class com.sas.swing.visuals.remotefileselector.IFileServiceSelectorPanel.
IFileServiceSelectorPanel defines the panel to be used when directly accessing IFileService type file systems.
IFileServiceSizeCellRenderer - class com.sas.swing.visuals.remotefileselector.ifileservice.IFileServiceSizeCellRenderer.
IFileServuceSizeCellRenderer formats the file size column.
IFileServiceSizeToIntegerTransform - class com.sas.swing.models.remotefileselector.ifileservice.IFileServiceSizeToIntegerTransform.
 
iForm - class com.sas.servlet.beans.wireless.iForm.
Deprecated. As of version 3.0 this class has been replaced by IForm
IForm - class com.sas.servlet.tbeans.ipage.iform.IForm.
The IForm is a TransformationBean™ used to produce a form using a variety of markup languages (including WML,HDML, and HTML).
IFormHidden - class com.sas.servlet.tbeans.ipage.iform.IFormHidden.
The IFormHidden is a TransformationBean™ used to produce a form using a variety of markup languages (including WML,HDML, and HTML).
iFormHiddenTag - class com.sas.taglib.servlet.beans.iFormHiddenTag.
Deprecated. This class is deprecated as of version 3.0 of AppDev Studio. It has been replaced by the IFormHiddenTag class.
IFormHiddenTag - class com.sas.taglib.servlet.tbeans.ipage.IFormHiddenTag.
IFormHiddenTag is the tag handler class for the sas:IFormHidden custom tag IFormHiddenTag is invoked by the JSP page to evaluate the sas:IFormHidden custom tag during the execution of the page. Tag handler methods are called by the JSP page implementation class at various points during the evaluation of the tag. The tag handler methods in turn call methods on the underlying Transformation Bean object, IFormHidden, to execute the methods. If you need to extend or modify the functionality of the sas:IFormHidden custom tag, you can subclass this tag handler class. For More Information: Visit the AppDev Studio Developer's Site to access step-by-step examples, white papers and additional usage information at http://support.sas.com/rnd/appdev/. Refer to the Custom Tag Library Reference for usage information on the sas:IFormHidden custom tag. Note: A snapshot of the AppDev Studio Developers Site is installed on your local Web server when you install AppDev Studio. To access the site from webAF, select Help -> Developer Site.
iFormInterface - interface com.sas.servlet.beans.wireless.iFormInterface.
Deprecated. This class is deprecated as of version 3.0 of AppDev Studio. It has been replaced by the IForm class
IFormListBox - class com.sas.servlet.tbeans.ipage.iform.IFormListBox.
The IFormListBox is a TransformationBean™ used to produce a form using a variety of markup languages (including WML,HDML, and HTML).
iFormListboxTag - class com.sas.taglib.servlet.beans.iFormListboxTag.
Deprecated. This class is deprecated as of version 3.0 of AppDev Studio. It has been replaced by the IFormListBoxTag class.
IFormListBoxTag - class com.sas.taglib.servlet.tbeans.ipage.IFormListBoxTag.
IFormListBoxTag is the tag handler class for the sas:IFormListBox custom tag IFormListBoxTag is invoked by the JSP page to evaluate the sas:IFormListBox custom tag during the execution of the page. Tag handler methods are called by the JSP page implementation class at various points during the evaluation of the tag. The tag handler methods in turn call methods on the underlying Transformation Bean object, IFormListBox, to execute the methods. If you need to extend or modify the functionality of the sas:IFormListBox custom tag, you can subclass this tag handler class. For More Information: Visit the AppDev Studio Developer's Site to access step-by-step examples, white papers and additional usage information at http://support.sas.com/rnd/appdev/. Refer to the Custom Tag Library Reference for usage information on the sas:IFormListBox custom tag. Note: A snapshot of the AppDev Studio Developers Site is installed on your local Web server when you install AppDev Studio. To access the site from webAF, select Help -> Developer Site.
IFormPassword - class com.sas.servlet.tbeans.ipage.iform.IFormPassword.
The IFormPassword is a TransformationBean™ used to produce a form using a variety of markup languages (including WML,HDML, and HTML).
iFormPasswordTag - class com.sas.taglib.servlet.beans.iFormPasswordTag.
Deprecated. This class is deprecated as of version 3.0 of AppDev Studio. It has been replaced by the IFormPasswordTag class.
IFormPasswordTag - class com.sas.taglib.servlet.tbeans.ipage.IFormPasswordTag.
IFormPasswordTag is the tag handler class for the sas:IFormPassword custom tag IFormPasswordTag is invoked by the JSP page to evaluate the sas:IFormPassword custom tag during the execution of the page. Tag handler methods are called by the JSP page implementation class at various points during the evaluation of the tag. The tag handler methods in turn call methods on the underlying Transformation Bean object, IFormPassword, to execute the methods. If you need to extend or modify the functionality of the sas:IFormPassword custom tag, you can subclass this tag handler class. For More Information: Visit the AppDev Studio Developer's Site to access step-by-step examples, white papers and additional usage information at http://support.sas.com/rnd/appdev/. Refer to the Custom Tag Library Reference for usage information on the sas:IFormPassword custom tag. Note: A snapshot of the AppDev Studio Developers Site is installed on your local Web server when you install AppDev Studio. To access the site from webAF, select Help -> Developer Site.
IFormRadio - class com.sas.servlet.tbeans.ipage.iform.IFormRadio.
The IFormRadio is a TransformationBean™ used to produce a form using a variety of markup languages (including WML,HDML, and HTML).
iFormRadioTag - class com.sas.taglib.servlet.beans.iFormRadioTag.
Deprecated. This class is deprecated as of version 3.0 of AppDev Studio. It has been replaced by the IFormRadioTag class.
IFormRadioTag - class com.sas.taglib.servlet.tbeans.ipage.IFormRadioTag.
IFormRadioTag is the tag handler class for the sas:IFormRadio custom tag IFormRadioTag is invoked by the JSP page to evaluate the sas:IFormRadio custom tag during the execution of the page. Tag handler methods are called by the JSP page implementation class at various points during the evaluation of the tag. The tag handler methods in turn call methods on the underlying Transformation Bean object, IFormRadio, to execute the methods. If you need to extend or modify the functionality of the sas:IFormRadio custom tag, you can subclass this tag handler class. For More Information: Visit the AppDev Studio Developer's Site to access step-by-step examples, white papers and additional usage information at http://support.sas.com/rnd/appdev/. Refer to the Custom Tag Library Reference for usage information on the sas:IFormRadio custom tag. Note: A snapshot of the AppDev Studio Developers Site is installed on your local Web server when you install AppDev Studio. To access the site from webAF, select Help -> Developer Site.
iFormTag - class com.sas.taglib.servlet.beans.iFormTag.
Deprecated. This class is deprecated as of version 3.0 of AppDev Studio. It has been replaced by the IFormTag class.
IFormTag - class com.sas.taglib.servlet.tbeans.ipage.IFormTag.
IFormTag is the tag handler class for the sas:IForm custom tag IFormTag is invoked by the JSP page to evaluate the sas:IForm custom tag during the execution of the page. Tag handler methods are called by the JSP page implementation class at various points during the evaluation of the tag. The tag handler methods in turn call methods on the underlying Transformation Bean object, IForm, to execute the methods. If you need to extend or modify the functionality of the sas:IForm custom tag, you can subclass this tag handler class. For More Information: Visit the AppDev Studio Developer's Site to access step-by-step examples, white papers and additional usage information at http://support.sas.com/rnd/appdev/. Refer to the Custom Tag Library Reference for usage information on the sas:IForm custom tag. Note: A snapshot of the AppDev Studio Developers Site is installed on your local Web server when you install AppDev Studio. To access the site from webAF, select Help -> Developer Site.
IFormTextEntry - class com.sas.servlet.tbeans.ipage.iform.IFormTextEntry.
The IFormTextEntry is a TransformationBean™ used to produce a form using a variety of markup languages (including WML,HDML, and HTML).
iFormTextEntryTag - class com.sas.taglib.servlet.beans.iFormTextEntryTag.
Deprecated. This class is deprecated as of version 3.0 of AppDev Studio. It has been replaced by the IFormTextEntryTag class.
IFormTextEntryTag - class com.sas.taglib.servlet.tbeans.ipage.IFormTextEntryTag.
IFormTextEntryTag is the tag handler class for the sas:IFormTextEntry custom tag IFormTextEntryTag is invoked by the JSP page to evaluate the sas:IFormTextEntry custom tag during the execution of the page. Tag handler methods are called by the JSP page implementation class at various points during the evaluation of the tag. The tag handler methods in turn call methods on the underlying Transformation Bean object, IFormTextEntry, to execute the methods. If you need to extend or modify the functionality of the sas:IFormTextEntry custom tag, you can subclass this tag handler class. For More Information: Visit the AppDev Studio Developer's Site to access step-by-step examples, white papers and additional usage information at http://support.sas.com/rnd/appdev/. Refer to the Custom Tag Library Reference for usage information on the sas:IFormTextEntry custom tag. Note: A snapshot of the AppDev Studio Developers Site is installed on your local Web server when you install AppDev Studio. To access the site from webAF, select Help -> Developer Site.
IllegalServiceStateException - exception com.sas.services.IllegalServiceStateException.
Thrown when the object is not in the proper state for the requested operation.
Image - class com.sas.servlet.beans.html.Image.
Deprecated. This class is deprecated as of version 3.0 of AppDev Studio. It has been replaced by the Image class.
Image - class com.sas.servlet.tbeans.form.html.Image.
The Image is a TransformationBean™ that generates the appropriate HTML 4.0 INPUT tag attributes to represent an image in a form or ANCHOR tag attributes to represent an image.
ImageAction - class com.sas.servlet.tbeans.tableview.rpf.html.ImageAction.
 
ImageAnimation - class com.sas.visuals.ImageAnimation.
ImageAnimation is a class that increments and decrements an ImageAnimationIcon object when an alarm is fired and paints the image in that state.
ImageAnimationIcon - class com.sas.visuals.ImageAnimationIcon.
ImageAnimationIcon is a class that allows for incrementing and decrementing over a set of images that are then displayed in the new state.
ImageDataInterface - interface com.sas.visuals.ImageDataInterface.
 
ImageHandler - class com.sas.workspace.ImageHandler.
Deprecated. As of 9/4/2001, this class has been deprecated. The getImageIcon method has been replaced by WAdminResource.getImageIcon(java.lang.String) method.
ImageIconResource - class com.sas.swing.visuals.ImageIconResource.
ImageIconResource is a subclass of javax.swing.ImageIcon and its purpose is to use the instance of the ResourceLocatorInterface to locate the specified image.
ImageInterface - interface com.sas.servlet.beans.ImageInterface.
Deprecated. This interface is deprecated as of version 3.0 of AppDev Studio.
ImageInterface - interface com.sas.servlet.tbeans.ImageInterface.
The interface that may be implemented by Transformation Beans that have a image attribute.
ImagePositionInterface - interface com.sas.servlet.tbeans.ImagePositionInterface.
The interface that may be implemented by Transformation Beans that have an imagePosition attribute.
ImageTag - class com.sas.taglib.servlet.beans.ImageTag.
Deprecated. This class is deprecated as of version 3.0 of AppDev Studio. It has been replaced by the ImageTag class.
ImageTag - class com.sas.taglib.servlet.tbeans.form.ImageTag.
ImageTag is the tag handler class for the sas:Image custom tag .
ImageV2Interface - interface com.sas.servlet.beans.ImageV2Interface.
Deprecated. This interface is deprecated as of version 3.0 of AppDev Studio.
ImageView - class com.sas.swing.visuals.ImageView.
The ImageView displays an image in the component area.
ImageView - class com.sas.visuals.ImageView.
The ImageView displays an image in the component area.
iMenu - class com.sas.servlet.beans.wireless.iMenu.
Deprecated. This class is deprecated as of version 3.0 of AppDev Studio. It has been replaced by the IMenu class.
IMenu - class com.sas.servlet.tbeans.ipage.IMenu.
The IMenu is a TransformationBean™ used to produce a menu using a variety of markup languages (including WML,HDML, and HTML).
iMenuInterface - interface com.sas.servlet.beans.wireless.iMenuInterface.
Deprecated. This class is deprecated as of version 3.0 of AppDev Studio. It has been replaced by the IMenu class.
iMenuItemTag - class com.sas.taglib.servlet.beans.iMenuItemTag.
Deprecated. This class is deprecated as of version 3.0 of AppDev Studio. It has been replaced by the IMenuItemTag class.
IMenuItemTag - class com.sas.taglib.servlet.tbeans.ipage.IMenuItemTag.
IMenuItemTag is the tag handler class for the sas:IMenuItem custom tag IMenuItemTag is invoked by the JSP page to evaluate the sas:IMenuItem custom tag during the execution of the page. Tag handler methods are called by the JSP page implementation class at various points during the evaluation of the tag. The tag handler methods in turn call methods on the underlying Transformation Bean object, IMenuItem, to execute the methods. If you need to extend or modify the functionality of the sas:IMenuItem custom tag, you can subclass this tag handler class. For More Information: Visit the AppDev Studio Developer's Site to access step-by-step examples, white papers and additional usage information at http://support.sas.com/rnd/appdev/. Refer to the Custom Tag Library Reference for usage information on the sas:IMenuItem custom tag. Note: A snapshot of the AppDev Studio Developers Site is installed on your local Web server when you install AppDev Studio. To access the site from webAF, select Help -> Developer Site.
iMenuTag - class com.sas.taglib.servlet.beans.iMenuTag.
Deprecated. This class is deprecated as of version 3.0 of AppDev Studio. It has been replaced by the IMenuTag class.
IMenuTag - class com.sas.taglib.servlet.tbeans.ipage.IMenuTag.
IMenuTag is the tag handler class for the sas:IMenu custom tag IMenuTag is invoked by the JSP page to evaluate the sas:IMenu custom tag during the execution of the page. Tag handler methods are called by the JSP page implementation class at various points during the evaluation of the tag. The tag handler methods in turn call methods on the underlying Transformation Bean object, IMenu, to execute the methods. If you need to extend or modify the functionality of the sas:IMenu custom tag, you can subclass this tag handler class. For More Information: Visit the AppDev Studio Developer's Site to access step-by-step examples, white papers and additional usage information at http://support.sas.com/rnd/appdev/. Refer to the Custom Tag Library Reference for usage information on the sas:IMenu custom tag. Note: A snapshot of the AppDev Studio Developers Site is installed on your local Web server when you install AppDev Studio. To access the site from webAF, select Help -> Developer Site. SessionContextInterface, IntelligentQueryMetadataServiceInterface, String)
importMap(InputStream, SessionContextInterface, IntelligentQueryMetadataServiceInterface, String) - Static method in class com.sas.iquery.util.PersistenceUtilities
Parses the text from the given input stream representing a persisted form of an information map's model and creates an information map object from it. SessionContextInterface, IntelligentQueryMetadataServiceInterface, String)
importMap(String, SessionContextInterface, IntelligentQueryMetadataServiceInterface, String) - Static method in class com.sas.iquery.util.PersistenceUtilities
Parses the given text representing a persisted form of an information map's model and creates an information map object from it.
IN - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the Function IN (column-name)
IncompatibleExpressionElementsException - exception com.sas.rpf.expr.IncompatibleExpressionElementsException.
 
IncompatibleTypeException - exception com.sas.rpf.data.IncompatibleTypeException.
This exception may be thrown by methods which do operations on one or more elements and have detected that an element is of incompatible type for the operation.
IncrementInterface - interface com.sas.models.IncrementInterface.
IncrementInterface describes an interface that allows a value amount to be incrementally changed using incrementBy()
IndependentVariable - class com.sas.graphics.chart.bean.IndependentVariable.
The IndependentVariable class encapsulates independent variable specific attributes used by the charting components.
IndependentVariable - class com.sas.graphics.chart.IndependentVariable.
Deprecated. This class is deprecated as of version 3.0 of AppDev Studio. It has been replaced by classes in the com.sas.graphics.components package.
IndexedEnumeration - class com.sas.collection.IndexedEnumeration.
An Enumeration which filters another Enumeration by integer indices.
IndexedGetInterface - interface com.sas.util.IndexedGetInterface.
IndexedGetInterface is an interface which defines a get(int index) method, commonly used for retrieving objects from indexed collections.
IndexedGetInterfaceToTreeInterfaceTransform - class com.sas.util.transforms.IndexedGetInterfaceToTreeInterfaceTransform.
IndexedGetInterfaceToTreeInterfaceTransform transform an object which implements IndexedGetInterface to an object which implements TreeInterface.
IndexedGetSelector - class com.sas.util.selectors.IndexedGetSelector.
A Selector which handles collections which implement IndexedGetInterface.
IndexedMutableTreeNode - class com.sas.swing.models.IndexedMutableTreeNode.
A javax.swing.tree.DefaultMutableTreeNode that stores an index value along with an object.
IndexedPropertyDescriptor - class com.sas.beans.IndexedPropertyDescriptor.
IndexedPropertyDescriptor extends java.beans.PropertyDescriptor to provide more information about properties for use within the webAF environment.
IndexedSetInterface - interface com.sas.util.IndexedSetInterface.
IndexedSetInterface is an interface which defines a set(int, Object) method, commonly used for setting or storing items into indexed collections of objects.
IndexTableMap - class com.sas.workspace.IndexTableMap.
 
IndexTableSorter - class com.sas.workspace.IndexTableSorter.
 
IndicatorCellRenderer - class com.sas.swing.visuals.tableview.IndicatorCellRenderer.
 
InformationMap - interface com.sas.iquery.metadata.business.InformationMap.
Specifies a business model that provides support for organizing its business items within an internal folder structure.
InformationMapCalculatedObjectFactory - class com.sas.dataselectors.calculateditems.InformationMapCalculatedObjectFactory.
Description: Wrapper class around the BaseCalculatedObjectFactory to handle any InformationMap specific cases Copyright: Copyright (c) 2002 Company: SAS
InformationMapFactory - class com.sas.iquery.metadata.business.InformationMapFactory.
Specifies a factory class for creating new instances of information map objects.
InformationMapFilterItemToSimpleLogicListAdapter - class com.sas.dataselectors.filters.InformationMapFilterItemToSimpleLogicListAdapter.
This adapter extends the abstract adapter base to provide InformationMap specific support.
InformationMapFilterObjectFactory - class com.sas.dataselectors.filters.InformationMapFilterObjectFactory.
This factory extends the base filter object factory to add InformationMap specific support.
InformationMapToCalculatedItemAdapter - class com.sas.dataselectors.calculateditems.InformationMapToCalculatedItemAdapter.
 
InformationMapToCalculatedItemListAdapter - class com.sas.dataselectors.calculateditems.InformationMapToCalculatedItemListAdapter.
Description: Copyright: Copyright (c) 2002 Company: SAS
InformationMapToFilterItemListAdapter - class com.sas.dataselectors.filters.InformationMapToFilterItemListAdapter.
This adapter constructs a filter item list from an InformationMap object.
InformationMapToSimpleFilterDefinitionModelAdapter - class com.sas.dataselectors.filters.InformationMapToSimpleFilterDefinitionModelAdapter.
Simple adapter to wrap the given data source and initial selection into a selector model.
InformationMapToSimpleFilterListEditorModelAdapter - class com.sas.dataselectors.filters.InformationMapToSimpleFilterListEditorModelAdapter.
This class extends the simple list editor base to provide InformationMap specific features.
InformationMapViewerServlet - class com.sas.servlet.util.InformationMapViewerServlet.
Servlet used to view an information map.
InformationService - class com.sas.services.information.InformationService.
The InformationService handles finding repositories, connecting a user context to suitable repositories for the identities it contains, and federated searching across repositories.
InformationServiceFactory - class com.sas.services.information.InformationServiceFactory.
Factory used to manufacture a foundation Information Service.
InformationServiceInitializer - class com.sas.services.information.InformationServiceInitializer.
Parse InformationService initialization context from PFS deployment configuration to create an InformationServiceInitObject.
InformationServiceInitObject - class com.sas.services.information.InformationServiceInitObject.
Information Service initialization object.
InformationServiceInterface - interface com.sas.services.information.InformationServiceInterface.
The InformationService handles finding repositories, connecting a user context to suitable repositories for the identities it contains, and trans-repository searching.
InformationServiceProxy - class com.sas.services.information.InformationServiceProxy.
Information Service proxy.
InformationServicesAuthorCellRenderer - class com.sas.swing.visuals.remotefileselector.informationservices.InformationServicesAuthorCellRenderer.
InformationServicesAuthorCellRenderer formats the author column value.
InformationServicesAuthorToObjectTransform - class com.sas.swing.models.remotefileselector.informationservices.InformationServicesAuthorToObjectTransform.
InformationServicesAuthorToObjectTransform class reads the author metadata item.
InformationServicesDateCellRenderer - class com.sas.servlet.tbeans.remotefileselector2.html.InformationServicesDateCellRenderer.
InformationServicesDateCellRenderer is a class that controls the way a date object is rendered in a TableView component.
InformationServicesDateCellRenderer - class com.sas.swing.visuals.remotefileselector.informationservices.InformationServicesDateCellRenderer.
InformationServicesCellRenderer formats a date column's value.
InformationServicesDescriptionToObjectTransform - class com.sas.swing.models.remotefileselector.informationservices.InformationServicesDescriptionToObjectTransform.
InformationServicesDescriptionToObjectTransform class reads the description metadata attribute.
InformationServicesFileMetadata - class com.sas.swing.models.remotefileselector.informationservices.InformationServicesFileMetadata.
InformationServicesFileMetadata defines a class that contains the file metadata returned through calls to the Information Service.
InformationServicesFileMetadata - class com.sas.swing.models.remotefileselector2.informationservices.InformationServicesFileMetadata.
InformationServicesFileMetadata defines a class that contains the file metadata returned through calls to the Information Service.
InformationServicesKeywordsCellRenderer - class com.sas.swing.visuals.remotefileselector.informationservices.InformationServicesKeywordsCellRenderer.
InformationServicesKeywordsCellRenderer formats the Keywords column value.
InformationServicesKeywordsToObjectTransform - class com.sas.swing.models.remotefileselector.informationservices.InformationServicesKeywordsToObjectTransform.
InformationServicesKeywordsToObjectTransform class reads the keywords metadata attribute.
InformationServicesModel - class com.sas.swing.models.remotefileselector.informationservices.InformationServicesModel.
InformationServicesModel defines the model that communicates with the Information Service.
InformationServicesModel2 - class com.sas.swing.models.remotefileselector.informationservices.InformationServicesModel2.
This is an experimental version of the InformationServicesModel using Gary William's new BrowseMetadataInterface class to retrieve information.
InformationServicesModTimeToDateTransform - class com.sas.swing.models.remotefileselector.informationservices.InformationServicesModTimeToDateTransform.
InformationServicesModTimeToStringTransform transforms the object into a Date value.
InformationServicesNavigationModel - class com.sas.swing.models.remotefileselector2.informationservices.InformationServicesNavigationModel.
InformationServicesNavigationModel is the model used for navigating an InformationServices data source defined by a RepositoryInterface or a UserContextInterface.
InformationServicesSearch - class com.sas.servlet.tbeans.remotefileselector2.html.InformationServicesSearch.
The InformationServicesSearch is a TransformationBean™ that generates the appropriate HTML 4.0 to represent the default search component for the InformationServicesSelector.
InformationServicesSearchModel - class com.sas.swing.models.remotefileselector.informationservices.InformationServicesSearchModel.
InformationServicesSearchModel class probivides the additional functionality to perform searches on the file system data.
InformationServicesSearchModel - class com.sas.swing.models.remotefileselector2.informationservices.InformationServicesSearchModel.
InformationServicesSearchModel class probivides the additional functionality to perform searches on the file system data.
InformationServicesSearchModel2 - class com.sas.swing.models.remotefileselector.informationservices.InformationServicesSearchModel2.
InformationServicesSearchModel class probivides the additional functionality to perform searches on the file system data.
InformationServicesSearchPanel - class com.sas.swing.visuals.remotefileselector.InformationServicesSearchPanel.
Panel used to display the search window for the RemoteFileSelector component.
InformationServicesSelector - class com.sas.servlet.tbeans.remotefileselector2.html.InformationServicesSelector.
The InformationServicesSelector is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript to represent a file selector that uses the Information Services interfaces.
InformationServicesSelectorPanel - class com.sas.swing.visuals.remotefileselector.InformationServicesSelectorPanel.
InformationServicesSelectorPanel defines the panel to be used when directly accessing Report Repository type file systems.
INITIAL_ACTION_TYPE - Static variable in interface com.sas.iquery.metadata.business.step.StepFilterInterface
This step represents the initial set of members or an operation that is meant to completely replace the pre-existing state of the DataItem (eg DrillDown).
InitializationException - exception com.sas.services.InitializationException.
Initialization exception.
InitializationObjectInterface - interface com.sas.services.InitializationObjectInterface.
Initialization interface specification.
InitializeInterface - interface com.sas.InitializeInterface.
A base interface that can be used to check whether to call initialize by determining if a component implements it or not.
InputInterface - interface com.sas.servlet.beans.InputInterface.
Deprecated. This interface is deprecated as of version 3.0 of AppDev Studio.
InputStream - class com.sas.iom.InputStream.
Provides the capability to read input from an IOM InputStream.
InputStreamAdapter - class com.sas.io.InputStreamAdapter.
Provides a serializabe extension to InputSteam, allowing it to be used in both local and remote environments.
InputStreamHeader - class com.sas.iom.InputStreamHeader.
Provides the capability to read header information from an IOM InputStream.
InputStreamHeaderInterface - interface com.sas.io.InputStreamHeaderInterface.
Provides the capability to read header information from an com.sas.iom.InputStream IOM InputStream.
InputStreamProviderInterface - interface com.sas.io.InputStreamProviderInterface.
An object which provides input streams which may be remote.
INSERT_ACTION_TYPE - Static variable in interface com.sas.iquery.metadata.business.step.StepFilterInterface
The members defined in this step are inserted in the set of members defined in the previous step.
InsertCommand - class com.sas.commands.relational.InsertCommand.
This class implements the insert command. Role, int)
insertResultItemsAt(DataItem, Role, int) - Method in interface com.sas.iquery.metadata.business.BusinessQuery
Inserts the specified a data item with the specified role to the set of data items contained in this business query that make up the requested results.
InsertRowCommand - class com.sas.commands.relational.InsertRowCommand.
This class implements the hold Row command.
InsertRowInterface - interface com.sas.table.InsertRowInterface.
Interface for inserting rows to a table.
InsertRowStrategy - class com.sas.actionprovider.strategies.relational.InsertRowStrategy.
 
InsertTextInterface - interface com.sas.expressions.visuals.InsertTextInterface.
Interface to obtain text to be inserted into the current expression.
InsideBarLabelTextStyleTag - class com.sas.taglib.graphics.components.InsideBarLabelTextStyleTag.
 
InsideSliceLabelTextStyleTag - class com.sas.taglib.graphics.components.InsideSliceLabelTextStyleTag.
 
IntegerData - class com.sas.lang.IntegerData.
IntegerData is an implementation of IntegerDataInterface, for holding a int integer.
IntegerDataInterface - interface com.sas.lang.IntegerDataInterface.
An interface for things that hold ints that can be queried by outsiders.
IntegerInputValidator - class com.sas.servlet.tbeans.util.validators.IntegerInputValidator.
The IntegerInputValidator is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript for creating an integerinput validator.
IntegerInputValidatorTag - class com.sas.taglib.servlet.tbeans.util.validators.IntegerInputValidatorTag.
IntegerInputValidatorTag is the tag handler class for the sas:IntegerInputValidator custom tag .
IntegerStringValidator - class com.sas.util.validators.IntegerStringValidator.
 
IntegerToBooleanTransform - class com.sas.util.transforms.IntegerToBooleanTransform.
 
IntegerToHexStringTransform - class com.sas.util.transforms.IntegerToHexStringTransform.
 
IntelligentQueryMetadataServiceFactory - class com.sas.iquery.metadata.IntelligentQueryMetadataServiceFactory.
Specifies a factory for creating metadata service objects.
IntelligentQueryMetadataServiceInterface - interface com.sas.iquery.metadata.IntelligentQueryMetadataServiceInterface.
Specifies an object that is more of a container or a configuration/context of knowledge that SAS Query Services has about supported databases and server information.
INTERMODEL_ID_DELIMITER - Static variable in interface com.sas.iquery.metadata.business.Model
In an inter-model ID, this string is used to separate a model's ID and a model item's intra-model ID.
INTERNAL_AGGREGATION - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the Function INTERNAL_AGGREGATION (column-name)
INTERNAL_AGGREGATION_ADDITIVE - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the Function INTERNAL_AGGREGATION_ADDITIVE (column-name)
InternetAddressFactory - class com.sas.mail.InternetAddressFactory.
InternetAddressFactory is an implementation of AddressFactoryInterface that creates InternetAddress objects.
InterpolatedNumericRangeSegment - class com.sas.util.InterpolatedNumericRangeSegment.
 
INTERSECT_ACTION_TYPE - Static variable in interface com.sas.iquery.metadata.business.step.StepFilterInterface
The members defined by the intersection of this step and the outcome of previous steps.
IntObjPair - class com.sas.console.plugins.IntObjPair.
 
Introspector - class com.sas.beans.Introspector.
 
INVALID_ID_CHARS - Static variable in interface com.sas.iquery.metadata.business.BusinessModel
List of Characters NOT allowed in an id.
InvalidEventTypeException - exception com.sas.services.events.broker.InvalidEventTypeException.
An InvalidEventTypeException is thrown when an unrecognized event type is specified.
InvalidIDException - exception com.sas.iquery.metadata.InvalidIDException.
Specifies an exception that is thrown when an object's ID is not set or when the business model that created the object has an ID that is not set.
InvalidIDException() - Constructor for class com.sas.iquery.metadata.InvalidIDException
Constructs an InvalidIDException without a detail message.
InvalidIDException(String) - Constructor for class com.sas.iquery.metadata.InvalidIDException
Constructs an InvalidIDException with the specified detail message. String)
InvalidIDException(Throwable, String) - Constructor for class com.sas.iquery.metadata.InvalidIDException
Constructs an InvalidIDException with the specified target exception and detail message.
InvalidOutputException - exception com.sas.services.events.broker.flowengine.InvalidOutputException.
An InvalidOutputException is thrown when an invalid message is propagated from a process flow node.
InvalidParameterValueException - exception com.sas.services.storedprocess.InvalidParameterValueException.
This exception is thrown when a parameter has a non-conforming value.
InvalidPluginDirectoryException - exception com.sas.plugins.InvalidPluginDirectoryException.
 
IOM - Static variable in class com.sas.iquery.metadata.serverprop.ConnectionType
Corresponds to the SAS IOM connection type for connecting to the various types of SAS data servers.
IOMBaseClient - class com.sas.rmi.IOMBaseClient.
IOMBaseClient is the IOM implementation and base class of all IOM remote proxies.
IOMFactory - class com.sas.rmi.IOMFactory.
 
IOMObject - class com.sas.rmi.IOMObject.
 
IOMWorkspaceUtil - class com.sas.workspace.IOMWorkspaceUtil.
 
IOptionTag - class com.sas.taglib.servlet.tbeans.ipage.IOptionTag.
IOptionTag is the tag handler class for the sas:IOption custom tag IOptionTag is invoked by the JSP page to evaluate the sas:IOption custom tag during the execution of the page. Tag handler methods are called by the JSP page implementation class at various points during the evaluation of the tag. The tag handler methods in turn call methods on the underlying Transformation Bean object, IOption, to execute the methods. If you need to extend or modify the functionality of the sas:IOption custom tag, you can subclass this tag handler class. For More Information: Visit the AppDev Studio Developer's Site to access step-by-step examples, white papers and additional usage information at http://support.sas.com/rnd/appdev/. Refer to the Custom Tag Library Reference for usage information on the sas:IOption custom tag. Note: A snapshot of the AppDev Studio Developers Site is installed on your local Web server when you install AppDev Studio. To access the site from webAF, select Help -> Developer Site.
iPageInterface - interface com.sas.servlet.beans.wireless.iPageInterface.
Deprecated. This class is deprecated as of version 3.0 of AppDev Studio. It has been replaced by the BaseIPage class.
IQDataServices - class com.sas.iquery.dataservices.IQDataServices.
Specifies an object that provides access to SAS Query Services.
IQDataServices() - Constructor for class com.sas.iquery.dataservices.IQDataServices
 
IQDataServicesFactory - class com.sas.iquery.dataservices.IQDataServicesFactory.
Specifies a factory for creating IQDataServices objects.
IQDataServicesFactory() - Constructor for class com.sas.iquery.dataservices.IQDataServicesFactory
 
IQueryException - exception com.sas.iquery.metadata.IQueryException.
IQueryException is a temporary superclass to MetadataException.
IQueryException() - Constructor for class com.sas.iquery.metadata.IQueryException
Constructs an IQueryException without a detail message.
IQueryException(String) - Constructor for class com.sas.iquery.metadata.IQueryException
Constructs an IQueryException with the specified detail message. String)
IQueryException(Throwable, String) - Constructor for class com.sas.iquery.metadata.IQueryException
Constructs an IQueryException with the specified target exception and detail message.
IQUtil - class com.sas.dataselectors.filters.tree.IQUtil.
 
IS_NULL - Static variable in class com.sas.iquery.metadata.serverprop.FunctionNameID
Name ID for the Function IS_NULL (column-name)
isActionSupported(BusinessQueryActionType) - Method in interface com.sas.iquery.metadata.business.BusinessQuery
Returns whether or not the specified BusinessQueryActionType is currenly supported by the BusinessQuery.
isActionSupported(DataItemActionType) - Method in interface com.sas.iquery.metadata.business.DataItem
Returns whether or not the specified DataItemActionType is currenly supported by the DataItem.
isAggregationTypeModified() - Method in interface com.sas.iquery.metadata.business.DataItemReference
 
isAggregationTypeSupported(Function) - Method in interface com.sas.iquery.metadata.business.DataItem
Returns whether a particular aggregationType is supported.
isAutoCommit() - Method in class com.sas.servlet.tbeans.tableview.BaseTableView
Determines whether changed values are committed automatically or the user is prompted to commit the changes.
isBinary() - Method in class com.sas.iquery.metadata.serverprop.Operator
Returns whether this operator definition is for a binary operator or not.
isBusiness() - Method in class com.sas.iquery.metadata.expr.ResourceScope
Determines if this scope is business
isBusinessAndPhysical() - Method in class com.sas.iquery.metadata.expr.ResourceScope
Determines if this scope is both business and physical
isCalculatedItem() - Method in interface com.sas.iquery.metadata.business.DataItem
This method indicates whether the DataItem can be described as a calculated item.
isCalculatedItem() - Method in class com.sas.iquery.metadata.expr.ResourceAwareStringExpression
Checks whether a this expression is a calculated item
isCalculatedItem() - Method in class com.sas.iquery.metadata.expr.StringExpression
Checks whether a StringExpression is a calculated item
isCompatibleWith(ExpressionInterface) - Method in class com.sas.iquery.metadata.serverprop.Parameter
Returns true if the argument specified is a valid argument for this Parameter, false otherwise.
isCompatibleWith(ExpressionInterface) - Method in class com.sas.iquery.metadata.serverprop.ParameterType
 
isCompatibleWith(List) - Method in class com.sas.iquery.metadata.serverprop.FunctionSignature
Returns an indication of whether the list of argument expression types (expressed as a list Integer objects, each containing a constant from the ExpressionTypes class) is valid with this signature.
isConstant() - Method in class com.sas.iquery.metadata.expr.relational.AbstractRelativeTimeValueExpression
Check to see if this expression is a constant value.
isContainedInBusinessModel() - Method in interface com.sas.iquery.metadata.business.BusinessModelObject
Returns whether this object is contained in the business model that created it.
isDecimalWidthSupported() - Method in class com.sas.iquery.metadata.serverprop.formats.SASFormatAttributes
Returns if the format being described has a decimal width (d value) parameter
isDecimalWidthSupported() - Method in interface com.sas.iquery.metadata.serverprop.formats.SASFormatDescription
Returns true if the format being described has a decimal width (d value) parameter.
isDescriptionModified() - Method in interface com.sas.iquery.metadata.business.DataItemReference
Returns whether the Description has been modified in this object
isDistinct() - Method in class com.sas.iquery.metadata.serverprop.Function
Returns whether this function performs a "distinct" operation, such as in the sql COUNT DISTINCT function.
isDrillThroughAllowed() - Method in interface com.sas.iquery.metadata.business.DrillThroughToDetail
Returns whether drill through should be allowed
ISEntityKey - class com.sas.services.information.util.ISEntityKey.
 
isEnumerated() - Method in class com.sas.iquery.metadata.serverprop.Parameter
Returns whether arguments supplied for this parameter must be one of several enumerated values.
isEquivalentToParent() - Method in interface com.sas.iquery.metadata.business.DataItemReference
Returns the "is equivalent to parent" attribute for this object.
isExtendedAttributesModified() - Method in interface com.sas.iquery.metadata.business.DataItemReference
Returns true if this object's extended attributes will be returned on getExtendedAttriubtes().
isFormatModified() - Method in interface com.sas.iquery.metadata.business.DataItemReference
Returns whether the format has been modified.
isHidden() - Method in interface com.sas.iquery.metadata.business.ModelItemWithIdentity
Returns true if this object should not be shown to the user.
isIDOK() - Method in interface com.sas.iquery.metadata.business.BusinessModelObject
Checks to see if the intra-model ID set on this object is valid and unique within the business model containing it.
isInCategory(Category) - Method in class com.sas.iquery.metadata.serverprop.Function
Returns whether this function is within the given category.
isIncludeTies() - Method in class com.sas.iquery.metadata.business.step.olap.BusinessQueryRankFilter
This method returns whether includeTies is true or false
isIncludeTies() - Method in class com.sas.iquery.metadata.business.step.olap.DataItemRankFilter
This method returns whether includeTies is true or false
isIncludeTies() - Method in class com.sas.iquery.metadata.business.step.relational.DataItemRankFilter
This method returns whether includeTies is true or false DataItem)
isInMeasureDimension(BusinessModel, DataItem) - Static method in class com.sas.iquery.util.BusinessQueryOLAPUtil
Get the dimension name for an OLAP data item.
isIntraModelIDInUse(String) - Method in interface com.sas.iquery.metadata.business.BusinessModel
Returns an indication of whether the given intra-model ID is used by an object contained within this business model.
isLabelModified() - Method in interface com.sas.iquery.metadata.business.DataItemReference
Returns whether the label has been modified in this object
isLegalID(String) - Method in interface com.sas.iquery.metadata.business.BusinessModel
Returns an indication of whether the given ID has a legal format.
isLookupTypeModified() - Method in interface com.sas.iquery.metadata.business.DataItemReference
Returns whether the Lookup has been modified in this object
isMemberPropertiesModified() - Method in interface com.sas.iquery.metadata.business.DataItemReference
Returns true if this object's Member properties will be returned on getMemberProperties().
isMissing() - Method in class com.sas.iquery.metadata.expr.ConstantExpression
Checks if this ConstantExpression's value is a SAS MissingValue
isMissing(String) - Static method in class com.sas.iquery.metadata.expr.QueryMissingValues
Checks whether a specified value is a valid MissingValue supported by SAS in queries
isNegated() - Method in interface com.sas.iquery.metadata.business.CompoundFilter
Returns true is the compound filter is negated.
isNegated() - Method in class com.sas.iquery.metadata.business.step.CompoundStep
Tests if the expression defined in the compound step are negated or defined with a NOT
isNegated() - Method in class com.sas.iquery.metadata.business.step.olap.DataItemMemberFilter
Tests if this conditional expression is negated
isNegated() - Method in class com.sas.iquery.metadata.expr.ConditionalExpression
Returns whether this conditional expression is negated.
isNegated() - Method in class com.sas.iquery.metadata.expr.olap.TimeFilterExpression
ConditionalExpression which is inherited by this class has a isNegated.
isNegated() - Method in class com.sas.iquery.metadata.expr.olap.TimeRangeFilterExpression
ConditionalExpression which is inherited by this class has a isNegated.
isOfflineResultSetsEnabled() - Method in class com.sas.iquery.dataretrieval.OfflineResultSetConfiguration
Return the configured status of offline result sets.
isOLAP() - Method in class com.sas.iquery.metadata.business.StructureOfDataItem
Returns a boolean value that indicates whether the structure is OLAP-oriented.
isOLAP() - Method in class com.sas.iquery.metadata.StructureOfData
Whether this is OLAp
isPhysical() - Method in class com.sas.iquery.metadata.expr.ResourceScope
Determines if this scope is physical
isPromptOnDelete() - Method in class com.sas.servlet.tbeans.tableview.BaseTableView
Determines whether to prompt the user when deleting a row.
isQuoted() - Method in class com.sas.iquery.metadata.business.LookupValue
Returns true if the unformatted value should be place within quotation marks within the data selection.
isReadOnly() - Method in interface com.sas.iquery.metadata.business.BusinessModel
Returns whether this object is read-only.
isReadOnly() - Method in interface com.sas.iquery.metadata.business.BusinessModelObject
Returns whether this object is read-only.
isRelational() - Method in class com.sas.iquery.metadata.StructureOfData
Whether this is relational
IsRemotelyAccessibleAttribute - class com.sas.services.discovery.IsRemotelyAccessibleAttribute.
A foundation service discovery attribute which may be used to locate a service based on whether or not it can be accessed by remote clients. String)
isRepositoryWritable(SessionContextInterface, String) - Method in interface com.sas.iquery.metadata.IntelligentQueryMetadataServiceInterface
Returns whether the user associated with the given SessionContextInterface has write access to the named repository
isSortCriteriaModified() - Method in interface com.sas.iquery.metadata.business.DataItemReference
Returns whether the sort criteria has been modified in this object.
isSortDirectionModified() - Method in interface com.sas.iquery.metadata.business.DataItemReference
Returns whether the sort direction has been modified in this object
isStartingLevelModified() - Method in interface com.sas.iquery.metadata.business.DataItemReference
Deprecated.  
isStartingLevelNameModified() - Method in interface com.sas.iquery.metadata.business.DataItemReference
Returns true if this object's starting Level Name will be returned on getStartingLevelName().
isUnary() - Method in class com.sas.iquery.metadata.serverprop.Operator
Returns whether this operator definition is for a unary operator or not.
isUnresolved() - Method in interface com.sas.iquery.metadata.business.BusinessModelResource
Returns whether this object is unresolved or not.
isUnresolved() - Method in interface com.sas.iquery.metadata.business.ModelItemWithIdentity
Returns whether this object is unresolved or not.
isUsableInQuery() - Method in interface com.sas.iquery.metadata.business.UsabilityInterface
Returns whether this object is usable in a business query.
isUsageModified() - Method in interface com.sas.iquery.metadata.business.DataItemReference
Returns whether the usage has been modified in this object.
ISUtility - class com.sas.services.information.util.ISUtility.
 
isValid() - Method in interface com.sas.iquery.metadata.business.BusinessQuery
Returns whether this business query passes a set of base checks determining whether it is valid.
isValidFormat(String) - Method in interface com.sas.iquery.metadata.business.DataItem
This method indicates whether the specified format can be used with this data item.
isValidLabel(String) - Method in interface com.sas.iquery.metadata.business.BusinessModel
Checks if a label name is valid A null label or a label containing forward slash (/) or backward slash (\) is not valid
isValidLabel(String) - Method in interface com.sas.iquery.metadata.business.MapFolder
Checks if a label name is valid A null label or a label containing forward slash (/) or backward slash (\) is not valid
isVarying() - Method in class com.sas.iquery.metadata.serverprop.Parameter
Returns an indication of whether this parameter is a varying-length parameter.
Item - class com.sas.servlet.tbeans.models.Item.
Item is a generic implementation of ItemInterface.
ItemAlreadyExistsException - exception com.sas.services.information.ItemAlreadyExistsException.
Thrown when an item already exists.
ItemInterface - interface com.sas.servlet.tbeans.models.ItemInterface.
ItemInterface is an interface which provides access for creating an Item.
ItemTag - class com.sas.taglib.servlet.tbeans.models.ItemTag.
ItemTag is the tag handler class for the sasads:Item custom tag.
iText - class com.sas.servlet.beans.wireless.iText.
Deprecated. This class is deprecated as of version 3.0 of AppDev Studio. It has been replaced by the IText class.
IText - class com.sas.servlet.tbeans.ipage.IText.
The IText is a TransformationBean™ used to produce a text page using a variety of markup languages (including WML,HDML, and HTML).
iTextInterface - interface com.sas.servlet.beans.wireless.iTextInterface.
Deprecated. This class is deprecated as of version 3.0 of AppDev Studio. It has been replaced by the IText class.
iTextTag - class com.sas.taglib.servlet.beans.iTextTag.
Deprecated. This class is deprecated as of version 3.0 of AppDev Studio. It has been replaced by the ITextTag class.
ITextTag - class com.sas.taglib.servlet.tbeans.ipage.ITextTag.
ITextTag is the tag handler class for the sas:IText custom tag ITextTag is invoked by the JSP page to evaluate the sas:IText custom tag during the execution of the page. Tag handler methods are called by the JSP page implementation class at various points during the evaluation of the tag. The tag handler methods in turn call methods on the underlying Transformation Bean object, IText, to execute the methods. If you need to extend or modify the functionality of the sas:IText custom tag, you can subclass this tag handler class. For More Information: Visit the AppDev Studio Developer's Site to access step-by-step examples, white papers and additional usage information at http://support.sas.com/rnd/appdev/. Refer to the Custom Tag Library Reference for usage information on the sas:IText custom tag. Note: A snapshot of the AppDev Studio Developers Site is installed on your local Web server when you install AppDev Studio. To access the site from webAF, select Help -> Developer Site.

  SAS BI API Documentation 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

javadoc generated Tue, 27 May 2003 15:38:14