Interface FormEntryCondition
- All Known Implementing Classes:
FormCheckRightsCondition,IsSubmitterCondition,IsUserCondition
public interface FormEntryCondition
Interface for method on a workflow condition to computed users who have at least one action on the
FormEntry.-
Method Summary
Modifier and TypeMethodDescriptiondefault RightManager.RightResultgetAnyConnectedPermissions(FormEntry entry, Map args) Get the right result for any connected user passes the condition on the form entrygetWorkflowActorsPermissions(FormEntry entry, Map args) Returns all users with their corresponding permission result.
-
Method Details
-
getAnyConnectedPermissions
Get the right result for any connected user passes the condition on the form entry- Parameters:
entry- the form entryargs- the condition arguments- Returns:
- the right result for any connected user passes the condition on the form entry
-
getWorkflowActorsPermissions
Returns all users with their corresponding permission result. The associatedRightManager.RightResultindicates whether the user passes the condition or not.- Parameters:
entry- the form entryargs- the condition arguments- Returns:
- a map containing each evaluated user and their corresponding
RightManager.RightResult
-