Package | Description |
---|---|
org.jbpm.designer.repository | |
org.jbpm.designer.repository.guvnor | |
org.jbpm.designer.repository.vfs |
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. |
String |
Repository.updateAsset(Asset asset)
Updates content of the asset
|
Modifier and Type | Method and Description |
---|---|
Asset |
GuvnorRepository.loadAsset(String assetUniqueId) |
Asset |
GuvnorRepository.loadAssetFromPath(String path) |
String |
GuvnorRepository.updateAsset(Asset asset) |
Modifier and Type | Method and Description |
---|---|
Asset |
VFSRepository.loadAsset(String assetUniqueId) |
Asset |
VFSRepository.loadAssetFromPath(String location) |
String |
VFSRepository.updateAsset(Asset asset) |
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.