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
Subinterfaces of DeployedDataPackage in com.sas.metadata.remoteModifier and TypeInterfaceDescriptioninterfaceReferences a location that has SAS analytic content.interfaceOne of several metadata types used to describe the physical location of some form of content.interfaceRepresents an archive, such as a tar file or a zip file, which may contain entries.interfaceRepresents a COM connection.interfaceRepresents the information required to connect to a server.interfaceThe supertype for all types that provide location information.interfaceA namespace for contained database schemas.interfaceA relational schema that contains tables that are not in SAS data sets.interfaceRepresents a data source name (DSN) that is a construct used by the SAS table server to identify a data source definition.interfaceDescribes location information for SAS Filerefs.interfaceRepresents a physical operating system path.interfaceA Document is a web page or other conent that contains documentation pertinent to the object to which this document is related.interfaceAn e-mail address.interfaceRepresents a file in the file system.interfaceRepresents a result of a transformation that resides in memory on the server.interfaceThis is a grouping of Cubes accessible from a SAS OLAP server.interfaceAn abstract type that represents the connection information needed by an open client to access a deployed component.interfaceThe abstract type that acts as the supertype for any type that can contain table objects.interfaceRepresents a SAS file that stores many different kinds of information in smaller units called catalog entries.interfaceRepresents a separate storage unit within a SAS catalog.interfaceRepresents the information needed by SAS software to connect to other servers.interfaceRepresents a name temporarily assigned to an external file or to an aggregate storage location that identifies it to SAS.interfaceRepresents a SAS library.interfaceA SecuredLibrary object is created for a SAS physical library when it is bound to metadata with the AUTHLIB procedure of SAS.interfaceRepresents a stream of data.interfaceContains information for making a TCP/IP connection to a server.interfaceThe superclass for files, SAS catalog entries and text stored in the repository itself.interfaceRepresents storing text in the repository.Methods in com.sas.metadata.remote that return DeployedDataPackageModifier and TypeMethodDescriptionDeployedDataPackage.getAliasFor()Gets theDeployedDataPackageforAliasForMethods in com.sas.metadata.remote with parameters of type DeployedDataPackageModifier and TypeMethodDescriptionvoidDeployedDataPackage.setAliasFor(DeployedDataPackage inObject) Sets theAliasForslist 0th element to beinObject. -
Uses of DeployedDataPackage in com.sas.metadata.remote.impl
Methods in com.sas.metadata.remote.impl that return DeployedDataPackageModifier and TypeMethodDescriptionDeployedDataPackageImpl.getAliasFor()Gets theDeployedDataPackageforAliasForNOTE: 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 DeployedDataPackageModifier and TypeMethodDescriptionvoidDeployedDataPackageImpl.setAliasFor(DeployedDataPackage inObject) Sets theAliasForslist 0th element to beinObject.