@Beta public interface ContentService
Site create(CreateSiteParams params)
Content create(CreateContentParams params)
Content create(CreateMediaParams params)
Content update(UpdateContentParams params)
Content update(UpdateMediaParams params)
Content rename(RenameContentParams params)
Contents delete(DeleteContentParams params)
PushContentsResult push(PushContentParams params)
Content duplicate(DuplicateContentParams params)
Content move(MoveContentParams params)
Content setChildOrder(SetContentChildOrderParams params)
ReorderChildContentsResult reorderChildren(ReorderChildContentsParams params)
CompletableFuture<Integer> applyPermissions(ApplyContentPermissionsParams params)
Contents getByIds(GetContentByIdsParams params)
Content getByPath(ContentPath path)
AccessControlList getPermissionsById(ContentId contentId)
Contents getByPaths(ContentPaths paths)
FindContentByParentResult findByParent(FindContentByParentParams params)
FindContentByQueryResult find(FindContentByQueryParams params)
CompareContentResult compare(CompareContentParams params)
CompareContentResults compare(CompareContentsParams params)
FindContentVersionsResult getVersions(FindContentVersionsParams params)
GetActiveContentVersionsResult getActiveVersions(GetActiveContentVersionsParams params)
ByteSource getBinary(ContentId contentId, BinaryReference binaryReference)
AccessControlList getRootPermissions()
PropertyTree translateToPropertyTree(com.fasterxml.jackson.databind.JsonNode json, ContentTypeName contentTypeName)
PropertyTree translateToPropertyTree(com.fasterxml.jackson.databind.JsonNode json, MixinName mixinName)
boolean contentExists(ContentId contentId)
boolean contentExists(ContentPath contentPath)