Package org.nuxeo.ecm.core.schema
Class PrefetchInfo
- java.lang.Object
-
- 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
Constructors Constructor Description PrefetchInfo(String expr)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String[]
getFields()
Deprecated.since 11.1.String[]
getSchemas()
-
-
-
Constructor Detail
-
PrefetchInfo
public PrefetchInfo(String expr)
-
-
Method Detail
-
getSchemas
public String[] getSchemas()
-
getFields
@Deprecated(since="11.1") public String[] getFields()
Deprecated.since 11.1. Not used anymore.
-
-