ILOG JRules

ilog.rules.teamserver.brm
Interface IlrAbstractQuery

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

public interface IlrAbstractQuery
extends IlrProjectElement

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.IlrProjectElement
getDocumentation, getGroup, getProject, getVersion
 
Methods inherited from interface ilog.rules.teamserver.brm.IlrModelElement
getCreatedBy, getCreatedOn, getLastChangedBy, getLastChangedOn, getName, getUuid
 
Methods inherited from interface ilog.rules.teamserver.model.IlrElementDetails
cloneElement, getContainer, getProperty, getRawValue, removeProperty, setProperty, setRawValue, setRawValueNoCheck
 

Method Detail

getDefinition

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

If the meaning of the 'Definition' attribute isn't clear, there really should be more of a description here...

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

isIncludeDependencies

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

If the meaning of the 'Include Dependencies' attribute isn't clear, there really should be more of a description here...

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

getLocale

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

If the meaning of the 'Locale' attribute isn't clear, there really should be more of a description here...

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

ILOG JRules