Uses of Class
org.jbpm.designer.repository.Directory
-
Packages that use Directory Package Description org.jbpm.designer.repository org.jbpm.designer.repository.guvnor org.jbpm.designer.repository.vfs org.jbpm.designer.web.server.menu.connector.commands -
-
Uses of Directory in org.jbpm.designer.repository
Methods in org.jbpm.designer.repository that return Directory Modifier and Type Method 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.Methods in org.jbpm.designer.repository that return types with arguments of type Directory Modifier and Type Method Description Collection<Directory>
Repository. listDirectories(String startAt)
Retrieves all directories stored understartAt
location. -
Uses of Directory in org.jbpm.designer.repository.guvnor
Methods in org.jbpm.designer.repository.guvnor that return Directory Modifier and Type Method Description Directory
GuvnorRepository. createDirectory(String location)
Methods in org.jbpm.designer.repository.guvnor that return types with arguments of type Directory Modifier and Type Method Description Collection<Directory>
GuvnorRepository. listDirectories(String startAt)
-
Uses of Directory in org.jbpm.designer.repository.vfs
Methods in org.jbpm.designer.repository.vfs that return Directory Modifier and Type Method Description Directory
VFSRepository. createDirectory(String location)
Methods in org.jbpm.designer.repository.vfs that return types with arguments of type Directory Modifier and Type Method Description Collection<Directory>
VFSRepository. listDirectories(String startAt)
-
Uses of Directory in org.jbpm.designer.web.server.menu.connector.commands
Methods in org.jbpm.designer.web.server.menu.connector.commands with parameters of type Directory Modifier and Type Method Description protected Map<String,Object>
AbstractCommand. getDirectoryInfo(IDiagramProfile profile, Directory dir)
-