public interface AppReader
Modifier and Type | Method and Description |
---|---|
WorkObjectDetails |
getAppDetails()
Returns detailed information for the parent app.
|
Map<String,String> |
getAppMetadata()
Returns the app metadata.
|
WorkObjectSummary |
getAppSummary()
Returns summary information for the parent app.
|
Iterable<WorkObjectDetails> |
getDetails(List<WorkObjectSummary> summaryList)
Returns detailed information for the app models.
|
List<WorkObjectSummary> |
getSummaryList()
Returns summary information for the app models.
|
Map<String,String> getAppMetadata() throws IOException
IOException
- IOException if any.WorkObjectSummary getAppSummary() throws IOException
IOException
- IOException if any.WorkObjectDetails getAppDetails() throws IOException
IOException
- IOException if any.List<WorkObjectSummary> getSummaryList() throws IOException
IOException
- IOException if any.Iterable<WorkObjectDetails> getDetails(List<WorkObjectSummary> summaryList) throws IOException
summaryList
- List of work object summaries.IOException
- IOException if any.Copyright © 2010 - 2015 edorasware ag. All Rights Reserved.