public class TempAdmincentralPeriscopeConfiguration extends PeriscopeConfiguration
Mind that PeriscopeConfiguration
is actually only needed to disambiguate unclear mappings between apps
and their browser sub-app's workspace (e.g. multiple apps with same workspace, or non-canonical sub-app names).
The rest is covered by PeriscopeAppDetailCreator.createAppDetailForWorkspace(String)
.
Constructor and Description |
---|
TempAdmincentralPeriscopeConfiguration() |
Modifier and Type | Method and Description |
---|---|
Map<String,PeriscopeAppDetailCreator.AppDetail> |
getAppDetails()
Map.Entry#keySet() Represents item name such as 'asset'. |
String |
getName() |
setAppDetails, setName
public TempAdmincentralPeriscopeConfiguration()
public String getName()
getName
in class PeriscopeConfiguration
public Map<String,PeriscopeAppDetailCreator.AppDetail> getAppDetails()
PeriscopeConfiguration
Map.Entry#keySet()
Represents item name such as 'asset'.
PeriscopeAppDetailCreator.AppDetail
Represents app details such as appName = 'assets', subAppName = 'edit', and workspace = 'dam'getAppDetails
in class PeriscopeConfiguration
Copyright © 2019 Magnolia International Ltd.. All rights reserved.