public interface IncomingAppService
Modifier and Type | Method and Description |
---|---|
void |
importSystemAppIntoCurrentTenant(org.springframework.core.io.Resource resource,
boolean isEditable,
boolean forceAppImport)
Import the system app from the given zip resource into the current tenant.
|
void |
processResource(org.springframework.integration.Message<org.springframework.core.io.Resource> message)
Process a resource message from an incoming app channel.
|
void importSystemAppIntoCurrentTenant(org.springframework.core.io.Resource resource, boolean isEditable, boolean forceAppImport)
resource
- the system app zip resourceisEditable
- if the resulting system app should be editableforceAppImport
- if the import should be forced (local changes are overridden)void processResource(org.springframework.integration.Message<org.springframework.core.io.Resource> message)
message
- a Resource referencing an app archiveCopyright © 2010 - 2015 edorasware ag. All Rights Reserved.