public static interface DeltaGeneration.ChangeSet
DeltaGeneration
.Modifier and Type | Method and Description |
---|---|
void |
configureGenerateTask()
Configure first generate task (after the current task) to generate the calculated change set.
|
void |
configureGenerateTask(GenerateTask task)
Configure the provided generate task to generate the calculated change set.
|
void |
configureGenerateTask(ScheduleTaskControl control)
Configure the provided control, provided that it refers to a generating task.
|
Iterable<DeltaGeneration.DeletedPageInfo> |
getDeletedPageInfos()
Information for deleted pages.
|
boolean |
isFullGenerate()
Return
true if this change set will result in a full generate process. |
void configureGenerateTask(@NotNull GenerateTask task)
task
- Generate task to configure.void configureGenerateTask(@NotNull ScheduleTaskControl control)
control
- A control.IllegalArgumentException
- if the given control does not refer to a generating task.void configureGenerateTask()
IllegalStateException
if there is no such generate task.boolean isFullGenerate()
true
if this change set will result in a full generate process.true
if this change set will result in a full generate process.@NotNull Iterable<DeltaGeneration.DeletedPageInfo> getDeletedPageInfos()
full generation
this delivers an empty iterator. Only pages with a stored url are returned ( ContentProducer.getStoredUrl(Language,TemplateSet,Object)
!= null)!information for deleted pages
.Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210