Package org.nuxeo.drive.operations
Class NuxeoDriveAttachBlob
- java.lang.Object
-
- org.nuxeo.drive.operations.NuxeoDriveAttachBlob
-
public class NuxeoDriveAttachBlob extends Object
Updates the givenDocumentModel
with the input blob.- Since:
- 7.4
- Author:
- Antoine Taillefer
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
applyVersioningPolicy
Deprecated.since 9.1 versioning policy is now handled at versioning service level, as versioning is removed at drive level, this parameter is not used anymoreprotected DocumentModel
doc
protected String
factoryName
Deprecated.since 9.1 versioning policy is now handled at versioning service level, as versioning is removed at drive level, this parameter is not used anymorestatic String
ID
protected CoreSession
session
-
Constructor Summary
Constructors Constructor Description NuxeoDriveAttachBlob()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
session
protected CoreSession session
-
doc
protected DocumentModel doc
-
applyVersioningPolicy
@Deprecated protected boolean applyVersioningPolicy
Deprecated.since 9.1 versioning policy is now handled at versioning service level, as versioning is removed at drive level, this parameter is not used anymore
-
factoryName
@Deprecated protected String factoryName
Deprecated.since 9.1 versioning policy is now handled at versioning service level, as versioning is removed at drive level, this parameter is not used anymore
-
-