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() 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
SConnectorValidationExceptionConnectorValidationExceptionList<Long> filter(String actorName) throws UserFilterException
SConnectorExceptionUserFilterExceptionboolean shouldAutoAssignTaskIfSingleResult()
#filter() is only one element.
i.e. when the task is filtered only for a single userCopyright © 2013 BonitaSoft. All Rights Reserved.