Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
M
- MAP_LABEL_AND_TYPE_WITH_INSENSITIVE - Enum constant in enum com.orchestranetworks.addon.dataexchange.sql.SQLMappingColumnDefinition.PredefinedSQLMappingColumnDefinition
-
Deprecated.A
PredefinedSQLMappingColumnDefinition
enum that maps the column's label and data type without using case-sensitive comparison. - MAP_LABEL_AND_TYPE_WITH_INSENSITIVE - Static variable in interface com.orchestranetworks.addon.dex.mapping.FieldMapperDefinition
-
A
FieldMapperDefinition
that maps the column's label and data type without using case-sensitive comparison. - MAP_LABEL_AND_TYPE_WITH_SENSITIVE - Enum constant in enum com.orchestranetworks.addon.dataexchange.sql.SQLMappingColumnDefinition.PredefinedSQLMappingColumnDefinition
-
Deprecated.A
PredefinedSQLMappingColumnDefinition
enum that maps the column's label and data type using case-sensitive comparison. - MAP_LABEL_AND_TYPE_WITH_SENSITIVE - Static variable in interface com.orchestranetworks.addon.dex.mapping.FieldMapperDefinition
-
A
FieldMapperDefinition
that maps the column's label and data type using case-sensitive comparison. - MAP_LABEL_WITH_INSENSITIVE - Enum constant in enum com.orchestranetworks.addon.dataexchange.sql.SQLMappingColumnDefinition.PredefinedSQLMappingColumnDefinition
-
Deprecated.A
PredefinedSQLMappingColumnDefinition
enum that maps the column's label without using case-sensitive comparison. - MAP_LABEL_WITH_INSENSITIVE - Static variable in interface com.orchestranetworks.addon.dex.mapping.FieldMapperDefinition
-
A
FieldMapperDefinition
that maps the column's label without using case-sensitive comparison. - MAP_LABEL_WITH_SENSITIVE - Enum constant in enum com.orchestranetworks.addon.dataexchange.sql.SQLMappingColumnDefinition.PredefinedSQLMappingColumnDefinition
-
Deprecated.A
PredefinedSQLMappingColumnDefinition
enum that maps the column's label using case-sensitive comparison. - MAP_LABEL_WITH_SENSITIVE - Static variable in interface com.orchestranetworks.addon.dex.mapping.FieldMapperDefinition
-
A
FieldMapperDefinition
that maps the column's label using case-sensitive comparison. - MAP_NAME_AND_TYPE_WITH_INSENSITIVE - Enum constant in enum com.orchestranetworks.addon.dataexchange.sql.SQLMappingColumnDefinition.PredefinedSQLMappingColumnDefinition
-
Deprecated.A
PredefinedSQLMappingColumnDefinition
enum that maps the column's name and data type without using case-sensitive comparison. - MAP_NAME_AND_TYPE_WITH_INSENSITIVE - Static variable in interface com.orchestranetworks.addon.dex.mapping.FieldMapperDefinition
-
A
FieldMapperDefinition
that maps the column's name and data type without using case-sensitive comparison. - MAP_NAME_AND_TYPE_WITH_SENSITIVE - Enum constant in enum com.orchestranetworks.addon.dataexchange.sql.SQLMappingColumnDefinition.PredefinedSQLMappingColumnDefinition
-
Deprecated.A
PredefinedSQLMappingColumnDefinition
enum that maps the column's name and data type using case-sensitive comparison. - MAP_NAME_AND_TYPE_WITH_SENSITIVE - Static variable in interface com.orchestranetworks.addon.dex.mapping.FieldMapperDefinition
-
A
FieldMapperDefinition
that maps the column's name and data type using case-sensitive comparison. - MAP_NAME_WITH_INSENSITIVE - Enum constant in enum com.orchestranetworks.addon.dataexchange.sql.SQLMappingColumnDefinition.PredefinedSQLMappingColumnDefinition
-
Deprecated.A
PredefinedSQLMappingColumnDefinition
enum that maps the column's name without using case-sensitive comparison. - MAP_NAME_WITH_INSENSITIVE - Static variable in interface com.orchestranetworks.addon.dex.mapping.FieldMapperDefinition
-
A
FieldMapperDefinition
that maps the column's name without using case-sensitive comparison. - MAP_NAME_WITH_SENSITIVE - Enum constant in enum com.orchestranetworks.addon.dataexchange.sql.SQLMappingColumnDefinition.PredefinedSQLMappingColumnDefinition
-
Deprecated.A
PredefinedSQLMappingColumnDefinition
enum that maps the column's name using case-sensitive comparison. - MAP_NAME_WITH_SENSITIVE - Static variable in interface com.orchestranetworks.addon.dex.mapping.FieldMapperDefinition
-
A
FieldMapperDefinition
that maps the column's name using case-sensitive comparison. - mapFields(SF, TF) - Method in class com.orchestranetworks.addon.dint.mapping.TableMapping
-
Maps a source field and a target field.
- mapFieldsWithMatcher(Collection<SF>, Collection<TF>, FieldMatcher<SF, TF>) - Method in class com.orchestranetworks.addon.dint.mapping.TableMapping
-
Maps automatically all source fields and target fields using the provided
FieldMatcher
. - MappingSpec - Class in com.orchestranetworks.addon.dint.mapping
-
Global mapping specification.
- MappingSpec() - Constructor for class com.orchestranetworks.addon.dint.mapping.MappingSpec
- MappingStep<SF extends Field,
TF extends Field> - Class in com.orchestranetworks.addon.dint.mapping.steps -
Steps to construct a mapping from source to target within a
TableMapping
. - MappingStepSelector<S extends MappingStep> - Class in com.orchestranetworks.addon.dint.mapping.steps
-
Allows the selection of an exact
MappingStep
in aTableMapping
. - MappingStepSelector() - Constructor for class com.orchestranetworks.addon.dint.mapping.steps.MappingStepSelector
- MappingStepSelectorBuilder<S extends MappingStep> - Class in com.orchestranetworks.addon.dint.mapping.steps
-
Builds a complex
MappingStepSelector
by traversing mapping steps in aTableMapping
. - MappingType - Enum in com.orchestranetworks.addon.dex.mapping
-
Defines possible mapping types.
- MarginType - Enum in com.orchestranetworks.addon.dmdv.template.bean
-
Represents the element's relative position in relation to another element.
- match(SF, TF) - Method in interface com.orchestranetworks.addon.dint.mapping.FieldMatcher
-
Returns
true
if the source field matches the target field. - MatchAndMergeRegistry - Class in com.orchestranetworks.addon.mame.registration
-
Provides a way to register custom function for field or record
- MatchAndMergeRegistry() - Constructor for class com.orchestranetworks.addon.mame.registration.MatchAndMergeRegistry
- MATCHED - Enum constant in enum com.orchestranetworks.addon.mame.model.metadata.MatchingResultType
- MatchingComparator - Interface in com.orchestranetworks.addon.mame.service.matching
-
Provides a comparator to compare 2 records.
- MatchingEngineResult - Interface in com.orchestranetworks.addon.mame.service.matching
- MatchingOperations - Interface in com.orchestranetworks.addon.mame.service.matching
-
Provides matching operations for the EBXâ„¢ Match and Merge Add-on.
- MatchingProcess - Interface in com.orchestranetworks.addon.mame.service.matching
-
Represents the information of a matching process execution.
- MatchingResultType - Enum in com.orchestranetworks.addon.mame.model.metadata
- MatchingState - Static variable in class com.orchestranetworks.addon.dqid.BigDataDefinition
- matchRecord(AdaptationTable, PrimaryKey, String) - Method in interface com.orchestranetworks.addon.mame.service.matching.MatchingOperations
-
Executes a matching operation on a record against an EBX table.
- matchRecords(AdaptationTable, Request, String) - Method in interface com.orchestranetworks.addon.mame.service.matching.MatchingOperations
-
Executes a matching operation with a specific request on a EBX table.
- matchTable(AdaptationTable, String) - Method in interface com.orchestranetworks.addon.mame.service.matching.MatchingOperations
-
Executes a matching operation on an entire EBX table.
- MaxThreshold - Static variable in class com.orchestranetworks.addon.dqid.BigDataDefinition
- MaxThreshold - Static variable in class com.orchestranetworks.addon.dqid.IndicatorReportDefinition
- MaxThresholdDecimal - Static variable in class com.orchestranetworks.addon.dqid.BigDataDefinition
- MaxThresholdDecimal - Static variable in class com.orchestranetworks.addon.dqid.IndicatorReportDefinition
- MediaContent - Interface in com.orchestranetworks.addon.dama.ext.resource
-
Contains methods related to
MediaContent
. - Median - Static variable in class com.orchestranetworks.addon.dqid.BigDataDefinition
- MediaType - Class in com.orchestranetworks.addon.dama.models
-
Defines a java bean for the 'Media Type' field.
- MediaType() - Constructor for class com.orchestranetworks.addon.dama.models.MediaType
- merge(AdaptationTable, BigDecimal) - Method in interface com.orchestranetworks.addon.mame.service.merge.MergeOperations
-
Deprecated.
- MERGED - Enum constant in enum com.orchestranetworks.addon.mame.model.State
- MergedFieldValue - Interface in com.orchestranetworks.addon.mame.service.mergefunction
-
Defines field values for a golden record.
- MergeFunctionDeclaration - Interface in com.orchestranetworks.addon.mame.registration
-
Declares a custom merge function.
- mergeGroup(AdaptationTable, BigDecimal) - Method in interface com.orchestranetworks.addon.mame.service.merge.MergeOperations
-
Executes a merging process to merge a group of records.
- mergeGroup(AdaptationTable, BigDecimal, String) - Method in interface com.orchestranetworks.addon.mame.service.merge.MergeOperations
-
Executes a merging process to merge a group of records using the specified merge policy.
- mergeGroups(AdaptationTable, Set<BigDecimal>) - Method in interface com.orchestranetworks.addon.mame.service.merge.MergeOperations
-
Executes the merging process to merge multiple groups of records.
- mergeGroups(AdaptationTable, Set<BigDecimal>, String) - Method in interface com.orchestranetworks.addon.mame.service.merge.MergeOperations
-
Executes multiple merging processes to merge multiple groups of records using the specified merge policy.
- MergeOperations - Interface in com.orchestranetworks.addon.mame.service.merge
-
Provides merging operations for the EBX� Match and Merge Add-on.
- MergeProcess - Interface in com.orchestranetworks.addon.mame.service.merge
-
Provides merge process information.
- mergeRecords(List<Adaptation>) - Method in interface com.orchestranetworks.addon.mame.service.merge.MergeOperations
-
Executes a merging process to merge a selection of records.
- mergeRecords(List<Adaptation>, String) - Method in interface com.orchestranetworks.addon.mame.service.merge.MergeOperations
-
Executes a merging process to merge a selection of records using the specified merge policy.
- MergingProcess - Interface in com.orchestranetworks.addon.mame.service.merge
-
Represents the information related to merge process execution.
- MetaData - Class in com.orchestranetworks.addon.dama.ext.bean
-
Defines the digital asset's metadata.
- MetaData() - Constructor for class com.orchestranetworks.addon.dama.ext.bean.MetaData
-
Instantiates the new
MetaData
. - MetaData(String, String) - Constructor for class com.orchestranetworks.addon.dama.ext.bean.MetaData
-
Instantiates the new
MetaData
. - MetadataHelper - Class in com.orchestranetworks.addon.mame.common.util.metadata
-
Retrieves data from the add-on's metadata dataset.
- MIDDLE_LEFT - Enum constant in enum com.orchestranetworks.addon.dmdv.template.bean.AlignmentType
-
The specific point at the middle of the left side of bounding rectangle.
- MIDDLE_RIGHT - Enum constant in enum com.orchestranetworks.addon.dmdv.template.bean.AlignmentType
-
The specific point at the middle of the right side of bounding rectangle.
- min(AccessPermission) - Method in enum com.orchestranetworks.addon.dama.ext.enumeration.AccessPermission
-
Compares permissions and returns the permission with the highest priority.
- MINIMIZE - Enum constant in enum com.orchestranetworks.addon.dmdv.OverviewDisplayOptions
-
The graph overview will be minimized by default.
- MinThreshold - Static variable in class com.orchestranetworks.addon.dqid.BigDataDefinition
- MinThreshold - Static variable in class com.orchestranetworks.addon.dqid.IndicatorReportDefinition
- MinThresholdDecimal - Static variable in class com.orchestranetworks.addon.dqid.BigDataDefinition
- MinThresholdDecimal - Static variable in class com.orchestranetworks.addon.dqid.IndicatorReportDefinition
- MINUTE_SECOND - Static variable in class com.orchestranetworks.addon.dqid.common.IntervalType
- MissingPatternValue - Static variable in class com.orchestranetworks.addon.dqid.BigDataDefinition
- MissingTimeRecordInTheFuture - Static variable in class com.orchestranetworks.addon.dqid.BigDataDefinition
- MissingTimeRecordInThePast - Static variable in class com.orchestranetworks.addon.dqid.BigDataDefinition
- modify(TableMappingModificationContext<ST, TT>) - Method in interface com.orchestranetworks.addon.dint.mapping.TableMappingModifier
-
Modifies the table mapping specified by the context.
- modifyStep(MappingStepSelector<S>, Consumer<S>) - Method in interface com.orchestranetworks.addon.dint.mapping.TableMappingModificationContext
-
Modifies a transformation step in the table mapping.
- modifyTableMapping(TableMappingSelector<ST, TT>, TableMappingModifier<ST, TT>) - Method in class com.orchestranetworks.addon.dint.template.TemplateConfig
-
Modifies an existing table mapping in the template.
- Monitoring_NumberOperationExecution - Static variable in class com.orchestranetworks.addon.dqid.BigDataDefinition
- Monitoring_OperationAverageExecution - Static variable in class com.orchestranetworks.addon.dqid.BigDataDefinition
- Monitoring_OperationIdentifier - Static variable in class com.orchestranetworks.addon.dqid.BigDataDefinition
- Monitoring_OperationLabel - Static variable in class com.orchestranetworks.addon.dqid.BigDataDefinition
- Monitoring_OperationProductName - Static variable in class com.orchestranetworks.addon.dqid.BigDataDefinition
- MONTH_DAY - Static variable in class com.orchestranetworks.addon.dqid.common.IntervalType
- MONTH_WEEK_DAY - Static variable in class com.orchestranetworks.addon.dqid.common.IntervalType
- MONTHLY - Static variable in class com.orchestranetworks.addon.dqid.common.PeriodicityType
- MostFrequentFrequency - Static variable in class com.orchestranetworks.addon.dqid.BigDataDefinition
- MostFrequentNbRecord - Static variable in class com.orchestranetworks.addon.dqid.BigDataDefinition
- MostFrequentValue - Static variable in class com.orchestranetworks.addon.dqid.BigDataDefinition
- MULTI_ROW_CARD - Enum constant in enum com.orchestranetworks.addon.dpra.ChartType
-
Multi row card
- MultiOutputTransformableStep<SF extends Field,
TF extends Field> - Interface in com.orchestranetworks.addon.dint.mapping.steps -
Represents mapping steps that can have more than one output value.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
MergeOperations.mergeGroup(AdaptationTable, BigDecimal)
Executes a merging process to merge a group of records. A merge policy should be defined beforehand and linked to the table on which the merged action is executed.