Class ProcessVariableLookupRestrictionService
java.lang.Object
org.activiti.cloud.services.security.ProcessVariableLookupRestrictionService
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
ConstructorsConstructorDescriptionProcessVariableLookupRestrictionService(ProcessVariableRestrictionService restrictionService) -
Method Summary
Modifier and TypeMethodDescriptioncom.querydsl.core.types.PredicaterestrictProcessInstanceVariableQuery(com.querydsl.core.types.Predicate predicate)
-
Constructor Details
-
ProcessVariableLookupRestrictionService
public ProcessVariableLookupRestrictionService(ProcessVariableRestrictionService restrictionService)
-
-
Method Details
-
restrictProcessInstanceVariableQuery
public com.querydsl.core.types.Predicate restrictProcessInstanceVariableQuery(com.querydsl.core.types.Predicate predicate)
-