Uses of Class
org.opencastproject.assetmanager.impl.persistence.QPropertyDto
Packages that use QPropertyDto
Package
Description
Persistent storage of the default asset manager implementation.
Default query implementation.
-
Uses of QPropertyDto in org.opencastproject.assetmanager.impl.persistence
Fields in org.opencastproject.assetmanager.impl.persistence declared as QPropertyDtoModifier and TypeFieldDescriptionstatic final QPropertyDtoQPropertyDto.propertyDtostatic final QPropertyDtoEntityPaths.Q_PROPERTYFields in org.opencastproject.assetmanager.impl.persistence with type parameters of type QPropertyDtoModifier and TypeFieldDescriptionstatic final com.entwinemedia.fn.Stream<QPropertyDto> EntityPaths.$Q_PROPERTY -
Uses of QPropertyDto in org.opencastproject.assetmanager.impl.query
Fields in org.opencastproject.assetmanager.impl.query with type parameters of type QPropertyDtoModifier and TypeFieldDescriptionstatic final Function<QPropertyDto, com.entwinemedia.fn.data.Opt<com.mysema.query.types.expr.BooleanExpression>> PropertyPredicates.NO_VALUEMethods in org.opencastproject.assetmanager.impl.query with parameters of type QPropertyDtoModifier and TypeMethodDescriptioncom.mysema.query.types.Path<?> PropertyFieldImpl.getPath(QPropertyDto dto) Method parameters in org.opencastproject.assetmanager.impl.query with type arguments of type QPropertyDtoModifier and TypeMethodDescriptionstatic org.opencastproject.assetmanager.impl.query.DeleteQueryContribution.WherePropertyPredicates.mkWhereDelete(com.entwinemedia.fn.data.Opt<String> namespace, com.entwinemedia.fn.data.Opt<String> propertyName, Function<QPropertyDto, com.entwinemedia.fn.data.Opt<com.mysema.query.types.expr.BooleanExpression>> mkValueExpression) static org.opencastproject.assetmanager.impl.query.DeleteQueryContribution.WherePropertyPredicates.mkWhereDelete(org.opencastproject.assetmanager.api.PropertyName propertyName, Function<QPropertyDto, com.entwinemedia.fn.data.Opt<com.mysema.query.types.expr.BooleanExpression>> mkValueExpression) static com.mysema.query.types.expr.BooleanExpressionPropertyPredicates.mkWhereSelect(com.entwinemedia.fn.data.Opt<String> namespace, com.entwinemedia.fn.data.Opt<String> propertyName, Function<QPropertyDto, com.entwinemedia.fn.data.Opt<com.mysema.query.types.expr.BooleanExpression>> mkValueExpression) Create a 'where' expression for queries that filter by some property based criteria.static com.mysema.query.types.expr.BooleanExpressionPropertyPredicates.mkWhereSelect(org.opencastproject.assetmanager.api.PropertyName propertyName, Function<QPropertyDto, com.entwinemedia.fn.data.Opt<com.mysema.query.types.expr.BooleanExpression>> mkValueExpression) Create a 'where' expression for queries that filter by some property based criteria.