com.sas.dataselectors
Interface SelectorProcessInterface

All Superinterfaces:
SelectorCommitInterface
All Known Subinterfaces:
ExceptionHighlightingSelectorInterface
All Known Implementing Classes:
BaseDataItemSelectorModel, BaseExceptionHighlightingSelectorAdapter, DataItemSelectorModel, DataItemSelectorModelOLAPTable, DataItemSelectorModelRelationalTable, ExceptionHighlightingChartSelectorBQAdapter, ExceptionHighlightingSelectorBQAdapter, OLAPExceptionHighlightingChartSelectorBQAdapter, OLAPExceptionHighlightingSelectorBQAdapter

public interface SelectorProcessInterface
extends SelectorCommitInterface

The SelectorApplyInterface defines the apply method used to update the state of a selector adapter (model).


Field Summary
 
Fields inherited from interface com.sas.dataselectors.SelectorCommitInterface
EXCEPTION_OCCURRED
 
Method Summary
 java.util.Map process()
          Used to update the state of the model.
 
Methods inherited from interface com.sas.dataselectors.SelectorCommitInterface
commit, getPropertiesBean
 

Method Detail

process

java.util.Map process()
Used to update the state of the model.

Throws:
java.lang.IllegalStateException



Copyright © 2009 SAS Institute Inc. All Rights Reserved.