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 StringdefaultThemeprotected booleandefaultThemeSetprotected booleanoverwriteprotected StringtenantIdprotected Set<String>tenantIdsprotected Collection<ThemeAutoImporter.ThemeDocument>themes
-
Constructor Summary
Constructors Modifier Constructor Description protectedThemeImportDocument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDefaultTheme()StringgetTenantId()Set<String>getTenantIds()Collection<ThemeAutoImporter.ThemeDocument>getThemes()booleanhasDefaultTheme()booleanisOverwrite()voidsetDefaultTheme(String defaultTheme)voidsetOverwrite(boolean overwrite)voidsetTenantId(String tenantId)voidsetTenantIds(Set<String> tenantIds)voidsetThemes(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)
-
-