Package org.nuxeo.ecm.quota.automation
Class SetQuotaInfoOperation
- java.lang.Object
-
- org.nuxeo.ecm.quota.automation.SetQuotaInfoOperation
-
public class SetQuotaInfoOperation extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected DocumentRef
documentRef
static String
ID
protected CoreSession
session
protected Long
targetSize
-
Constructor Summary
Constructors Constructor Description SetQuotaInfoOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
run()
Long
run(DocumentModel doc)
Long
run(DocumentRef docRef)
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
session
protected CoreSession session
-
targetSize
protected Long targetSize
-
documentRef
protected DocumentRef documentRef
-
-
Method Detail
-
run
public Long run(DocumentModel doc)
-
run
public Long run(DocumentRef docRef)
-
run
public Long run()
-
-