Uses of Interface
se.conciliate.extensions.store.MTDirectory
Packages that use MTDirectory
Package
Description
Provides a means to create, retrieve, update and delete all different
persistently stored objects.
Connections to MT data sources.
-
Uses of MTDirectory in se.conciliate.extensions.store
Methods in se.conciliate.extensions.store that return MTDirectoryModifier and TypeMethodDescriptionMTServer.createDirectory
(String name) Creates a new directory using 'ROOT' as ancestor.MTServer.createDirectory
(String name, Long parentId) Creates a new directory.MTServer.findDirectory
(Long id) Returns theMTDirectory
with the idid
.Methods in se.conciliate.extensions.store that return types with arguments of type MTDirectoryMethods in se.conciliate.extensions.store with parameters of type MTDirectoryModifier and TypeMethodDescriptionvoid
MTDirectory.setAncestorDirectory
(MTDirectory directory) Sets the parent directory.void
MTRepository.setParentDirectory
(MTDirectory directory) Sets the parent directory for the repository. -
Uses of MTDirectory in se.conciliate.extensions.store.connection
Methods in se.conciliate.extensions.store.connection with parameters of type MTDirectory