| Package | Description |
|---|---|
| org.kuali.rice.kew.api |
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.
|
| org.kuali.rice.kew.api.action |
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.
|
| 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.
|
| org.kuali.rice.kew.api.document.search |
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 |
|---|---|
Document |
WorkflowDocument.getDocument()
Returns a read-only view of the underlying document meta-data
|
| Modifier and Type | Method and Description |
|---|---|
Document |
WorkflowDocumentActionsService.create(String documentTypeName,
String initiatorPrincipalId,
DocumentUpdate documentUpdate,
DocumentContentUpdate documentContentUpdate)
Creates a new document instance from the given document type.
|
Document |
WorkflowDocumentActionsService.delete(String documentId,
String principalId)
Deletes the document.
|
Document |
DocumentActionResult.getDocument() |
| Modifier and Type | Method and Description |
|---|---|
static DocumentActionResult |
DocumentActionResult.create(Document document,
ValidActions validActions,
RequestedActions requestedActions) |
| Modifier and Type | Method and Description |
|---|---|
Document |
Document.Builder.build() |
Document |
DocumentWithContentContract.getDocument() |
Document |
DocumentWithContent.getDocument() |
Document |
DocumentDetailContract.getDocument() |
Document |
DocumentDetail.getDocument() |
Document |
DocumentDetail.Builder.getDocument() |
Document |
WorkflowDocumentService.getDocument(String documentId)
Gets a
Document from a documentId. |
| Modifier and Type | Method and Description |
|---|---|
static DocumentUpdate.Builder |
DocumentUpdate.Builder.create(Document document) |
static DocumentDetail.Builder |
DocumentDetail.Builder.create(Document document) |
static DocumentWithContent |
DocumentWithContent.create(Document document,
DocumentContent documentContent) |
void |
DocumentDetail.Builder.setDocument(Document document) |
| Modifier and Type | Method and Description |
|---|---|
Document |
DocumentSearchResult.getDocument() |
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.