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.
|
Iterable<DeltaGeneration.DeletedPageInfo> |
getDeletedPageInfos()
Informations 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()
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 © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500