@Named public class PageService extends AbstractArtifactService<Page>
modelVersion| Constructor and Description |
|---|
PageService(PageRepository pageRepository,
PageMigrationApplyer pageMigrationApplyer) |
| Modifier and Type | Method and Description |
|---|---|
Page |
get(String id) |
MigrationStatusReport |
getStatus(Identifiable identifiable) |
Page |
migrate(Identifiable page) |
MigrationResult<Page> |
migrateWithReport(Identifiable page) |
getStatusWithoutDependencies, mergeStatusReport@Inject public PageService(PageRepository pageRepository, PageMigrationApplyer pageMigrationApplyer)
public Page migrate(Identifiable page)
public MigrationResult<Page> migrateWithReport(Identifiable page)
public MigrationStatusReport getStatus(Identifiable identifiable)
getStatus in interface ArtifactServicegetStatus in class AbstractArtifactService<Page>Copyright © 2021. All rights reserved.