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,
String commitMessage,
String sessionId)
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,
String commitMessage,
String sessionId) |
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.uberfire.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,
String commitMessage,
String sessionId) |
Constructor and Description |
---|
TaskFormTemplateManager(org.uberfire.backend.vfs.Path myPath,
BPMNFormBuilderManager formBuilderManager,
IDiagramProfile profile,
Asset processAsset,
String templatesPath,
org.eclipse.bpmn2.Definitions def,
String taskId,
String formType) |
Modifier and Type | Method and Description |
---|---|
void |
JbpmPreprocessingUnit.evaluateWorkDefinitions(Map<String,org.jbpm.process.workitem.WorkDefinitionImpl> workDefinitions,
Asset<String> widAsset,
String assetLocation,
Repository repository,
org.kie.workbench.common.services.shared.project.KieModule kieModule) |
protected String |
JbpmPreprocessingUnit.getProcessIdFromAsset(Asset<String> asset) |
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–2020 JBoss by Red Hat. All rights reserved.