jBPM Designer - Backend 6.0.3-SNAPSHOT

Uses of Class
org.jbpm.designer.repository.AssetNotFoundException

Packages that use AssetNotFoundException
org.jbpm.designer.repository   
org.jbpm.designer.repository.guvnor   
org.jbpm.designer.repository.vfs   
 

Uses of AssetNotFoundException in org.jbpm.designer.repository
 

Methods in org.jbpm.designer.repository that throw AssetNotFoundException
 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.
 String Repository.updateAsset(Asset asset, String commitMessage)
          Updates content of the asset
 

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

Methods in org.jbpm.designer.repository.guvnor that throw AssetNotFoundException
 Asset GuvnorRepository.loadAsset(String assetUniqueId)
           
 Asset GuvnorRepository.loadAssetFromPath(String path)
           
 String GuvnorRepository.updateAsset(Asset asset, String commitMessage)
           
 

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

Methods in org.jbpm.designer.repository.vfs that throw AssetNotFoundException
 Asset VFSRepository.loadAsset(String assetUniqueId)
           
 Asset VFSRepository.loadAssetFromPath(String location)
           
 String VFSRepository.updateAsset(Asset asset, String commitMessage)
           
 


jBPM Designer - Backend 6.0.3-SNAPSHOT

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