Class TaskLookupRestrictionService
java.lang.Object
org.activiti.cloud.services.security.TaskLookupRestrictionService
- All Implemented Interfaces:
QueryDslPredicateFilter
-
Constructor Summary
ConstructorsConstructorDescriptionTaskLookupRestrictionService(org.activiti.api.runtime.shared.security.SecurityManager securityManager) -
Method Summary
Modifier and TypeMethodDescriptioncom.querydsl.core.types.Predicateextend(@NotNull com.querydsl.core.types.Predicate currentPredicate) booleanbooleancom.querydsl.core.types.PredicaterestrictTaskQuery(com.querydsl.core.types.Predicate predicate) com.querydsl.core.types.PredicaterestrictTaskVariableQuery(com.querydsl.core.types.Predicate predicate) com.querydsl.core.types.PredicaterestrictToInvolvedUsersQuery(com.querydsl.core.types.Predicate predicate) voidsetRestrictionsEnabled(boolean restrictionsEnabled) voidsetRestrictionsInvolvedUserEnabled(boolean restrictionsInvolvedUserEnabled)
-
Constructor Details
-
Method Details
-
restrictTaskQuery
public com.querydsl.core.types.Predicate restrictTaskQuery(com.querydsl.core.types.Predicate predicate) -
extend
public com.querydsl.core.types.Predicate extend(@NotNull @NotNull com.querydsl.core.types.Predicate currentPredicate) - Specified by:
extendin interfaceQueryDslPredicateFilter
-
restrictTaskVariableQuery
public com.querydsl.core.types.Predicate restrictTaskVariableQuery(com.querydsl.core.types.Predicate predicate) -
restrictToInvolvedUsersQuery
public com.querydsl.core.types.Predicate restrictToInvolvedUsersQuery(com.querydsl.core.types.Predicate predicate) -
setRestrictionsEnabled
public void setRestrictionsEnabled(boolean restrictionsEnabled) -
isRestrictionsEnabled
public boolean isRestrictionsEnabled() -
isRestrictionsInvolvedUserEnabled
public boolean isRestrictionsInvolvedUserEnabled() -
setRestrictionsInvolvedUserEnabled
public void setRestrictionsInvolvedUserEnabled(boolean restrictionsInvolvedUserEnabled)
-