Class TaskVariableLookupRestrictionService
java.lang.Object
org.activiti.cloud.services.security.TaskVariableLookupRestrictionService
This is present in case of a future scenario where we need to filter task or process instance variables more generally rather than per task or per proc.
-
Constructor Summary
ConstructorsConstructorDescriptionTaskVariableLookupRestrictionService(TaskLookupRestrictionService taskLookupRestrictionService) -
Method Summary
Modifier and TypeMethodDescriptioncom.querydsl.core.types.PredicaterestrictTaskVariableQuery(com.querydsl.core.types.Predicate predicate)
-
Constructor Details
-
TaskVariableLookupRestrictionService
public TaskVariableLookupRestrictionService(TaskLookupRestrictionService taskLookupRestrictionService)
-
-
Method Details
-
restrictTaskVariableQuery
public com.querydsl.core.types.Predicate restrictTaskVariableQuery(com.querydsl.core.types.Predicate predicate)
-