Package org.nuxeo.drive.adapter.impl
Class FileSystemItemHelper
- java.lang.Object
-
- org.nuxeo.drive.adapter.impl.FileSystemItemHelper
-
public final class FileSystemItemHelper extends Object
Helper forFileSystemItem
manipulation.- Author:
- Antoine Taillefer
-
-
Field Summary
Fields Modifier and Type Field Description static String
MD5_DIGEST_ALGORITHM
static String
NUXEO_DRIVE_FORCE_VERSIONING_PROPERTY
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
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static String
getMD5Digest(Blob blob)
Gets the md5 digest of the given blob.static void
versionIfNeeded(VersioningFileSystemItemFactory factory, DocumentModel doc, CoreSession session)
Deprecated.since 9.1 versioning policy is now handled at versioning service level, as versioning is removed at drive level, this method is not used anymore
-
-
-
Field Detail
-
MD5_DIGEST_ALGORITHM
public static final String MD5_DIGEST_ALGORITHM
- See Also:
- Constant Field Values
-
NUXEO_DRIVE_FORCE_VERSIONING_PROPERTY
@Deprecated public static final String NUXEO_DRIVE_FORCE_VERSIONING_PROPERTY
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- Since:
- 8.3
- See Also:
- Constant Field Values
-
-
Method Detail
-
versionIfNeeded
@Deprecated public static void versionIfNeeded(VersioningFileSystemItemFactory factory, DocumentModel doc, CoreSession session)
Deprecated.since 9.1 versioning policy is now handled at versioning service level, as versioning is removed at drive level, this method is not used anymore- Since:
- 7.4
-
-