org.kuali.rice.kew.docsearch
Interface DocumentEbo
- All Superinterfaces:
- BusinessObject, ExternalizableBusinessObject, ModelObjectBasic, Serializable
- All Known Implementing Classes:
- DocumentRouteHeaderValue, DocumentRouteHeaderValueActionListExtension
public interface DocumentEbo
- extends ExternalizableBusinessObject
Defines an externalizable business object interface for workflow documents.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
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 © 2004-2011 The Kuali Foundation. All Rights Reserved.