Class MultiPublishDocument
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.operations.document.MultiPublishDocument
-
public class MultiPublishDocument extends Object
- Author:
- Bogdan Stefanescu
-
-
Field Summary
Fields Modifier and Type Field Description static String
ID
protected boolean
override
protected CoreSession
session
protected DocumentModelList
target
-
Constructor Summary
Constructors Constructor Description MultiPublishDocument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentModelList
run(DocumentModel doc)
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
session
protected CoreSession session
-
target
protected DocumentModelList target
-
override
protected boolean override
-
-
Method Detail
-
run
public DocumentModelList run(DocumentModel doc)
-
-