Uses of Interface
com.sas.metadata.remote.DeployedDataPackage

Packages that use DeployedDataPackage
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 DeployedDataPackage in com.sas.metadata.remote

    Modifier and Type
    Interface
    Description
    interface 
    References a location that has SAS analytic content.
    interface 
    One of several metadata types used to describe the physical location of some form of content.
    interface 
    Represents an archive, such as a tar file or a zip file, which may contain entries.
    interface 
    Represents a COM connection.
    interface 
    Represents the information required to connect to a server.
    interface 
    The supertype for all types that provide location information.
    interface 
    A namespace for contained database schemas.
    interface 
    A relational schema that contains tables that are not in SAS data sets.
    interface 
    Represents a data source name (DSN) that is a construct used by the SAS table server to identify a data source definition.
    interface 
    Describes location information for SAS Filerefs.
    interface 
    Represents a physical operating system path.
    interface 
    A Document is a web page or other conent that contains documentation pertinent to the object to which this document is related.
    interface 
    An e-mail address.
    interface 
    Represents a file in the file system.
    interface 
    Represents a result of a transformation that resides in memory on the server.
    interface 
    This is a grouping of Cubes accessible from a SAS OLAP server.
    interface 
    An abstract type that represents the connection information needed by an open client to access a deployed component.
    interface 
    The abstract type that acts as the supertype for any type that can contain table objects.
    interface 
    Represents a SAS file that stores many different kinds of information in smaller units called catalog entries.
    interface 
    Represents a separate storage unit within a SAS catalog.
    interface 
    Represents the information needed by SAS software to connect to other servers.
    interface 
    Represents a name temporarily assigned to an external file or to an aggregate storage location that identifies it to SAS.
    interface 
    Represents a SAS library.
    interface 
    A SecuredLibrary object is created for a SAS physical library when it is bound to metadata with the AUTHLIB procedure of SAS.
    interface 
    Represents a stream of data.
    interface 
    Contains information for making a TCP/IP connection to a server.
    interface 
    The superclass for files, SAS catalog entries and text stored in the repository itself.
    interface 
    Represents storing text in the repository.
    Modifier and Type
    Method
    Description
    DeployedDataPackage.getAliasFor()
    Gets the DeployedDataPackage for AliasFor
    Methods in com.sas.metadata.remote with parameters of type DeployedDataPackage
    Modifier and Type
    Method
    Description
    void
    DeployedDataPackage.setAliasFor(DeployedDataPackage inObject)
    Sets the AliasFors list 0th element to be inObject.
  • Uses of DeployedDataPackage in com.sas.metadata.remote.impl

    Modifier and Type
    Method
    Description
    DeployedDataPackageImpl.getAliasFor()
    Gets the DeployedDataPackage for AliasFor 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 DeployedDataPackage
    Modifier and Type
    Method
    Description
    void
    DeployedDataPackageImpl.setAliasFor(DeployedDataPackage inObject)
    Sets the AliasFors list 0th element to be inObject.