Class AbstractCatalog
java.lang.Object
gov.nist.secauto.oscal.lib.model.AbstractOscalInstance
gov.nist.secauto.oscal.lib.model.control.catalog.AbstractCatalog
- All Implemented Interfaces:
ICatalog
,IControlContainer
,IGroupContainer
,IOscalInstance
- Direct Known Subclasses:
Catalog
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the parameter identifiers referenced in the object's context, but not by their child objects.Methods inherited from class gov.nist.secauto.oscal.lib.model.AbstractOscalInstance
getResourceByUuid
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface gov.nist.secauto.oscal.lib.model.control.catalog.IControlContainer
addControl, addParam, getControls, getParams, removeControl, removeParam
Methods inherited from interface gov.nist.secauto.oscal.lib.model.control.catalog.IGroupContainer
addGroup, getGroups, removeGroup
Methods inherited from interface gov.nist.secauto.oscal.lib.model.IOscalInstance
getBackMatter, getMetadata, getUuid
-
Constructor Details
-
AbstractCatalog
public AbstractCatalog()
-
-
Method Details
-
getReferencedParameterIds
Description copied from interface:IControlContainer
Get the parameter identifiers referenced in the object's context, but not by their child objects.- Specified by:
getReferencedParameterIds
in interfaceIControlContainer
- Returns:
- a stream of identifiers
-