| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static WorkflowDocument |
WorkflowDocumentFactory.createDocument(String principalId,
String documentTypeName)
Creates a new workflow document of the given type with the given initiator.
|
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.
|
static WorkflowDocument |
WorkflowDocumentFactory.createDocument(String principalId,
String documentTypeName,
String title)
Creates a new workflow document of the given type with the given initiator.
|
static WorkflowDocument |
WorkflowDocumentFactory.loadDocument(String principalId,
String documentId)
Loads an existing workflow document.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.