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 ArtifactSet
Aggregator. createArtifacts(Aggregate aggregate)
Creates the artifact set of the content aggregation.ArtifactSet
Aggregate. 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 ImportInfo
ArtifactHandler. accept(Session session, Aggregate parent, String name, ArtifactSet artifacts)
Imports an artifact set as new child node for the given parent.ImportInfo
ArtifactHandler. accept(Session session, Aggregate aggregate, ArtifactSet artifacts)
Imports an artifact set for the given node.void
ArtifactSet. 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 class
ArtifactSetImpl
Implements a set of artifacts.Methods in org.apache.jackrabbit.vault.fs.impl that return ArtifactSet Modifier and Type Method Description ArtifactSet
AggregateImpl. getArtifacts()
Methods in org.apache.jackrabbit.vault.fs.impl with parameters of type ArtifactSet Modifier and Type Method Description void
ArtifactSetImpl. addAll(ArtifactSet artifacts)
-