Uses of Class
org.craftercms.studio.api.v2.dal.Item
Packages that use Item
Package
Description
-
Uses of Item in org.craftercms.studio.api.v2.dal
Methods in org.craftercms.studio.api.v2.dal that return ItemModifier and TypeMethodDescriptionItem.Builder.build()static ItemItem.getInstance(DetailedItem item) WorkflowItem.getItem()Methods in org.craftercms.studio.api.v2.dal that return types with arguments of type ItemModifier and TypeMethodDescriptionItemDAO.getChildrenByPath(Long siteId, String path, String systemTypeFolder, String localeCode, String keyword, List<String> systemTypes, List<String> excludeSystemTypes, List<String> excludes, String sortStrategy, String order, int offset, int limit) Get children for given path from databaseItemDAO.getContentTypeUsages(String siteId, String contentType, String scriptPath) Finds all items related to a given content-typeItemDAO.getInProgressItems(String siteId, long inProgressMask) Get in progress items from DBItemDAO.getItemStates(String siteId, String path, Long states, List<String> systemTypes, List<org.craftercms.commons.rest.parameters.SortField> sortFields, int offset, int limit) Get item states for given filters by path regex and states maskItemDAO.getSandboxItemsById(List<Long> itemIds, String systemTypeFolder, List<org.craftercms.commons.rest.parameters.SortField> sortFields) Get sandbox items for given idsItemDAO.getSandboxItemsByIdPreferContent(List<Long> itemIds, String systemTypeFolder, List<org.craftercms.commons.rest.parameters.SortField> sortFields) Get sandbox items for given ids with prefer content optionItemDAO.getSandboxItemsByPath(Long siteId, List<String> paths, String systemTypeFolder, boolean preferContent) Get sandbox items for given pathsMethods in org.craftercms.studio.api.v2.dal with parameters of type ItemModifier and TypeMethodDescriptionstatic Item.BuilderItem.Builder.buildFromClone(Item item) static DetailedItemDetailedItem.getInstance(Item item) voidActivityStreamDAO.insertActivity(long siteId, long userId, String action, ZonedDateTime actionTimestamp, Item item, String packageId) Insert record into activity streamvoidvoidItemDAO.updateItem(Item item) Update itemvoidItemDAO.upsertEntry(Item item) insert or update item -
Uses of Item in org.craftercms.studio.api.v2.security
Methods in org.craftercms.studio.api.v2.security with parameters of type ItemModifier and TypeMethodDescriptionlongSemanticsAvailableActionsResolver.calculateContentItemAvailableActions(String username, String siteId, Item item) Calculate available actions for given content item -
Uses of Item in org.craftercms.studio.api.v2.service.audit.internal
Methods in org.craftercms.studio.api.v2.service.audit.internal with parameters of type ItemModifier and TypeMethodDescriptionvoidActivityStreamServiceInternal.insertActivity(long siteId, long userId, String action, ZonedDateTime actionTimestamp, Item item, String packageId) Insert record into activity stream -
Uses of Item in org.craftercms.studio.api.v2.service.item.internal
Methods in org.craftercms.studio.api.v2.service.item.internal that return ItemModifier and TypeMethodDescriptionGet item fir given site and pathGet item fir given site and pathMethods in org.craftercms.studio.api.v2.service.item.internal that return types with arguments of type ItemModifier and TypeMethodDescriptionItemServiceInternal.getInProgressItems(String siteId) Get in progress items for given siteGet items for given site and pathsGet items for given site and pathsItemServiceInternal.getItemStates(String siteId, String path, Long states, List<String> systemTypes, List<org.craftercms.commons.rest.parameters.SortField> sortFields, int offset, int limit) Get item states for given filters by path regex and states maskMethods in org.craftercms.studio.api.v2.service.item.internal with parameters of type ItemModifier and TypeMethodDescriptionvoidItemServiceInternal.updateItem(Item item) Update itembooleanItemServiceInternal.upsertEntry(Item item) Insert record for item if it does not exist, otherwise update it -
Uses of Item in org.craftercms.studio.impl.v1.service.workflow
Methods in org.craftercms.studio.impl.v1.service.workflow with parameters of type ItemModifier and TypeMethodDescriptionprotected voidWorkflowServiceImpl.addToQueue(String site, GoLiveQueue queue, GoLiveQueue inProcessQueue, ContentItemTO item, Item workflowItem) -
Uses of Item in org.craftercms.studio.impl.v2.security
Methods in org.craftercms.studio.impl.v2.security with parameters of type ItemModifier and TypeMethodDescriptionlongSemanticsAvailableActionsResolverImpl.calculateContentItemAvailableActions(String username, String siteId, Item item) -
Uses of Item in org.craftercms.studio.impl.v2.service.audit.internal
Methods in org.craftercms.studio.impl.v2.service.audit.internal with parameters of type ItemModifier and TypeMethodDescriptionvoidActivityStreamServiceInternalImpl.insertActivity(long siteId, long userId, String action, ZonedDateTime actionTimestamp, Item item, String packageId) -
Uses of Item in org.craftercms.studio.impl.v2.service.item.internal
Methods in org.craftercms.studio.impl.v2.service.item.internal that return ItemModifier and TypeMethodDescriptionMethods in org.craftercms.studio.impl.v2.service.item.internal that return types with arguments of type ItemModifier and TypeMethodDescriptionItemServiceInternalImpl.getInProgressItems(String siteId) ItemServiceInternalImpl.getItemStates(String siteId, String path, Long states, List<String> systemTypes, List<org.craftercms.commons.rest.parameters.SortField> sortFields, int offset, int limit) Methods in org.craftercms.studio.impl.v2.service.item.internal with parameters of type ItemModifier and TypeMethodDescriptionvoidItemServiceInternalImpl.updateItem(Item item) booleanItemServiceInternalImpl.upsertEntry(Item item) -
Uses of Item in org.craftercms.studio.model.rest.content
Methods in org.craftercms.studio.model.rest.content with parameters of type ItemModifier and TypeMethodDescriptionstatic DetailedItemDetailedItem.getInstance(Item item) static SandboxItemSandboxItem.getInstance(Item item)