Package ru.slie.luna.directory
Interface DirectoryManager
public interface DirectoryManager
-
Method Summary
-
Method Details
-
getDirectoryTypes
List<DirectoryType> getDirectoryTypes() -
getDirectoryType
-
getById
-
getDirectories
-
create
Directory create(DirectoryType directoryType, String name, Map<String, String> attributes) throws ValidateException- Throws:
ValidateException
-
update
void update(Directory directory, String name, Map<String, String> attributes) throws ValidateException- Throws:
ValidateException
-
setState
-
delete
-
moveAfter
-