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

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

Uses of EntryInterface in com.sas.services.publish
 

Methods in com.sas.services.publish that return EntryInterface
 EntryInterface[] ResultPackageInterface.getEntries()
          Return an array of all entries in this package.
 EntryInterface[] ResultPackage.getEntries()
          Returns an array of all entries in this package.
 EntryInterface ResultPackageInterface.getEntry(int index)
          Returns a particular result package entry as indicated by the specified index.
 EntryInterface ResultPackage.getEntry(int index)
          Returns a particular result package entry as indicated by the specified index.
 EntryInterface ResultPackageInterface.getEntry(java.lang.String uniqueId)
          Returns the result package entry identified by the entity key.
 EntryInterface ResultPackage.getEntry(java.lang.String uniqueId)
          Returns the result package entry identified by the entity key.
 

Methods in com.sas.services.publish with parameters of type EntryInterface
 void ResultPackageInterface.addEntry(EntryInterface entry)
          Adds a new entry to the result package.
 void ResultPackage.addEntry(EntryInterface entry)
          Adds a new entry to the result package.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.