Package | Description |
---|---|
com.semarchy.mdm.runtime.model.logical |
This package contains the
IModel representing the model as designed in Semarchy Convergence For MDM. |
Modifier and Type | Method and Description |
---|---|
DETaskTriggerType |
IDETaskValidation.getTrigger()
Defines the event that should trigger the
IDataValidation |
DETaskTriggerType |
IDETaskEnricher.getTrigger()
Defines the event that should trigger the
IDataValidation |
static DETaskTriggerType |
DETaskTriggerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DETaskTriggerType[] |
DETaskTriggerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DETaskTriggerType.executesOn(DETaskTriggerType pActualTrigger)
Returns true if a
IDETaskValidation or IDETaskEnricher
defined with this Trigger should considered when the
validation/enrichment is triggered with actualTrigger. |
List<IDETaskEnricher> |
IDETask.getTriggerableEnrichers(DETaskTriggerType type) |
List<IDETaskEnricher> |
IDETask.getTriggerableEnrichers(DETaskTriggerType type,
IEntity forEntity) |
List<IDETaskValidation> |
IDETask.getTriggerableValidations(DETaskTriggerType type) |
List<IDETaskValidation> |
IDETask.getTriggerableValidations(DETaskTriggerType type,
IEntity forEntity) |
Copyright © 2016. All rights reserved.