Uses of Class
org.craftercms.studio.api.v2.dal.Item.Builder
Packages that use Item.Builder
Package
Description
-
Uses of Item.Builder in org.craftercms.studio.api.v2.dal
Methods in org.craftercms.studio.api.v2.dal that return Item.BuilderModifier and TypeMethodDescriptionstatic Item.BuilderItem.Builder.buildFromClone(Item item) Item.Builder.withCommitId(String commitId) Item.Builder.withContentTypeId(String contentTypeId) Item.Builder.withCreatedBy(Long createdBy) Item.Builder.withCreatedOn(ZonedDateTime createdOn) Item.Builder.withCreator(Person creator) Item.Builder.withId(long id) Item.Builder.withIgnored(boolean ignored) Item.Builder.withIgnoredAsInt(int ignoredAsInt) Item.Builder.withLastModifiedBy(Long lastModifiedBy) Item.Builder.withLastModifiedOn(ZonedDateTime lastModifiedOn) Item.Builder.withLastPublishedOn(ZonedDateTime lastPublishedOn) Item.Builder.withLocaleCode(String localeCode) Item.Builder.withLockedBy(Long lockedBy) Item.Builder.withLockOwner(Person lockOwner) Item.Builder.withMimeType(String mimeType) Item.Builder.withModifier(Person modifier) Item.Builder.withParentId(Long parentId) Item.Builder.withPreviewUrl(String previewUrl) Item.Builder.withPreviousPath(String previousPath) Item.Builder.withSiteId(long siteId) Item.Builder.withSiteName(String siteName) Item.Builder.withSize(long size) Item.Builder.withState(long state) Item.Builder.withSystemType(String systemType) Item.Builder.withTranslationSourceId(Long translationSourceId) -
Uses of Item.Builder in org.craftercms.studio.api.v2.service.item.internal
Methods in org.craftercms.studio.api.v2.service.item.internal that return Item.BuilderModifier and TypeMethodDescriptionItemServiceInternal.instantiateItem(String siteName, String path) -
Uses of Item.Builder in org.craftercms.studio.impl.v2.service.item.internal
Methods in org.craftercms.studio.impl.v2.service.item.internal that return Item.BuilderModifier and TypeMethodDescriptionItemServiceInternalImpl.instantiateItem(String siteName, String path)