Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.schema
Class PrefetchInfo

java.lang.Object
  extended by org.nuxeo.ecm.core.schema.PrefetchInfo
All Implemented Interfaces:
Serializable

public class PrefetchInfo
extends Object
implements Serializable

Information about what's to be prefetched: individual properties and whole schemas.

See Also:
Serialized Form

Constructor Summary
PrefetchInfo(String expr)
           
 
Method Summary
 String[] getFields()
           
 String[] getSchemas()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrefetchInfo

public PrefetchInfo(String expr)
Method Detail

getSchemas

public String[] getSchemas()

getFields

public String[] getFields()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.