Package | Description |
---|---|
org.jbpm.designer.repository | |
org.jbpm.designer.repository.guvnor | |
org.jbpm.designer.repository.vfs | |
org.jbpm.designer.web.server.menu.connector.commands |
Modifier and Type | Method and Description |
---|---|
Directory |
Repository.createDirectory(String location)
Stores new directory in given location, in case of sub folders existence in the location
all sub folders are created as well.
|
Modifier and Type | Method and Description |
---|---|
Collection<Directory> |
Repository.listDirectories(String startAt)
Retrieves all directories stored under
startAt location. |
Modifier and Type | Method and Description |
---|---|
Directory |
GuvnorRepository.createDirectory(String location) |
Modifier and Type | Method and Description |
---|---|
Collection<Directory> |
GuvnorRepository.listDirectories(String startAt) |
Modifier and Type | Method and Description |
---|---|
Directory |
VFSRepository.createDirectory(String location) |
Modifier and Type | Method and Description |
---|---|
Collection<Directory> |
VFSRepository.listDirectories(String startAt) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Object> |
AbstractCommand.getDirectoryInfo(IDiagramProfile profile,
Directory dir) |
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.