| Package | Description |
|---|---|
| org.kuali.rice.kew.api |
Copyright 2005-2016 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-2016 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-2016 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 |
|---|---|
static WorkflowDocument |
WorkflowDocumentFactory.createDocument(String principalId,
String documentTypeName,
DocumentUpdate documentUpdate,
DocumentContentUpdate documentContentUpdate)
Creates a new workflow document of the given type with the given initiator.
|
void |
WorkflowDocument.updateDocumentContent(DocumentContentUpdate documentContentUpdate)
Sets internal DocumentContentUpdate object
TODO: exposes internal API and used only by tests, candidate for elimination?
|
| Modifier and Type | Method and Description |
|---|---|
DocumentContentUpdate |
DocumentActionParameters.getDocumentContentUpdate() |
DocumentContentUpdate |
DocumentActionParameters.Builder.getDocumentContentUpdate() |
| 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.
|
void |
DocumentActionParameters.Builder.setDocumentContentUpdate(DocumentContentUpdate documentContentUpdate) |
| Modifier and Type | Method and Description |
|---|---|
DocumentContentUpdate |
DocumentContentUpdate.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
static DocumentContentUpdate.Builder |
DocumentContentUpdate.Builder.create(DocumentContentUpdate documentContentUpdate) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.