Uses of Class
com.genologics.ri.artifactgroup.ArtifactGroup
Packages that use ArtifactGroup
Package
Description
Provides JAXB bindings for artifacts in the Genologics REST API.
Entities for artifact groups in the Clarity system.
-
Uses of ArtifactGroup in com.genologics.ri.artifact
Methods in com.genologics.ri.artifact that return types with arguments of type ArtifactGroupMethod parameters in com.genologics.ri.artifact with type arguments of type ArtifactGroupModifier and TypeMethodDescriptionArtifact.addArtifactGroup(Linkable<ArtifactGroup> link) Adds an artifact group to this artifact.voidArtifact.setArtifactGroups(Collection<? extends Linkable<ArtifactGroup>> links) Sets the artifact groups this artifact belongs to.Constructor parameters in com.genologics.ri.artifact with type arguments of type ArtifactGroupModifierConstructorDescriptionConstructor from a Linkable. -
Uses of ArtifactGroup in com.genologics.ri.artifactgroup
Methods in com.genologics.ri.artifactgroup that return ArtifactGroupModifier and TypeMethodDescriptionObjectFactory.createArtifactgroup()Create an instance ofArtifactGroup.Methods in com.genologics.ri.artifactgroup that return types with arguments of type ArtifactGroupModifier and TypeMethodDescriptionObjectFactory.createArtifactgroup(ArtifactGroup value) Create an instance ofJAXBElement<ArtifactGroup>.ArtifactGroupLink.getEntityClass()Gets the entity class this link refers to.Methods in com.genologics.ri.artifactgroup with parameters of type ArtifactGroupModifier and TypeMethodDescriptionObjectFactory.createArtifactgroup(ArtifactGroup value) Create an instance ofJAXBElement<ArtifactGroup>.Constructor parameters in com.genologics.ri.artifactgroup with type arguments of type ArtifactGroupModifierConstructorDescriptionConstructs a link from a Linkable object.