Uses of Class
com.genologics.ri.artifact.ArtifactGroupLink
Packages that use ArtifactGroupLink
Package
Description
Provides JAXB bindings for artifacts in the Genologics REST API.
-
Uses of ArtifactGroupLink in com.genologics.ri.artifact
Fields in com.genologics.ri.artifact with type parameters of type ArtifactGroupLinkModifier and TypeFieldDescriptionprotected List<ArtifactGroupLink>Artifact.artifactGroupsThe list of artifact groups this artifact belongs to.Methods in com.genologics.ri.artifact that return ArtifactGroupLinkModifier and TypeMethodDescriptionArtifact.addArtifactGroup(Linkable<ArtifactGroup> link) Adds an artifact group to this artifact.ObjectFactory.createArtifactgroup()Creates a new ArtifactGroupLink instance.Methods in com.genologics.ri.artifact that return types with arguments of type ArtifactGroupLinkModifier and TypeMethodDescriptionArtifact.getArtifactGroups()Gets the list of artifact groups this artifact belongs to.