org.opencrx.kernel.ras1.cci2
Interface Artifact

All Superinterfaces:
AlertSender, Auditee, org.openmdx.base.cci2.BasicObject, Cloneable, org.openmdx.base.cci2.ContextCapable, CrxObject, DescriptionContainer, org.openmdx.base.cci2.ExtentCapable, Importer, Indexed, SecureObject, SolutionPart, SubscriptionTarget, org.openmdx.compatibility.view1.cci2.ViewCapable, XmlExporter
All Known Subinterfaces:
Artifact, DesignDiagram, DesignDiagram, DesignModel, DesignModel, DesignPart, DesignPart, ImplementationPart, ImplementationPart, InterfaceSpec, InterfaceSpec, RequirementDiagram, RequirementDiagram, RequirementModel, RequirementModel, RequirementPart, RequirementPart, TestDiagram, TestDiagram, TestModel, TestModel, TestPart, TestPart, UseCase, UseCase
All Known Implementing Classes:
Artifact, DesignDiagram, DesignModel, ImplementationPart, InterfaceSpec, RequirementDiagram, RequirementModel, TestDiagram, TestModel, UseCase

public interface Artifact
extends SolutionPart

Class Artifact


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.opencrx.kernel.ras1.cci2.SolutionPart
SolutionPart.Identity
 
Method Summary
<T extends ArtifactContext>
Collection<T>
getArtifactContext()
          Retrieves a set containing all the elements for the reference artifactContext.
 String getArtifactType()
          Retrieves the value for the attribute artifactType.
<T extends ArtifactDependency>
Collection<T>
getDependency()
          Retrieves a set containing all the elements for the reference dependency.
 String getDigestName()
           
 String getDigestValue()
           
 String getVersion()
           
<T extends VariabilityPoint>
Collection<T>
getVp()
          Retrieves a set containing all the elements for the reference vp.
 void setArtifactType(String artifactType)
          Sets a new value for the attribute artifactType.
 void setDigestName(String digestName)
          Sets a new value for the attribute digestName.
 void setDigestValue(String digestValue)
          Sets a new value for the attribute digestValue.
 void setVersion(String version)
          Sets a new value for the attribute version.
 
Methods inherited from interface org.opencrx.kernel.ras1.cci2.SolutionPart
getDescription, getName, setAsset, setAsset, setDescription, setName
 
Methods inherited from interface org.opencrx.kernel.generic.cci2.CrxObject
getAdditionalExternalLink, getAttachedDocument, getCategory, getDisabledReason, getExternalLink, getMedia, getNote, getPropertySet, getPropertySetEntry, getRating, getUserBoolean4, getUserCode0, getUserCode1, getUserCode2, getUserCode3, getUserCode4, getUserDate0, getUserDate1, getUserDate2, getUserDate3, getUserDate4, getUserDateTime0, getUserDateTime1, getUserDateTime2, getUserDateTime3, getUserDateTime4, getUserNumber0, getUserNumber1, getUserNumber2, getUserNumber3, getUserNumber4, getUserString0, getUserString1, getUserString2, getUserString3, getUserString4, isDisabled, isUserBoolean0, isUserBoolean1, isUserBoolean2, isUserBoolean3, setCategory, setDisabled, setDisabledReason, setExternalLink, setUserBoolean0, setUserBoolean1, setUserBoolean2, setUserBoolean3, setUserBoolean4, setUserCode0, setUserCode1, setUserCode2, setUserCode3, setUserCode4, setUserDate0, setUserDate1, setUserDate2, setUserDate3, setUserDate4, setUserDateTime0, setUserDateTime1, setUserDateTime2, setUserDateTime3, setUserDateTime4, setUserNumber0, setUserNumber1, setUserNumber2, setUserNumber3, setUserNumber4, setUserString0, setUserString1, setUserString2, setUserString3, setUserString4
 
Methods inherited from interface org.opencrx.kernel.base.cci2.AlertSender
sendAlert
 
Methods inherited from interface org.opencrx.kernel.base.cci2.Auditee
getAudit
 
Methods inherited from interface org.opencrx.kernel.base.cci2.Cloneable
clone_
 
Methods inherited from interface org.opencrx.kernel.base.cci2.Importer
importItem
 
Methods inherited from interface org.opencrx.kernel.base.cci2.Indexed
getIndexEntry, updateIndex
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject
addOwningGroup, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SubscriptionTarget
addSubscription, addSubscriptionForParent, removeSubscription, removeSubscriptionForParent
 
Methods inherited from interface org.opencrx.kernel.base.cci2.XmlExporter
exportXml
 
Methods inherited from interface org.openmdx.base.cci2.BasicObject
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable
getView
 
Methods inherited from interface org.opencrx.kernel.generic.cci2.DescriptionContainer
getAdditionalDescription
 

Method Detail

getArtifactContext

<T extends ArtifactContext> Collection<T> getArtifactContext()
Retrieves a set containing all the elements for the reference artifactContext.

Returns:
A set containing all the elements for this reference.

getArtifactType

String getArtifactType()
Retrieves the value for the attribute artifactType.

Returns:
The non-null value for attribute artifactType.

setArtifactType

void setArtifactType(String artifactType)
Sets a new value for the attribute artifactType.

Parameters:
artifactType - The non-null new value for attribute artifactType.

getDependency

<T extends ArtifactDependency> Collection<T> getDependency()
Retrieves a set containing all the elements for the reference dependency.

Returns:
A set containing all the elements for this reference.

getDigestName

String getDigestName()
Returns:
The possibly null value for attribute digestName.

setDigestName

void setDigestName(String digestName)
Sets a new value for the attribute digestName.

Parameters:
digestName - The possibly null new value for attribute digestName.

getDigestValue

String getDigestValue()
Returns:
The possibly null value for attribute digestValue.

setDigestValue

void setDigestValue(String digestValue)
Sets a new value for the attribute digestValue.

Parameters:
digestValue - The possibly null new value for attribute digestValue.

getVersion

String getVersion()
Returns:
The possibly null value for attribute version.

setVersion

void setVersion(String version)
Sets a new value for the attribute version.

Parameters:
version - The possibly null new value for attribute version.

getVp

<T extends VariabilityPoint> Collection<T> getVp()
Retrieves a set containing all the elements for the reference vp.

Returns:
A set containing all the elements for this reference.


This software is published under the BSD license. Copyright © 2003-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.