Uses of Class
org.craftercms.studio.api.v1.to.ContentItemTO
Packages that use ContentItemTO
Package
Description
-
Uses of ContentItemTO in org.craftercms.studio.api.v1.content.pipeline
Methods in org.craftercms.studio.api.v1.content.pipeline that return ContentItemTOModifier and TypeMethodDescriptionDmContentProcessor.createMissingFoldersInPath(String site, String path, boolean isPreview) create missing folders in the given path -
Uses of ContentItemTO in org.craftercms.studio.api.v1.service.content
Methods in org.craftercms.studio.api.v1.service.content that return ContentItemTOModifier and TypeMethodDescriptionContentService.createDummyDmContentItemForDeletedNode(String site, String relativePath) ContentService.getContentItem(String site, String path) get the content item (metadata) at a specific pathContentService.getContentItem(String site, String path, int depth) get the content item (metadata) at a specific pathContentService.getContentItemTree(String site, String path, int depth) get the tree of content items (metadata) beginning at a root -
Uses of ContentItemTO in org.craftercms.studio.api.v1.service.deployment
Methods in org.craftercms.studio.api.v1.service.deployment that return types with arguments of type ContentItemTOModifier and TypeMethodDescriptionDeploymentService.getScheduledItems(String site, String sort, boolean ascending, String subSort, boolean subAscending, String filterType) -
Uses of ContentItemTO in org.craftercms.studio.api.v1.to
Fields in org.craftercms.studio.api.v1.to declared as ContentItemTOFields in org.craftercms.studio.api.v1.to with type parameters of type ContentItemTOModifier and TypeFieldDescriptionContentItemTO.childrenprotected List<ContentItemTO> ContentItemTO.componentsprotected List<ContentItemTO> ContentItemTO.documentsprotected List<ContentItemTO> ContentItemTO.levelDescriptorsprotected Map<String, ContentItemTO> GoLiveQueue.mapprotected List<ContentItemTO> ContentItemTO.pagesMethods in org.craftercms.studio.api.v1.to that return ContentItemTOMethods in org.craftercms.studio.api.v1.to that return types with arguments of type ContentItemTOModifier and TypeMethodDescriptionContentItemTO.getChildren()ContentItemTO.getComponents()ContentItemTO.getDocuments()ContentItemTO.getLevelDescriptors()ContentItemTO.getPages()GoLiveQueue.getQueue()Methods in org.craftercms.studio.api.v1.to with parameters of type ContentItemTOModifier and TypeMethodDescriptionbooleanContentItemTO.AcceptAllChildFilter.accept(ContentItemTO to) booleanContentItemTO.ChildFilter.accept(ContentItemTO to) booleanGoLiveQueueChildFilter.accept(ContentItemTO to) booleanGoLiveQueue.add(String key, ContentItemTO contentItemTO) booleanGoLiveQueue.add(ContentItemTO contentItemTO) voidContentItemTO.addChild(ContentItemTO itemToAdd, boolean recursive, boolean renamed) voidContentItemTO.addChild(ContentItemTO itemToAdd, DmContentItemComparator comparator, boolean recursive) voidContentItemTO.addChild(ContentItemTO itemToAdd, DmContentItemComparator comparator, boolean recursive, boolean renamed) voidContentItemTO.addChild(ContentItemTO itemToAdd, DmContentItemComparator comparator, boolean recursive, ContentItemTO.ChildFilter childFilter) booleanGoLiveQueue.contains(ContentItemTO to) voidVersionTO.setContentItem(ContentItemTO contentItem) Method parameters in org.craftercms.studio.api.v1.to with type arguments of type ContentItemTOModifier and TypeMethodDescriptionvoidContentItemTO.setChildren(List<ContentItemTO> children) voidContentItemTO.setComponents(List<ContentItemTO> components) voidContentItemTO.setDocuments(List<ContentItemTO> documents) voidContentItemTO.setLevelDescriptors(List<ContentItemTO> levelDescriptors) voidContentItemTO.setPages(List<ContentItemTO> pages) Constructors in org.craftercms.studio.api.v1.to with parameters of type ContentItemTOModifierConstructorDescriptionContentItemTO(ContentItemTO item) ContentItemTO(ContentItemTO item, boolean cloneChildren) -
Uses of ContentItemTO in org.craftercms.studio.api.v1.util
Methods in org.craftercms.studio.api.v1.util with parameters of type ContentItemTOModifier and TypeMethodDescriptionbooleanDmContentItemComparator.areEqual(ContentItemTO item1, ContentItemTO item2) intDmContentItemComparator.compare(ContentItemTO item1, ContentItemTO item2) intDmContentItemComparator.hashCodeOf(ContentItemTO item) intDmContentItemComparator.secondLevelCompare(ContentItemTO item1, ContentItemTO item2) -
Uses of ContentItemTO in org.craftercms.studio.api.v1.util.filter
Methods in org.craftercms.studio.api.v1.util.filter with parameters of type ContentItemTOModifier and TypeMethodDescriptionbooleanDmFilterWrapper.accept(String site, ContentItemTO item, String filterType) booleanDmFilterWrapper.accept(ContentItemTO item, String filterType) booleanDmFilterWrapperImpl.accept(String site, ContentItemTO item, String filterType) booleanDmFilterWrapperImpl.accept(ContentItemTO item, String filterType) booleanAllFilter.filter(ContentItemTO item) filtering for all items.booleanComponentFilter.filter(ContentItemTO item) filtering for components.booleanDocumentFilter.filter(ContentItemTO item) filtering for documents.booleanFilter.filter(ContentItemTO item) booleanPageFilter.filter(ContentItemTO item) -
Uses of ContentItemTO in org.craftercms.studio.api.v2.dal
Fields in org.craftercms.studio.api.v2.dal with type parameters of type ContentItemTOModifier and TypeFieldDescriptionprotected List<ContentItemTO> DeploymentHistoryGroup.childrennavigation child content itemsMethods in org.craftercms.studio.api.v2.dal that return types with arguments of type ContentItemTOMethod parameters in org.craftercms.studio.api.v2.dal with type arguments of type ContentItemTOModifier and TypeMethodDescriptionvoidDeploymentHistoryGroup.setChildren(List<ContentItemTO> children) -
Uses of ContentItemTO in org.craftercms.studio.api.v2.service.audit
Methods in org.craftercms.studio.api.v2.service.audit that return types with arguments of type ContentItemTOModifier and TypeMethodDescriptionAuditService.getUserActivities(String site, int limit, String sort, boolean ascending, boolean excludeLive, String filterType) Get user activities -
Uses of ContentItemTO in org.craftercms.studio.impl.v1.content.pipeline
Methods in org.craftercms.studio.impl.v1.content.pipeline that return ContentItemTOModifier and TypeMethodDescriptionFormDmContentProcessor.createMissingFoldersInPath(String site, String path, boolean isPreview) protected ContentItemTOFormDmContentProcessor.createNewFile(String site, ContentItemTO parentItem, String fileName, InputStream input, String user, boolean unlock, ResultTO result) create new file to the given path.Methods in org.craftercms.studio.impl.v1.content.pipeline with parameters of type ContentItemTOModifier and TypeMethodDescriptionprotected ContentItemTOFormDmContentProcessor.createNewFile(String site, ContentItemTO parentItem, String fileName, InputStream input, String user, boolean unlock, ResultTO result) create new file to the given path. -
Uses of ContentItemTO in org.craftercms.studio.impl.v1.service.content
Methods in org.craftercms.studio.impl.v1.service.content that return ContentItemTOModifier and TypeMethodDescription@Valid ContentItemTOContentServiceImpl.createDummyDmContentItemForDeletedNode(String site, String relativePath) protected ContentItemTOContentServiceImpl.createNewContentItemTO(String site, String contentPath) @Valid ContentItemTOContentServiceImpl.getContentItem(String site, String path) @Valid ContentItemTOContentServiceImpl.getContentItem(String site, String path, int depth) @Valid ContentItemTOContentServiceImpl.getContentItemTree(String site, String path, int depth) protected ContentItemTOContentServiceImpl.loadContentItem(String site, String path) protected ContentItemTOContentServiceImpl.populateContentDrivenProperties(String site, ContentItemTO item) protected ContentItemTOContentServiceImpl.populateItemChildren(ContentItemTO item, int depth) Methods in org.craftercms.studio.impl.v1.service.content with parameters of type ContentItemTOModifier and TypeMethodDescriptionprotected voidContentServiceImpl.childDeleteItems(String site, ContentItemTO contentItem, GoLiveDeleteCandidates items) Iterate over all paths inside the folderprotected StringContentServiceImpl.getBrowserUri(ContentItemTO item) protected voidContentServiceImpl.loadContentTypeProperties(String site, ContentItemTO item, String contentType) protected ContentItemTOContentServiceImpl.populateContentDrivenProperties(String site, ContentItemTO item) protected ContentItemTOContentServiceImpl.populateItemChildren(ContentItemTO item, int depth) protected voidContentServiceImpl.populateMetadata(String site, ContentItemTO item) protected voidContentServiceImpl.populateWorkflowProperties(String site, ContentItemTO item) -
Uses of ContentItemTO in org.craftercms.studio.impl.v1.service.deployment
Methods in org.craftercms.studio.impl.v1.service.deployment that return ContentItemTOModifier and TypeMethodDescriptionprotected ContentItemTODeploymentServiceImpl.createDateItem(String name, ContentItemTO itemToAdd, DmContentItemComparator comparator, String timeZone) Methods in org.craftercms.studio.impl.v1.service.deployment that return types with arguments of type ContentItemTOModifier and TypeMethodDescription@Valid List<ContentItemTO> DeploymentServiceImpl.getScheduledItems(String site, String sort, boolean ascending, String subSort, boolean subAscending, String filterType) protected List<ContentItemTO> DeploymentServiceImpl.getScheduledItems(String site, DmContentItemComparator comparator, DmContentItemComparator subComparator, String filterType) Methods in org.craftercms.studio.impl.v1.service.deployment with parameters of type ContentItemTOModifier and TypeMethodDescriptionprotected ContentItemTODeploymentServiceImpl.createDateItem(String name, ContentItemTO itemToAdd, DmContentItemComparator comparator, String timeZone) Method parameters in org.craftercms.studio.impl.v1.service.deployment with type arguments of type ContentItemTOModifier and TypeMethodDescriptionprotected voidDeploymentServiceImpl.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 assetprotected voidDeploymentServiceImpl.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 -
Uses of ContentItemTO in org.craftercms.studio.impl.v1.service.workflow
Methods in org.craftercms.studio.impl.v1.service.workflow that return types with arguments of type ContentItemTOModifier and TypeMethodDescriptionprotected List<ContentItemTO> WorkflowServiceImpl.getCategoryItems(String site) get the top category items that to be displayed in UIprotected List<ContentItemTO> WorkflowServiceImpl.getGoLiveItems(String site, DmContentItemComparator comparator) protected List<ContentItemTO> WorkflowServiceImpl.getInProgressItems(String site, DmContentItemComparator comparator, boolean inProgressOnly) Methods in org.craftercms.studio.impl.v1.service.workflow with parameters of type ContentItemTOModifier and TypeMethodDescriptionprotected voidWorkflowServiceImpl.addInProgressItems(ContentItemTO item, List<ContentItemTO> categoryItems, DmContentItemComparator comparator, boolean inProgressOnly) protected voidWorkflowServiceImpl.addToQueue(String site, GoLiveQueue queue, GoLiveQueue inProcessQueue, ContentItemTO item, Item workflowItem) Method parameters in org.craftercms.studio.impl.v1.service.workflow with type arguments of type ContentItemTOModifier and TypeMethodDescriptionprotected voidWorkflowServiceImpl.addInProgressItems(ContentItemTO item, List<ContentItemTO> categoryItems, DmContentItemComparator comparator, boolean inProgressOnly) -
Uses of ContentItemTO in org.craftercms.studio.impl.v1.util
Methods in org.craftercms.studio.impl.v1.util with parameters of type ContentItemTOModifier and TypeMethodDescriptionprotected voidGoLiveQueueOrganizer._addToCategoryList(List<ContentItemTO> categoryItems, String site, ContentItemTO node, boolean includeInProgress, DmContentItemComparator comparator) protected voidGoLiveQueueOrganizer.addThis(List<ContentItemTO> categoryItems, DmContentItemComparator comparator, ContentItemTO itemToAdd, boolean includeInProgress) voidGoLiveQueueOrganizer.addToGoLiveItems(String site, ContentItemTO node, List<ContentItemTO> categoryItems, DmContentItemComparator comparator, boolean includeInProgress, List<String> displayPatterns) intContentItemOrderComparator.compare(ContentItemTO item1, ContentItemTO item2) Method parameters in org.craftercms.studio.impl.v1.util with type arguments of type ContentItemTOModifier and TypeMethodDescriptionprotected voidGoLiveQueueOrganizer._addToCategoryList(List<ContentItemTO> categoryItems, String site, ContentItemTO node, boolean includeInProgress, DmContentItemComparator comparator) protected voidGoLiveQueueOrganizer.addThis(List<ContentItemTO> categoryItems, DmContentItemComparator comparator, ContentItemTO itemToAdd, boolean includeInProgress) voidGoLiveQueueOrganizer.addToGoLiveItems(String site, ContentItemTO node, List<ContentItemTO> categoryItems, DmContentItemComparator comparator, boolean includeInProgress, List<String> displayPatterns) -
Uses of ContentItemTO in org.craftercms.studio.impl.v2.service.audit
Methods in org.craftercms.studio.impl.v2.service.audit that return ContentItemTOModifier and TypeMethodDescriptionprotected ContentItemTOAuditServiceImpl.createActivityItem(String site, AuditLog auditLog, String id) Methods in org.craftercms.studio.impl.v2.service.audit that return types with arguments of type ContentItemTOModifier and TypeMethodDescriptionAuditServiceImpl.getUserActivities(String site, int limit, String sort, boolean ascending, boolean excludeLive, String filterType) Method parameters in org.craftercms.studio.impl.v2.service.audit with type arguments of type ContentItemTOModifier and TypeMethodDescriptionprotected booleanAuditServiceImpl.getActivityFeeds(String user, String site, int startPos, int size, String filterType, boolean hideLiveItems, List<ContentItemTO> contentItems, int remainingItem) -
Uses of ContentItemTO in org.craftercms.studio.impl.v2.service.notification
Methods in org.craftercms.studio.impl.v2.service.notification that return types with arguments of type ContentItemTOModifier and TypeMethodDescriptionprotected Set<ContentItemTO> NotificationServiceImpl.convertPathsToContent(String site, List<String> listOfPaths) -
Uses of ContentItemTO in org.craftercms.studio.impl.v2.utils
Methods in org.craftercms.studio.impl.v2.utils that return ContentItemTOModifier and TypeMethodDescriptionStudioUtils.getContentItemForDashboard(String site, String path) -
Uses of ContentItemTO in org.craftercms.studio.model.rest
Methods in org.craftercms.studio.model.rest that return ContentItemTOMethods in org.craftercms.studio.model.rest with parameters of type ContentItemTO