Uses of Class
com.skava.accounts.workflow.WorkflowCondition
Packages that use WorkflowCondition
Package
Description
Accounts Workflow Workitem is implemented for custom task.
-
Uses of WorkflowCondition in com.skava.accounts.workflow.workitem
Methods in com.skava.accounts.workflow.workitem that return types with arguments of type WorkflowConditionModifier and TypeMethodDescriptionApprovalActionProcess.workflowRuleList
(org.json.JSONArray workflowRules) This method create list of workflow conditions from given rules.Methods in com.skava.accounts.workflow.workitem with parameters of type WorkflowConditionModifier and TypeMethodDescriptionApprovalActionProcess.inOperator
(WorkflowCondition rule) checking the IN operator.ApprovalActionProcess.logicalOperator
(WorkflowCondition rule) This method is used to add logical operator in query.Method parameters in com.skava.accounts.workflow.workitem with type arguments of type WorkflowConditionModifier and TypeMethodDescriptionApprovalActionProcess.approvalRequired
(List<WorkflowCondition> approversList) This method return approval not required WorkflowOutputModel.ApprovalActionProcess.springExpressionQuery
(List<WorkflowCondition> workflowRuleList, String relationalOperator, org.springframework.expression.EvaluationContext context) This method is used to form spring Expression query from the given list of condition.ApprovalActionProcess.workflowRulesCondition
(List<WorkflowCondition> workflowRuleList, String relationalOperator) This method is used to convert the condition into text.