Package org.kuali.rice.kew.api.document
Interface DocumentStatusTransitionContract
- All Known Implementing Classes:
DocumentStatusTransition,DocumentStatusTransition.Builder
public interface DocumentStatusTransitionContract
-
Method Summary
Modifier and TypeMethodDescriptionThe id parent document of the DocumentStatusTransition.getId()The unique id of the DocumentStatusTransition.The new status value of the DocumentStatusTransition.The previous status value of the DocumentStatusTransition.org.joda.time.DateTimeThe date of the DocumentStatusTransition.
-
Method Details
-
getId
String getId()The unique id of the DocumentStatusTransition.- Returns:
- id
-
getDocumentId
String getDocumentId()The id parent document of the DocumentStatusTransition.- Returns:
- documentId
-
getOldStatus
String getOldStatus()The previous status value of the DocumentStatusTransition.- Returns:
- oldStatus
-
getNewStatus
String getNewStatus()The new status value of the DocumentStatusTransition.- Returns:
- newStatus
-
getStatusTransitionDate
org.joda.time.DateTime getStatusTransitionDate()The date of the DocumentStatusTransition.- Returns:
- statusTransitionDate
-