Decision Center API

ilog.rules.teamserver.brm
Interface IlrRuleArtifact

All Superinterfaces:
Cloneable, IlrBasicModelElement, ilog.rules.teamserver.model.IlrCompositeObject, ilog.rules.commonbrm.model.IlrElement, IlrElementDetails, IlrElementHandle, IlrElementSummary, IlrModelElement, IlrPackageElement, IlrProjectElement, Serializable
All Known Subinterfaces:
IlrActionRule, IlrBRLRule, IlrBusinessRule, IlrDecisionTable, IlrDecisionTree, IlrFunction, IlrRule, IlrTechnicalRule

public interface IlrRuleArtifact
extends IlrPackageElement

A representation of the model object 'Rule Artifact'.

The following features are supported:

See Also:
IlrBrmPackage.getRuleArtifact()

Method Summary
 IlrDefinition getDefinition()
          Returns the value of the 'Definition' containment reference.
 IlrDefinition getDefinition(IlrElementVersion version)
          Returns the value of the 'Definition' containment reference 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 isActive()
          Returns the value of the 'Active' 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

getTags

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

The list contents are of type IlrRuleArtifactTag.

Throws:
IlrObjectNotFoundException
Returns:
the value of the 'Tags' containment reference list.
See Also:
IlrBrmPackage.getRuleArtifact_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 IlrRuleArtifactTag.

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

isActive

boolean isActive()
Returns the value of the 'Active' attribute.

Returns:
the value of the 'Active' attribute.
See Also:
IlrBrmPackage.getRuleArtifact_Active()

getDefinition

IlrDefinition getDefinition()
                            throws IlrObjectNotFoundException
Returns the value of the 'Definition' containment reference.

Throws:
IlrObjectNotFoundException
Returns:
the value of the 'Definition' containment reference.
See Also:
IlrBrmPackage.getRuleArtifact_Definition()

getDefinition

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

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

Decision Center API

© Copyright IBM Corp. 1987, 2013