Uses of Interface
se.conciliate.extensions.store.MTPermissionGroup
Packages that use MTPermissionGroup
Package
Description
Provides a means to create, retrieve, update and delete all different
persistently stored objects.
-
Uses of MTPermissionGroup in se.conciliate.extensions.store
Classes in se.conciliate.extensions.store that implement MTPermissionGroupMethods in se.conciliate.extensions.store that return MTPermissionGroupModifier and TypeMethodDescriptionMTRepository.createPermissionGroup
(MTGroup group) MTStore.getCurrentPermissionGroup()
Returns the current permission group.static MTPermissionGroup
MTPermissionGroup.getDefault()
MTDocument.getGroup()
Returns the group of this document.MTModel.getGroup()
Returns the "access control" group of this object.MTSymbol.getGroup()
Returns the "access control" group of this object.static MTPermissionGroup
MTPermissionGroup.getPrivate()
Methods in se.conciliate.extensions.store that return types with arguments of type MTPermissionGroupModifier and TypeMethodDescriptionMTRepositoryHeader.findPermissionGroups()
Finds all permission groups available in this repository.default Set<MTPermissionGroup>
MTStore.getCurrentPermissionGroups()
Returns the currently available permission groups.Methods in se.conciliate.extensions.store with parameters of type MTPermissionGroupModifier and TypeMethodDescriptiondefault void
MTStore.setCurrentPermissionGroup
(MTPermissionGroup group) Sets the current permission group to work in.void
MTDocument.setGroup
(MTPermissionGroup group) Sets the group of the document.void
MTModel.setGroup
(MTPermissionGroup group) Set the "access control" group of this object.void
MTSymbol.setGroup
(MTPermissionGroup group) Sets the group that the symbol belongs to.