Uses of Class
org.craftercms.studio.api.v2.dal.PublishRequest
Packages that use PublishRequest
Package
Description
-
Uses of PublishRequest in org.craftercms.studio.api.v1.service.deployment
Methods in org.craftercms.studio.api.v1.service.deployment that return types with arguments of type PublishRequestModifier and TypeMethodDescriptionDeploymentService.getScheduledItems(String site, String filterType) -
Uses of PublishRequest in org.craftercms.studio.api.v2.dal
Methods in org.craftercms.studio.api.v2.dal that return types with arguments of type PublishRequestModifier and TypeMethodDescriptionPublishRequestDAO.getDeploymentHistory(String siteId, List<String> environments, String completedState, String contentTypeClass, ZonedDateTime fromDate, ZonedDateTime toDate, int offset, int limit) Get deployment historyPublishRequestDAO.getPublishingHistoryDetail(String siteId, String packageId, int offset, int limit) Get publishing package detailsPublishRequestDAO.getPublishingItemsScheduled(String siteId, String publishingTarget, String approver, String scheduledState, ZonedDateTime fromDate, ZonedDateTime toDate, List<String> systemTypes, List<org.craftercms.commons.rest.parameters.SortField> sortFields, int offset, int limit) Get scheduled publishing itemsPublishRequestDAO.getPublishingPackageDetails(String siteId, String packageId) Get publishing package detailsPublishRequestDAO.getScheduledItems(String siteId, String state, String contentTypeClass, ZonedDateTime now) Get scheduled items for given site -
Uses of PublishRequest in org.craftercms.studio.api.v2.service.publish.internal
Methods in org.craftercms.studio.api.v2.service.publish.internal that return types with arguments of type PublishRequestModifier and TypeMethodDescriptionPublishServiceInternal.getPublishingHistoryDetail(String siteId, String packageId, int offset, int limit) Get publishing history package detail itemsPublishServiceInternal.getPublishingItemsScheduled(String siteId, String publishingTarget, String approver, ZonedDateTime dateFrom, ZonedDateTime dateTo, List<String> systemTypes, List<org.craftercms.commons.rest.parameters.SortField> sortFields, int offset, int limit) Get scheduled publishing items -
Uses of PublishRequest in org.craftercms.studio.impl.v1.service.deployment
Methods in org.craftercms.studio.impl.v1.service.deployment that return types with arguments of type PublishRequestModifier and TypeMethodDescription@Valid List<PublishRequest> DeploymentServiceImpl.getScheduledItems(String site, String filterType) -
Uses of PublishRequest in org.craftercms.studio.impl.v2.service.publish.internal
Methods in org.craftercms.studio.impl.v2.service.publish.internal that return types with arguments of type PublishRequestModifier and TypeMethodDescriptionPublishServiceInternalImpl.getPublishingHistoryDetail(String siteId, String packageId, int offset, int limit) PublishServiceInternalImpl.getPublishingItemsScheduled(String siteId, String publishingTarget, String approver, ZonedDateTime dateFrom, ZonedDateTime dateTo, List<String> systemTypes, List<org.craftercms.commons.rest.parameters.SortField> sortFields, int offset, int limit)