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.remote
    Modifier and Type
    Interface
    Description
    interface 
    Represents an archive, such as a tar file or a zip file, which may contain entries.
    Methods in com.sas.metadata.remote that return File
    Modifier and Type
    Method
    Description
    Gets the File for AssociatedFile
    OLAPSchema.getLogFile()
    Gets the File for LogFile
    ExternalTable.getOwningFile()
    Gets the File for OwningFile
    Methods in com.sas.metadata.remote with parameters of type File
    Modifier and Type
    Method
    Description
    void
    Cube.setAssociatedFile(File inObject)
    Sets the AssociatedFiles list 0th element to be inObject.
    void
    OLAPSchema.setLogFile(File inObject)
    Sets the LogFiles list 0th element to be inObject.
    void
    ExternalTable.setOwningFile(File inObject)
    Sets the OwningFiles list 0th element to be inObject.
  • Uses of File in com.sas.metadata.remote.impl

    Methods in com.sas.metadata.remote.impl that return File
    Modifier and Type
    Method
    Description
    CubeImpl.getAssociatedFile()
    Gets the File for AssociatedFile NOTE: 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 the File for LogFile NOTE: 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 the File for OwningFile NOTE: 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 File
    Modifier and Type
    Method
    Description
    void
    CubeImpl.setAssociatedFile(File inObject)
    Sets the AssociatedFiles list 0th element to be inObject.
    void
    OLAPSchemaImpl.setLogFile(File inObject)
    Sets the LogFiles list 0th element to be inObject.
    void
    ExternalTableImpl.setOwningFile(File inObject)
    Sets the OwningFiles list 0th element to be inObject.