Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.query.sql.model
Interface SQLQuery.Transformer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
NoFile2SecurityPolicy.NoFileTransformer, SQLQuery.IdentityTransformer
Enclosing class:
SQLQuery

public static interface SQLQuery.Transformer
extends java.io.Serializable

Interface for a class that can transform a SQLQuery into another.


Field Summary
static SQLQuery.Transformer IDENTITY
           
 
Method Summary
 SQLQuery transform(java.security.Principal principal, SQLQuery query)
           
 

Field Detail

IDENTITY

static final SQLQuery.Transformer IDENTITY
Method Detail

transform

SQLQuery transform(java.security.Principal principal,
                   SQLQuery query)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.