Class ProcessVariableSpecification
java.lang.Object
org.activiti.cloud.services.query.rest.specification.ProcessVariableSpecification
- All Implemented Interfaces:
Serializable,org.springframework.data.jpa.domain.Specification<org.activiti.cloud.services.query.model.ProcessVariableEntity>
public class ProcessVariableSpecification
extends Object
implements org.springframework.data.jpa.domain.Specification<org.activiti.cloud.services.query.model.ProcessVariableEntity>
- See Also:
-
Field Summary
Fields inherited from interface org.springframework.data.jpa.domain.Specification
serialVersionUID -
Constructor Summary
ConstructorsConstructorDescriptionProcessVariableSpecification(Set<String> processInstanceIds, Set<org.activiti.cloud.services.query.model.ProcessVariableKey> processVariableKeys) -
Method Summary
Modifier and TypeMethodDescriptionjakarta.persistence.criteria.PredicatetoPredicate(jakarta.persistence.criteria.Root<org.activiti.cloud.services.query.model.ProcessVariableEntity> root, jakarta.persistence.criteria.CriteriaQuery<?> query, jakarta.persistence.criteria.CriteriaBuilder criteriaBuilder) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.data.jpa.domain.Specification
and, or
-
Constructor Details
-
ProcessVariableSpecification
-
-
Method Details
-
toPredicate
public jakarta.persistence.criteria.Predicate toPredicate(jakarta.persistence.criteria.Root<org.activiti.cloud.services.query.model.ProcessVariableEntity> root, jakarta.persistence.criteria.CriteriaQuery<?> query, jakarta.persistence.criteria.CriteriaBuilder criteriaBuilder) - Specified by:
toPredicatein interfaceorg.springframework.data.jpa.domain.Specification<org.activiti.cloud.services.query.model.ProcessVariableEntity>
-