Uses of Class
com.sas.iquery.metadata.business.DataItemActionType

Packages that use DataItemActionType
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. 
 

Uses of DataItemActionType in com.sas.iquery.metadata.business
 

Fields in com.sas.iquery.metadata.business declared as DataItemActionType
static DataItemActionType DataItemActionType.GROUP_FORMATTING_BY_DEFAULT_BEHAVIOR
          The GROUP_BY_DEFAULT_BEHAVIOR specifies that when grouping use the values determined by the default IQ rules.
static DataItemActionType DataItemActionType.GROUP_FORMATTING_BY_FORMATTED_VALUES
          The GROUP_BY_FORMATTED_VALUES specifies that when grouping override IQ rules and use the formatted values.
static DataItemActionType DataItemActionType.GROUP_FORMATTING_BY_UNFORMATTED_VALUES
          The GROUP_BY_UNFORMATTED_VALUES specifies that when grouping override IQ rules and use the unformatted values.
static DataItemActionType DataItemActionType.OTHER_ALL_ROWS_INCLUDED
          The OTHER_ALL_ROWS_INCLUDED action is an indication of whether all rows of data should be returned for this DataItem.
static DataItemActionType DataItemActionType.OTHER_CALCULATED_MEMBER
          The OTHER_CALCULATED_MEMBER action allows the user to define a (or remove an existing) open ended expression.
static DataItemActionType DataItemActionType.OTHER_EXPRESSION
          The OTHER_EXPRESSION action determines whether the expression can be set.
static DataItemActionType DataItemActionType.OTHER_FORMAT
          The OTHER_FORMAT action determines whether the format can be set.
static DataItemActionType DataItemActionType.OTHER_LOOKUP
          The OTHER_LOOKUP action determines whether setting lookup information on a data item is allowed.
static DataItemActionType DataItemActionType.SORT_ASCENDING
          The SORT_ASCENDING action sorts a DataItem in an ascending direction.
static DataItemActionType DataItemActionType.SORT_CRITERIA
          The SORT_CRITERIA determines whether the sort criteria can be set.
static DataItemActionType DataItemActionType.SORT_DESCENDING
          The SORT_DESCENDING action sorts a DataItem in an descending direction.
static DataItemActionType DataItemActionType.SORT_FORMATTING_BY_DEFAULT_BEHAVIOR
          The SORT_BY_DEFAULT_BEHAVIOR specifies that when sorting use the values determined by the default IQ rules.
static DataItemActionType DataItemActionType.SORT_FORMATTING_BY_FORMATTED_VALUES
          The SORT_BY_FORMATTED_VALUES specifies that when sorting override IQ rules and use the formatted values.
static DataItemActionType DataItemActionType.SORT_FORMATTING_BY_UNFORMATTED_VALUES
          The SORT_BY_UNFORMATTED_VALUES specifies that when sorting override IQ rules and use the unformatted values.
static DataItemActionType DataItemActionType.SORT_HIERARCHICAL_ASCENDING
          The SORT_HIERARCHICAL_ASCENDING action sorts a DataItem in an ascending direction and takes the Hierarchy into account.
static DataItemActionType DataItemActionType.SORT_HIERARCHICAL_DESCENDING
          The SORT_HIERARCHICAL_DESCENDING action sorts a DataItem in an descending direction and takes the Hierarchy into account.
static DataItemActionType DataItemActionType.SORT_NONE
          The SORT_NONE action removes any sort criteria on a DataItem.
static DataItemActionType DataItemActionType.STEP_DATABASED_FILTER
          The STEP_DATABASED_FILTER action selects a set of Members based on some data-based criteria.
static DataItemActionType DataItemActionType.STEP_DATE_FILTER
          The STEP_DATE_FILTER action includes/excludes a set of Members from some superset of those Members based on date values.
static DataItemActionType DataItemActionType.STEP_MEMBER_FILTER
          The STEP_MEMBER_FILTER action includes/excludes a set of Members from some superset of those Members.
static DataItemActionType DataItemActionType.STEP_MEMBER_PROPERTY_FILTER
          The STEP_MEMBER_PROPERTY_FILTER action includes/excludes a set of Members from some superset of those Members based on a member property.
static DataItemActionType DataItemActionType.STEP_NAVIGATE
          The STEP_NAVIGATE action is used for commands such as Drill Down, Expand, Collapse, and Drill Up within the context of the DataItem and its elements.
static DataItemActionType DataItemActionType.STEP_RANK
          The STEP_RANK action ranks a set of Members based on some specified context (Eg 1999, Sales).
static DataItemActionType DataItemActionType.TOTAL
          The TOTAL action defines the inclusion of various types of grand totals and subtotals.
static DataItemActionType DataItemActionType.USAGE_AGGREGATE
          The USAGE_AGGREGATE action allows the DataItem's values to be aggregated.
static DataItemActionType DataItemActionType.USAGE_CATEGORY
          The USAGE_CATEGORY action allows the DataItem's values to be categorized.
static DataItemActionType DataItemActionType.USAGE_DETAIL
          The USAGE_DETAIL action allows all of the DataItem's values to be returned without any Aggregation or Categorization.
 

Methods in com.sas.iquery.metadata.business that return DataItemActionType
static DataItemActionType DataItemActionType.consumeValue(com.sas.iquery.metadata.business.impl.AttributesProvider attrsProvider, java.lang.String attrName, DataItemActionType defaultValue)
          IQ-use only -- do not call.
static DataItemActionType DataItemActionType.fromPersistentForm(java.lang.String type)
          IQ-use only -- do not call.
static DataItemActionType DataItemActionType.fromPersistentForm(java.lang.String type, DataItemActionType defaultValue)
          IQ-use only -- do not call.
static DataItemActionType DataItemActionType.fromPersistentFormV2(java.lang.String attrName, java.lang.String persistentForm)
          IQ-use only -- do not call.
 DataItemActionType DataItem.getGroupFormatting()
          returns the formatting action type to use for grouping
 DataItemActionType DataItem.getSortDirection()
          This method returns the DataItemActionType that describes the type of sorting that will be applied to this DataItem.
 DataItemActionType DataItem.getSortFormatting()
          returns the formatting action type to use for sorting
 DataItemActionType DataItem.getUsage()
          Returns the default way this DataItem is to be used.
 

Methods in com.sas.iquery.metadata.business with parameters of type DataItemActionType
static DataItemActionType DataItemActionType.consumeValue(com.sas.iquery.metadata.business.impl.AttributesProvider attrsProvider, java.lang.String attrName, DataItemActionType defaultValue)
          IQ-use only -- do not call.
static DataItemActionType DataItemActionType.fromPersistentForm(java.lang.String type, DataItemActionType defaultValue)
          IQ-use only -- do not call.
 boolean DataItem.isActionSupported(DataItemActionType actionType)
          Returns whether or not the specified DataItemActionType is currenly supported by the DataItem.
 void DataItem.setActionSupported(DataItemActionType actionType, boolean actionSupported)
          Sets whether or not the specified DataItemActionType is supported for this DataItem.
 void DataItem.setGroupFormatting(DataItemActionType groupFormatting)
          sets the formatting action type to use for grouping
 void DataItem.setSortDirection(DataItemActionType sortDirection)
          This method defines the DataItemActionType that describes the type of sorting that will be applied to this DataItem.
 void DataItem.setSortFormatting(DataItemActionType sortFormatting)
          sets the formatting action type to use for sorting
 void DataItem.setUsage(DataItemActionType usage)
          Sets the way this DataItem is to be used.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.