public class TriggerableDag extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
TriggerableDag.EventNotifierAccessor |
| Modifier and Type | Method and Description |
|---|---|
void |
disablePredicateCaching() |
QuickTriggerable |
getRelevanceForRepeat(TreeReference genericRepeatRef) |
ValidateOutcome |
validate(FormEntryController formEntryControllerToBeValidated)
Invoked to validate a filled-in form.
|
ValidateOutcome |
validate(FormEntryController formEntryControllerToBeValidated,
boolean markCompleted)
Deprecated.
Use 'validate' without the 'markCompleted' parameter, as the 'true' value has been the only one used.
|
public ValidateOutcome validate(FormEntryController formEntryControllerToBeValidated)
@Deprecated public ValidateOutcome validate(FormEntryController formEntryControllerToBeValidated, boolean markCompleted)
public QuickTriggerable getRelevanceForRepeat(TreeReference genericRepeatRef)
public void disablePredicateCaching()
Copyright © 2024. All rights reserved.