Class BusinessCreateOperation
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.operations.business.BusinessCreateOperation
-
public class BusinessCreateOperation extends Object
This operation map pojo client side to document adapter server side and create NX document assuming that pojo and adapter have both properties in common.- Since:
- 5.7
-
-
Field Summary
Fields Modifier and Type Field Description static String
ID
protected String
name
protected String
parentPath
protected CoreSession
session
-
Constructor Summary
Constructors Constructor Description BusinessCreateOperation()
-
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
-
parentPath
protected String parentPath
-
name
protected String name
-
-
Method Detail
-
run
public BusinessAdapter run(BusinessAdapter input)
-
-