org.kuali.rice.kew.docsearch
Interface DocumentSearchCriteriaEbo

All Superinterfaces:
BusinessObject, ExternalizableBusinessObject, ModelObjectBasic, Serializable
All Known Implementing Classes:
DocumentRouteHeaderValue, DocumentRouteHeaderValueActionListExtension

public interface DocumentSearchCriteriaEbo
extends ExternalizableBusinessObject

Defines an externalizable business object interface for workflow documents.

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

Method Summary
 String getApplicationDocumentId()
           
 String getApplicationDocumentStatus()
           
 org.joda.time.DateTime getDateCreated()
           
 String getDocumentId()
           
 String getDocumentTypeName()
           
 String getInitiatorPrincipalId()
           
 DocumentStatus getStatus()
           
 String getTitle()
           
 
Methods inherited from interface org.kuali.rice.krad.bo.BusinessObject
refresh
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 

Method Detail

getApplicationDocumentId

String getApplicationDocumentId()

getStatus

DocumentStatus getStatus()

getApplicationDocumentStatus

String getApplicationDocumentStatus()

getTitle

String getTitle()

getDocumentTypeName

String getDocumentTypeName()

getInitiatorPrincipalId

String getInitiatorPrincipalId()

getDocumentId

String getDocumentId()

getDateCreated

org.joda.time.DateTime getDateCreated()


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