All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
protected void |
addScheduledItem(String site,
String environment,
ZonedDateTime launchDate,
String path,
String packageId,
List<ContentItemTO> scheduledItems,
DmContentItemComparator comparator,
DmContentItemComparator subComparator,
List<String> displayPatterns)
add a scheduled item created from the given node to the scheduled items
list if the item is not a component or a static asset
|
protected void |
addToScheduledDateList(String site,
String environment,
ZonedDateTime launchDate,
String path,
String packageId,
List<ContentItemTO> scheduledItems,
DmContentItemComparator comparator,
DmContentItemComparator subComparator,
List<String> displayPatterns)
add the given node to the scheduled items list
|
void |
bulkGoLive(String site,
String environment,
String path,
String comment)
Start executing bulk publish for given site, path on given environment
|
void |
cancelWorkflow(String site,
String path) |
void |
cancelWorkflowBulk(String site,
Set<String> paths) |
protected ContentItemTO |
createDateItem(String name,
ContentItemTO itemToAdd,
DmContentItemComparator comparator,
String timeZone) |
protected DmDeploymentTaskTO |
createDeploymentTask(String deployedLabel,
ContentItemTO item)
create WcmDeploymentTask
|
void |
delete(String site,
List<String> paths,
String approver,
ZonedDateTime scheduledDate,
String submissionComment)
Delete content
|
void |
deleteDeploymentDataForSite(String site) |
void |
deploy(String site,
String environment,
List<String> paths,
ZonedDateTime scheduledDate,
String approver,
String submissionComment,
boolean scheduleDateNow) |
boolean |
enablePublishing(String site,
boolean enabled)
Enable/Disable publishing for given site
|
protected Set<String> |
getAllPublishedEnvironments(String site) |
AuditServiceInternal |
getAuditServiceInternal() |
Map<String,List<PublishingChannelTO>> |
getAvailablePublishingChannelGroups(String site,
String path) |
ContentRepository |
getContentRepository() |
ContentRepository |
getContentRepositoryV2() |
protected ContentItemTO |
getDeployedItem(String site,
String path)
get a deployed item by the given path.
|
List<DmDeploymentTaskTO> |
getDeploymentHistory(String site,
int daysFromToday,
int numberOfItems,
String sort,
boolean ascending,
String filterType)
get deployment history given a specified date range
|
DeploymentHistoryProvider |
getDeploymentHistoryProvider() |
DmPublishService |
getDmPublishService() |
EventService |
getEventService() |
ObjectMetadataManager |
getObjectMetadataManager() |
ObjectStateService |
getObjectStateService() |
protected List<PublishingChannelTO> |
getPublishedEnvironments(String site) |
PublishingManager |
getPublishingManager() |
PublishRequestDAO |
getPublishRequestDAO() |
PublishRequestMapper |
getPublishRequestMapper() |
RetryingOperationFacade |
getRetryingOperationFacade() |
protected List<ContentItemTO> |
getScheduledItems(String site,
DmContentItemComparator comparator,
DmContentItemComparator subComparator,
String filterType) |
List<PublishRequest> |
getScheduledItems(String site,
String filterType) |
List<ContentItemTO> |
getScheduledItems(String site,
String sort,
boolean ascending,
String subSort,
boolean subAscending,
String filterType) |
SecurityService |
getSecurityService() |
SiteService |
getSiteService() |
StudioConfiguration |
getStudioConfiguration() |
void |
publishCommits(String site,
String environment,
List<String> commitIds,
String comment)
Publish given commit IDs on given environment for given site
|
void |
publishItems(String site,
String environment,
ZonedDateTime schedule,
List<String> paths,
String submissionComment)
Publish items in given environment for given site
|
void |
resetStagingEnvironment(String siteId)
Reset staging environment to live for given site
|
protected void |
sendContentApprovalEmail(List<PublishRequest> itemList,
boolean scheduleDateNow) |
void |
setAuditServiceInternal(AuditServiceInternal auditServiceInternal) |
void |
setContentRepository(ContentRepository contentRepository) |
void |
setContentRepositoryV2(ContentRepository contentRepositoryV2) |
void |
setContentService(ContentService contentService) |
void |
setDependencyService(DependencyService dependencyService) |
void |
setDeploymentHistoryProvider(DeploymentHistoryProvider deploymentHistoryProvider) |
void |
setDmFilterWrapper(DmFilterWrapper dmFilterWrapper) |
void |
setDmPublishService(DmPublishService dmPublishService) |
void |
setEventService(EventService eventService) |
void |
setNotificationService(NotificationService notificationService) |
void |
setObjectMetadataManager(ObjectMetadataManager objectMetadataManager) |
void |
setObjectStateService(ObjectStateService objectStateService) |
void |
setPublishingManager(PublishingManager publishingManager) |
void |
setPublishRequestDAO(PublishRequestDAO publishRequestDAO) |
void |
setPublishRequestMapper(PublishRequestMapper publishRequestMapper) |
void |
setRetryingOperationFacade(RetryingOperationFacade retryingOperationFacade) |
void |
setSecurityService(SecurityService securityService) |
void |
setServicesConfig(ServicesConfig servicesConfig) |
void |
setSiteService(SiteService siteService) |
void |
setStudioConfiguration(StudioConfiguration studioConfiguration) |
void |
syncAllContentToPreview(String site,
boolean waitTillDone) |