org.kuali.rice.kew.dto
Class DTOConverter

java.lang.Object
  extended by org.kuali.rice.kew.dto.DTOConverter

public class DTOConverter
extends Object

Translates Workflow server side beans into client side VO beans.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Nested Class Summary
static interface DTOConverter.RouteNodeInstanceLoader
          Interface for a simple service providing RouteNodeInstanceS based on their IDs
 
Constructor Summary
DTOConverter()
           
 
Method Summary
static String buildUpdatedDocumentContent(String existingDocContent, DocumentContentUpdate documentContentUpdate, String documentTypeName)
           
static DocumentDetail convertDocumentDetailNew(DocumentRouteHeaderValue routeHeader)
           
static AttributeDefinition convertWorkflowAttributeDefinition(WorkflowAttributeDefinition definition)
          New for Rice 2.0
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DTOConverter

public DTOConverter()
Method Detail

buildUpdatedDocumentContent

public static String buildUpdatedDocumentContent(String existingDocContent,
                                                 DocumentContentUpdate documentContentUpdate,
                                                 String documentTypeName)

convertWorkflowAttributeDefinition

public static AttributeDefinition convertWorkflowAttributeDefinition(WorkflowAttributeDefinition definition)
New for Rice 2.0


convertDocumentDetailNew

public static DocumentDetail convertDocumentDetailNew(DocumentRouteHeaderValue routeHeader)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.