Uses of Class
com.genologics.ri.routing.ExtArtifactAssignments
Packages that use ExtArtifactAssignments
Package
Description
Provides JAXB binding classes for the Clarity REST API routing entity and its related components.
-
Uses of ExtArtifactAssignments in com.genologics.ri.routing
Fields in com.genologics.ri.routing with type parameters of type ExtArtifactAssignmentsModifier and TypeFieldDescriptionprotected List<ExtArtifactAssignments>Routing.assignedRoutesThe list of artifact assignments to assign to workflows/stages.protected List<ExtArtifactAssignments>Routing.unassignedRoutesThe list of artifact assignments to unassign from workflows/stages.Methods in com.genologics.ri.routing that return ExtArtifactAssignmentsModifier and TypeMethodDescriptionObjectFactory.createExternalArtifactAssignments()Creates a new ExtArtifactAssignments instance.Methods in com.genologics.ri.routing that return types with arguments of type ExtArtifactAssignmentsModifier and TypeMethodDescriptionRouting.getAssign()Gets the list of assigned routes.Routing.getUnassign()Gets the list of unassigned routes.