Class Queue

java.lang.Object
com.genologics.ri.queue.Queue
All Implemented Interfaces:
Batch<ArtifactLink>, Linkable<Queue>, Locatable, PaginatedBatch<ArtifactLink>, Serializable, Iterable<ArtifactLink>

public class Queue extends Object implements PaginatedBatch<ArtifactLink>, Linkable<Queue>, Serializable
The representation of a queue.

It represents and is used to list all of the elements contained within a queue. A queue is a representation of samples that are ready to run through a Protocol Step.

Each artifact listed in the queue will contain elements to show when it was queued and its container location.

Since:
2.19
See Also: