Package | Description |
---|---|
org.jbpm.designer.repository | |
org.jbpm.designer.repository.filters | |
org.jbpm.designer.repository.guvnor | |
org.jbpm.designer.repository.vfs |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
FilterByExtension |
class |
FilterByFileName |
Modifier and Type | Method and Description |
---|---|
Collection<Asset> |
GuvnorRepository.listAssets(String location,
Filter filter) |
Collection<Asset> |
GuvnorRepository.listAssetsRecursively(String startAt,
Filter filter) |
Modifier and Type | Method and Description |
---|---|
Collection<Asset> |
VFSRepository.listAssets(String location,
Filter filter) |
Collection<Asset> |
VFSRepository.listAssetsRecursively(String startAt,
Filter filter) |
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.