Uses of Class
org.javarosa.core.model.QuickTriggerable
| Package | Description |
|---|---|
| org.javarosa.core.model | |
| org.javarosa.core.model.condition |
-
Uses of QuickTriggerable in org.javarosa.core.model
Fields in org.javarosa.core.model with type parameters of type QuickTriggerable Modifier and Type Field Description protected HashMap<TreeReference,QuickTriggerable>IDag. conditionRepeatTargetIndexstatic Comparator<QuickTriggerable>QuickTriggerable. quickTriggerablesRootOrderingprotected ArrayList<QuickTriggerable>IDag. triggerablesDAGprotected HashMap<TreeReference,ArrayList<QuickTriggerable>>IDag. triggerIndexprotected ArrayList<QuickTriggerable>IDag. unorderedTriggerablesMethods in org.javarosa.core.model that return QuickTriggerable Modifier and Type Method Description QuickTriggerableApril2014DagImpl. getTriggerableForRepeatGroup(TreeReference repeatRef)QuickTriggerableFast2014DagImpl. getTriggerableForRepeatGroup(TreeReference repeatRef)abstract QuickTriggerableIDag. getTriggerableForRepeatGroup(TreeReference ref)Used to obtain the triggerable that impacts the relevancy of the repeat group.QuickTriggerableLegacyDagImpl. getTriggerableForRepeatGroup(TreeReference repeatRef)QuickTriggerableSafe2014DagImpl. getTriggerableForRepeatGroup(TreeReference repeatRef)Methods in org.javarosa.core.model that return types with arguments of type QuickTriggerable Modifier and Type Method Description protected Set<QuickTriggerable>LatestDagBase. doEvaluateTriggerables(FormInstance mainInstance, EvaluationContext evalContext, Set<QuickTriggerable> tv, TreeReference anchorRef, Set<QuickTriggerable> alreadyEvaluated)Collection<QuickTriggerable>April2014DagImpl. initializeTriggerables(FormInstance mainInstance, EvaluationContext evalContext, TreeReference rootRef, boolean midSurvey)Walks the current set of conditions, and evaluates each of them with the current context.Collection<QuickTriggerable>Fast2014DagImpl. initializeTriggerables(FormInstance mainInstance, EvaluationContext evalContext, TreeReference rootRef, boolean midSurvey)Walks the current set of conditions, and evaluates each of them with the current context.abstract Collection<QuickTriggerable>IDag. initializeTriggerables(FormInstance mainInstance, EvaluationContext evalContext, TreeReference rootRef, boolean midSurvey)Invoked externally when a new mainInstance is loaded (initial sweep of calculates).Collection<QuickTriggerable>LegacyDagImpl. initializeTriggerables(FormInstance mainInstance, EvaluationContext evalContext, TreeReference rootRef, boolean midSurvey)Walks the current set of conditions, and evaluates each of them with the current context.Collection<QuickTriggerable>Safe2014DagImpl. initializeTriggerables(FormInstance mainInstance, EvaluationContext evalContext, TreeReference rootRef, boolean midSurvey)Walks the current set of conditions, and evaluates each of them with the current context.Collection<QuickTriggerable>April2014DagImpl. triggerTriggerables(FormInstance mainInstance, EvaluationContext evalContext, TreeReference ref, boolean midSurvey)The entry point for the DAG cascade after a value is changed in the model.Collection<QuickTriggerable>Fast2014DagImpl. triggerTriggerables(FormInstance mainInstance, EvaluationContext evalContext, TreeReference ref, boolean midSurvey)The entry point for the DAG cascade after a value is changed in the model.Collection<QuickTriggerable>FormDef. triggerTriggerables(TreeReference ref, boolean midSurvey)The entry point for the DAG cascade after a value is changed in the model.abstract Collection<QuickTriggerable>IDag. triggerTriggerables(FormInstance mainInstance, EvaluationContext evalContext, TreeReference ref, boolean midSurvey)Fire a triggereable.Collection<QuickTriggerable>LegacyDagImpl. triggerTriggerables(FormInstance mainInstance, EvaluationContext evalContext, TreeReference ref, boolean midSurvey)The entry point for the DAG cascade after a value is changed in the model.Collection<QuickTriggerable>Safe2014DagImpl. triggerTriggerables(FormInstance mainInstance, EvaluationContext evalContext, TreeReference ref, boolean midSurvey)The entry point for the DAG cascade after a value is changed in the model.Methods in org.javarosa.core.model with parameters of type QuickTriggerable Modifier and Type Method Description voidFast2014DagImpl. fillTriggeredElements(FormInstance mainInstance, EvaluationContext evalContext, QuickTriggerable qt, Set<QuickTriggerable> destinationSet, Set<QuickTriggerable> newDestinationSet, boolean midSurvey)Get all of the elements which will need to be evaluated (in order) when the triggerable is fired.voidSafe2014DagImpl. fillTriggeredElements(FormInstance mainInstance, EvaluationContext evalContext, QuickTriggerable qt, Set<QuickTriggerable> destinationSet, Set<QuickTriggerable> newDestinationSet)Get all of the elements which will need to be evaluated (in order) when the triggerable is fired.Method parameters in org.javarosa.core.model with type arguments of type QuickTriggerable Modifier and Type Method Description protected Set<QuickTriggerable>LatestDagBase. doEvaluateTriggerables(FormInstance mainInstance, EvaluationContext evalContext, Set<QuickTriggerable> tv, TreeReference anchorRef, Set<QuickTriggerable> alreadyEvaluated)voidFast2014DagImpl. fillTriggeredElements(FormInstance mainInstance, EvaluationContext evalContext, QuickTriggerable qt, Set<QuickTriggerable> destinationSet, Set<QuickTriggerable> newDestinationSet, boolean midSurvey)Get all of the elements which will need to be evaluated (in order) when the triggerable is fired.voidSafe2014DagImpl. fillTriggeredElements(FormInstance mainInstance, EvaluationContext evalContext, QuickTriggerable qt, Set<QuickTriggerable> destinationSet, Set<QuickTriggerable> newDestinationSet)Get all of the elements which will need to be evaluated (in order) when the triggerable is fired.protected voidIDag. publishSummary(String lead, Collection<QuickTriggerable> quickTriggerables)protected voidIDag. publishSummary(String lead, TreeReference ref, Collection<QuickTriggerable> quickTriggerables) -
Uses of QuickTriggerable in org.javarosa.core.model.condition
Methods in org.javarosa.core.model.condition that return types with arguments of type QuickTriggerable Modifier and Type Method Description HashSet<QuickTriggerable>Triggerable. getImmediateCascades()Method parameters in org.javarosa.core.model.condition with type arguments of type QuickTriggerable Modifier and Type Method Description voidTriggerable. setImmediateCascades(HashSet<QuickTriggerable> cascades)