Uses of Class
com.genologics.ri.automation.Automation
Packages that use Automation
Package
Description
Entities for automation resources in the Clarity system.
-
Uses of Automation in com.genologics.ri.automation
Methods in com.genologics.ri.automation that return AutomationModifier and TypeMethodDescriptionObjectFactory.createAutomation()Creates a new Automation instance.Methods in com.genologics.ri.automation that return types with arguments of type AutomationModifier and TypeMethodDescriptionObjectFactory.createAutomation(Automation value) Creates a JAXBElement for Automation.AutomationLink.getEntityClass()Gets the entity class for this link.Automation.getLink()Gets a link to this automation.Methods in com.genologics.ri.automation with parameters of type AutomationModifier and TypeMethodDescriptionObjectFactory.createAutomation(Automation value) Creates a JAXBElement for Automation.Constructors in com.genologics.ri.automation with parameters of type AutomationModifierConstructorDescriptionAutomationLink(Automation automation) Constructor from an Automation entity.Constructor parameters in com.genologics.ri.automation with type arguments of type AutomationModifierConstructorDescriptionAutomationLink(Linkable<Automation> link) Constructor from a Linkable.