Uses of Interface
com.sas.services.publish.EntryInterface

Packages that use EntryInterface
Package
Description
Publish services.
  • Uses of EntryInterface in com.sas.services.publish

    Modifier and Type
    Interface
    Description
    interface 
    The BinaryFileEntryInterface provides a mechanism for setting and getting the attributes of a binary file entry.
    interface 
    The DatasetEntryInterface provides a mechanism for getting the attributes of a data set entry.
    interface 
    The HTMLEntryInterface provides a mechanism for getting and setting the attributes of an HTML entry.
    interface 
    The LibraryMemberEntryInterface provides a mechanism for setting and getting the attributes of a library member entry.
    interface 
    The ReferenceEntryInterface provides a mechanism for setting and getting the attributes of a reference entry.
    interface 
    The ResultPackageInterface provides a mechanism for setting and getting the attributes of a result package.
    interface 
    The TextFileEntryInterface provides a mechanism for setting and getting the attributes of a text file entry.
    interface 
    The ViewerEntryInterface provides a mechanism for setting and getting the attributes of a viewer entry.
    Classes in com.sas.services.publish that implement EntryInterface
    Modifier and Type
    Class
    Description
    class 
    Abstract implementation of a result package entry.
    class 
    Represents a binary file entry that can then be added to a result package for publishing.
    class 
    Represents an HTML entry that can then be added to a result package for publishing.
    class 
    Represents a reference entry that can then be added to a result package for publishing.
    class 
    Represents a result package that can then be published using one of the supported delivery transports.
    class 
    Represents a text file entry that can then be added to a result package for publishing.
    class 
    Represents a viewer entry that can then be added to a result package for publishing.
    Modifier and Type
    Method
    Description
    ResultPackage.getEntries()
    Returns an array of all entries in this package.
    ResultPackageInterface.getEntries()
    Return an array of all entries in this package.
    ResultPackage.getEntry(int index)
    Returns a particular result package entry as indicated by the specified index.
    ResultPackage.getEntry(String uniqueId)
    Returns the result package entry identified by the entity key.
    ResultPackageInterface.getEntry(int index)
    Returns a particular result package entry as indicated by the specified index.
    ResultPackageInterface.getEntry(String uniqueId)
    Returns the result package entry identified by the entity key.
    Methods in com.sas.services.publish with parameters of type EntryInterface
    Modifier and Type
    Method
    Description
    void
    ResultPackage.addEntry(EntryInterface entry)
    Adds a new entry to the result package.
    void
    ResultPackageInterface.addEntry(EntryInterface entry)
    Adds a new entry to the result package.