| Package | Description |
|---|---|
| com.foreach.across.modules.webcms.domain.component.model.create |
| Modifier and Type | Method and Description |
|---|---|
WebCmsComponentAutoCreateTask |
WebCmsComponentAutoCreateQueue.getCurrentTask() |
WebCmsComponentAutoCreateTask |
WebCmsComponentAutoCreateQueue.getTask(String taskId) |
WebCmsComponentAutoCreateTask |
WebCmsComponentAutoCreateQueue.schedule(String componentName,
String scope,
String type) |
| Modifier and Type | Method and Description |
|---|---|
void |
WebCmsComponentAutoCreateTask.addChild(WebCmsComponentAutoCreateTask task) |
WebCmsComponentModel |
WebCmsComponentAutoCreateService.buildComponent(WebCmsComponentAutoCreateTask task)
Builds the component model represented by a single task, but does not save it.
|
void |
WebCmsComponentAutoCreateStrategy.buildComponentModel(WebCmsComponentAutoCreateService autoCreateService,
T componentModel,
WebCmsComponentAutoCreateTask task) |
WebCmsComponentModel |
WebCmsComponentAutoCreateService.createComponent(WebCmsComponentAutoCreateTask task)
Create all components represented by a single task.
|
boolean |
WebCmsComponentAutoCreateStrategy.supports(WebCmsComponentModel componentModel,
WebCmsComponentAutoCreateTask task) |
Copyright © 2020. All rights reserved.