Uses of Class
org.nuxeo.ecm.core.blob.SimpleManagedBlob
-
Packages that use SimpleManagedBlob Package Description org.nuxeo.ecm.core.blob org.nuxeo.ecm.liveconnect.core org.nuxeo.ecm.liveconnect.google.drive -
-
Uses of SimpleManagedBlob in org.nuxeo.ecm.core.blob
Methods in org.nuxeo.ecm.core.blob that return SimpleManagedBlob Modifier and Type Method Description SimpleManagedBlobSimpleManagedBlob. withKeyAndDigest(String newKey, String newDigest)Returns a copy of this blob with a new key and digest. -
Uses of SimpleManagedBlob in org.nuxeo.ecm.liveconnect.core
Methods in org.nuxeo.ecm.liveconnect.core that return SimpleManagedBlob Modifier and Type Method Description protected SimpleManagedBlobAbstractLiveConnectBlobProvider. toBlob(LiveConnectFile file)SimpleManagedBlobAbstractLiveConnectBlobProvider. toBlob(LiveConnectFileInfo fileInfo)Methods in org.nuxeo.ecm.liveconnect.core with parameters of type SimpleManagedBlob Modifier and Type Method Description protected booleanAbstractLiveConnectBlobProvider. hasChanged(SimpleManagedBlob blob, LiveConnectFile file)Should be overriden by subclasses wanting to rely on a different fields. -
Uses of SimpleManagedBlob in org.nuxeo.ecm.liveconnect.google.drive
Methods in org.nuxeo.ecm.liveconnect.google.drive with parameters of type SimpleManagedBlob Modifier and Type Method Description protected booleanGoogleDriveBlobProvider. hasChanged(SimpleManagedBlob blob, LiveConnectFile file)
-