|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FilesResourceUseException | |
uk.org.ogsadai.dataresource | Provides the data service resource layer of OGSA-DAI and also the core data data resource accessors. |
Uses of FilesResourceUseException in uk.org.ogsadai.dataresource |
Methods in uk.org.ogsadai.dataresource that throw FilesResourceUseException | |
java.io.File |
FilesDataResourceAccessor.getHomeDirectory(java.lang.String userCredential)
|
boolean |
FilesDataResourceAccessor.canReadFile(java.lang.String userCredential,
java.io.File file)
|
void |
FilesDataResourceAccessor.validateReadFile(java.lang.String userCredential,
java.io.File file)
|
boolean |
FilesDataResourceAccessor.canWriteFile(java.lang.String userCredential,
java.io.File file)
|
void |
FilesDataResourceAccessor.validateWriteFile(java.lang.String userCredential,
java.io.File file)
|
java.io.File |
FileAccessProvider.getHomeDirectory(java.lang.String userCredential)
Gets the file data resource directory for a specified user. |
boolean |
FileAccessProvider.canReadFile(java.lang.String userCredential,
java.io.File file)
Determines whether the user is allowed to read the specified file or directory. |
void |
FileAccessProvider.validateReadFile(java.lang.String userCredential,
java.io.File file)
Determines whether the user is allowed to read the specified file or directory. |
boolean |
FileAccessProvider.canWriteFile(java.lang.String userCredential,
java.io.File file)
Determines whether the user is allowed to write the specified file or directory. |
void |
FileAccessProvider.validateWriteFile(java.lang.String userCredential,
java.io.File file)
Determines whether the user is allowed to write the specified file or directory. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |