Package gov.nist.secauto.oscal.lib.model
Interface IOscalInstance
- All Known Implementing Classes:
AbstractCatalog,AbstractOscalInstance,AssessmentPlan,AssessmentResults,Catalog,PlanOfActionAndMilestones,Profile,SystemSecurityPlan
public interface IOscalInstance
-
Method Summary
-
Method Details
-
getUuid
-
getMetadata
-
getBackMatter
-
getResourceByUuid
Lookup a backmatter resource by its UUID value.- Parameters:
id- the uuid value- Returns:
- the resource or
nullif no resource matched the UUID
-