Package | Description |
---|---|
org.kuali.rice.kew.api |
Copyright 2005-2015 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-2015 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-2015 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.impl.action | |
org.kuali.rice.kew.impl.document | |
org.kuali.rice.kew.routeheader |
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.
|
Modifier and Type | Method and Description |
---|---|
DocumentUpdate |
DocumentActionParameters.getDocumentUpdate() |
DocumentUpdate |
DocumentActionParameters.Builder.getDocumentUpdate() |
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.setDocumentUpdate(DocumentUpdate documentUpdate) |
Modifier and Type | Method and Description |
---|---|
DocumentUpdate |
DocumentUpdate.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Document |
WorkflowDocumentActionsServiceImpl.create(String documentTypeName,
String initiatorPrincipalId,
DocumentUpdate documentUpdate,
DocumentContentUpdate documentContentUpdate) |
Modifier and Type | Method and Description |
---|---|
protected DocumentUpdate |
WorkflowDocumentImpl.ModifiableDocument.build() |
protected DocumentUpdate |
WorkflowDocumentImpl.getDocumentUpdateIfDirty() |
Modifier and Type | Method and Description |
---|---|
WorkflowDocument |
WorkflowDocumentProvider.createDocument(String principalId,
String documentTypeName,
DocumentUpdate documentUpdate,
DocumentContentUpdate documentContentUpdate)
Creates a new workflow document of the given type with the given initiator.
|
WorkflowDocument |
DefaultWorkflowDocumentProvider.createDocument(String principalId,
String documentTypeName,
DocumentUpdate documentUpdate,
DocumentContentUpdate documentContentUpdate) |
Modifier and Type | Method and Description |
---|---|
void |
DocumentRouteHeaderValue.applyDocumentUpdate(DocumentUpdate documentUpdate) |
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.