Class BusinessFetchOperation
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.operations.business.BusinessFetchOperation
-
public class BusinessFetchOperation extends Object
This operation map pojo client side to document adapter server side and fetch the related NX document.- Since:
- 5.7
-
-
Field Summary
Fields Modifier and Type Field Description static String
ID
protected CoreSession
session
-
Constructor Summary
Constructors Constructor Description BusinessFetchOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BusinessAdapter
run(BusinessAdapter input)
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
session
protected CoreSession session
-
-
Method Detail
-
run
public BusinessAdapter run(BusinessAdapter input) throws ClassNotFoundException
- Throws:
ClassNotFoundException
-
-