Uses of Class
com.google.appengine.api.blobstore.BlobInfo
-
Packages that use BlobInfo Package Description com.google.appengine.api.blobstore Provides management and persistent storage of large, immutable byte arrays. -
-
Uses of BlobInfo in com.google.appengine.api.blobstore
Methods in com.google.appengine.api.blobstore that return BlobInfo Modifier and Type Method Description BlobInfoBlobInfoFactory. createBlobInfo(Entity entity)@Nullable BlobInfoBlobInfoFactory. loadBlobInfo(BlobKey blobKey)Loads theBlobInfometadata forblobKey.Methods in com.google.appengine.api.blobstore that return types with arguments of type BlobInfo Modifier and Type Method Description Map<String,List<BlobInfo>>BlobstoreService. getBlobInfos(javax.servlet.http.HttpServletRequest request)Returns theBlobInfofor any files that were uploaded, keyed by the upload form "name" field.Iterator<BlobInfo>BlobInfoFactory. queryBlobInfos()Iterator<BlobInfo>BlobInfoFactory. queryBlobInfosAfter(@Nullable BlobKey previousBlob)Queries forBlobInfoinstances, beginning at the blob followingpreviousBlobin lexicographic order.
-