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 SimpleManagedBlob
SimpleManagedBlob. 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 SimpleManagedBlob
AbstractLiveConnectBlobProvider. toBlob(LiveConnectFile file)
SimpleManagedBlob
AbstractLiveConnectBlobProvider. toBlob(LiveConnectFileInfo fileInfo)
Methods in org.nuxeo.ecm.liveconnect.core with parameters of type SimpleManagedBlob Modifier and Type Method Description protected boolean
AbstractLiveConnectBlobProvider. 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 boolean
GoogleDriveBlobProvider. hasChanged(SimpleManagedBlob blob, LiveConnectFile file)
-