public interface Directory extends OsidCatalog, DirectoryEntry
Directory
represents a directory in a file system that
may contain other files and directories.
Modifier and Type | Method and Description |
---|---|
DirectoryRecord |
getDirectoryRecord(Type directoryRecordType)
Gets the directory record corresponding to the given
Directory
record Type. |
getBranding, getBrandingIds, getLicense, getProvider, getProviderId
getCreatedTime, getLastAccessTime, getLastModifiedTime, getName, getOwner, getOwnerId, getPath, getRealPath, isAlias
getDescription, getDisplayName, getGenusType, isOfGenusType
getId, isCurrent
getRecordTypes, hasRecordType
getProperties, getPropertiesByRecordType
DirectoryRecord getDirectoryRecord(Type directoryRecordType) throws OperationFailedException
Directory
record Type.
This method is used to retrieve an
object implementing the requested record. The
directoryRecordType
may be the Type
returned in
getRecordTypes()
or any of its parents in a Type
hierarchy where hasRecordType(directoryRecordType)
is true
.directoryRecordType
- the directory record typeNullArgumentException
- directoryRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(directoryRecordType)
is false
mandatory
- This method must be implemented.