org.kuali.rice.kew.api.document
Class DocumentDetail

java.lang.Object
  extended by org.kuali.rice.core.api.mo.AbstractDataTransferObject
      extended by org.kuali.rice.kew.api.document.DocumentDetail
All Implemented Interfaces:
Serializable, ModelObjectBasic, ModelObjectComplete, DocumentDetailContract

public final class DocumentDetail
extends AbstractDataTransferObject
implements DocumentDetailContract

See Also:
Serialized Form

Nested Class Summary
static class DocumentDetail.Builder
          A builder which can be used to construct DocumentDetail instances.
 
Method Summary
 List<ActionRequest> getActionRequests()
           
 List<ActionTaken> getActionsTaken()
           
 Document getDocument()
           
 List<RouteNodeInstance> getRouteNodeInstances()
           
 
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getDocument

public Document getDocument()
Specified by:
getDocument in interface DocumentDetailContract

getActionRequests

public List<ActionRequest> getActionRequests()
Specified by:
getActionRequests in interface DocumentDetailContract

getActionsTaken

public List<ActionTaken> getActionsTaken()
Specified by:
getActionsTaken in interface DocumentDetailContract

getRouteNodeInstances

public List<RouteNodeInstance> getRouteNodeInstances()
Specified by:
getRouteNodeInstances in interface DocumentDetailContract


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