Uses of Interface
com.genologics.ri.Batch
Packages that use Batch
Package
Description
The root package of the classes generated (originally) from the
Clarity schemas.
Concrete implementation classes of the Clarity API.
-
Uses of Batch in com.genologics.ri
Subinterfaces of Batch in com.genologics.riModifier and TypeInterfaceDescriptioninterface
BatchUpdate<E>
Extension of theBatch
interface for classes that support bulk create or update operations for entities.interface
Interface for objects that hold paginated batches of links to entities.Classes in com.genologics.ri that implement Batch -
Uses of Batch in com.genologics.ri.artifact
Classes in com.genologics.ri.artifact that implement BatchModifier and TypeClassDescriptionclass
class
The representation of a list of artifact links. -
Uses of Batch in com.genologics.ri.artifactgroup
Classes in com.genologics.ri.artifactgroup that implement BatchModifier and TypeClassDescriptionclass
The representation of a list of artifactGroup links. -
Uses of Batch in com.genologics.ri.automation
Classes in com.genologics.ri.automation that implement Batch -
Uses of Batch in com.genologics.ri.configuration
Classes in com.genologics.ri.configuration that implement Batch -
Uses of Batch in com.genologics.ri.container
Classes in com.genologics.ri.container that implement BatchModifier and TypeClassDescriptionclass
The representation of a list of resource details.class
The representation for a list of container links. -
Uses of Batch in com.genologics.ri.containertype
Classes in com.genologics.ri.containertype that implement BatchModifier and TypeClassDescriptionclass
The representation for a list of container type links. -
Uses of Batch in com.genologics.ri.controltype
Classes in com.genologics.ri.controltype that implement Batch -
Uses of Batch in com.genologics.ri.file
Classes in com.genologics.ri.file that implement BatchModifier and TypeClassDescriptionclass
The representation of a batch of file resources.class
The representation for a list of file links. -
Uses of Batch in com.genologics.ri.instrument
Classes in com.genologics.ri.instrument that implement BatchModifier and TypeClassDescriptionclass
The representation of a list of instrument links. -
Uses of Batch in com.genologics.ri.instrumenttype
Classes in com.genologics.ri.instrumenttype that implement Batch -
Uses of Batch in com.genologics.ri.lab
Classes in com.genologics.ri.lab that implement Batch -
Uses of Batch in com.genologics.ri.permission
Classes in com.genologics.ri.permission that implement Batch -
Uses of Batch in com.genologics.ri.process
Classes in com.genologics.ri.process that implement BatchModifier and TypeClassDescriptionclass
The representation of a list of process links. -
Uses of Batch in com.genologics.ri.processtemplate
Classes in com.genologics.ri.processtemplate that implement BatchModifier and TypeClassDescriptionclass
The representation of a list of Process Template links. -
Uses of Batch in com.genologics.ri.processtype
Classes in com.genologics.ri.processtype that implement BatchModifier and TypeClassDescriptionclass
The representation for a list of process type links. -
Uses of Batch in com.genologics.ri.project
Classes in com.genologics.ri.project that implement Batch -
Uses of Batch in com.genologics.ri.property
Classes in com.genologics.ri.property that implement BatchModifier and TypeClassDescriptionclass
The representation for a list of property links. -
Uses of Batch in com.genologics.ri.protocolconfiguration
Classes in com.genologics.ri.protocolconfiguration that implement BatchModifier and TypeClassDescriptionclass
Returns the representation of a list of protocols -
Uses of Batch in com.genologics.ri.queue
Classes in com.genologics.ri.queue that implement Batch -
Uses of Batch in com.genologics.ri.reagentkit
Classes in com.genologics.ri.reagentkit that implement BatchModifier and TypeClassDescriptionclass
The representation for a list of reagent type links. -
Uses of Batch in com.genologics.ri.reagentlot
Classes in com.genologics.ri.reagentlot that implement Batch -
Uses of Batch in com.genologics.ri.reagenttype
Classes in com.genologics.ri.reagenttype that implement BatchModifier and TypeClassDescriptionclass
The representation for a list of reagent type links. -
Uses of Batch in com.genologics.ri.researcher
Classes in com.genologics.ri.researcher that implement BatchModifier and TypeClassDescriptionclass
The representation of a list of researcher links. -
Uses of Batch in com.genologics.ri.role
Classes in com.genologics.ri.role that implement Batch -
Uses of Batch in com.genologics.ri.sample
Classes in com.genologics.ri.sample that implement BatchModifier and TypeClassDescriptionclass
Batch fetch and update holder for samples.class
The representation for a list of sample links. -
Uses of Batch in com.genologics.ri.version
Classes in com.genologics.ri.version that implement BatchModifier and TypeClassDescriptionclass
Index is the base entry point to the API, providing a list of supported versions in the system. -
Uses of Batch in com.genologics.ri.workflowconfiguration
Classes in com.genologics.ri.workflowconfiguration that implement Batch -
Uses of Batch in org.cruk.clarity.api.impl
Methods in org.cruk.clarity.api.impl with type parameters of type BatchModifier and TypeMethodDescriptionClarityAPIImpl.getBatchRetrieveClassForEntity
(Class<E> entityClass) Get the class that allow mass retrieve or update operations for the given entity class.ClarityAPIImpl.getQueryResultsClassForEntity
(Class<E> entityClass) Get the class that holds a list of links for the given entity when returned from a list or search operation.ClarityAPIInternal.getQueryResultsClassForEntity
(Class<E> entityClass) Get the class that holds a list of links for the given entity when returned from a list or search operation.