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

    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 
    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 
    An abstract type that represents the connection information needed by an open client to access a deployed component.
    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 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
    Gets the ContentLocation for AssociatedContentLocation
    Gets the ContentLocation for ReportLocation
    Methods in com.sas.metadata.remote with parameters of type ContentLocation
    Modifier and Type
    Method
    Description
    void
    Sets the AssociatedContentLocations list 0th element to be inObject.
    void
    Sets the ReportLocations list 0th element to be inObject.
  • Uses of ContentLocation in com.sas.metadata.remote.impl

    Modifier and Type
    Method
    Description
    UnitofTimeImpl.getAssociatedContentLocation()
    Gets the ContentLocation for AssociatedContentLocation 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.
    ReportImpl.getReportLocation()
    Gets the ContentLocation for ReportLocation 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 ContentLocation
    Modifier and Type
    Method
    Description
    void
    UnitofTimeImpl.setAssociatedContentLocation(ContentLocation inObject)
    Sets the AssociatedContentLocations list 0th element to be inObject.
    void
    ReportImpl.setReportLocation(ContentLocation inObject)
    Sets the ReportLocations list 0th element to be inObject.