Uses of Class
org.spdx.library.model.ExternalDocumentRef
| Package | Description |
|---|---|
| org.spdx.library.model |
Copyright (c) 2019 Source Auditor Inc.
|
| org.spdx.utility.compare |
Utility classes for comparing SPDX model objects
|
-
Uses of ExternalDocumentRef in org.spdx.library.model
Methods in org.spdx.library.model that return ExternalDocumentRef Modifier and Type Method Description ExternalDocumentRefModelObject. createExternalDocumentRef(String externalDocumentId, String externalDocumentUri, Checksum checksum)ExternalDocumentRefExternalDocumentRef. setChecksum(Checksum checksum)ExternalDocumentRefExternalDocumentRef. setSpdxDocument(SpdxDocument spdxDocument)ExternalDocumentRefExternalDocumentRef. setSpdxDocumentNamespace(String documentNamespace)Set the document namespaceMethods in org.spdx.library.model that return types with arguments of type ExternalDocumentRef Modifier and Type Method Description static Optional<ExternalDocumentRef>ExternalDocumentRef. getExternalDocRefByDocNamespace(IModelStore stModelStore, String stDocumentUri, String externalDocUri, ModelCopyManager copyManager)Obtain an ExternalDocumentRef which maps to the document URI for the external SPDX document.Collection<ExternalDocumentRef>SpdxDocument. getExternalDocumentRefs()Methods in org.spdx.library.model with parameters of type ExternalDocumentRef Modifier and Type Method Description intExternalDocumentRef. compareTo(ExternalDocumentRef o)Method parameters in org.spdx.library.model with type arguments of type ExternalDocumentRef Modifier and Type Method Description SpdxDocumentSpdxDocument. setExternalDocumentRefs(Collection<ExternalDocumentRef> externalDocumentRefs)Clear the externalDocumentRefs and add all elements from externalDocumentRefs -
Uses of ExternalDocumentRef in org.spdx.utility.compare
Methods in org.spdx.utility.compare that return types with arguments of type ExternalDocumentRef Modifier and Type Method Description static List<ExternalDocumentRef>SpdxComparer. findUniqueExternalDocumentRefs(Collection<ExternalDocumentRef> externalDocRefsA, Collection<ExternalDocumentRef> externalDocRefsB)Find unique relationships that are present in relationshipsA but not relationshipsBList<ExternalDocumentRef>SpdxComparer. getUniqueExternalDocumentRefs(int docindex1, int docindex2)Return any external document references which are in spdx document index 1 but not in spdx document index 2Method parameters in org.spdx.utility.compare with type arguments of type ExternalDocumentRef Modifier and Type Method Description static List<ExternalDocumentRef>SpdxComparer. findUniqueExternalDocumentRefs(Collection<ExternalDocumentRef> externalDocRefsA, Collection<ExternalDocumentRef> externalDocRefsB)Find unique relationships that are present in relationshipsA but not relationshipsB