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