Decision Center API

ilog.rules.teamserver.brm
Interface IlrAbstractQuery

All Superinterfaces:
Cloneable, IlrBasicModelElement, ilog.rules.teamserver.model.IlrCompositeObject, ilog.rules.commonbrm.model.IlrElement, IlrElementDetails, IlrElementHandle, IlrElementSummary, IlrModelElement, IlrPackageElement, IlrProjectElement, Serializable
All Known Subinterfaces:
IlrQuery, IlrSmartView

public interface IlrAbstractQuery
extends IlrPackageElement

A representation of the model object 'Abstract Query'.

The following features are supported:

See Also:
IlrBrmPackage.getAbstractQuery()

Method Summary
 String getDefinition()
          Returns the value of the 'Definition' attribute.
 String getLocale()
          Returns the value of the 'Locale' attribute.
 boolean isIncludeDependencies()
          Returns the value of the 'Include Dependencies' attribute.
 
Methods inherited from interface ilog.rules.teamserver.brm.IlrPackageElement
getRulePackage
 
Methods inherited from interface ilog.rules.teamserver.brm.IlrProjectElement
getDocumentation, getGroup, getProject, getVersion
 
Methods inherited from interface ilog.rules.teamserver.brm.IlrModelElement
getName, getUuid
 
Methods inherited from interface ilog.rules.teamserver.brm.IlrBasicModelElement
getCreatedBy, getCreatedOn, getLastChangedBy, getLastChangedOn
 
Methods inherited from interface ilog.rules.teamserver.model.IlrElementDetails
cloneElement, getContainer, getRawValue, setRawValue, setRawValueNoCheck
 
Methods inherited from interface ilog.rules.teamserver.model.IlrElementHandle
eClass, equals, equals, getModelInfo, getSession, getType, getValue, hashCode, isNew, toIdString
 
Methods inherited from interface ilog.rules.commonbrm.model.IlrElement
getPropertyValue, getPropertyValue, isInstanceOf
 

Method Detail

getDefinition

String getDefinition()
Returns the value of the 'Definition' attribute.

Returns:
the value of the 'Definition' attribute.
See Also:
IlrBrmPackage.getAbstractQuery_Definition()

isIncludeDependencies

boolean isIncludeDependencies()
Returns the value of the 'Include Dependencies' attribute.

Returns:
the value of the 'Include Dependencies' attribute.
See Also:
IlrBrmPackage.getAbstractQuery_IncludeDependencies()

getLocale

String getLocale()
Returns the value of the 'Locale' attribute.

Returns:
the value of the 'Locale' attribute.
See Also:
IlrBrmPackage.getAbstractQuery_Locale()

Decision Center API

© Copyright IBM Corp. 1987, 2013