jBPM Designer - Backend 6.0.0.CR1

Uses of Interface
org.jbpm.designer.repository.Asset

Packages that use Asset
org.jbpm.designer.repository   
org.jbpm.designer.repository.guvnor   
org.jbpm.designer.repository.impl   
org.jbpm.designer.repository.vfs   
org.jbpm.designer.taskforms   
org.jbpm.designer.web.server   
org.jbpm.designer.web.server.menu.connector.commands   
 

Uses of Asset in org.jbpm.designer.repository
 

Methods in org.jbpm.designer.repository that return Asset
 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.
 

Methods in org.jbpm.designer.repository that return types with arguments of type Asset
 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.
 

Methods in org.jbpm.designer.repository with parameters of type Asset
 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
 

Uses of Asset in org.jbpm.designer.repository.guvnor
 

Methods in org.jbpm.designer.repository.guvnor that return Asset
 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
 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
 String GuvnorRepository.createAsset(Asset asset)
           
 String GuvnorRepository.updateAsset(Asset asset)
           
 

Uses of Asset in org.jbpm.designer.repository.impl
 

Classes in org.jbpm.designer.repository.impl that implement Asset
 class AbstractAsset<T>
           
 class BinaryAsset
           
 class TextAsset
           
 

Methods in org.jbpm.designer.repository.impl that return Asset
 Asset AssetBuilder.getAsset()
           
 

Uses of Asset in org.jbpm.designer.repository.vfs
 

Methods in org.jbpm.designer.repository.vfs that return Asset
protected  Asset VFSRepository.buildAsset(org.kie.commons.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
 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
 String VFSRepository.createAsset(Asset asset)
           
 String VFSRepository.updateAsset(Asset asset)
           
 

Uses of Asset in org.jbpm.designer.taskforms
 

Constructors in org.jbpm.designer.taskforms with parameters of type Asset
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)
           
 

Uses of Asset in org.jbpm.designer.web.server
 

Methods in org.jbpm.designer.web.server that return Asset
static Asset ServletUtil.getProcessSourceContent(String uuid, IDiagramProfile profile)
           
 

Methods in org.jbpm.designer.web.server that return types with arguments of type Asset
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
protected  Map<String,Object> AbstractCommand.getAssetInfo(IDiagramProfile profile, Asset asset)
           
 


jBPM Designer - Backend 6.0.0.CR1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.