Uses of Class
com.genologics.ri.file.ClarityFile
Packages that use ClarityFile
Package
Description
Provides JAXB bindings for artifacts in the Genologics REST API.
Entities for automation resources in the Clarity system.
Entities for file resources in the Clarity system.
Entities for processes executed in the Clarity system.
Entities for process type definitions in the Clarity system.
Project entity and supporting classes for the Clarity REST API.
Provides classes for sample entities in the Clarity LIMS API.
The main public package of the Clarity API.
Package supporting caching of Clarity entities in memory
(or, if so configured, on disk) to reduce the amount of traffic being
sent to and from the REST API.
Top level package for SFTP file store providers for the API.
Concrete implementation classes of the Clarity API.
-
Uses of ClarityFile in com.genologics.ri.artifact
Fields in com.genologics.ri.artifact declared as ClarityFileModifier and TypeFieldDescriptionprotected ClarityFileArtifact.fileThe file associated with this artifact, if any.Methods in com.genologics.ri.artifact that return ClarityFileModifier and TypeMethodDescriptionArtifact.getFile()File provides a URI linking to the detailed representation of the File associated with the Artifact.Methods in com.genologics.ri.artifact with parameters of type ClarityFileModifier and TypeMethodDescriptionvoidArtifact.setFile(ClarityFile value) Sets the file associated with this artifact. -
Uses of ClarityFile in com.genologics.ri.automation
Fields in com.genologics.ri.automation with type parameters of type ClarityFileModifier and TypeFieldDescriptionprotected List<ClarityFile>Automation.filesThe files associated with this automation.Methods in com.genologics.ri.automation that return types with arguments of type ClarityFileModifier and TypeMethodDescriptionAutomation.getFiles()Gets the list of files associated with this automation. -
Uses of ClarityFile in com.genologics.ri.file
Fields in com.genologics.ri.file with type parameters of type ClarityFileModifier and TypeFieldDescriptionprotected List<ClarityFile>ClarityFileBatchFetchResult.filesThe list of file resources in this batch.Methods in com.genologics.ri.file that return ClarityFileModifier and TypeMethodDescriptionObjectFactory.createFile()Creates a new instance ofClarityFile.Methods in com.genologics.ri.file that return types with arguments of type ClarityFileModifier and TypeMethodDescriptionObjectFactory.createFile(ClarityFile value) Creates a JAXBElement wrapping aClarityFileinstance.ClarityFile.getEntityClass()Gets the entity class for this file.FileLink.getEntityClass()Gets the entity class that this link references.ClarityFileBatchFetchResult.getFiles()Gets the list of files in this batch.ClarityFileBatchFetchResult.getList()Gets the list of files in this batch.Methods in com.genologics.ri.file with parameters of type ClarityFileModifier and TypeMethodDescriptionObjectFactory.createFile(ClarityFile value) Creates a JAXBElement wrapping aClarityFileinstance.Method parameters in com.genologics.ri.file with type arguments of type ClarityFileModifier and TypeMethodDescriptionvoidClarityFileBatchFetchResult.addForCreate(Collection<ClarityFile> entities) Adds a collection of file entities to this batch for creation.voidClarityFileBatchFetchResult.addForUpdate(Collection<ClarityFile> entities) Adds a collection of file entities to this batch for update.Constructors in com.genologics.ri.file with parameters of type ClarityFileModifierConstructorDescriptionClarityFile(ClarityFile file) Creates a new ClarityFile as a copy of another ClarityFile, copying its URI and LIMS id.Constructor parameters in com.genologics.ri.file with type arguments of type ClarityFileModifierConstructorDescriptionCreates a new FileLink from a linkable entity that references a ClarityFile, copying its URI and LIMS id. -
Uses of ClarityFile in com.genologics.ri.process
Fields in com.genologics.ri.process with type parameters of type ClarityFileModifier and TypeFieldDescriptionprotected List<ClarityFile>ClarityProcess.filesThe files associated with the process.Methods in com.genologics.ri.process that return ClarityFileModifier and TypeMethodDescriptionClarityProcess.addFile(ClarityFile f) Adds a file to the process.Methods in com.genologics.ri.process that return types with arguments of type ClarityFileModifier and TypeMethodDescriptionClarityProcess.getFiles()Gets the files associated with the process.Methods in com.genologics.ri.process with parameters of type ClarityFileModifier and TypeMethodDescriptionClarityProcess.addFile(ClarityFile f) Adds a file to the process. -
Uses of ClarityFile in com.genologics.ri.processtype
Fields in com.genologics.ri.processtype with type parameters of type ClarityFileModifier and TypeFieldDescriptionprotected List<ClarityFile>Parameter.filesFiles associated with this parameter.Methods in com.genologics.ri.processtype that return types with arguments of type ClarityFileModifier and TypeMethodDescriptionParameter.getFiles()Each File provides a URI linking to the detailed representation of a File associated with the Process Parameter. -
Uses of ClarityFile in com.genologics.ri.project
Fields in com.genologics.ri.project with type parameters of type ClarityFileModifier and TypeFieldDescriptionprotected List<ClarityFile>Project.filesThe files attached to the project.Methods in com.genologics.ri.project that return ClarityFileMethods in com.genologics.ri.project that return types with arguments of type ClarityFileMethods in com.genologics.ri.project with parameters of type ClarityFile -
Uses of ClarityFile in com.genologics.ri.sample
Fields in com.genologics.ri.sample with type parameters of type ClarityFileModifier and TypeFieldDescriptionprotected List<ClarityFile>SampleBase.filesThe files associated with this sample.Methods in com.genologics.ri.sample that return ClarityFileMethods in com.genologics.ri.sample that return types with arguments of type ClarityFileModifier and TypeMethodDescriptionSampleBase.getFiles()Gets the list of files associated with this sample.Methods in com.genologics.ri.sample with parameters of type ClarityFile -
Uses of ClarityFile in org.cruk.clarity.api
Methods in org.cruk.clarity.api that return ClarityFileModifier and TypeMethodDescription<E extends LimsEntity<E>>
ClarityFileClarityAPI.uploadFile(LimsEntityLinkable<E> entity, URL fileURL, boolean publishInLablink) Attach a file to an entity and upload that file to the file store.Method parameters in org.cruk.clarity.api with type arguments of type ClarityFileModifier and TypeMethodDescriptionvoidClarityAPI.deleteAndRemoveFile(Linkable<ClarityFile> file) Delete a file from the file store and remove its record from the LIMS.voidClarityAPI.downloadFile(Linkable<ClarityFile> file, OutputStream resultStream) Download the given file from its source. -
Uses of ClarityFile in org.cruk.clarity.api.cache
Methods in org.cruk.clarity.api.cache that return ClarityFileModifier and TypeMethodDescriptionClarityAPICache.uploadFile(org.aspectj.lang.ProceedingJoinPoint pjp) Join point for theClarityAPI.uploadFilemethod. -
Uses of ClarityFile in org.cruk.clarity.api.filestore
Methods in org.cruk.clarity.api.filestore with parameters of type ClarityFileModifier and TypeMethodDescriptionvoidClaritySFTPUploader.delete(ClarityFile targetFile) Delete a file from the Clarity file store.voidClaritySFTPUploader.upload(URLInputStreamResource fileURLResource, ClarityFile targetFile) Upload a file to the Clarity file store. -
Uses of ClarityFile in org.cruk.clarity.api.impl
Methods in org.cruk.clarity.api.impl that return ClarityFileModifier and TypeMethodDescription<E extends LimsEntity<E>>
ClarityFileClarityAPIImpl.uploadFile(LimsEntityLinkable<E> entity, URL fileURL, boolean publishInLablink) Attach a file to an entity and upload that file to the file store.Methods in org.cruk.clarity.api.impl with parameters of type ClarityFileModifier and TypeMethodDescriptionprotected voidClarityAPIImpl.uploadViaHTTP(URLInputStreamResource fileURLResource, ClarityFile targetFile) Upload a file to the Clarity file store.protected voidClarityAPIImpl.uploadViaSFTP(URLInputStreamResource fileURLResource, ClarityFile targetFile) Upload a file to the Clarity file store.Method parameters in org.cruk.clarity.api.impl with type arguments of type ClarityFileModifier and TypeMethodDescriptionvoidClarityAPIImpl.deleteAndRemoveFile(Linkable<ClarityFile> file) Delete a file from the file store and remove its record from the LIMS.voidClarityAPIImpl.downloadFile(Linkable<ClarityFile> file, OutputStream resultStream) Download the given file from its source.