Uses of Interface
org.alfresco.service.cmr.repository.DocumentLinkService
-
Packages that use DocumentLinkService Package Description org.alfresco.repo.doclink org.alfresco.repo.service org.alfresco.service Provides the public facing interfaces of the Services of the Alfresco Repository. -
-
Uses of DocumentLinkService in org.alfresco.repo.doclink
Classes in org.alfresco.repo.doclink that implement DocumentLinkService Modifier and Type Class Description classDocumentLinkServiceImplImplementation of the document link service In addition to the document link service, this class also provides a BeforeDeleteNodePolicy -
Uses of DocumentLinkService in org.alfresco.repo.service
Methods in org.alfresco.repo.service that return DocumentLinkService Modifier and Type Method Description DocumentLinkServiceServiceDescriptorRegistry. getDocumentLinkService() -
Uses of DocumentLinkService in org.alfresco.service
Methods in org.alfresco.service that return DocumentLinkService Modifier and Type Method Description DocumentLinkServiceServiceRegistry. getDocumentLinkService()Deprecated.This method has been deprecated as it would return a service that is not part of the public API.
-