org.opencrx.kernel.ras1.jdo2
Class Artifact
java.lang.Object
org.oasisopen.jdo2.Identifiable
org.w3c.jdo2.AbstractObject
org.opencrx.kernel.ras1.jdo2.SolutionPart
org.opencrx.kernel.ras1.jdo2.Artifact
- All Implemented Interfaces:
- Serializable, AlertSender, Auditee, Cloneable, Exporter, Importer, Indexed, SecureObject, CrxObject, DescriptionContainer, Artifact, SolutionPart, BasicObject, ContextCapable, ExtentCapable, ViewCapable
- Direct Known Subclasses:
- DesignDiagram, DesignModel, ImplementationPart, InterfaceSpec, RequirementDiagram, RequirementModel, TestDiagram, TestModel, UseCase
public class Artifact
- extends SolutionPart
- implements Artifact
Class Artifact
- See Also:
- Serialized Form
|
Nested Class Summary |
static class |
Artifact.Slice
Slice object hold the Artifact's multivalued attributes |
| Nested classes/interfaces inherited from class org.w3c.jdo2.AbstractObject |
org.w3c.jdo2.AbstractObject.EmbeddedList<E>, org.w3c.jdo2.AbstractObject.EmbeddedSet<E> |
|
Field Summary |
static List<String> |
CLASS
Define the model class org::opencrx::kernel::ras1::Artifact |
| Methods inherited from class org.opencrx.kernel.ras1.jdo2.SolutionPart |
addOwningGroup, addToAsset, addToAsset, checkPermissions, clone_, exportItem, exportItemAdvanced, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getAdditionalDescription, getAdditionalExternalLink, getAttachedDocument, getAudit, getCategory, getContext, getCreatedAt, getCreatedBy, getDescription, getDisabledReason, getDocumentFolderAssignment, getExternalLink, getIdentity, getIndexEntry, getMedia, getModifiedAt, getModifiedBy, getName, getNote, getOwner, getOwningGroup, getOwningUser, 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, getView, importItem, isDisabled, isUserBoolean0, isUserBoolean1, isUserBoolean2, isUserBoolean3, openmdxjdoGetObjectId, openmdxjdoGetSlices, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, sendAlert, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setCategory, setDescription, setDisabled, setDisabledReason, setExternalLink, setName, setOwningUser, setOwningUser, 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, updateIndex |
| Methods inherited from class org.w3c.jdo2.AbstractObject |
openmdxjdoClassName, openmdxjdoGetIdentityBuilder, openmdxjdoGetList, openmdxjdoGetObjectsByParent, openmdxjdoGetSet, openmdxjdoGetSparseArray, openmdxjdoNewMap, openmdxjdoNewSlice, openmdxjdoSetArray, openmdxjdoSetCollection, openmdxjdoToArray, openmdxjdoToArray, openmdxjdoValidateElement |
| Methods inherited from class org.oasisopen.jdo2.Identifiable |
jdoClass, modelClasses, openmdxjdoGetObject, openmdxjdoGetObjectById, openmdxjdoGetObjectId, openmdxjdoGetObjectSet, openmdxjdoNewObjectId, openmdxjdoNewObjectId |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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.Auditee |
getAudit |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Cloneable |
clone_ |
| 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 |
CLASS
public static final List<String> CLASS
- Define the model class
org::opencrx::kernel::ras1::Artifact
Artifact
public Artifact()
getDependency
public <T extends ArtifactDependency> ArtifactHasDependency.Dependency<T> getDependency()
- Retrieves a set containing all the elements for the reference
dependency.
- Specified by:
getDependency in interface Artifact
- Returns:
- A set containing all the elements for this reference.
getDigestValue
public final String getDigestValue()
- Retrieves the possibly null value for the optional attribute
digestValue.
- Specified by:
getDigestValue in interface Artifact
- Returns:
- The possibly null value for attribute
digestValue.
setDigestValue
public void setDigestValue(String digestValue)
- Sets a new value for the attribute
digestValue.
- Specified by:
setDigestValue in interface Artifact
- Parameters:
digestValue - The possibly null new value for attribute digestValue.
getArtifactContext
public <T extends ArtifactContext> ArtifactHasContext.ArtifactContext<T> getArtifactContext()
- Retrieves a set containing all the elements for the reference
artifactContext.
- Specified by:
getArtifactContext in interface Artifact
- Returns:
- A set containing all the elements for this reference.
getArtifactType
public String getArtifactType()
- Retrieves the value for the attribute
artifactType.
- Specified by:
getArtifactType in interface Artifact
- Returns:
- The non-null value for attribute
artifactType.
setArtifactType
public void setArtifactType(String artifactType)
- Sets a new value for the attribute
artifactType.
- Specified by:
setArtifactType in interface Artifact
- Parameters:
artifactType - The non-null new value for attribute artifactType.
getVp
public <T extends VariabilityPoint> ArtifactHasVp.Vp<T> getVp()
- Retrieves a set containing all the elements for the reference
vp.
- Specified by:
getVp in interface Artifact
- Returns:
- A set containing all the elements for this reference.
getVersion
public final String getVersion()
- Retrieves the possibly null value for the optional attribute
version.
- Specified by:
getVersion in interface Artifact
- Returns:
- The possibly null value for attribute
version.
setVersion
public void setVersion(String version)
- Sets a new value for the attribute
version.
- Specified by:
setVersion in interface Artifact
- Parameters:
version - The possibly null new value for attribute version.
getDigestName
public final String getDigestName()
- Retrieves the possibly null value for the optional attribute
digestName.
- Specified by:
getDigestName in interface Artifact
- Returns:
- The possibly null value for attribute
digestName.
setDigestName
public void setDigestName(String digestName)
- Sets a new value for the attribute
digestName.
- Specified by:
setDigestName in interface Artifact
- Parameters:
digestName - The possibly null new value for attribute digestName.
openmdxjdoGetSize
protected int openmdxjdoGetSize(int field)
- Overrides:
openmdxjdoGetSize in class SolutionPart
openmdxjdoSetSize
protected void openmdxjdoSetSize(int field,
int size)
- Overrides:
openmdxjdoSetSize in class SolutionPart
newSlice
protected org.w3c.jdo2.AbstractObject.Slice newSlice(int index)
- Overrides:
newSlice in class SolutionPart
openmdxjdoGetClass
protected List<String> openmdxjdoGetClass()
- Retrieve the model class
- Overrides:
openmdxjdoGetClass in class SolutionPart
- Returns:
- the model class
- See Also:
Artifact.CLASS
newIdentity
public static SolutionPart.Identity newIdentity(Product.Identity asset,
QualifierType idType,
String id)
openmdxjdoToIdentity
public static SolutionPart.Identity openmdxjdoToIdentity(ObjectId objectId)
This software is published under the BSD license. Copyright © 2003-2008, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.