Class ThemeAutoImporter.ThemeImportDocument
- java.lang.Object
-
- com.flowable.platform.engine.impl.configuration.ThemeAutoImporter.ThemeImportDocument
-
- Enclosing class:
- ThemeAutoImporter
protected static class ThemeAutoImporter.ThemeImportDocument extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected String
defaultTheme
protected boolean
defaultThemeSet
protected boolean
overwrite
protected String
tenantId
protected Set<String>
tenantIds
protected Collection<ThemeAutoImporter.ThemeDocument>
themes
-
Constructor Summary
Constructors Modifier Constructor Description protected
ThemeImportDocument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDefaultTheme()
String
getTenantId()
Set<String>
getTenantIds()
Collection<ThemeAutoImporter.ThemeDocument>
getThemes()
boolean
hasDefaultTheme()
boolean
isOverwrite()
void
setDefaultTheme(String defaultTheme)
void
setOverwrite(boolean overwrite)
void
setTenantId(String tenantId)
void
setTenantIds(Set<String> tenantIds)
void
setThemes(Collection<ThemeAutoImporter.ThemeDocument> themes)
-
-
-
Field Detail
-
overwrite
protected boolean overwrite
-
tenantId
protected String tenantId
-
defaultTheme
protected String defaultTheme
-
defaultThemeSet
protected boolean defaultThemeSet
-
themes
protected Collection<ThemeAutoImporter.ThemeDocument> themes
-
-
Method Detail
-
isOverwrite
public boolean isOverwrite()
-
setOverwrite
public void setOverwrite(boolean overwrite)
-
getTenantId
public String getTenantId()
-
setTenantId
public void setTenantId(String tenantId)
-
getDefaultTheme
public String getDefaultTheme()
-
setDefaultTheme
public void setDefaultTheme(String defaultTheme)
-
hasDefaultTheme
public boolean hasDefaultTheme()
-
getThemes
public Collection<ThemeAutoImporter.ThemeDocument> getThemes()
-
setThemes
public void setThemes(Collection<ThemeAutoImporter.ThemeDocument> themes)
-
-