Interface CLArtifact
-
- All Superinterfaces:
ADAccessAble
,ADClientAble
,ADFindAble
,ADHistoryAble
,ADLockAble
,ADM2AttrModifyAble
,ADOptionAble
,ADReferenceAble
,ADVersionAble
,CLClassifier
,CLDeployedArtifact
,CLTemplateAbleElement
,CLTemplateParameterAbleElement
,ELClassifier
,ELContainerAble
,ELContAsgnAble
,ELDeleteAble
,ELElement
,ELFileAble
,ELNamedElement
,ELNamespaceAble
,ELNamespaceAsgnAble
,ELObject
,ELPackageAble
,ELRedefAble
,ELType
,ELUUIDAble
,ELValueContainerAble
,MECommentAble
,MEConstraintAble
,MEModelElement
,MENamedElement
,MENamespaceAble
,MENamespaceAsgnAble
,MEPackageAble
,MEStereotypeAble
,MMAttachmentAble
,MMCommentContainerAble
,MMLabelAble
,MMLabelTextAttachmentAble
,MMStereotypeAble
,MMTextAble
- All Known Subinterfaces:
CLDeploymentSpec
public interface CLArtifact extends CLClassifier, ELFileAble, MEPackageAble, CLDeployedArtifact
An artifact is the specification of a physical piece of information that is used or produced by a software development process or by deployment and operation of a system. Examples of artifacts include model files, source files, scripts, binary executable files, a table in a database system, a development deliverable, or a word-processing document, a mail message.- See Also:
CLArtifactHelper
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CLArtifact.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
checkIn(ARG_File valFile, boolean overrideNewerServerVersion)
The file provided is checked-in as the current version of this artifact.ARG_CheckOutCmd
checkOut(boolean checkOutForConsolidation)
Provides the current version of this artifact.CLArtifact
getArtifact()
The artifact owning this artifact.int
getCheckInCount()
Number of check-ins.java.util.Date
getCheckInTime()
Time of the last check-in.java.lang.String
getCheckInUser()
Name of the user who checked-in.java.lang.String
getExtension()
Returns the extension contained in the name of this artifact.java.util.Date
getFileModificationTime()
The modification time of the corresponding file of this artifact.java.util.Date
getFileModificationTimeAtCheckOut()
File modification time at time of check-out.java.lang.String
getFileName()
File name of this artifact.int
getFileVersionAtCheckOut()
File version at time of check-out.java.util.List<CLManifestation>
getManifestation(K_CONTROL_OPTION... behaviourFlags)
The set of model elements that are manifested in the artifact.int
getMaxFileSize()
java.util.Date
getModelSynchronizationTime()
The time of the last upload of the file of thisCLArtifact
to the model.<T extends CLArtifact>
java.util.List<T>getNestedArtifact(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
The artifacts that are defined (nested) within the artifact.<T extends CLProperty>
java.util.List<T>getOwnedAttribute(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
The attributes or association ends defined for the artifact.java.util.List<CLOperation>
getOwnedOperation(K_CONTROL_OPTION... behaviourFlags)
The operations defined for the artifact.ARG_File
getTemplateFile()
Returns the template file configured for the extension of the current object.java.lang.String
getWorkingFileName()
Returns the name of the working file.boolean
hasCheckedInFile()
A file has been checked-in for this artifact.boolean
hasOnlyUtilizedComponent()
isTrue, if all utilized elements of this artifact are components.boolean
hasTemplateFile()
A template file is provided for this artifact's extension and stereotype.boolean
isFileAssignAble()
This artifact can import a file.boolean
isFileVersionNewerThenCheckedOutVersion()
A file has been checked-in for this artifact since the latest check-out.MEAttachment
moveFileToNewAttachment()
If thisCLArtifact
contains a file anMEAttachment
is created and the file moved from the artifact to the attachment.void
setFileName(java.lang.String value)
Set the value of Attribut FileName.-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADAccessAble
getAccessRole, getReadRole, hasAccess, setAccessRole, setReadRole
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADClientAble
getAnnotation, getEndAnalysisDia, getLogic, getLogic, getPresentationContext, getSection, getStartAnalysisDia
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADHistoryAble
getCreateTime, getCreator, getHistory, getModifier, getModifyTime, modifyHistory, setHistory
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADLockAble
getLock, getLockableCache, getLockLogin, getLockName, hasClutch, hasLock, hasNoLock, hasOthLock, hasOwnLock, isLockable, lock, unlock
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADM2AttrModifyAble
getTabCell, getTabCellObjectList, getTabCreateTemplate, getTabCreateTemplateObjectList, getTabElement, getTabElementRowList, getTabElementRowTypeList, getTabRowList, tabCellModify, tabCreateTemplate, tabElementModify
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADOptionAble
getOwnedOption, modifyOptionDlg
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADReferenceAble
getReferenceContainer, setReferenceContainer
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADVersionAble
getVersionFile, getVersionList, getVersionListWithoutOpenInfo
-
Methods inherited from interface de.mid.innovator.srv2api.icw2class.CLClassifier
dialogFolderRedefine, getAggregatedClassifier, getAggregatedClassifier, getAggregatedOrComposedClassifier, getAggregatedOrComposedClassifier, getAggregatingClassifier, getAggregatingClassifier, getAggregatingOrComposingClassifier, getAggregatingOrComposingClassifier, getClassifierInstance, getClassifierTemplateParameter, getComposedClassifier, getComposedClassifier, getComposingClassifier, getComposingClassifier, getContract, getContract, getContractSubstitution, getCreateObjectAction, getExceptionHandler, getInstSpec, getInterface, getOwnClass, getOwnedRule, getOwnedTemplateParameter, getOwnedUseCase, getProvidedInterface, getProvidedInterface, getProvidedInterfaceDirect, getProvidedInterfaceDirect, getRealizingClassifierRealization, getRequiredInterface, getRequiredInterface, getRequiredInterfaceDirect, getRequiredInterfaceDirect, getSubstitution, getTypedBCProperty, getTypedObjectNode, getTypedParameter, getTypedProperty, getTypedVariable, getTypedVariableDRGElement, getTypedVariableDRGElement, getUnmarshallAction, getUseCase
-
Methods inherited from interface de.mid.innovator.srv2api.icw2class.CLDeployedArtifact
getDeployedArtifact
-
Methods inherited from interface de.mid.innovator.srv2api.icw2class.CLTemplateAbleElement
getActualTemplateParameter, getActualTemplateParameter, getOwnedTemplateParameter, getTemplateBindingSource, getTemplateBindingTarget, getTemplateParameter
-
Methods inherited from interface de.mid.innovator.srv2api.icw2class.CLTemplateParameterAbleElement
getActualParameterSubstitution, getOwningTemplateParameter, getTemplateParameter
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELClassifier
getAssociation, getAssociation, getAssociationEndFirstTypedBySelf, getAssociationEndFirstTypedBySelf, getAssociationEndNavigableTypedBySelf, getAssociationEndNavigableTypedBySelf, getAssociationEndNavigableTypedBySelfOrGeneralTransitive, getAssociationEndNavigableTypedBySelfOrGeneralTransitive, getAssociationEndTypedBySelf, getAssociationEndTypedBySelf, getAssociationEndTypedBySelfOrGeneralTransitive, getAssociationEndTypedBySelfOrGeneralTransitive, getAssociationNavigableFrom, getAssociationNavigableFrom, getAssociationOfSelfOrGeneralTransitive, getAssociationOfSelfOrGeneralTransitive, getAssociationTypedBySelf, getAssociationTypedBySelf, getClassifierViewGroup, getEffectiveRedefinerOfAssocEnd, getEffectiveRedefinerOfAssocEnd, getEffectiveSubsetterOfAssocEnd, getEffectiveSubsetterOfAssocEnd, getGeneralDirect, getGeneralDirect, getGeneralGeneralizationSet, getGeneralGeneralizationSet, getGeneralization, getGeneralTransitive, getGeneralTransitive, getItemDefinition, getOwnedAndInheritedMember, getOwnedAndInheritedMember, getPropertyNavigableFrom, getPropertyNavigableFrom, getPropertyNavigableFromSelfOrGeneralTransitive, getPropertyNavigableFromSelfOrGeneralTransitive, getSelfAndGeneralTransitive, getSelfAndGeneralTransitive, getSelfAndSpecificTransitive, getSelfAndSpecificTransitive, getSelfAndSpecificTransitiveNotAbstract, getSelfAndSpecificTransitiveNotAbstract, getSpecialization, getSpecificDirect, getSpecificDirect, getSpecificGeneralization, getSpecificGeneralizationSet, getSpecificGeneralizationSet, getSpecificTransitive, getSpecificTransitive, getSpecificTransitiveNotAbstract, getSpecificTransitiveNotAbstract, getSpecificTransitiveNotAbstractRange, getSpecificTransitiveNotAbstractRange, getSpecificTransitiveNotAbstractTypesOfEffectiveSubsetterOfAssocEnd, getSpecificTransitiveNotAbstractTypesOfEffectiveSubsetterOfAssocEnd, getSpecificTransitiveNotAbstractTypesOfEffectiveSubsetterOfAssocEndIntersectedByInverseAssocEnd, getSpecificTransitiveNotAbstractTypesOfEffectiveSubsetterOfAssocEndIntersectedByInverseAssocEnd, getTypedCLStructureEntry, getTypedMaskField, getTypesOfEffectiveSubsetterOfAssocEnd, getTypesOfEffectiveSubsetterOfAssocEnd, getViewTransitive, getViewTransitive, isAbstract, isRoot, isSpecificTransitive, setAbstract
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContainerAble
getClientDependency, getOwnedElement, getOwnedElementTransitiveDown, getOwnedElementTransitiveDown, getOwnedElementTransitiveDownAndUnresolved, getOwnedElementTransitiveDownAndUnresolved, getOwnedOrReferencedElementTransitiveDown, getOwnedOrReferencedElementTransitiveDown, getOwnedRelshipBinDirWithTarget, getOwnedRelshipBinDirWithTarget, getRedirectedModelContainer, getRelshipBinDirSource, getSelfAndOwnedElementTransitiveDown, getSelfAndOwnedElementTransitiveDown, getSortedContents, sortContents
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContAsgnAble
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwner
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELDeleteAble
delete
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELElement
duplicateElement, getAssignAbleToVattr, getAssignAbleToVattr, getClientId, getCreateTemplateOfInstance, getDisplayBitmap, getDisplayColor, getDisplayFont, getDisplayLine, getDisplayName, getDisplayNameShort, getDisplayNSName, getElementCache, getElementMappingInformation, getQualifiedNamespaceName, getRelshipBinDir, getRelshipBinDir, getRelshipBinDirTarget, getUnitToLock, getValSpecElement, isContainedInProfile, isUnresolved, lockUnit, setUnresolved, unlockUnit
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELFileAble
getContent
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELNamedElement
getName, getNameKind, getQualifiedDisplayName, getQualifiedName, getQualifiedTLName, getSupplierDependency, rename, setName, setNameKind
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELNamespaceAble
getElementImport, getImportedElement, getImportedElement, getImportedPackage, getImportedPackage, getMember, getMember, getMemberByPattern, getMemberByPattern, getOwnedConstraint, getOwnedMember, getOwnedMemberByPath, getOwnedMemberByPattern, getOwnedMemberByPattern, getOwnedMemberTransitiveByPattern, getOwnedMemberTransitiveByPattern, getOwnedMemberTransitiveByPatternIgnoreCase, getOwnedMemberTransitiveByPatternIgnoreCase, getPackageImport
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELNamespaceAsgnAble
getMnClassicTREFName, getNamespace, getNamespaceName, getPath, getSeparator, getVisibility, setUniqueName, setVisibility
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasRead
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELPackageAble
getElementImportingNamespace, getElementImportingNamespace, getImportedPackageAble, getOwningPackage
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELRedefAble
getRedefined, getRedefining, isLeaf, isRedefined, isRedefining, setLeaf, setRedefined
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELType
getRaisingAsException, getTypedElement, getTypedElementNotAssocEnd, getTypedElementNotAssocEnd
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELUUIDAble
getHyperlinkReferenceAble, getNotToTranslateAttribute, getTranslatedValue, getUUID, setUUID
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELValueContainerAble
getValueReUseAble, setValueReUseAble
-
Methods inherited from interface de.mid.innovator.srv2api.icw2model.MECommentAble
getAssignedComment, getAssignedComment, getCommentAssign
-
Methods inherited from interface de.mid.innovator.srv2api.icw2model.MEConstraintAble
getAssignedConstraint, getAssignedConstraint, getConstraintAssign
-
Methods inherited from interface de.mid.innovator.srv2api.icw2model.MEModelElement
buildProxyConnection, getActivityPartition, getConsider, getContentStereotypeByClass, getCreateTemplateByClass, getElementColor, getFirstValidContentStereotype, getIgnore, getKnownTypeSystems, getMEModelName, getModelElement, getModelElement, getPresContext, getPresContext, getPresetMapping, getPRPresContent, setElementColor
-
Methods inherited from interface de.mid.innovator.srv2api.icw2model.MENamedElement
getMappingSourceElement, getMappingSourceElement, getMESupplierDependency, getMESupplierMappingDependency
-
Methods inherited from interface de.mid.innovator.srv2api.icw2model.MENamespaceAble
getMEOwnedMember, getMEPackageImport
-
Methods inherited from interface de.mid.innovator.srv2api.icw2model.MENamespaceAsgnAble
getMENamespace, getSignatureMessage
-
Methods inherited from interface de.mid.innovator.srv2api.icw2model.MEPackageAble
getComponent, getManifest
-
Methods inherited from interface de.mid.innovator.srv2api.icw2model.MEStereotypeAble
getApplicableAnalysisDia, getClientMappingDependency, getDecisionMade, getDecisionOwned, getKnowledgeSourceOfOwner, getMappingTargetElement, getMappingTargetElement, getProxyAsgProperty, getRepresentingArtifact, getRequirementOfStakeholder, getRequirementOfStakeholderOwner, isMapped, setMapped, setRequirementOfStakeholder
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MMAttachmentAble
getAssignedAttachment, getAttachmentAssign, getDefaultAttachment, getOwnedAttachment, setDefaultAttachment
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MMCommentContainerAble
getOutgoingConceptRealization, getOwnedComment, getRealizedConcept, getRealizedConcept, replaceRealizedConcepts, setRealizedConcept
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MMLabelAble
getLabel, getLabelBoolValue, getLabelColor, getLabelInfo, getLabelLongValue, getLabelNameValue, getLabelStringValue, getLabelValueByPattern, getLabelValueByPattern, getLabelValueList, getOwnedLabelValSpec, hasLabel, modifyLabelValuesByName, setLabelInfo
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MMStereotypeAble
assignStereotypeDlg, cloneElement, completelySynchronizeOthers, completelySynchronizeThis, getAttrCnstrEffective, getCreateTemplate, getDisplayType, getOwnedFormat, getOwnedStereotypePropertyValSpec, getOwnedStereotypeTSOptionValSpec, getOwnedSyncedElement, getPropBoolValue, getPropLongValue, getPropStringValue, getPropValueList, getStereoPropValueByPattern, getStereoPropValueByPattern, getStereotype, getStereotypeName, getStereotypeProperty, getStereotypePropertyInfo, getStereotypePropertyNameValue, getStereotypeTSOption, getStereotypeTSOptionBoolValue, getStereotypeTSOptionInfo, getStereotypeTSOptionLongValue, getStereotypeTSOptionNameValue, getStereotypeTSOptionStringValue, getStereotypeTSOptionValueByPattern, getStereotypeTSOptionValueByPattern, getStereotypeTSOptionValueList, getSyncedElement, getSyncedStereotypeAble, getSyncedStereotypeAble, isCloneAbleElement, modifyStereotypePropertyValuesByName, modifyStereotypeTSOptionValuesByName, setStereotype, setStereotypePropertyInfo, setStereotypeTSOptionInfo, setSyncedStereotypeAble
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MMTextAble
getFlowExpandedValue, getModifyFlowDocuments, getModifyTextValues, getModifyTextValuesDlgInit, getOwnedTextValue, getOwnedTextValueByPattern, getTextExpandedValue, getTextStringValue, getURIList, modifyFlowDocuments, modifyTextValuesDlg
-
-
-
-
Method Detail
-
getCheckInCount
int getCheckInCount() throws InoNetException, SrvErrorException
Number of check-ins.- Throws:
InoNetException
SrvErrorException
-
getCheckInTime
java.util.Date getCheckInTime() throws InoNetException, SrvErrorException
Time of the last check-in.- Throws:
InoNetException
SrvErrorException
-
getCheckInUser
java.lang.String getCheckInUser() throws InoNetException, SrvErrorException
Name of the user who checked-in.- Throws:
InoNetException
SrvErrorException
-
getFileModificationTime
java.util.Date getFileModificationTime() throws InoNetException, SrvErrorException
The modification time of the corresponding file of this artifact.- Throws:
InoNetException
SrvErrorException
-
getModelSynchronizationTime
java.util.Date getModelSynchronizationTime() throws InoNetException, SrvErrorException
The time of the last upload of the file of thisCLArtifact
to the model.- Throws:
InoNetException
SrvErrorException
-
getFileName
java.lang.String getFileName() throws InoNetException, SrvErrorException
File name of this artifact.- Throws:
InoNetException
SrvErrorException
-
setFileName
void setFileName(java.lang.String value) throws InoNetException, SrvErrorException
Set the value of Attribut FileName.- Parameters:
value
- The value to be set.- Throws:
InoNetException
SrvErrorException
-
getExtension
java.lang.String getExtension() throws InoNetException, SrvErrorException
Returns the extension contained in the name of this artifact.- Throws:
InoNetException
SrvErrorException
-
getFileModificationTimeAtCheckOut
java.util.Date getFileModificationTimeAtCheckOut() throws InoNetException, SrvErrorException
File modification time at time of check-out.- Throws:
InoNetException
SrvErrorException
-
getFileVersionAtCheckOut
int getFileVersionAtCheckOut() throws InoNetException, SrvErrorException
File version at time of check-out.- Throws:
InoNetException
SrvErrorException
-
hasCheckedInFile
boolean hasCheckedInFile() throws InoNetException, SrvErrorException
A file has been checked-in for this artifact.- Throws:
InoNetException
SrvErrorException
-
hasOnlyUtilizedComponent
boolean hasOnlyUtilizedComponent() throws InoNetException, SrvErrorException
isTrue, if all utilized elements of this artifact are components.- Throws:
InoNetException
SrvErrorException
-
hasTemplateFile
boolean hasTemplateFile() throws InoNetException, SrvErrorException
A template file is provided for this artifact's extension and stereotype.- Throws:
InoNetException
SrvErrorException
-
isFileAssignAble
boolean isFileAssignAble() throws InoNetException, SrvErrorException
This artifact can import a file.- Throws:
InoNetException
SrvErrorException
-
isFileVersionNewerThenCheckedOutVersion
boolean isFileVersionNewerThenCheckedOutVersion() throws InoNetException, SrvErrorException
A file has been checked-in for this artifact since the latest check-out.- Throws:
InoNetException
SrvErrorException
-
getWorkingFileName
java.lang.String getWorkingFileName() throws InoNetException, SrvErrorException
Returns the name of the working file.- Throws:
InoNetException
SrvErrorException
-
getMaxFileSize
int getMaxFileSize() throws InoNetException, SrvErrorException
- Throws:
InoNetException
SrvErrorException
-
getTemplateFile
ARG_File getTemplateFile() throws InoNetException, SrvErrorException
Returns the template file configured for the extension of the current object.- Throws:
InoNetException
SrvErrorException
-
checkIn
void checkIn(ARG_File valFile, boolean overrideNewerServerVersion) throws InoNetException, SrvErrorException
The file provided is checked-in as the current version of this artifact.- Parameters:
valFile
-overrideNewerServerVersion
-- Throws:
InoNetException
SrvErrorException
-
checkOut
ARG_CheckOutCmd checkOut(boolean checkOutForConsolidation) throws InoNetException, SrvErrorException
Provides the current version of this artifact.- Parameters:
checkOutForConsolidation
-- Throws:
InoNetException
SrvErrorException
-
moveFileToNewAttachment
MEAttachment moveFileToNewAttachment() throws InoNetException, SrvErrorException
If thisCLArtifact
contains a file anMEAttachment
is created and the file moved from the artifact to the attachment. The result is the created attachment.- Throws:
InoNetException
SrvErrorException
-
getManifestation
java.util.List<CLManifestation> getManifestation(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
The set of model elements that are manifested in the artifact. These model elements are utilized in the construction (or generation) of the artifact.- Parameters:
behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
- Sorted:
- the result may be sorted.
-
getOwnedAttribute
<T extends CLProperty> java.util.List<T> getOwnedAttribute(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
The attributes or association ends defined for the artifact.- Parameters:
returnType
- Specifies the type of elements to be returned.behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
- Sorted:
- the result may sorted.
-
getOwnedOperation
java.util.List<CLOperation> getOwnedOperation(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
The operations defined for the artifact.- Parameters:
behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
- Sorted:
- the result may be sorted.
-
getNestedArtifact
<T extends CLArtifact> java.util.List<T> getNestedArtifact(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
The artifacts that are defined (nested) within the artifact.- Parameters:
returnType
- Specifies the type of elements to be returned.behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
- Sorted:
- the result may be sorted.
-
getArtifact
CLArtifact getArtifact() throws InoNetException, SrvErrorException
The artifact owning this artifact.- Throws:
InoNetException
SrvErrorException
-
-