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 DocumentRefdocumentRefstatic StringIDprotected CoreSessionsessionprotected LongtargetSize
-
Constructor Summary
Constructors Constructor Description SetQuotaInfoOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Longrun()Longrun(DocumentModel doc)Longrun(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
-
-
Constructor Detail
-
SetQuotaInfoOperation
public SetQuotaInfoOperation()
-
-
Method Detail
-
run
public Long run(DocumentModel doc)
-
run
public Long run(DocumentRef docRef)
-
-