Uses of Interface
se.conciliate.extensions.store.MTAttributeType
Packages that use MTAttributeType
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 MTAttributeType in se.conciliate.extensions.datatransfer
Methods in se.conciliate.extensions.datatransfer that return types with arguments of type MTAttributeTypeConstructor parameters in se.conciliate.extensions.datatransfer with type arguments of type MTAttributeType -
Uses of MTAttributeType in se.conciliate.extensions.store
Methods in se.conciliate.extensions.store that return MTAttributeTypeModifier and TypeMethodDescriptionMTRepositoryHeader.createAttributeType
(String uuid, String inputType, String dataType) Creates a new attribute type.MTAttributeTypeHeader.expand()
Returns aMTAttributeType
for this attribute type.MTRepositoryHeader.findAttributeType
(String uuid) Finds an attribute type by UUID in this repository.Methods in se.conciliate.extensions.store that return types with arguments of type MTAttributeTypeModifier and TypeMethodDescriptionMTRepositoryHeader.findAttributeTypes()
Finds all attribute types in this repository.MTRepositoryHeader.findAttributeTypes
(ModelType type) Finds all attribute types for the model type.MTRepositoryHeader.findAttributeTypes
(SymbolType type) Finds all attribute types for the symbol type.Methods in se.conciliate.extensions.store with parameters of type MTAttributeTypeModifier and TypeMethodDescriptionvoid
MTBulkOperations.saveAttributeType
(MTAttributeType descriptionType) -
Uses of MTAttributeType in se.conciliate.extensions.store.event
Methods in se.conciliate.extensions.store.event that return MTAttributeTypeModifier and TypeMethodDescriptionModelChangeEvent.getAttributeType()
Returns the attribute type of the attribute that changed or null if this is not a model attribute changed event.SymbolChangeEvent.getAttributeType()
Returns the attribute type of the attribute that changed or null if this is not a symbol attribute change event.Methods in se.conciliate.extensions.store.event with parameters of type MTAttributeTypeModifier and TypeMethodDescriptionvoid
MTAttributeTypeListener.attributeTypeAdded
(MTAttributeType type, MTRepository repository) Called after an attribute type has been added.void
MTAttributeTypeListener.attributeTypeChanged
(MTAttributeType type, MTRepository repository) Called after an attribute type has changed.void
MTAttributeTypeListener.attributeTypeRemoved
(MTAttributeType type, MTRepository repository) Called after an attribute type has been removed. -
Uses of MTAttributeType in se.conciliate.extensions.store.query
Methods in se.conciliate.extensions.store.query that return MTAttributeTypeModifier and TypeMethodDescriptionMTAttributeFilter.getAttributeType()
The attribute type that the filter is used on.Methods in se.conciliate.extensions.store.query with parameters of type MTAttributeTypeModifier and TypeMethodDescriptionMTAttributeFilterType.createFilter
(MTAttributeType type) Creates a filter for an attribute type with default settings.MTAttributeFilterType.createFilter
(MTAttributeType type, String filterString) Creates a filter with non-default settings.boolean
MTAttributeFilterType.isApplicable
(MTAttributeType type) Returns true if the filter can be applied on a given attribute type. -
Uses of MTAttributeType in se.conciliate.extensions.ui.selectors
Methods in se.conciliate.extensions.ui.selectors that return types with arguments of type MTAttributeTypeModifier and TypeMethodDescriptionContentSelectorFactory.createSingleModelDescriptionSelector
(boolean allowMultiSelection) ContentSelectorFactory.createSingleModelDescriptionSelector
(boolean allowMultiSelection, MTLanguage selectedLanguage) ContentSelectorFactory.createSingleModelFieldSelector
(boolean allowMultiSelection) ContentSelectorFactory.createSingleModelFieldSelector
(boolean allowMultiSelection, MTLanguage selectedLanguage) ContentSelectorFactory.createSingleObjectDescriptionSelector
(boolean allowMultiSelection) ContentSelectorFactory.createSingleObjectDescriptionSelector
(boolean allowMultiSelection, MTLanguage selectedLanguage) ContentSelectorFactory.createSingleObjectFieldSelector
(boolean allowMultiSelection) ContentSelectorFactory.createSingleObjectFieldSelector
(boolean allowMultiSelection, MTLanguage selectedLanguage)