Class Query
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.operations.document.Query
-
@Deprecated public class Query extends Object
Deprecated.Since 6.0, document query operation logic has been moved. This class is not used/registered anymore into the platform as Automation Operation. Replaced by.services.query.DocumentPaginatedQuery
.- Author:
- Bogdan Stefanescu
-
-
Constructor Summary
Constructors Constructor Description Query()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description DocumentModelList
run()
Deprecated.
-
-
-
Field Detail
-
ID
public static final String ID
Deprecated.- See Also:
- Constant Field Values
-
session
protected CoreSession session
Deprecated.
-
query
protected String query
Deprecated.
-
lang
protected String lang
Deprecated.
-
-
Method Detail
-
run
public DocumentModelList run()
Deprecated.
-
-