Uses of Interface
com.sas.metadata.remote.ContentLocation
Packages that use ContentLocation
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 ContentLocation in com.sas.metadata.remote
Subinterfaces of ContentLocation 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.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.interfaceAn abstract type that represents the connection information needed by an open client to access a deployed component.interfaceRepresents a separate storage unit within a SAS catalog.interfaceRepresents the information needed by SAS software to connect to other servers.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 ContentLocationModifier and TypeMethodDescriptionUnitofTime.getAssociatedContentLocation()Gets theContentLocationforAssociatedContentLocationReport.getReportLocation()Gets theContentLocationforReportLocationMethods in com.sas.metadata.remote with parameters of type ContentLocationModifier and TypeMethodDescriptionvoidUnitofTime.setAssociatedContentLocation(ContentLocation inObject) Sets theAssociatedContentLocationslist 0th element to beinObject.voidReport.setReportLocation(ContentLocation inObject) Sets theReportLocationslist 0th element to beinObject. -
Uses of ContentLocation in com.sas.metadata.remote.impl
Methods in com.sas.metadata.remote.impl that return ContentLocationModifier and TypeMethodDescriptionUnitofTimeImpl.getAssociatedContentLocation()Gets theContentLocationforAssociatedContentLocationNOTE: 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.ReportImpl.getReportLocation()Gets theContentLocationforReportLocationNOTE: 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 ContentLocationModifier and TypeMethodDescriptionvoidUnitofTimeImpl.setAssociatedContentLocation(ContentLocation inObject) Sets theAssociatedContentLocationslist 0th element to beinObject.voidReportImpl.setReportLocation(ContentLocation inObject) Sets theReportLocationslist 0th element to beinObject.