public class AppContent extends Object
Contains the complete content of an App.
| Constructor and Description | 
|---|
AppContent(String sourceLocation,
          Map<String,String> appMetadata,
          WorkObjectDetails appModelDetails,
          List<WorkObjectDetails> modelDetails)
Constructs a new instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AppFormatVersion | 
getAppFormatVersion()
Returns the App format version for this App. 
 | 
com.google.common.collect.ImmutableMap<String,String> | 
getAppMetadata()
Returns the app metadata. 
 | 
WorkObjectDetails | 
getAppModelDetails()
Returns information for the parent app model. 
 | 
com.google.common.collect.ImmutableList<WorkObjectDetails> | 
getModelDetails()
Returns information for the app models. 
 | 
String | 
getSourceLocation()
Returns the source location information. 
 | 
public AppContent(String sourceLocation, Map<String,String> appMetadata, WorkObjectDetails appModelDetails, List<WorkObjectDetails> modelDetails)
Constructs a new instance.
sourceLocation - the original App locationappMetadata - the App metadataappModelDetails - the parent App model work object detailsmodelDetails - the details for the individual modelspublic String getSourceLocation()
Returns the source location information.
public AppFormatVersion getAppFormatVersion()
Returns the App format version for this App.
public com.google.common.collect.ImmutableMap<String,String> getAppMetadata()
Returns the app metadata.
public WorkObjectDetails getAppModelDetails()
Returns information for the parent app model.
public com.google.common.collect.ImmutableList<WorkObjectDetails> getModelDetails()
Returns information for the app models.
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.