Uses of Interface
org.apache.jackrabbit.vault.fs.api.ArtifactSet
-
Packages that use ArtifactSet Package Description org.apache.jackrabbit.vault.fs.api org.apache.jackrabbit.vault.fs.impl -
-
Uses of ArtifactSet in org.apache.jackrabbit.vault.fs.api
Methods in org.apache.jackrabbit.vault.fs.api that return ArtifactSet Modifier and Type Method Description ArtifactSetAggregator. createArtifacts(Aggregate aggregate)Creates the artifact set of the content aggregation.ArtifactSetAggregate. getArtifacts()Returns the artifacts of this node.Methods in org.apache.jackrabbit.vault.fs.api with parameters of type ArtifactSet Modifier and Type Method Description ImportInfoArtifactHandler. accept(Session session, Aggregate parent, String name, ArtifactSet artifacts)Imports an artifact set as new child node for the given parent.ImportInfoArtifactHandler. accept(Session session, Aggregate aggregate, ArtifactSet artifacts)Imports an artifact set for the given node.voidArtifactSet. addAll(ArtifactSet artifacts)Adds a set of artifacts -
Uses of ArtifactSet in org.apache.jackrabbit.vault.fs.impl
Classes in org.apache.jackrabbit.vault.fs.impl that implement ArtifactSet Modifier and Type Class Description classArtifactSetImplImplements a set of artifacts.Methods in org.apache.jackrabbit.vault.fs.impl that return ArtifactSet Modifier and Type Method Description ArtifactSetAggregateImpl. getArtifacts()Methods in org.apache.jackrabbit.vault.fs.impl with parameters of type ArtifactSet Modifier and Type Method Description voidArtifactSetImpl. addAll(ArtifactSet artifacts)
-