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 AssetRepository. loadAsset(String assetUniqueId)Loads an asset given by theassetUniqueIdincluding actual content of the asset.AssetRepository. loadAssetFromPath(String path)Loads an asset given by thepathincluding 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 understartAtlocation including all sub folders.Methods in org.jbpm.designer.repository with parameters of type Asset Modifier and Type Method Description StringRepository. createAsset(Asset asset)Stores given asset in the repository.static StringAssetTypeMapper. findMimeType(Asset asset)static AssetBuilderAssetBuilderFactory. getAssetBuilder(Asset asset)StringRepository. 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 AssetGuvnorRepository. loadAsset(String assetUniqueId)AssetGuvnorRepository. 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 StringGuvnorRepository. createAsset(Asset asset)StringGuvnorRepository. 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 classAbstractAsset<T>classBinaryAssetclassTextAssetMethods in org.jbpm.designer.repository.impl that return Asset Modifier and Type Method Description AssetAssetBuilder. 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 AssetVFSRepository. buildAsset(org.uberfire.java.nio.file.Path file, boolean loadContent)AssetVFSRepository. loadAsset(String assetUniqueId)AssetVFSRepository. 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 StringVFSRepository. createAsset(Asset asset)StringVFSRepository. 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 voidJbpmPreprocessingUnit. 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 StringJbpmPreprocessingUnit. 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 AssetServletUtil. 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)
-