org.kuali.rice.kew.api.document
Interface DocumentStatusTransitionContract

All Known Implementing Classes:
DocumentStatusTransition, DocumentStatusTransition.Builder

public interface DocumentStatusTransitionContract


Method Summary
 String getDocumentId()
          The id parent document of the DocumentStatusTransition.
 String getId()
          The unique id of the DocumentStatusTransition.
 String getNewStatus()
          The new status value of the DocumentStatusTransition.
 String getOldStatus()
          The previous status value of the DocumentStatusTransition.
 org.joda.time.DateTime getStatusTransitionDate()
          The date of the DocumentStatusTransition.
 

Method Detail

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


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