Uses of Class
org.craftercms.studio.model.rest.content.SandboxItem
Packages that use SandboxItem
Package
Description
-
Uses of SandboxItem in org.craftercms.studio.api.v2.service.content
Methods in org.craftercms.studio.api.v2.service.content that return types with arguments of type SandboxItemModifier and TypeMethodDescriptionContentService.getSandboxItemsByPath(String siteId, List<String> paths, boolean preferContent) Get sandbox items for given list of paths -
Uses of SandboxItem in org.craftercms.studio.api.v2.service.content.internal
Methods in org.craftercms.studio.api.v2.service.content.internal that return types with arguments of type SandboxItemModifier and TypeMethodDescriptionContentServiceInternal.getSandboxItemsById(String siteId, List<Long> ids, List<org.craftercms.commons.rest.parameters.SortField> sortFields, boolean preferContent) Get sandbox items for given list of pathsContentServiceInternal.getSandboxItemsByPath(String siteId, List<String> paths, boolean preferContent) Get sandbox items for given list of paths -
Uses of SandboxItem in org.craftercms.studio.api.v2.service.dashboard
Methods in org.craftercms.studio.api.v2.service.dashboard that return types with arguments of type SandboxItemModifier and TypeMethodDescriptionDashboardService.getContentPendingApprovalDetail(String siteId, String publishingPackageId, List<org.craftercms.commons.rest.parameters.SortField> sortFields) Get content pending approval package detailsDashboardService.getContentUnpublished(String siteId, List<String> systemTypes, List<org.craftercms.commons.rest.parameters.SortField> sortFields, int offset, int limit) Get unpublished content itemsDashboardService.getPublishingHistoryDetail(String siteId, String publishingPackageId, int offset, int limit) Get publishing package detailsDashboardService.getPublishingScheduledDetail(String siteId, String publishingPackageId) Get publishing package details -
Uses of SandboxItem in org.craftercms.studio.api.v2.service.workflow
Methods in org.craftercms.studio.api.v2.service.workflow that return types with arguments of type SandboxItemModifier and TypeMethodDescriptionWorkflowService.getItemStates(String siteId, String path, Long states, int offset, int limit) Get item states for given filters by path regex and states maskWorkflowService.getWorkflowAffectedPaths(String siteId, String path) Get workflow affected paths if content is edited -
Uses of SandboxItem in org.craftercms.studio.controller.rest.v2
Methods in org.craftercms.studio.controller.rest.v2 that return types with arguments of type SandboxItemModifier and TypeMethodDescription@Valid ResultList<SandboxItem> DashboardController.getContentPendingApprovalDetail(String siteId, UUID packageId, List<org.craftercms.commons.rest.parameters.SortField> sortFields) @Valid PaginatedResultList<SandboxItem> DashboardController.getContentUnpublished(String siteId, @javax.validation.constraints.PositiveOrZero int offset, @javax.validation.constraints.PositiveOrZero int limit, List<org.craftercms.commons.rest.parameters.SortField> sortFields, List<String> systemTypes) WorkflowController.getItemStates(@NotBlank String siteId, String path, Long states, @javax.validation.constraints.PositiveOrZero int offset, @javax.validation.constraints.PositiveOrZero int limit) @Valid PaginatedResultList<SandboxItem> DashboardController.getPublishingHistoryDetail(String siteId, UUID packageId, @javax.validation.constraints.PositiveOrZero int offset, @javax.validation.constraints.PositiveOrZero int limit) @Valid ResultList<SandboxItem> DashboardController.getPublishingScheduledDetail(String siteId, UUID packageId) WorkflowController.getWorkflowAffectedPaths(String siteId, String path) -
Uses of SandboxItem in org.craftercms.studio.impl.v2.service.content
Methods in org.craftercms.studio.impl.v2.service.content that return types with arguments of type SandboxItemModifier and TypeMethodDescriptionContentServiceImpl.getSandboxItemsByPath(String siteId, List<String> paths, boolean preferContent) -
Uses of SandboxItem in org.craftercms.studio.impl.v2.service.content.internal
Methods in org.craftercms.studio.impl.v2.service.content.internal that return types with arguments of type SandboxItemModifier and TypeMethodDescriptionContentServiceInternalImpl.getSandboxItemsById(String siteId, List<Long> ids, List<org.craftercms.commons.rest.parameters.SortField> sortFields, boolean preferContent) ContentServiceInternalImpl.getSandboxItemsByPath(String siteId, List<String> paths, boolean preferContent) -
Uses of SandboxItem in org.craftercms.studio.impl.v2.service.dashboard
Methods in org.craftercms.studio.impl.v2.service.dashboard that return types with arguments of type SandboxItemModifier and TypeMethodDescriptionDashboardServiceImpl.getContentPendingApprovalDetail(String siteId, String publishingPackageId, List<org.craftercms.commons.rest.parameters.SortField> sortFields) DashboardServiceImpl.getContentUnpublished(String siteId, List<String> systemTypes, List<org.craftercms.commons.rest.parameters.SortField> sortFields, int offset, int limit) DashboardServiceImpl.getPublishingHistoryDetail(String siteId, String publishingPackageId, int offset, int limit) DashboardServiceImpl.getPublishingScheduledDetail(String siteId, String publishingPackageId) -
Uses of SandboxItem in org.craftercms.studio.impl.v2.service.workflow
Methods in org.craftercms.studio.impl.v2.service.workflow that return types with arguments of type SandboxItemModifier and TypeMethodDescriptionWorkflowServiceImpl.getItemStates(String siteId, String path, Long states, int offset, int limit) WorkflowServiceImpl.getWorkflowAffectedPaths(String siteId, String path) -
Uses of SandboxItem in org.craftercms.studio.model.rest.content
Methods in org.craftercms.studio.model.rest.content that return SandboxItemModifier and TypeMethodDescriptionstatic SandboxItemSandboxItem.getInstance(Item item) GetChildrenByPathsBulkResult.ChildrenByPathResult.getItem()GetChildrenResult.getLevelDescriptor()Methods in org.craftercms.studio.model.rest.content that return types with arguments of type SandboxItemMethods in org.craftercms.studio.model.rest.content with parameters of type SandboxItemModifier and TypeMethodDescriptionvoidGetChildrenByPathsBulkResult.ChildrenByPathResult.setItem(SandboxItem item) voidGetChildrenResult.setLevelDescriptor(SandboxItem levelDescriptor) Method parameters in org.craftercms.studio.model.rest.content with type arguments of type SandboxItem -
Uses of SandboxItem in org.craftercms.studio.model.rest.dashboard
Fields in org.craftercms.studio.model.rest.dashboard declared as SandboxItemModifier and TypeFieldDescriptionprotected SandboxItemExpiringContentItem.sandboxItemThe sandbox itemMethods in org.craftercms.studio.model.rest.dashboard that return SandboxItemConstructors in org.craftercms.studio.model.rest.dashboard with parameters of type SandboxItemModifierConstructorDescriptionExpiringContentItem(String itemName, String itemPath, ZonedDateTime expiredDateTime, SandboxItem sandboxItem)