| Package | Description |
|---|---|
| org.kuali.rice.kew.api.document |
Copyright 2005-2018 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentLink |
WorkflowDocumentService.addDocumentLink(DocumentLink documentLink)
Saves the passed in
DocumentLink. |
DocumentLink |
DocumentLink.Builder.build() |
DocumentLink |
WorkflowDocumentService.deleteDocumentLink(String documentLinkId)
Removes the
DocumentLink with the given documentLinkId. |
DocumentLink |
WorkflowDocumentService.getDocumentLink(String documentLinkId)
Gets the
DocumentLink for with the given documentLinkId. |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentLink> |
WorkflowDocumentService.deleteDocumentLinksByDocumentId(String originatingDocumentId)
Removes all
DocumentLinks for the given Document with the given originatingDocumentId. |
List<DocumentLink> |
WorkflowDocumentService.getIncomingDocumentLinks(String originatingDocumentId)
Gets a list of all
DocumentLinks for incoming links from the Document with the given documentId. |
List<DocumentLink> |
WorkflowDocumentService.getOutgoingDocumentLinks(String originatingDocumentId)
Gets a list of all
DocumentLinks for outgoing links from the Document with the given documentId. |
| Modifier and Type | Method and Description |
|---|---|
DocumentLink |
WorkflowDocumentService.addDocumentLink(DocumentLink documentLink)
Saves the passed in
DocumentLink. |
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.