public interface AppWriter
Defines the methods needed to persist an app.
| Modifier and Type | Method and Description |
|---|---|
void |
encode(WorkObject app,
Collection<WorkObject> models)
Encode the app and its contents.
|
void encode(WorkObject app, Collection<WorkObject> models) throws IOException
Encode the app and its contents.
app - the parent app work objectmodels - the individual model work objectsIOException - if the app couldn’t be writtenCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.