Class TaskVariableLookupRestrictionService
- java.lang.Object
-
- org.activiti.cloud.services.security.TaskVariableLookupRestrictionService
-
public class TaskVariableLookupRestrictionService extends Object
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
Constructors Constructor Description TaskVariableLookupRestrictionService(TaskLookupRestrictionService taskLookupRestrictionService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.querydsl.core.types.PredicaterestrictTaskVariableQuery(com.querydsl.core.types.Predicate predicate)
-
-
-
Constructor Detail
-
TaskVariableLookupRestrictionService
public TaskVariableLookupRestrictionService(TaskLookupRestrictionService taskLookupRestrictionService)
-
-