Decision Center API

ilog.rules.teamserver.brm
Interface IlrProjectInfo

All Superinterfaces:
Cloneable, ilog.rules.teamserver.model.IlrCompositeObject, ilog.rules.commonbrm.model.IlrElement, IlrElementDetails, IlrElementHandle, IlrElementSummary, Serializable

public interface IlrProjectInfo
extends IlrElementDetails

A representation of the model object 'Project Info'.

The following features are supported:

See Also:
IlrBrmPackage.getProjectInfo()

Method Summary
 IlrBaseline getBaseline()
          Returns the value of the 'Baseline' reference.
 List getBomPathEntries()
          Returns the value of the 'Bom Path Entries' containment reference list.
 List getBomPathEntries(IlrElementVersion version)
          Returns the value of the 'Bom Path Entries' containment reference list for the given version.
 String getBuildMode()
          Returns the value of the 'Build Mode' attribute.
 List getCategories()
          Returns the value of the 'Categories' attribute list.
 String getConfigFile()
          Returns the value of the 'Config File' attribute.
 List getDependencies()
          Returns the value of the 'Dependencies' containment reference list.
 List getDependencies(IlrElementVersion version)
          Returns the value of the 'Dependencies' containment reference list for the given version.
 String getDynamicXOM()
          Returns the value of the 'Dynamic XOM' attribute.
 List getExtractors()
          Returns the value of the 'Extractors' containment reference list.
 List getExtractors(IlrElementVersion version)
          Returns the value of the 'Extractors' containment reference list for the given version.
 List getMessages()
          Returns the value of the 'Messages' containment reference list.
 List getMessages(IlrElementVersion version)
          Returns the value of the 'Messages' containment reference list for the given version.
 List getParameters()
          Returns the value of the 'Parameters' containment reference list.
 List getParameters(IlrElementVersion version)
          Returns the value of the 'Parameters' containment reference list for the given version.
 IlrRuleProject getProject()
          Returns the value of the 'Project' reference.
 List getRulesetProperties()
          Returns the value of the 'Ruleset Properties' containment reference list.
 List getRulesetProperties(IlrElementVersion version)
          Returns the value of the 'Ruleset Properties' containment reference list for the given version.
 List getSchemas()
          Returns the value of the 'Schemas' containment reference list.
 List getSchemas(IlrElementVersion version)
          Returns the value of the 'Schemas' containment reference list for the given version.
 List getTags()
          Returns the value of the 'Tags' containment reference list.
 List getTags(IlrElementVersion version)
          Returns the value of the 'Tags' containment reference list for the given version.
 boolean isDecisionService()
          Returns the value of the 'Decision Service' attribute.
 
Methods inherited from interface ilog.rules.teamserver.model.IlrElementDetails
cloneElement, getContainer, getRawValue, setRawValue, setRawValueNoCheck
 
Methods inherited from interface ilog.rules.teamserver.model.IlrElementSummary
getName
 
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

getProject

IlrRuleProject getProject()
                          throws IlrObjectNotFoundException
Returns the value of the 'Project' reference.

Throws:
IlrObjectNotFoundException
Returns:
the value of the 'Project' reference.
See Also:
IlrBrmPackage.getProjectInfo_Project()

getBaseline

IlrBaseline getBaseline()
                        throws IlrObjectNotFoundException
Returns the value of the 'Baseline' reference.

Throws:
IlrObjectNotFoundException
Returns:
the value of the 'Baseline' reference.
See Also:
IlrBrmPackage.getProjectInfo_Baseline()

getParameters

List getParameters()
                   throws IlrObjectNotFoundException
Returns the value of the 'Parameters' containment reference list.

The list contents are of type IlrParameter.

Throws:
IlrObjectNotFoundException
Returns:
the value of the 'Parameters' containment reference list.
See Also:
IlrBrmPackage.getProjectInfo_Parameters()

getParameters

