Uses of Class
org.kuali.rice.kew.api.document.DocumentLink
Packages that use DocumentLink
-
Uses of DocumentLink in org.kuali.rice.kew.api.document
Methods in org.kuali.rice.kew.api.document that return DocumentLinkModifier and TypeMethodDescriptionWorkflowDocumentService.addDocumentLink(DocumentLink documentLink) Saves the passed inDocumentLink.DocumentLink.Builder.build()WorkflowDocumentService.deleteDocumentLink(String documentLinkId) Removes theDocumentLinkwith the given documentLinkId.WorkflowDocumentService.getDocumentLink(String documentLinkId) Gets theDocumentLinkfor with the given documentLinkId.Methods in org.kuali.rice.kew.api.document that return types with arguments of type DocumentLinkModifier and TypeMethodDescriptionWorkflowDocumentService.deleteDocumentLinksByDocumentId(String originatingDocumentId) Removes allDocumentLinks for the givenDocumentwith the given originatingDocumentId.WorkflowDocumentService.getIncomingDocumentLinks(String originatingDocumentId) Gets a list of allDocumentLinks for incoming links from theDocumentwith the given documentId.WorkflowDocumentService.getOutgoingDocumentLinks(String originatingDocumentId) Gets a list of allDocumentLinks for outgoing links from theDocumentwith the given documentId.Methods in org.kuali.rice.kew.api.document with parameters of type DocumentLinkModifier and TypeMethodDescriptionWorkflowDocumentService.addDocumentLink(DocumentLink documentLink) Saves the passed inDocumentLink.