Uses of Class
org.spdx.library.model.v2.ExternalDocumentRef
-
Packages that use ExternalDocumentRef Package Description org.spdx.library.model.v2 Model compatible with version 2 of the SPDX spec (2.0, 2.1, 2.2, and 2.3) -
-
Uses of ExternalDocumentRef in org.spdx.library.model.v2
Methods in org.spdx.library.model.v2 that return ExternalDocumentRef Modifier and Type Method Description ExternalDocumentRef
ModelObjectV2. createExternalDocumentRef(String externalDocumentId, String externalDocumentUri, Checksum checksum)
ExternalDocumentRef
ExternalDocumentRef. setChecksum(Checksum checksum)
ExternalDocumentRef
ExternalDocumentRef. setSpdxDocument(SpdxDocument spdxDocument)
ExternalDocumentRef
ExternalDocumentRef. setSpdxDocumentNamespace(String documentNamespace)
Set the document namespaceMethods in org.spdx.library.model.v2 that return types with arguments of type ExternalDocumentRef Modifier and Type Method Description static Optional<ExternalDocumentRef>
ExternalDocumentRef. getExternalDocRefByDocNamespace(org.spdx.storage.IModelStore stModelStore, String stDocumentUri, String externalDocUri, org.spdx.core.IModelCopyManager copyManager, String specVersion)
Obtain an ExternalDocumentRef which maps to the document URI for the external SPDX document.Collection<ExternalDocumentRef>
SpdxDocument. getExternalDocumentRefs()
Methods in org.spdx.library.model.v2 with parameters of type ExternalDocumentRef Modifier and Type Method Description int
ExternalDocumentRef. compareTo(ExternalDocumentRef o)
Method parameters in org.spdx.library.model.v2 with type arguments of type ExternalDocumentRef Modifier and Type Method Description SpdxDocument
SpdxDocument. setExternalDocumentRefs(Collection<ExternalDocumentRef> externalDocumentRefs)
Clear the externalDocumentRefs and add all elements from externalDocumentRefs
-