Modifier and Type | Class and Description |
---|---|
static class |
SimpleAppReader.Builder |
Constructor and Description |
---|
SimpleAppReader(Map<String,String> appMetadata,
WorkObjectSummary appSummary,
WorkObjectDetails appDetails,
List<WorkObjectSummary> summaryList,
Iterable<WorkObjectDetails> details) |
Modifier and Type | Method and Description |
---|---|
static SimpleAppReader.Builder |
builder() |
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.
|
public SimpleAppReader(Map<String,String> appMetadata, WorkObjectSummary appSummary, WorkObjectDetails appDetails, List<WorkObjectSummary> summaryList, Iterable<WorkObjectDetails> details)
public Map<String,String> getAppMetadata() throws IOException
AppReader
getAppMetadata
in interface AppReader
IOException
- IOException if any.public WorkObjectSummary getAppSummary() throws IOException
AppReader
getAppSummary
in interface AppReader
IOException
- IOException if any.public WorkObjectDetails getAppDetails() throws IOException
AppReader
getAppDetails
in interface AppReader
IOException
- IOException if any.public List<WorkObjectSummary> getSummaryList() throws IOException
AppReader
getSummaryList
in interface AppReader
IOException
- IOException if any.public Iterable<WorkObjectDetails> getDetails(List<WorkObjectSummary> summaryList) throws IOException
AppReader
getDetails
in interface AppReader
summaryList
- List of work object summaries.IOException
- IOException if any.public static SimpleAppReader.Builder builder()
Copyright © 2010 - 2015 edorasware ag. All Rights Reserved.