Uses of Class
org.odpi.openmetadata.accessservices.securitymanager.properties.ArchiveProperties
-
Packages that use ArchiveProperties Package Description org.odpi.openmetadata.accessservices.securitymanager.properties org.odpi.openmetadata.accessservices.securitymanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of ArchiveProperties in org.odpi.openmetadata.accessservices.securitymanager.properties
Constructors in org.odpi.openmetadata.accessservices.securitymanager.properties with parameters of type ArchiveProperties Constructor Description ArchiveProperties(ArchiveProperties template)Copy/clone constructor for the template properties. -
Uses of ArchiveProperties in org.odpi.openmetadata.accessservices.securitymanager.rest
Subclasses of ArchiveProperties in org.odpi.openmetadata.accessservices.securitymanager.rest Modifier and Type Class Description classArchiveRequestBodyArchiveRequestBody carries the parameters for marking an asset as archived (or deleted).Constructors in org.odpi.openmetadata.accessservices.securitymanager.rest with parameters of type ArchiveProperties Constructor Description ArchiveRequestBody(ArchiveProperties template)Copy/clone constructor
-