Modifier and Type | Method and Description |
---|---|
Asset |
Repository.loadAsset(String assetUniqueId)
Loads an asset given by the
assetUniqueId including actual content of the asset. |
Asset |
Repository.loadAssetFromPath(String path)
Loads an asset given by the
path including actual content of the asset. |
Modifier and Type | Method and Description |
---|---|
Collection<Asset> |
Repository.listAssets(String location)
Retrieves all assets stored in the given location.
|
Collection<Asset> |
Repository.listAssets(String location,
Filter filter)
Retrieves all assets stored in the given location.
|
Collection<Asset> |
Repository.listAssetsRecursively(String startAt,
Filter filter)
Retrieves all directories stored under
startAt location including all sub folders. |
Modifier and Type | Method and Description |
---|---|
String |
Repository.createAsset(Asset asset)
Stores given asset in the repository.
|
static String |
AssetTypeMapper.findMimeType(Asset asset) |
static AssetBuilder |
AssetBuilderFactory.getAssetBuilder(Asset asset) |
String |
Repository.updateAsset(Asset asset)
Updates content of the asset
|
Modifier and Type | Method and Description |
---|---|
Asset |
GuvnorRepository.loadAsset(String assetUniqueId) |
Asset |
GuvnorRepository.loadAssetFromPath(String path) |
Modifier and Type | Method and Description |
---|---|
Collection<Asset> |
GuvnorRepository.listAssets(String location) |
Collection<Asset> |
GuvnorRepository.listAssets(String location,
Filter filter) |
Collection<Asset> |
GuvnorRepository.listAssetsRecursively(String startAt,
Filter filter) |
Modifier and Type | Method and Description |
---|---|
String |
GuvnorRepository.createAsset(Asset asset) |
String |
GuvnorRepository.updateAsset(Asset asset) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAsset<T> |
class |
BinaryAsset |
class |
TextAsset |
Modifier and Type | Method and Description |
---|---|
Asset |
AssetBuilder.getAsset() |
Modifier and Type | Method and Description |
---|---|
protected Asset |
VFSRepository.buildAsset(org.kie.commons.java.nio.file.Path file,
boolean loadContent) |
Asset |
VFSRepository.loadAsset(String assetUniqueId) |
Asset |
VFSRepository.loadAssetFromPath(String location) |
Modifier and Type | Method and Description |
---|---|
Collection<Asset> |
VFSRepository.listAssets(String location) |
Collection<Asset> |
VFSRepository.listAssets(String location,
Filter filter) |
Collection<Asset> |
VFSRepository.listAssetsRecursively(String startAt,
Filter filter) |
Modifier and Type | Method and Description |
---|---|
String |
VFSRepository.createAsset(Asset asset) |
String |
VFSRepository.updateAsset(Asset asset) |
Constructor and Description |
---|
TaskFormTemplateManager(org.uberfire.backend.vfs.Path myPath,
org.jbpm.formModeler.designer.integration.BPMNFormBuilderService formModelerService,
IDiagramProfile profile,
Asset processAsset,
String templatesPath,
org.eclipse.bpmn2.Definitions def) |
Modifier and Type | Method and Description |
---|---|
static Asset |
ServletUtil.getProcessSourceContent(String uuid,
IDiagramProfile profile) |
Modifier and Type | Method and Description |
---|---|
static Collection<Asset> |
ServletUtil.findAssetsInRepository(String assetName,
IDiagramProfile profile) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Object> |
AbstractCommand.getAssetInfo(IDiagramProfile profile,
Asset asset) |
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.