AR System Java API

Uses of Interface
com.bmc.arsys.api.IQuerySource

Uses of IQuerySource in com.bmc.arsys.api
 

Classes in com.bmc.arsys.api that implement IQuerySource
 class QuerySourceForm
          The QuerySourceForm class represents the form containing the entries to be retrieved through a dynamic query.
 class RecursiveQuery
          The RecursiveQuery class is used to define the properties of a sub- or hierarchical query.
 

Methods in com.bmc.arsys.api that return IQuerySource
 IQuerySource IQuerySource.getJoinedWith()
          Returns the source this source is joined with.
 IQuerySource QuerySourceForm.getJoinedWith()
          Returns the IQuerySource source this source is joined with.
 IQuerySource RecursiveQuery.getJoinedWith()
          Returns the IQuerySource source this source is joined with.
 IQuerySource CurrencyPartInfo.getSource()
          Returns a IQuerySource source of the field Id.
 IQuerySource QueryFormField.getSource()
          Returns the IQuerySource field's source.
 IQuerySource SortInfo.getSource()
          Returns the IQuerySource form or query containing the field to sort on
 IQuerySource StatusHistoryValueIndicator.getSourceSchema()
          Returns the IQuerySource field's source.
 

Methods in com.bmc.arsys.api that return types with arguments of type IQuerySource
 List<IQuerySource> QueryBase.getFromSources()
          Returns a list of the IQuerySource sources that the dynamic query selects from.
 Map<IQuerySource,HashMap<FieldFunc,Value>> QuerySourceValues.getFuncMap()
           
 

Methods in com.bmc.arsys.api with parameters of type IQuerySource
 boolean QueryBase.addFromField(int fieldId, int funcId, IQuerySource sourceForm)
          Adds a new item to the list of the QueryFormField fields that the dynamic query selects.
 boolean QueryBase.addFromField(int fieldId, IQuerySource sourceForm)
          Adds a new item to the list of the QueryFormField fields that the dynamic query selects.
 boolean QueryBase.addFromSource(IQuerySource source)
          Adds a new item to the list of the IQuerySource sources that the dynamic query selects from.
 void ObjectPrinter.printQuerySource(String indent, String header, IQuerySource source)
           
 void QuerySourceForm.setJoin(IQuerySource sourceJoinedWith, int joinType, QualifierInfo joinQualifier)
          Sets the join properties for this form.
 void RecursiveQuery.setJoin(IQuerySource sourceJoinedWith, int joinType, QualifierInfo joinQualifier)
          Sets the join information.
 void IQuerySource.setJoinedWith(IQuerySource query)
          Sets the source to be joined with.
 void QuerySourceForm.setJoinedWith(IQuerySource sourceJoinedWith)
          Sets the IQuerySource source to be joined with.
 void RecursiveQuery.setJoinedWith(IQuerySource sourceJoinedWith)
          Sets the IQuerySource source to be joined with.
 void QueryFormField.setSource(IQuerySource source)
          Sets the IQuerySource field's source.
 void ParameterValidator.validateQueryJoin(IQuerySource querySource)
          Validates a join information of an object of type IQuerySource.
 void ParameterValidator.validateQuerySource(IQuerySource querySource)
          Validates that an object of type IQuerySource is of a correct type, contains value and that the value is legal.
 

Method parameters in com.bmc.arsys.api with type arguments of type IQuerySource
 void QueryBase.setFromSources(List<IQuerySource> sources)
          Sets the list of the IQuerySource sources that the dynamic query selects from.
 void ParameterValidator.validateQuerySources(List<IQuerySource> querySources)
          Validate that a List of type IQuerySource of querySources each contain a value and that the value is legal.
 

Constructors in com.bmc.arsys.api with parameters of type IQuerySource
ArithmeticOrRelationalOperand(int fldID, int funcid, IQuerySource sourceForm)
           
ArithmeticOrRelationalOperand(int fldID, IQuerySource sourceForm)
          Constructs using FieldId and objects implementing IQuerySource interface
CurrencyPartInfo(int fieldId, IQuerySource sourceForm, int partTag, String currencyCode)
           
QueryFormField(int fieldId, int funcId, IQuerySource source)
          Constructs the QueryFormFieldId using fieldId, funcId and IQuerySource field's source.
QueryFormField(int fieldId, IQuerySource source)
          Constructs the QueryFormFieldId using fieldId and IQuerySource field's source.
QuerySourceForm(String name, IQuerySource sourceJoinedWith, int joinType, QualifierInfo joinQualifier)
           
RecursiveQuery(IQuerySource sourceJoinedWith, int joinType, QualifierInfo joinQualifier, QualifierInfo startQualifier, QualifierInfo recursionQualifier, int levelsToRetrieve)
           
SortInfo(int id, IQuerySource source, int order)
          Constructs a new SortInfo object used by dynamic queries.
StatusHistoryValueIndicator(boolean nType, int value, IQuerySource source)
           
 


AR System Java API

© Copyright 2006, 2007 BMC Software, Inc.