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

Packages that use HTMLFileInterface
com.sas.services.publish Publish services. 
 

Uses of HTMLFileInterface in com.sas.services.publish
 

Methods in com.sas.services.publish that return HTMLFileInterface
abstract  HTMLFileInterface[] HTMLEntryInterface.getCompanionFiles()
          Returns an array of all companion files included in this HTML entry.
 HTMLFileInterface[] HTMLEntry.getCompanionFiles()
          Returns an array of all companion files included in this HTML entry.
abstract  HTMLFileInterface HTMLEntryInterface.getFile()
          Returns the main file for this HTML entry.
 HTMLFileInterface HTMLEntry.getFile()
          Returns the main file for this HTML entry.
abstract  HTMLFileInterface HTMLEntryInterface.getFile(java.lang.String uniqueId)
          Returns the file identified by the entity key.
 HTMLFileInterface HTMLEntry.getFile(java.lang.String uniqueId)
          Returns the file identified by the entity key.
 

Methods in com.sas.services.publish with parameters of type HTMLFileInterface
abstract  void HTMLEntryInterface.addCompanionFile(HTMLFileInterface companion)
          Adds a companion to file to the HTML entry.
 void HTMLEntry.addCompanionFile(HTMLFileInterface companion)
          Adds a companion to file to the HTML entry.
abstract  void HTMLEntryInterface.setCompanionFiles(HTMLFileInterface[] companions)
          Sets the companion to files for this HTML entry.
 void HTMLEntry.setCompanionFiles(HTMLFileInterface[] companions)
          Sets the companion to files for this HTML entry.
abstract  void HTMLEntryInterface.setFile(HTMLFileInterface mainFile)
          Sets the main file for this HTML entry.
 void HTMLEntry.setFile(HTMLFileInterface mainFile)
          Sets the main file for this HTML entry.
 

Constructors in com.sas.services.publish with parameters of type HTMLFileInterface
HTMLEntry(HTMLFileInterface main, HTMLFileInterface[] companions)
          Constructs an instance which will export a remote object using RMI socket factories associated with HTMLEntry.class for the specified HTML file and companions.
HTMLEntry(HTMLFileInterface main, HTMLFileInterface[] companions)
          Constructs an instance which will export a remote object using RMI socket factories associated with HTMLEntry.class for the specified HTML file and companions.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.