Class UnpublishAll
- java.lang.Object
-
- org.nuxeo.ecm.platform.rendition.operation.UnpublishAll
-
public class UnpublishAll extends Object
Unpublish all publications of the document. Only publications that current user can remove will be unpublished.- Since:
- 10.3
-
-
Field Summary
Fields Modifier and Type Field Description static String
ID
protected CoreSession
session
-
Constructor Summary
Constructors Constructor Description UnpublishAll()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
session
protected CoreSession session
-
-
Method Detail
-
run
public void run(DocumentModel doc)
-
-