Package org.alfresco.repo.web.scripts.quickshare
package org.alfresco.repo.web.scripts.quickshare
-
ClassesClassDescriptionQuickShare/PublicViewQuickShare/PublicView GET web script to get limited metadata (including thumbnail defs) => authenticated web script (using a nodeRef) Note: authenticated web script (equivalent to unauthenticated version - see QuickShareMetaDataGet)QuickShare/PublicView GET web script to get stream "shared" content (ie. enabled for public/unauthenticated access) from the repository WARNING: **unauthenticated** web script (equivalent to authenticated version - see ContentGet.java)QuickShare/PublicView GET web script to get property system.quickshare.enabled valueQuickShare/PublicView GET web script to get limited metadata (including thumbnail defs) for some "shared" content WARNING: **unauthenticated** web script (equivalent to authenticated version - see MetaDataGet.java)QuickShare/PublicView GET web script to stream "shared" thumbnail content (ie. enabled for public/unauthenticated access) from the repository WARNING: **unauthenticated** web script (equivalent to authenticated version - see "thumbnail.get.js")QuickShare/PublicView GET web script that returns whether or not a user can read the shared content.QuickShare/PublicView GET web script to lookup some context (nodeRef, tenantDomain, siteId) for a given "Share" Note: authenticated web scriptQuickShare/PublicView POST web script to "Share" access to some content (ie. enable unauthenticated access to this node) Note: authenticated web scriptQuickShare/PublicView DELETE web script to "Unshare" access to some content (ie. disable unauthenticated access to this node) Note: authenticated web script