Uses of Class
nz.ac.waikato.adams.webservice.rats.blob.Blob
-
Packages that use Blob Package Description adams.flow.core nz.ac.waikato.adams.webservice.rats.blob -
-
Uses of Blob in adams.flow.core
Methods in adams.flow.core that return Blob Modifier and Type Method Description static Blob
RatsBlobHelper. containerToWebservice(adams.data.blob.BlobContainer input)
Converts aBlobContainer
into a Webservice Blob objecct.Methods in adams.flow.core with parameters of type Blob Modifier and Type Method Description static adams.data.blob.BlobContainer
RatsBlobHelper. webserviceToContainer(Blob input)
Converts a Webservice Blob object into aBlobContainer
. -
Uses of Blob in nz.ac.waikato.adams.webservice.rats.blob
Fields in nz.ac.waikato.adams.webservice.rats.blob declared as Blob Modifier and Type Field Description protected Blob
UploadRequest. blob
Methods in nz.ac.waikato.adams.webservice.rats.blob that return Blob Modifier and Type Method Description Blob
ObjectFactory. createBlob()
Create an instance ofBlob
Blob
UploadRequest. getBlob()
Gets the value of the blob property.Methods in nz.ac.waikato.adams.webservice.rats.blob with parameters of type Blob Modifier and Type Method Description void
UploadRequest. setBlob(Blob value)
Sets the value of the blob property.
-