Uses of Class
com.genologics.ri.Link
Packages that use Link
Package
Description
The root package of the classes generated (originally) from the
Clarity schemas.
Entities for workflow steps in the Clarity system.
-
Uses of Link in com.genologics.ri
Fields in com.genologics.ri with type parameters of type LinkModifier and TypeFieldDescriptionLinks.linkListThe list of links.Index.linksThe list of links in this index.Methods in com.genologics.ri that return LinkModifier and TypeMethodDescriptionAdds a link to this collection.Adds a linkable object as a link to this collection.ObjectFactory.createLink()Creates a new Link instance.Methods in com.genologics.ri that return types with arguments of type LinkModifier and TypeMethodDescriptionIndex.getLinks()Gets the list of links in this index.Links.getLinks()Gets the list of links.Index.getList()Gets the list of links for the Batch interface.Links.getList()Gets the list of links for the Batch interface.Methods in com.genologics.ri with parameters of type LinkMethod parameters in com.genologics.ri with type arguments of type LinkModifier and TypeMethodDescriptionvoidLinks.addAll(Collection<Link> links) Adds all links from a collection.Constructor parameters in com.genologics.ri with type arguments of type LinkModifierConstructorDescriptionLinks(Collection<Link> links) Constructor from a collection of links. -
Uses of Link in com.genologics.ri.step
Fields in com.genologics.ri.step declared as LinkModifier and TypeFieldDescriptionprotected LinkActions.stepLink to the step.protected LinkArrangements.stepLink to the step.protected LinkPlacements.stepThe link to the step.protected LinkPools.stepThe link to the step.protected LinkProgramStatus.stepLink to the step associated with this program status.protected LinkReagentLots.stepProvides a URI linking to the step resource.protected LinkReagents.stepLink to the step.protected LinkStepDetails.stepLink to the step this details object describes.protected LinkStepSetup.stepLink to the step this setup is for.Methods in com.genologics.ri.step that return LinkModifier and TypeMethodDescriptionActions.getStep()Gets the step link.Arrangements.getStep()Gets the step link.Placements.getStep()Gets the link to the step.Pools.getStep()Gets the link to the step.ProgramStatus.getStep()Gets the link to the step associated with this program status.ReagentLots.getStep()Gets the step link.Reagents.getStep()Gets the step link.StepDetails.getStep()Gets the link to the step.StepSetup.getStep()Gets the link to the step.Methods in com.genologics.ri.step with parameters of type LinkModifier and TypeMethodDescriptionvoidSets the step link.voidSets the step link.voidSets the link to the step.voidSets the link to the step.voidSets the link to the step associated with this program status.voidSets the step link.voidSets the step link.voidSets the link to the step.voidSets the link to the step.