Uses of Interface
se.conciliate.extensions.store.MTList
Packages that use MTList
Package
Description
Package containing various support interfaces for data transfers such as
drag and drop.
Provides a means to create, retrieve, update and delete all different
persistently stored objects.
Provide a means to listen to changes in the stores.
Provides utility classes to perform queries against the current workspace.
Provides interfaces to select content of different types.
-
Uses of MTList in se.conciliate.extensions.datatransfer
Methods in se.conciliate.extensions.datatransfer that return types with arguments of type MTListConstructor parameters in se.conciliate.extensions.datatransfer with type arguments of type MTList -
Uses of MTList in se.conciliate.extensions.store
Methods in se.conciliate.extensions.store that return MTListModifier and TypeMethodDescriptionMTRepositoryHeader.createList(boolean staticList, String uuid) Creates and returns a new list.MTListHeader.expand()Returns aMTListfor this list.Finds a list that has been stored in this repository.MTCachedList.getList()Returns the list backing this cached list.Methods in se.conciliate.extensions.store that return types with arguments of type MTListModifier and TypeMethodDescriptionMTRepositoryHeader.findLists()Returns all lists that are in this repository.MTRepositoryHeader.findListsFor(String objectType) Returns all lists that act on the specified objectType.MTRepositoryHeader.findRelativeLists()Returns all non-static lists for this repository.MTRepositoryHeader.findStaticLists()Returns all static lists for this repository.Methods in se.conciliate.extensions.store with parameters of type MTListModifier and TypeMethodDescriptiondefault MTCachedListMTRepositoryHeader.createCachedList(MTList list) MTRepositoryHeader.createCachedList(MTList list, boolean lockedRevisions, boolean includeInitialRevisions) Creates and returns a cached list for a relative list.void -
Uses of MTList in se.conciliate.extensions.store.event
Methods in se.conciliate.extensions.store.event with parameters of type MTListModifier and TypeMethodDescriptionvoidMTListListener.listAdded(MTList list, MTRepository repository) Called when a new list is added to a repository.voidMTListListener.listChanged(MTList list, ListChangeEvent evt) Called when a list is updated in some way in a repository.voidMTListListener.listRemoved(MTList list, MTRepository repository) Called when a list is removed from a repository. -
Uses of MTList in se.conciliate.extensions.store.query
Methods in se.conciliate.extensions.store.query that return MTListMethods in se.conciliate.extensions.store.query with parameters of type MTListModifier and TypeMethodDescriptionSelects documents by executing a list.Selects MT documents by executing a list.Selects models by executing a list.Selects symbols by executing a list. -
Uses of MTList in se.conciliate.extensions.ui.selectors
Methods in se.conciliate.extensions.ui.selectors that return types with arguments of type MTListModifier and TypeMethodDescriptionContentSelectorFactory.createSingleCustomRelationForModelsSelector(boolean allowMultiSelection) ContentSelectorFactory.createSingleCustomRelationForModelsSelector(boolean allowMultiSelection, MTLanguage selectedLanguage) ContentSelectorFactory.createSingleCustomRelationForObjectSelector(boolean allowMultiSelection) ContentSelectorFactory.createSingleCustomRelationForObjectSelector(boolean allowMultiSelection, MTLanguage selectedLanguage)