Uses of Interface
com.sas.services.publish.EntryInterface
Packages that use EntryInterface
-
Uses of EntryInterface in com.sas.services.publish
Subinterfaces of EntryInterface in com.sas.services.publishModifier and TypeInterfaceDescriptioninterfaceThe BinaryFileEntryInterface provides a mechanism for setting and getting the attributes of a binary file entry.interfaceThe DatasetEntryInterface provides a mechanism for getting the attributes of a data set entry.interfaceThe HTMLEntryInterface provides a mechanism for getting and setting the attributes of an HTML entry.interfaceThe LibraryMemberEntryInterface provides a mechanism for setting and getting the attributes of a library member entry.interfaceThe ReferenceEntryInterface provides a mechanism for setting and getting the attributes of a reference entry.interfaceThe ResultPackageInterface provides a mechanism for setting and getting the attributes of a result package.interfaceThe TextFileEntryInterface provides a mechanism for setting and getting the attributes of a text file entry.interfaceThe ViewerEntryInterface provides a mechanism for setting and getting the attributes of a viewer entry.Classes in com.sas.services.publish that implement EntryInterfaceModifier and TypeClassDescriptionclassAbstract implementation of a result package entry.classRepresents a binary file entry that can then be added to a result package for publishing.classRepresents an HTML entry that can then be added to a result package for publishing.classRepresents a reference entry that can then be added to a result package for publishing.classRepresents a result package that can then be published using one of the supported delivery transports.classRepresents a text file entry that can then be added to a result package for publishing.classRepresents a viewer entry that can then be added to a result package for publishing.Methods in com.sas.services.publish that return EntryInterfaceModifier and TypeMethodDescriptionResultPackage.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 EntryInterfaceModifier and TypeMethodDescriptionvoidResultPackage.addEntry(EntryInterface entry) Adds a new entry to the result package.voidResultPackageInterface.addEntry(EntryInterface entry) Adds a new entry to the result package.