Package org.kuali.rice.kew.dto
Class DTOConverter
java.lang.Object
org.kuali.rice.kew.dto.DTOConverter
Translates Workflow server side beans into client side VO beans.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceInterface for a simple service providing RouteNodeInstanceS based on their IDs -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringbuildUpdatedDocumentContent(String existingDocContent, DocumentContentUpdate documentContentUpdate, String documentTypeName) static DocumentDetailconvertDocumentDetailNew(DocumentRouteHeaderValue routeHeader) static AttributeDefinitionNew for Rice 2.0
-
Constructor Details
-
DTOConverter
public DTOConverter()
-
-
Method Details
-
buildUpdatedDocumentContent
public static String buildUpdatedDocumentContent(String existingDocContent, DocumentContentUpdate documentContentUpdate, String documentTypeName) -
convertWorkflowAttributeDefinition
public static AttributeDefinition convertWorkflowAttributeDefinition(WorkflowAttributeDefinition definition) New for Rice 2.0 -
convertDocumentDetailNew
-