Uses of Class
org.odpi.openmetadata.accessservices.securitymanager.properties.FileSystemProperties
-
Packages that use FileSystemProperties Package Description org.odpi.openmetadata.accessservices.securitymanager.api org.odpi.openmetadata.accessservices.securitymanager.metadataelements 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 FileSystemProperties in org.odpi.openmetadata.accessservices.securitymanager.api
Methods in org.odpi.openmetadata.accessservices.securitymanager.api with parameters of type FileSystemProperties Modifier and Type Method Description StringMetadataSourceInterface. createFileSystem(String userId, String externalSourceGUID, String externalSourceName, FileSystemProperties fileSystemProperties)Create information about a File System that is being used to store data files. -
Uses of FileSystemProperties in org.odpi.openmetadata.accessservices.securitymanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.securitymanager.metadataelements that return FileSystemProperties Modifier and Type Method Description FileSystemPropertiesFileSystemElement. getFileSystemProperties()Return the properties of the file system.Methods in org.odpi.openmetadata.accessservices.securitymanager.metadataelements with parameters of type FileSystemProperties Modifier and Type Method Description voidFileSystemElement. setFileSystemProperties(FileSystemProperties fileSystemProperties)Set up the properties for the file system. -
Uses of FileSystemProperties in org.odpi.openmetadata.accessservices.securitymanager.properties
Constructors in org.odpi.openmetadata.accessservices.securitymanager.properties with parameters of type FileSystemProperties Constructor Description FileSystemProperties(FileSystemProperties template)Copy/clone constructor. -
Uses of FileSystemProperties in org.odpi.openmetadata.accessservices.securitymanager.rest
Subclasses of FileSystemProperties in org.odpi.openmetadata.accessservices.securitymanager.rest Modifier and Type Class Description classFileSystemRequestBodyFileSystemProperties describes the root node of a file system.Constructors in org.odpi.openmetadata.accessservices.securitymanager.rest with parameters of type FileSystemProperties Constructor Description FileSystemRequestBody(FileSystemProperties template)Copy/clone constructor.
-