Uses of Class
com.genologics.ri.artifact.DemuxArtifact
Packages that use DemuxArtifact
Package
Description
Provides JAXB bindings for artifacts in the Genologics REST API.
-
Uses of DemuxArtifact in com.genologics.ri.artifact
Fields in com.genologics.ri.artifact with type parameters of type DemuxArtifactModifier and TypeFieldDescriptionprotected List<DemuxArtifact>DemuxDetails.artifactsThe artifacts in this demux details.Methods in com.genologics.ri.artifact that return DemuxArtifactModifier and TypeMethodDescriptionObjectFactory.createDemuxArtifact()Creates a new DemuxArtifact instance.Methods in com.genologics.ri.artifact that return types with arguments of type DemuxArtifactModifier and TypeMethodDescriptionDemuxDetails.getArtifacts()Gets the list of artifacts.DemuxLink.getEntityClass()Gets the entity class.Method parameters in com.genologics.ri.artifact with type arguments of type DemuxArtifactModifier and TypeMethodDescriptionvoidDemuxLink.setArtifact(Linkable<DemuxArtifact> artifact) Sets the artifact from a Linkable.Constructor parameters in com.genologics.ri.artifact with type arguments of type DemuxArtifactModifierConstructorDescriptionDemuxLink(Linkable<DemuxArtifact> link) Constructor from a Linkable.