| Package | Description |
|---|---|
| org.bonitasoft.web.designer.model.asset | |
| org.bonitasoft.web.designer.model.page | |
| org.bonitasoft.web.designer.repository |
| Modifier and Type | Method and Description |
|---|---|
static AssetType |
AssetType.getAsset(String prefix) |
AssetType |
Asset.getType() |
static AssetType |
AssetType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssetType[] |
AssetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Asset |
Asset.setType(AssetType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractPage.hasAsset(AssetType type,
String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Asset> |
AssetRepository.findAssetInPath(T component,
AssetType type,
Path directory)
Return the list of assets found in a repository
|
List<Asset> |
AssetRepository.findAssetInPathWhithoutComponentId(T component,
AssetType type,
Path directory)
AssetRepository.refreshAssets(T) need to not set componentId for asset otherwise it makes page creation failing
AssetImporter need it
// TODO : to be refactored
|
Path |
AssetRepository.findAssetPath(String componentId,
String filename,
AssetType assetType)
Return the asset path used by a component
|
Copyright © 2020. All rights reserved.