static RepositoryDistributionSnapshot |
RepositoryDistributionSnapshot.create(DistributionSnapshot distrib,
CoreSession session,
String containerPath,
String label,
Map<String,Serializable> properties) |
protected DocumentModel |
SnapshotPersister.createBundleDoc(DistributionSnapshot snapshot,
CoreSession session,
String label,
BundleInfo bi,
DocumentModel parent) |
protected DocumentModel |
SnapshotPersister.createComponentDoc(DistributionSnapshot snapshot,
CoreSession session,
String label,
ComponentInfo ci,
DocumentModel parent) |
protected DocumentModel |
SnapshotPersister.createContributionDoc(DistributionSnapshot snapshot,
CoreSession session,
String label,
ExtensionInfo ei,
DocumentModel parent) |
protected RepositoryDistributionSnapshot |
SnapshotPersister.createDistributionDoc(DistributionSnapshot snapshot,
CoreSession session,
String label,
Map<String,Serializable> properties) |
protected DocumentModel |
SnapshotPersister.createExtensionPointDoc(DistributionSnapshot snapshot,
CoreSession session,
String label,
ExtensionPointInfo epi,
DocumentModel parent) |
protected DocumentModel |
SnapshotPersister.createServiceDoc(DistributionSnapshot snapshot,
CoreSession session,
String label,
ServiceInfo si,
DocumentModel parent) |
DistributionSnapshot |
SnapshotPersister.persist(DistributionSnapshot snapshot,
CoreSession session,
String label,
SnapshotFilter filter,
Map<String,Serializable> properties) |
void |
SnapshotPersister.persistBundle(DistributionSnapshot snapshot,
BundleInfo bundleInfo,
CoreSession session,
String label,
DocumentModel parent) |
void |
SnapshotPersister.persistBundleGroup(DistributionSnapshot snapshot,
BundleGroup bundleGroup,
CoreSession session,
String label,
DocumentModel parent) |
void |
SnapshotPersister.persistComponent(DistributionSnapshot snapshot,
ComponentInfo ci,
CoreSession session,
String label,
DocumentModel parent) |
void |
SnapshotPersister.persistOperation(DistributionSnapshot snapshot,
OperationInfo op,
CoreSession session,
String label,
DocumentModel parent) |
void |
SnapshotPersister.persistOperations(DistributionSnapshot snapshot,
List<OperationInfo> operations,
CoreSession session,
String label,
DocumentModel parent,
SnapshotFilter filter) |
void |
SnapshotPersister.persistSeamComponent(DistributionSnapshot snapshot,
SeamComponentInfo seamComponent,
CoreSession session,
String label,
DocumentModel parent) |
void |
SnapshotPersister.persistSeamComponents(DistributionSnapshot snapshot,
List<SeamComponentInfo> seamComponents,
CoreSession session,
String label,
DocumentModel parent,
SnapshotFilter filter) |