org.opencrx.kernel.ras1.cci2
Interface Artifact

All Superinterfaces:
AlertSender, AspectCapable, Auditee, BasicObject, Cloneable, ContextCapable, Creatable, CrxObject, DescriptionContainer, Exporter, ExtentCapable, Importer, Indexed, Modifiable, SecureObject, SolutionPart
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>
ArtifactHasContext.ArtifactContext<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>
ArtifactHasDependency.Dependency<T>
getDependency()
          Retrieves a set containing all the elements for the reference dependency.
 String getDigestName()
          Retrieves the possibly null value for the optional attribute digestName.
 String getDigestValue()
          Retrieves the possibly null value for the optional attribute digestValue.
 String getVersion()
          Retrieves the possibly null value for the optional attribute version.
<T extends VariabilityPoint>
ArtifactHasVp.Vp<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, setDescription, setName
 
Methods inherited from interface org.opencrx.kernel.generic.cci2.CrxObject
getAdditionalExternalLink, getAttachedDocument, getCategory, getDisabledReason, getDocumentFolderAssignment, 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.Exporter
exportItem, exportItemAdvanced
 
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, checkPermissions, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser
 
Methods inherited from interface org.openmdx.base.cci2.ContextCapable
getContext
 
Methods inherited from interface org.openmdx.base.cci2.Creatable
getCreatedAt, getCreatedBy
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.base.cci2.Modifiable
getModifiedAt, getModifiedBy
 
Methods inherited from interface org.opencrx.kernel.generic.cci2.DescriptionContainer
getAdditionalDescription
 

Method Detail

getArtifactContext

<T extends ArtifactContext> ArtifactHasContext.ArtifactContext<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> ArtifactHasDependency.Dependency<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()
Retrieves the possibly null value for the optional attribute digestName.

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()
Retrieves the possibly null value for the optional attribute digestValue.

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()
Retrieves the possibly null value for the optional attribute version.

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> ArtifactHasVp.Vp<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-2008, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.