org.jbpm.api.history
Interface HistoryDetail

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
HistoryComment

public interface HistoryDetail
extends java.io.Serializable

base type for all history details.

Author:
Tom Baeyens

Method Summary
 java.lang.String getId()
          the unique id for this comment that is used as a reference in the service methods
 java.util.Date getTime()
          time that specifies when the comment was made
 java.lang.String getUserId()
          the id of the user that made this comment.
 

Method Detail

getId

java.lang.String getId()
the unique id for this comment that is used as a reference in the service methods


getUserId

java.lang.String getUserId()
the id of the user that made this comment. The term actorId is an abstract reference to an entity in an external identity component.


getTime

java.util.Date getTime()
time that specifies when the comment was made



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.