Uses of Interface
org.jbpm.designer.repository.Asset
-
-
Uses of Asset in org.jbpm.designer.repository
Methods in org.jbpm.designer.repository that return Asset Modifier and Type Method Description Asset
Repository. loadAsset(String assetUniqueId)
Loads an asset given by theassetUniqueId
including actual content of the asset.Asset
Repository. loadAssetFromPath(String path)
Loads an asset given by thepath
including actual content of the asset.Methods in org.jbpm.designer.repository that return types with arguments of type Asset Modifier and Type Method 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 understartAt
location including all sub folders.Methods in org.jbpm.designer.repository with parameters of type Asset Modifier and Type Method 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 -
Uses of Asset in org.jbpm.designer.repository.guvnor
Methods in org.jbpm.designer.repository.guvnor that return Asset Modifier and Type Method Description Asset
GuvnorRepository. loadAsset(String assetUniqueId)
Asset
GuvnorRepository. loadAssetFromPath(String path)
Methods in org.jbpm.designer.repository.guvnor that return types with arguments of type Asset Modifier and Type Method Description Collection<Asset>
GuvnorRepository. listAssets(String location)
Collection<Asset>
GuvnorRepository. listAssets(String location, Filter filter)
Collection<Asset>
GuvnorRepository. listAssetsRecursively(String startAt, Filter filter)
Methods in org.jbpm.designer.repository.guvnor with parameters of type Asset Modifier and Type Method Description String
GuvnorRepository. createAsset(Asset asset)
String
GuvnorRepository. updateAsset(Asset asset, String commitMessage, String sessionId)
-
Uses of Asset in org.jbpm.designer.repository.impl
Classes in org.jbpm.designer.repository.impl that implement Asset Modifier and Type Class Description class
AbstractAsset<T>
class
BinaryAsset
class
TextAsset
Methods in org.jbpm.designer.repository.impl that return Asset Modifier and Type Method Description Asset
AssetBuilder. getAsset()
-
Uses of Asset in org.jbpm.designer.repository.vfs
Methods in org.jbpm.designer.repository.vfs that return Asset Modifier and Type Method Description protected Asset
VFSRepository. buildAsset(org.uberfire.java.nio.file.Path file, boolean loadContent)
Asset
VFSRepository. loadAsset(String assetUniqueId)
Asset
VFSRepository. loadAssetFromPath(String location)
Methods in org.jbpm.designer.repository.vfs that return types with arguments of type Asset Modifier and Type Method Description Collection<Asset>
VFSRepository. listAssets(String location)
Collection<Asset>
VFSRepository. listAssets(String location, Filter filter)
Collection<Asset>
VFSRepository. listAssetsRecursively(String startAt, Filter filter)
Methods in org.jbpm.designer.repository.vfs with parameters of type Asset Modifier and Type Method Description String
VFSRepository. createAsset(Asset asset)
String
VFSRepository. updateAsset(Asset asset, String commitMessage, String sessionId)
-
Uses of Asset in org.jbpm.designer.taskforms
Constructors in org.jbpm.designer.taskforms with parameters of type Asset Constructor 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)
-
Uses of Asset in org.jbpm.designer.web.preprocessing.impl
Methods in org.jbpm.designer.web.preprocessing.impl with parameters of type Asset Modifier and Type Method 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)
-
Uses of Asset in org.jbpm.designer.web.server
Methods in org.jbpm.designer.web.server that return Asset Modifier and Type Method Description static Asset
ServletUtil. getProcessSourceContent(String uuid, IDiagramProfile profile)
Methods in org.jbpm.designer.web.server that return types with arguments of type Asset Modifier and Type Method Description static Collection<Asset>
ServletUtil. findAssetsInRepository(String assetName, IDiagramProfile profile)
-
Uses of Asset in org.jbpm.designer.web.server.menu.connector.commands
Methods in org.jbpm.designer.web.server.menu.connector.commands with parameters of type Asset Modifier and Type Method Description protected Map<String,Object>
AbstractCommand. getAssetInfo(IDiagramProfile profile, Asset asset)
-