Uses of Class
org.alfresco.service.cmr.quickshare.QuickShareDisabledException
-
Packages that use QuickShareDisabledException Package Description org.alfresco.repo.quickshare org.alfresco.service.cmr.quickshare -
-
Uses of QuickShareDisabledException in org.alfresco.repo.quickshare
Methods in org.alfresco.repo.quickshare that throw QuickShareDisabledException Modifier and Type Method Description QuickShareDTOQuickShareServiceImpl. shareContent(NodeRef nodeRef, Date expiryDate) -
Uses of QuickShareDisabledException in org.alfresco.service.cmr.quickshare
Methods in org.alfresco.service.cmr.quickshare that throw QuickShareDisabledException Modifier and Type Method Description Map<String,Object>QuickShareService. getMetaData(String shareId)Get QuickShare related metadata for the given shareId.Map<String,Object>QuickShareService. getMetaData(NodeRef nodeRef)Get QuickShare related metadata for the given node.Pair<String,NodeRef>QuickShareService. getTenantNodeRefFromSharedId(String sharedId)Get the tenant domain and node reference for the the given share id.QuickShareDTOQuickShareService. shareContent(NodeRef nodeRef)Share content identified by nodeRef.QuickShareDTOQuickShareService. shareContent(NodeRef nodeRef, Date expiryDate)Share content identified by nodeRef and optionally set an expiry date for the shared link.voidQuickShareService. unshareContent(String sharedId)Unshare the content identified by sharedId
-