public class GoLiveDeleteCandidates extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected ContentService |
contentService |
protected Set<String> |
dependencies |
protected Set<String> |
liveDependencyItems |
protected ObjectStateService |
objectStateService |
protected Set<String> |
paths |
protected String |
site |
Constructor and Description |
---|
GoLiveDeleteCandidates(String site,
ContentService contentService,
ObjectStateService objectStateService) |
Modifier and Type | Method and Description |
---|---|
boolean |
addDependency(String uri)
Update the dependency collection with the given dependency uri
|
void |
addDependencyParentFolder(String uri)
Add the folder path and remove all the child from the live dependency collection
|
Set<String> |
getAllItems()
Returns all the page paths and dependencies
|
Set<String> |
getDependencies() |
Set<String> |
getLiveDependencyItems() |
Set<String> |
getPaths() |
void |
setDependencies(Set<String> dependencies) |
void |
setLiveDependencyItems(Set<String> liveItems) |
protected ContentService contentService
protected String site
protected ObjectStateService objectStateService
public GoLiveDeleteCandidates(String site, ContentService contentService, ObjectStateService objectStateService)
public Set<String> getAllItems()
public boolean addDependency(String uri)
uri
- public void addDependencyParentFolder(String uri)
uri
- Copyright © 2018 CrafterCMS. All rights reserved.