List getParameters(IlrElementVersion version)
                   throws IlrObjectNotFoundException
Returns the value of the 'Parameters' containment reference list for the given version. Allows to retrieve the value linked to a specific version. Useful when the working baseline is the current baseline.

The list contents are of type IlrParameter.

Throws:
IlrObjectNotFoundException
Parameters:
version - The version of the element.
Returns:
the value of the 'Parameters' containment reference list.
See Also:
IlrBrmPackage.getProjectInfo_Parameters()

getCategories

List getCategories()
Returns the value of the 'Categories' attribute list.

The list contents are of type String.

Returns:
the value of the 'Categories' attribute list.
See Also:
IlrBrmPackage.getProjectInfo_Categories()

getExtractors

List getExtractors()
                   throws IlrObjectNotFoundException
Returns the value of the 'Extractors' containment reference list.

The list contents are of type IlrExtractor.

Throws:
IlrObjectNotFoundException
Returns:
the value of the 'Extractors' containment reference list.
See Also:
IlrBrmPackage.getProjectInfo_Extractors()

getExtractors

List getExtractors(IlrElementVersion version)
                   throws IlrObjectNotFoundException
Returns the value of the 'Extractors' containment reference list for the given version. Allows to retrieve the value linked to a specific version. Useful when the working baseline is the current baseline.

The list contents are of type IlrExtractor.

Throws:
IlrObjectNotFoundException
Parameters:
version - The version of the element.
Returns:
the value of the 'Extractors' containment reference list.
See Also:
IlrBrmPackage.getProjectInfo_Extractors()

getBomPathEntries

List getBomPathEntries()
                       throws IlrObjectNotFoundException
Returns the value of the 'Bom Path Entries' containment reference list.

The list contents are of type IlrBOMPathEntry.

Throws:
IlrObjectNotFoundException
Returns:
the value of the 'Bom Path Entries' containment reference list.
See Also:
IlrBrmPackage.getProjectInfo_BomPathEntries()

getBomPathEntries

List getBomPathEntries(IlrElementVersion version)
                       throws IlrObjectNotFoundException
Returns the value of the 'Bom Path Entries' containment reference list for the given version. Allows to retrieve the value linked to a specific version. Useful when the working baseline is the current baseline.

The list contents are of type IlrBOMPathEntry.

Throws:
IlrObjectNotFoundException
Parameters:
version - The version of the element.
Returns:
the value of the 'Bom Path Entries' containment reference list.
See Also:
IlrBrmPackage.getProjectInfo_BomPathEntries()

getDependencies

List getDependencies()
                     throws IlrObjectNotFoundException
Returns the value of the 'Dependencies' containment reference list.

The list contents are of type IlrDependency.

Throws:
IlrObjectNotFoundException
Returns:
the value of the 'Dependencies' containment reference list.
See Also:
IlrBrmPackage.getProjectInfo_Dependencies()

getDependencies

List getDependencies(IlrElementVersion version)
                     throws IlrObjectNotFoundException
Returns the value of the 'Dependencies' containment reference list for the given version. Allows to retrieve the value linked to a specific version. Useful when the working baseline is the current baseline.

The list contents are of type IlrDependency.

Throws:
IlrObjectNotFoundException
Parameters:
version - The version of the element.
Returns:
the value of the 'Dependencies' containment reference list.
See Also:
IlrBrmPackage.getProjectInfo_Dependencies()

getMessages

List getMessages()
                 throws IlrObjectNotFoundException
Returns the value of the 'Messages' containment reference list.

The list contents are of type IlrMessageMap.

Throws:
IlrObjectNotFoundException
Returns:
the value of the 'Messages' containment reference list.
See Also:
IlrBrmPackage.getProjectInfo_Messages()

getMessages

List getMessages(IlrElementVersion version)
                 throws IlrObjectNotFoundException
Returns the value of the 'Messages' containment reference list for the given version. Allows to retrieve the value linked to a specific version. Useful when the working baseline is the current baseline.

