|
| Foundation |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| 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 | |
|---|---|
abstract EntryInterface[] |
ResultPackageInterface.getEntries()
Return an array of all entries in this package. |
EntryInterface[] |
ResultPackage.getEntries()
Returns an array of all entries in this package. |
abstract 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. |
abstract 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 | |
|---|---|
abstract 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. |
|
| Foundation |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||