|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentContentUpdate | |
---|---|
org.kuali.rice.kew.api | Copyright 2005-2013 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-2013 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-2013 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.dto | |
org.kuali.rice.kew.impl.action | |
org.kuali.rice.kew.impl.document |
Uses of DocumentContentUpdate in org.kuali.rice.kew.api |
---|
Methods in org.kuali.rice.kew.api with parameters of type DocumentContentUpdate | |
---|---|
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? |
Uses of DocumentContentUpdate in org.kuali.rice.kew.api.action |
---|
Methods in org.kuali.rice.kew.api.action that return DocumentContentUpdate | |
---|---|
DocumentContentUpdate |
DocumentActionParameters.getDocumentContentUpdate()
|
DocumentContentUpdate |
DocumentActionParameters.Builder.getDocumentContentUpdate()
|
Methods in org.kuali.rice.kew.api.action with parameters of type DocumentContentUpdate | |
---|---|
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)
|
Uses of DocumentContentUpdate in org.kuali.rice.kew.api.document |
---|
Methods in org.kuali.rice.kew.api.document that return DocumentContentUpdate | |
---|---|
DocumentContentUpdate |
DocumentContentUpdate.Builder.build()
|
Methods in org.kuali.rice.kew.api.document with parameters of type DocumentContentUpdate | |
---|---|
static DocumentContentUpdate.Builder |
DocumentContentUpdate.Builder.create(DocumentContentUpdate documentContentUpdate)
|
Uses of DocumentContentUpdate in org.kuali.rice.kew.dto |
---|
Methods in org.kuali.rice.kew.dto with parameters of type DocumentContentUpdate | |
---|---|
static String |
DTOConverter.buildUpdatedDocumentContent(String existingDocContent,
DocumentContentUpdate documentContentUpdate,
String documentTypeName)
|
Uses of DocumentContentUpdate in org.kuali.rice.kew.impl.action |
---|
Methods in org.kuali.rice.kew.impl.action with parameters of type DocumentContentUpdate | |
---|---|
Document |
WorkflowDocumentActionsServiceImpl.create(String documentTypeName,
String initiatorPrincipalId,
DocumentUpdate documentUpdate,
DocumentContentUpdate documentContentUpdate)
|
Uses of DocumentContentUpdate in org.kuali.rice.kew.impl.document |
---|
Methods in org.kuali.rice.kew.impl.document that return DocumentContentUpdate | |
---|---|
protected DocumentContentUpdate |
WorkflowDocumentImpl.ModifiableDocumentContent.build()
|
protected DocumentContentUpdate |
WorkflowDocumentImpl.getDocumentContentUpdateIfDirty()
|
Methods in org.kuali.rice.kew.impl.document with parameters of type DocumentContentUpdate | |
---|---|
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)
|
protected void |
WorkflowDocumentImpl.ModifiableDocumentContent.setDocumentContentUpdate(DocumentContentUpdate update)
|
void |
WorkflowDocumentImpl.updateDocumentContent(DocumentContentUpdate documentContentUpdate)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |