Class FetchByProperty
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.operations.document.FetchByProperty
-
public class FetchByProperty extends Object
- Author:
- Bogdan Stefanescu
-
-
Field Summary
Fields Modifier and Type Field Description static String
ID
protected String
property
protected String
query
protected CoreSession
session
protected StringList
values
-
Constructor Summary
Constructors Constructor Description FetchByProperty()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
session
protected CoreSession session
-
property
protected String property
-
values
protected StringList values
-
query
protected String query
-
-
Method Detail
-
run
public DocumentModelList run()
-
-