Uses of Interface
com.genologics.ri.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
Modifier 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. -
Uses of Batch in com.genologics.ri.artifact
Modifier and TypeClassDescriptionclass
class
The representation of a list of artifact links. -
Uses of Batch in com.genologics.ri.artifactgroup
Modifier and TypeClassDescriptionclass
The representation of a list of artifactGroup links. -
Uses of Batch in com.genologics.ri.automation
-
Uses of Batch in com.genologics.ri.configuration
-
Uses of Batch in com.genologics.ri.container
Modifier 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
Modifier and TypeClassDescriptionclass
The representation for a list of container type links. -
Uses of Batch in com.genologics.ri.controltype
-
Uses of Batch in com.genologics.ri.file
Modifier 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
Modifier and TypeClassDescriptionclass
The representation of a list of instrument links. -
Uses of Batch in com.genologics.ri.instrumenttype
-
Uses of Batch in com.genologics.ri.lab
-
Uses of Batch in com.genologics.ri.permission
-
Uses of Batch in com.genologics.ri.process
Modifier and TypeClassDescriptionclass
The representation of a list of process links. -
Uses of Batch in com.genologics.ri.processtemplate
Modifier and TypeClassDescriptionclass
The representation of a list of Process Template links. -
Uses of Batch in com.genologics.ri.processtype
Modifier and TypeClassDescriptionclass
The representation for a list of process type links. -
Uses of Batch in com.genologics.ri.project
-
Uses of Batch in com.genologics.ri.property
Modifier and TypeClassDescriptionclass
The representation for a list of property links. -
Uses of Batch in com.genologics.ri.protocolconfiguration
Modifier and TypeClassDescriptionclass
Returns the representation of a list of protocols -
Uses of Batch in com.genologics.ri.queue
-
Uses of Batch in com.genologics.ri.reagentkit
Modifier and TypeClassDescriptionclass
The representation for a list of reagent type links. -
Uses of Batch in com.genologics.ri.reagentlot
-
Uses of Batch in com.genologics.ri.reagenttype
Modifier and TypeClassDescriptionclass
The representation for a list of reagent type links. -
Uses of Batch in com.genologics.ri.researcher
Modifier and TypeClassDescriptionclass
The representation of a list of researcher links. -
Uses of Batch in com.genologics.ri.role
-
Uses of Batch in com.genologics.ri.sample
Modifier 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
Modifier 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
-
Uses of Batch in org.cruk.clarity.api.impl
Modifier 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.