Class TaskLookupRestrictionService
- java.lang.Object
-
- org.activiti.cloud.services.security.TaskLookupRestrictionService
-
public class TaskLookupRestrictionService extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TaskLookupRestrictionService(org.activiti.api.runtime.shared.security.SecurityManager securityManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisRestrictionsEnabled()com.querydsl.core.types.PredicaterestrictTaskQuery(com.querydsl.core.types.Predicate predicate)com.querydsl.core.types.PredicaterestrictTaskVariableQuery(com.querydsl.core.types.Predicate predicate)voidsetRestrictionsEnabled(boolean restrictionsEnabled)
-
-
-
Method Detail
-
restrictTaskQuery
public com.querydsl.core.types.Predicate restrictTaskQuery(com.querydsl.core.types.Predicate predicate)
-
restrictTaskVariableQuery
public com.querydsl.core.types.Predicate restrictTaskVariableQuery(com.querydsl.core.types.Predicate predicate)
-
setRestrictionsEnabled
public void setRestrictionsEnabled(boolean restrictionsEnabled)
-
isRestrictionsEnabled
public boolean isRestrictionsEnabled()
-
-