The list contents are of type IlrMessageMap.

Throws:
IlrObjectNotFoundException
Parameters:
version - The version of the element.
Returns:
the value of the 'Messages' containment reference list.
See Also:
IlrBrmPackage.getProjectInfo_Messages()

getRulesetProperties

List getRulesetProperties()
                          throws IlrObjectNotFoundException
Returns the value of the 'Ruleset Properties' containment reference list.

The list contents are of type IlrRulesetProperty.

Throws:
IlrObjectNotFoundException
Returns:
the value of the 'Ruleset Properties' containment reference list.
See Also:
IlrBrmPackage.getProjectInfo_RulesetProperties()

getRulesetProperties

List getRulesetProperties(IlrElementVersion version)
                          throws IlrObjectNotFoundException
Returns the value of the 'Ruleset Properties' containment reference list for the given version. Allows to retrieve the value linked to a specific version. Useful when the working baseline is the current baseline.

The list contents are of type IlrRulesetProperty.

Throws:
IlrObjectNotFoundException
Parameters:
version - The version of the element.
Returns:
the value of the 'Ruleset Properties' containment reference list.
See Also:
IlrBrmPackage.getProjectInfo_RulesetProperties()

getDynamicXOM

String getDynamicXOM()
Returns the value of the 'Dynamic XOM' attribute.

Returns:
the value of the 'Dynamic XOM' attribute.
See Also:
IlrBrmPackage.getProjectInfo_DynamicXOM()

getConfigFile

String getConfigFile()
Returns the value of the 'Config File' attribute.

Returns:
the value of the 'Config File' attribute.
See Also:
IlrBrmPackage.getProjectInfo_ConfigFile()

getTags

List getTags()
             throws IlrObjectNotFoundException
Returns the value of the 'Tags' containment reference list.

The list contents are of type IlrRuleProjectTag.

Throws:
IlrObjectNotFoundException
Returns:
the value of the 'Tags' containment reference list.
See Also:
IlrBrmPackage.getProjectInfo_Tags()

getTags

List getTags(IlrElementVersion version)
             throws IlrObjectNotFoundException
Returns the value of the 'Tags' containment reference list for the given version. Allows to retrieve the value linked to a specific version. Useful when the working baseline is the current baseline.

The list contents are of type IlrRuleProjectTag.

Throws:
IlrObjectNotFoundException
Parameters:
version - The version of the element.
Returns:
the value of the 'Tags' containment reference list.
See Also:
IlrBrmPackage.getProjectInfo_Tags()

getSchemas

List getSchemas()
                throws IlrObjectNotFoundException
Returns the value of the 'Schemas' containment reference list.

The list contents are of type IlrSchema.

Throws:
IlrObjectNotFoundException
Returns:
the value of the 'Schemas' containment reference list.
See Also:
IlrBrmPackage.getProjectInfo_Schemas()

getSchemas

List getSchemas(IlrElementVersion version)
                throws IlrObjectNotFoundException
Returns the value of the 'Schemas' containment reference list for the given version. Allows to retrieve the value linked to a specific version. Useful when the working baseline is the current baseline.

The list contents are of type IlrSchema.

Throws:
IlrObjectNotFoundException
Parameters:
version - The version of the element.
Returns:
the value of the 'Schemas' containment reference list.
See Also:
IlrBrmPackage.getProjectInfo_Schemas()

getBuildMode

String getBuildMode()
Returns the value of the 'Build Mode' attribute.

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

Returns:
the value of the 'Build Mode' attribute.
See Also:
IlrBrmPackage.getProjectInfo_BuildMode()

isDecisionService

boolean isDecisionService()
Returns the value of the 'Decision Service' attribute.

The default value is "false".

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

Returns:
the value of the 'Decision Service' attribute.
See Also:
IlrBrmPackage.getProjectInfo_DecisionService()

Decision Center API

© Copyright IBM Corp. 1987, 2013