Uses of Class
org.craftercms.studio.model.rest.dashboard.DashboardPublishingPackage
Packages that use DashboardPublishingPackage
Package
Description
-
Uses of DashboardPublishingPackage in org.craftercms.studio.api.v2.dal
Methods in org.craftercms.studio.api.v2.dal that return types with arguments of type DashboardPublishingPackageModifier and TypeMethodDescriptionWorkflowDAO.getContentPendingApproval(String siteId, String openedState, int offset, int limit) Get workflow packages pending approvalPublishRequestDAO.getPublishingPackagesHistory(String siteId, String publishingTarget, String approver, String completedState, ZonedDateTime fromDate, ZonedDateTime toDate, int offset, int limit) Get deployment history -
Uses of DashboardPublishingPackage in org.craftercms.studio.api.v2.service.dashboard
Methods in org.craftercms.studio.api.v2.service.dashboard that return types with arguments of type DashboardPublishingPackageModifier and TypeMethodDescriptionDashboardService.getPublishingHistory(String siteId, String publishingTarget, String approver, ZonedDateTime dateFrom, ZonedDateTime dateTo, int offset, int limit) Get publishing history -
Uses of DashboardPublishingPackage 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 DashboardPublishingPackageModifier and TypeMethodDescriptionPublishServiceInternal.getPublishingPackagesHistory(String siteId, String publishingTarget, String approver, ZonedDateTime dateFrom, ZonedDateTime dateTo, int offset, int limit) Get publishing packages history -
Uses of DashboardPublishingPackage in org.craftercms.studio.api.v2.service.workflow.internal
Methods in org.craftercms.studio.api.v2.service.workflow.internal that return types with arguments of type DashboardPublishingPackageModifier and TypeMethodDescriptionWorkflowServiceInternal.getContentPendingApproval(String siteId, int offset, int limit) Get workflow packages pending approval -
Uses of DashboardPublishingPackage in org.craftercms.studio.controller.rest.v2
Methods in org.craftercms.studio.controller.rest.v2 that return types with arguments of type DashboardPublishingPackageModifier and TypeMethodDescriptionDashboardController.getPublishingHistory(String siteId, String publishingTarget, String approver, ZonedDateTime dateFrom, ZonedDateTime dateTo, @javax.validation.constraints.PositiveOrZero int offset, @javax.validation.constraints.PositiveOrZero int limit) -
Uses of DashboardPublishingPackage in org.craftercms.studio.impl.v2.service.dashboard
Methods in org.craftercms.studio.impl.v2.service.dashboard that return types with arguments of type DashboardPublishingPackageModifier and TypeMethodDescriptionDashboardServiceImpl.getPublishingHistory(String siteId, String publishingTarget, String approver, ZonedDateTime dateFrom, ZonedDateTime dateTo, int offset, int limit) -
Uses of DashboardPublishingPackage 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 DashboardPublishingPackageModifier and TypeMethodDescriptionPublishServiceInternalImpl.getPublishingPackagesHistory(String siteId, String publishingTarget, String approver, ZonedDateTime dateFrom, ZonedDateTime dateTo, int offset, int limit) -
Uses of DashboardPublishingPackage in org.craftercms.studio.impl.v2.service.workflow.internal
Methods in org.craftercms.studio.impl.v2.service.workflow.internal that return types with arguments of type DashboardPublishingPackageModifier and TypeMethodDescriptionWorkflowServiceInternalImpl.getContentPendingApproval(String siteId, int offset, int limit)