Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

All Superinterfaces:
Serializable
All Known Implementing Classes:
SQLQuery.IdentityTransformer
Enclosing class:
SQLQuery

public static interface SQLQuery.Transformer
extends Serializable

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


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

Field Detail

IDENTITY

static final SQLQuery.Transformer IDENTITY
Method Detail

transform

SQLQuery transform(Principal principal,
                   SQLQuery query)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.