Uses of Interface
se.conciliate.extensions.store.MTVariable
Packages that use MTVariable
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.
-
Uses of MTVariable in se.conciliate.extensions.datatransfer
Methods in se.conciliate.extensions.datatransfer that return types with arguments of type MTVariableConstructor parameters in se.conciliate.extensions.datatransfer with type arguments of type MTVariable -
Uses of MTVariable in se.conciliate.extensions.store
Methods in se.conciliate.extensions.store that return MTVariableModifier and TypeMethodDescriptionMTRepositoryHeader.createVariable
(String type, String key) Creates a new variable.Methods in se.conciliate.extensions.store that return types with arguments of type MTVariableModifier and TypeMethodDescriptionMTRepositoryHeader.findVariables()
Finds all variables in this repository, enviroment variables and java properties.MTRepositoryHeader.findVariables
(String type) Finds all variables in this repository of a given type.MTRepositoryHeader.findVariables
(String[] types) Finds all variables in this repository that has at least one of the given types.Methods in se.conciliate.extensions.store with parameters of type MTVariable -
Uses of MTVariable in se.conciliate.extensions.store.event
Methods in se.conciliate.extensions.store.event with parameters of type MTVariableModifier and TypeMethodDescriptionvoid
MTVariableListener.variableAdded
(MTVariable added, MTRepository repository) void
MTVariableListener.variableChanged
(MTVariable changed, MTRepository repository) void
MTVariableListener.variableRemoved
(MTVariable removed, MTRepository repository) -
Uses of MTVariable in se.conciliate.extensions.store.query
Methods in se.conciliate.extensions.store.query that return types with arguments of type MTVariableMethods in se.conciliate.extensions.store.query with parameters of type MTVariableModifier and TypeMethodDescriptionMTDocumentQuery.withDocumentRoots
(boolean includeNoRoots, MTVariable... roots) Retains only documents that are using at least one of the given document roots.