public interface UserFilter
| Modifier and Type | Method and Description |
|---|---|
List<Long> |
filter(String actorName)
Execute the filter.
|
void |
setInputParameters(Map<String,Object> parameters)
Set the input parameter for the filter.
|
boolean |
shouldAutoAssignTaskIfSingleResult()
This method make the engine assign automatically the task if the result of
filter(String) is only one element. |
void |
validateInputParameters()
Validate the input parameters.
|
void setInputParameters(Map<String,Object> parameters)
parameters - parameters is a map with parameter names and their value.void validateInputParameters()
throws ConnectorValidationException
ConnectorValidationExceptionList<Long> filter(String actorName) throws UserFilterException
actorName - the actor name of the taskUserFilterExceptionboolean shouldAutoAssignTaskIfSingleResult()
filter(String) is only one element.
i.e. when the task is filtered only for a single userCopyright © 2018 Bonitasoft S.A.. All rights reserved.