org.jbpm.formbuilder.server.file
Interface FileService
- All Known Implementing Classes:
- GuvnorFileService, MockFileService
public interface FileService
storeFile
String storeFile(String packageName,
String fileName,
byte[] content)
throws FileException
- Throws:
FileException
deleteFile
void deleteFile(String packageName,
String fileName)
throws FileException
- Throws:
FileException
loadFilesByType
List<String> loadFilesByType(String packageName,
String fileType)
throws FileException
- Throws:
FileException
loadFile
byte[] loadFile(String packageName,
String fileName)
throws FileException
- Throws:
FileException
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.