Uses of Interface
se.conciliate.extensions.store.MTGroupHeader
Packages that use MTGroupHeader
Package
Description
Provides a means to create, retrieve, update and delete all different
persistently stored objects.
Provides utility classes to perform queries against the current workspace.
-
Uses of MTGroupHeader in se.conciliate.extensions.store
Subinterfaces of MTGroupHeader in se.conciliate.extensions.storeModifier and TypeInterfaceDescriptioninterface
interface
Full interface for groups.interface
Classes in se.conciliate.extensions.store that implement MTGroupHeader -
Uses of MTGroupHeader in se.conciliate.extensions.store.query
Methods in se.conciliate.extensions.store.query that return types with arguments of type MTGroupHeaderMethods in se.conciliate.extensions.store.query with parameters of type MTGroupHeaderModifier and TypeMethodDescriptionMTDocumentQuery.withGroups
(MTGroupHeader... groups) Retains only documents with at least one of the given groups set as group of the document.MTModelQuery.withGroups
(MTGroupHeader... groups) Retains only models with at least one of the given groups set as group of the model.MTSymbolQuery.withGroups
(MTGroupHeader... groups) Retains only symbols with at least one of the given groups set as group of the symbol.