Uses of Interface
com.sas.metadata.remote.File
Packages that use File
Package
Description
Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture.
Provides the implementation of the remote java interface to the SAS Metadata Server.
-
Uses of File in com.sas.metadata.remote
Subinterfaces of File in com.sas.metadata.remoteModifier and TypeInterfaceDescriptioninterfaceRepresents an archive, such as a tar file or a zip file, which may contain entries.Methods in com.sas.metadata.remote that return FileModifier and TypeMethodDescriptionCube.getAssociatedFile()Gets theFileforAssociatedFileOLAPSchema.getLogFile()Gets theFileforLogFileExternalTable.getOwningFile()Gets theFileforOwningFileMethods in com.sas.metadata.remote with parameters of type FileModifier and TypeMethodDescriptionvoidCube.setAssociatedFile(File inObject) Sets theAssociatedFileslist 0th element to beinObject.voidOLAPSchema.setLogFile(File inObject) Sets theLogFileslist 0th element to beinObject.voidExternalTable.setOwningFile(File inObject) Sets theOwningFileslist 0th element to beinObject. -
Uses of File in com.sas.metadata.remote.impl
Methods in com.sas.metadata.remote.impl that return FileModifier and TypeMethodDescriptionCubeImpl.getAssociatedFile()Gets theFileforAssociatedFileNOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.OLAPSchemaImpl.getLogFile()Gets theFileforLogFileNOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.ExternalTableImpl.getOwningFile()Gets theFileforOwningFileNOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.Methods in com.sas.metadata.remote.impl with parameters of type FileModifier and TypeMethodDescriptionvoidCubeImpl.setAssociatedFile(File inObject) Sets theAssociatedFileslist 0th element to beinObject.voidOLAPSchemaImpl.setLogFile(File inObject) Sets theLogFileslist 0th element to beinObject.voidExternalTableImpl.setOwningFile(File inObject) Sets theOwningFileslist 0th element to beinObject.