Class ApplicationSecuritySpecification
- java.lang.Object
-
- org.activiti.cloud.services.audit.jpa.security.ApplicationSecuritySpecification
-
- All Implemented Interfaces:
Serializable,org.springframework.data.jpa.domain.Specification<AuditEventEntity>
public class ApplicationSecuritySpecification extends Object implements org.springframework.data.jpa.domain.Specification<AuditEventEntity>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ApplicationSecuritySpecification(String serviceName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.persistence.criteria.PredicatetoPredicate(javax.persistence.criteria.Root<AuditEventEntity> root, javax.persistence.criteria.CriteriaQuery<?> criteriaQuery, javax.persistence.criteria.CriteriaBuilder criteriaBuilder)
-
-
-
Constructor Detail
-
ApplicationSecuritySpecification
public ApplicationSecuritySpecification(String serviceName)
-
-
Method Detail
-
toPredicate
public javax.persistence.criteria.Predicate toPredicate(javax.persistence.criteria.Root<AuditEventEntity> root, javax.persistence.criteria.CriteriaQuery<?> criteriaQuery, javax.persistence.criteria.CriteriaBuilder criteriaBuilder)
- Specified by:
toPredicatein interfaceorg.springframework.data.jpa.domain.Specification<AuditEventEntity>
-
-