Uses of Class
overit.geocallapp.wfm.mobileforms.bl.globalexpressions.DataCollectionGlobalExpression
Packages that use DataCollectionGlobalExpression
Package
Description
-
Uses of DataCollectionGlobalExpression in overit.geocallapp.wfm.core.bl.datacollection.globalexpressions.task
Methods in overit.geocallapp.wfm.core.bl.datacollection.globalexpressions.task with parameters of type DataCollectionGlobalExpressionModifier and TypeMethodDescriptionprotected List<CheckIssue> BTDataCollectionCheckGlobalExpressions.checkExpressionsSyntax(DataCollectionGlobalExpression globalExpression, Boolean evaluateGlobalExpression, DataCollectionNodeExpressionsEvaluator expressionsEvaluator) Checks the expression syntax.protected List<CheckIssue> BTDataCollectionCheckGlobalExpressions.checkNotExistingReferences(DataCollectionGlobalExpression globalExpression, Set<DataCollectionNodeExpressionsToken> tokens, Set<DataCollectionNodeExpressionsToken> availableTokens) Checks if there are not existing references. -
Uses of DataCollectionGlobalExpression in overit.geocallapp.wfm.core.bl.datacollection.node.expressions.evaluator
Methods in overit.geocallapp.wfm.core.bl.datacollection.node.expressions.evaluator with parameters of type DataCollectionGlobalExpressionModifier and TypeMethodDescriptionprotected org.springframework.expression.EvaluationContextDataCollectionNodeExpressionsEvaluator.buildContext(DataCollectionGlobalExpression expression) Builds the context for a global expression.DataCollectionNodeExpressionsEvaluator.evaluateGlobalExpressions(DataCollectionGlobalExpression globalExpression) Evaluates a global expression.protected voidDataCollectionNodeExpressionsEvaluator.manageGlobalExpressionException(DataCollectionGlobalExpression globalExpression, Exception exception) Manages the global expression exception. -
Uses of DataCollectionGlobalExpression in overit.geocallapp.wfm.core.ux.datacollection.template.structure
Method parameters in overit.geocallapp.wfm.core.ux.datacollection.template.structure with type arguments of type DataCollectionGlobalExpressionModifier and TypeMethodDescriptionprotected voidDataCollectionTemplateStructureDetail.refreshGlobalExpressions(List<DataCollectionGlobalExpression> globalExpressions) Refresh the global expressions table. -
Uses of DataCollectionGlobalExpression in overit.geocallapp.wfm.core.ux.datacollection.template.structure.globalexpressions
Fields in overit.geocallapp.wfm.core.ux.datacollection.template.structure.globalexpressions declared as DataCollectionGlobalExpressionModifier and TypeFieldDescriptionprotected DataCollectionGlobalExpressionPanelDataCollectionGlobalExpression.globalExpressionMethods in overit.geocallapp.wfm.core.ux.datacollection.template.structure.globalexpressions that return DataCollectionGlobalExpressionModifier and TypeMethodDescriptionPanelDataCollectionGlobalExpressionInput.getGlobalExpression()Returns the global expression.Methods in overit.geocallapp.wfm.core.ux.datacollection.template.structure.globalexpressions with parameters of type DataCollectionGlobalExpressionModifier and TypeMethodDescriptionvoidPanelDataCollectionGlobalExpressionInput.setGlobalExpression(DataCollectionGlobalExpression globalExpression) Sets the global expression. -
Uses of DataCollectionGlobalExpression in overit.geocallapp.wfm.mobileforms.bl.globalexpressions.event
Methods in overit.geocallapp.wfm.mobileforms.bl.globalexpressions.event that return types with arguments of type DataCollectionGlobalExpressionModifier and TypeMethodDescriptionDataCollectionCheckGlobalExpressionsInput.getGlobalExpressions()Returns the global expressions.Method parameters in overit.geocallapp.wfm.mobileforms.bl.globalexpressions.event with type arguments of type DataCollectionGlobalExpressionModifier and TypeMethodDescriptionvoidDataCollectionCheckGlobalExpressionsInput.setGlobalExpressions(List<DataCollectionGlobalExpression> globalExpressions) Sets the global expressions. -
Uses of DataCollectionGlobalExpression in overit.geocallapp.wfm.mobileforms.bl.sheet
Methods in overit.geocallapp.wfm.mobileforms.bl.sheet that return types with arguments of type DataCollectionGlobalExpressionModifier and TypeMethodDescriptionBODataCollectionSheet.getGlobalExpressionsAsList()Returns the global expressions as list ofDataCollectionGlobalExpression. -
Uses of DataCollectionGlobalExpression in overit.geocallapp.wfm.mobileforms.bl.template
Fields in overit.geocallapp.wfm.mobileforms.bl.template with type parameters of type DataCollectionGlobalExpressionModifier and TypeFieldDescriptionprotected List<DataCollectionGlobalExpression> DataCollectionTemplate.globalExpressionsMethods in overit.geocallapp.wfm.mobileforms.bl.template that return types with arguments of type DataCollectionGlobalExpressionModifier and TypeMethodDescriptionDataCollectionTemplate.getGlobalExpressions()Returns the global expressions.Methods in overit.geocallapp.wfm.mobileforms.bl.template with parameters of type DataCollectionGlobalExpressionModifier and TypeMethodDescriptionvoidDataCollectionTemplate.addGlobalExpression(DataCollectionGlobalExpression globalExpression) Add the global expression.Method parameters in overit.geocallapp.wfm.mobileforms.bl.template with type arguments of type DataCollectionGlobalExpressionModifier and TypeMethodDescriptionvoidDataCollectionTemplate.addGlobalExpressions(List<DataCollectionGlobalExpression> globalExpressions) Adds the global expressions.voidDataCollectionTemplate.setGlobalExpressions(List<DataCollectionGlobalExpression> globalExpressions) Sets the global expressions. -
Uses of DataCollectionGlobalExpression in overit.geocallapp.wfm.mobileforms.bl.template.export
Methods in overit.geocallapp.wfm.mobileforms.bl.template.export that return types with arguments of type DataCollectionGlobalExpressionModifier and TypeMethodDescriptionDTODataCollectionTemplateExport.getGlobalExpressions()Returns the global expressions.Method parameters in overit.geocallapp.wfm.mobileforms.bl.template.export with type arguments of type DataCollectionGlobalExpressionModifier and TypeMethodDescriptionvoidDTODataCollectionTemplateExport.setGlobalExpressions(List<DataCollectionGlobalExpression> globalExpressions) Sets the global expressions.