Uses of Class
org.alfresco.service.cmr.quickshare.QuickShareDTO
-
Packages that use QuickShareDTO Package Description org.alfresco.repo.quickshare org.alfresco.service.cmr.quickshare -
-
Uses of QuickShareDTO in org.alfresco.repo.quickshare
Methods in org.alfresco.repo.quickshare that return QuickShareDTO Modifier and Type Method Description QuickShareDTOQuickShareServiceImpl. shareContent(NodeRef nodeRef)QuickShareDTOQuickShareServiceImpl. shareContent(NodeRef nodeRef, Date expiryDate) -
Uses of QuickShareDTO in org.alfresco.service.cmr.quickshare
Methods in org.alfresco.service.cmr.quickshare that return QuickShareDTO Modifier and Type Method Description 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.Constructors in org.alfresco.service.cmr.quickshare with parameters of type QuickShareDTO Constructor Description QuickShareDTO(QuickShareDTO from)Copy constructor
-