jBPM Designer - Backend 6.0.0.CR1

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

Packages that use Directory
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
 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
 Collection<Directory> Repository.listDirectories(String startAt)
          Retrieves all directories stored under startAt location.
 

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

Methods in org.jbpm.designer.repository.guvnor that return Directory
 Directory GuvnorRepository.createDirectory(String location)
           
 

Methods in org.jbpm.designer.repository.guvnor that return types with arguments of type Directory
 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
 Directory VFSRepository.createDirectory(String location)
           
 

Methods in org.jbpm.designer.repository.vfs that return types with arguments of type Directory
 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
protected  Map<String,Object> AbstractCommand.getDirectoryInfo(IDiagramProfile profile, Directory dir)
           
 


jBPM Designer - Backend 6.0.0.CR1

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