Uses of Class
org.eclipse.emf.cdo.common.lob.CDOBlob
Packages that use CDOBlob
Package
Description
Common concepts for dealing with large binary objects and large character objects.
The generated EMF API of the CDO repository file system.
The generated EMF implementation of the CDO repository file system.
The generated EMF implementation of the CDO system data types and native annotations.
The generated EMF utilities of the CDO system data types and native annotations.
Client concepts for dealing with sessions to CDO repositories.
-
Uses of CDOBlob in org.eclipse.emf.cdo.common.lob
Methods in org.eclipse.emf.cdo.common.lob that return CDOBlob -
Uses of CDOBlob in org.eclipse.emf.cdo.eresource
Methods in org.eclipse.emf.cdo.eresource that return CDOBlobModifier and TypeMethodDescriptionCDOBinaryResource.getContents()
Returns the value of the 'Contents' attribute.Methods in org.eclipse.emf.cdo.eresource with parameters of type CDOBlobModifier and TypeMethodDescriptionvoid
CDOBinaryResource.setContents
(CDOBlob value) Sets the value of the 'Contents
' attribute. -
Uses of CDOBlob in org.eclipse.emf.cdo.eresource.impl
Methods in org.eclipse.emf.cdo.eresource.impl that return CDOBlobMethods in org.eclipse.emf.cdo.eresource.impl with parameters of type CDOBlob -
Uses of CDOBlob in org.eclipse.emf.cdo.etypes.impl
Methods in org.eclipse.emf.cdo.etypes.impl that return CDOBlobModifier and TypeMethodDescriptionEtypesFactoryImpl.createBlobFromString
(EDataType eDataType, String initialValue) -
Uses of CDOBlob in org.eclipse.emf.cdo.etypes.util
Methods in org.eclipse.emf.cdo.etypes.util with parameters of type CDOBlobModifier and TypeMethodDescriptionboolean
EtypesValidator.validateBlob
(CDOBlob blob, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of CDOBlob in org.eclipse.emf.cdo.session
Methods in org.eclipse.emf.cdo.session that return CDOBlobModifier and TypeMethodDescriptionCDOSession.newBlob
(byte[] contents) CDOSession.newBlob
(InputStream contents)