Uses of Class
com.genologics.ri.step.EscalatedArtifact
Packages that use EscalatedArtifact
-
Uses of EscalatedArtifact in com.genologics.ri.step
Fields in com.genologics.ri.step with type parameters of type EscalatedArtifactModifier and TypeFieldDescriptionprotected List<EscalatedArtifact>Escalation.escalatedArtifactsList of escalated artifacts.Methods in com.genologics.ri.step that return EscalatedArtifactModifier and TypeMethodDescriptionEscalation.addEscalatedArtifact(Linkable<Artifact> link) Adds an escalated artifact to the list from a linkable artifact.Escalation.addEscalatedArtifact(EscalatedArtifact a) Adds an escalated artifact to the list.ObjectFactory.createEscalatedArtifact()Create an instance ofEscalatedArtifact.Methods in com.genologics.ri.step that return types with arguments of type EscalatedArtifactModifier and TypeMethodDescriptionEscalation.getEscalatedArtifacts()Gets the list of escalated artifacts, creating it if it doesn't exist.Methods in com.genologics.ri.step with parameters of type EscalatedArtifactModifier and TypeMethodDescriptionEscalation.addEscalatedArtifact(EscalatedArtifact a) Adds an escalated artifact to the list.