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
Constructors -
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
getResourceByUuidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface gov.nist.secauto.oscal.lib.model.control.catalog.IControlContainer
addControl, addParam, getControls, getParams, removeControl, removeParamMethods inherited from interface gov.nist.secauto.oscal.lib.model.control.catalog.IGroupContainer
addGroup, getGroups, removeGroupMethods 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:IControlContainerGet the parameter identifiers referenced in the object's context, but not by their child objects.- Specified by:
getReferencedParameterIdsin interfaceIControlContainer- Returns:
- a stream of identifiers
-