Package org.kuali.rice.kew.docsearch
Interface DocumentSearchCriteriaEbo
- All Superinterfaces:
org.kuali.rice.krad.bo.BusinessObject,org.kuali.rice.krad.bo.ExternalizableBusinessObject,org.kuali.rice.core.api.mo.ModelObjectBasic,Serializable
- All Known Implementing Classes:
DocumentRouteHeaderValue
public interface DocumentSearchCriteriaEbo
extends org.kuali.rice.krad.bo.ExternalizableBusinessObject
Defines an externalizable business object interface for workflow documents.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Method Summary
Modifier and TypeMethodDescriptionorg.joda.time.DateTimeorg.kuali.rice.kew.api.document.DocumentStatusgetTitle()Methods inherited from interface org.kuali.rice.krad.bo.BusinessObject
refreshMethods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
-
Method Details
-
getApplicationDocumentId
String getApplicationDocumentId() -
getStatus
org.kuali.rice.kew.api.document.DocumentStatus getStatus() -
getApplicationDocumentStatus
String getApplicationDocumentStatus() -
getTitle
String getTitle() -
getDocumentTypeName
String getDocumentTypeName() -
getInitiatorPrincipalId
String getInitiatorPrincipalId() -
getDocumentId
String getDocumentId() -
getDateCreated
org.joda.time.DateTime getDateCreated()
-