| Modifier and Type | Method and Description |
|---|---|
List<Repository> |
DesignerConfig.fragmentsUsedByRepositories(PageRepository pageRepository,
FragmentRepository fragmentRepository) |
| Modifier and Type | Field and Description |
|---|---|
protected Repository<T> |
AssetResource.repository |
| Modifier and Type | Method and Description |
|---|---|
void |
FragmentResource.setUsedByRepositories(List<Repository> usedByRepositories)
List cannot be injected in constructor with @Inject so we use setter and @Resource to inject them
|
| Constructor and Description |
|---|
AssetResource(AssetService<T> assetService,
Repository<T> repository,
AssetVisitor assetVisitor,
com.google.common.base.Optional<org.springframework.messaging.simp.SimpMessagingTemplate> messagingTemplate) |
| Constructor and Description |
|---|
AssetService(Repository<T> repository,
AssetRepository<T> assetRepository,
AssetImporter<T> assetImporter,
JacksonObjectMapper mapper) |
| Constructor and Description |
|---|
Exporter(Repository<T> repository,
AbstractArtifactService<T> artifactService,
ExportStep<T>... exportSteps) |
| Constructor and Description |
|---|
ArtifactImporter(Repository<T> repository,
AbstractArtifactService<T> artifactService,
Loader<T> loader,
DependencyImporter... dependencyImporters) |
| Constructor and Description |
|---|
ComponentDependencyImporter(Repository<T> repository) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Previewable & Identifiable> |
Previewer.render(String id,
Repository<T> repository,
javax.servlet.http.HttpServletRequest httpServletRequest)
Build a preview for a previewable
|
| Constructor and Description |
|---|
LiveRepositoryUpdate(Repository<A> repository,
AbstractLoader<A> loader,
List<Migration<A>> migrationList) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WidgetContainerRepository<T extends Identifiable> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRepository<T extends Identifiable>
File based repository
|
class |
FragmentRepository |
class |
PageRepository |
class |
WidgetRepository |
| Constructor and Description |
|---|
AssetRepository(Repository<T> repository,
BeanValidator validator) |
| Constructor and Description |
|---|
BondsTypesFixer(Repository<T> repository) |
Copyright © 2021. All rights reserved.