Package de.espirit.firstspirit.access
Interface TaskState
public interface TaskState
Value holder for the current or a history state of a
task
$Date$- Since:
- 4.0.120
- Version:
- $Revision$
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionThe user specified state comment.The state creation dateThe user creating this stateTheactivity
creating this stateThe workflow model stateboolean
Was a timeout mail send for this stateboolean
Was the creation of this state manual or automatic
-
Method Details
-
getModelState
State getModelState()The workflow model state- Since:
- 4.0.120
-
getCreator
User getCreator()The user creating this state- Since:
- 4.0.120
-
getCreationDate
Date getCreationDate()The state creation date- Since:
- 4.0.120
-
getComment
String getComment()The user specified state comment.- Since:
- 4.0.120
-
getTimeoutMailSend
boolean getTimeoutMailSend()Was a timeout mail send for this state- Since:
- 4.0.120
-
isAutomatic
boolean isAutomatic()Was the creation of this state manual or automatic- Since:
- 4.0.120
-
getModelActivity
Activity getModelActivity()Theactivity
creating this state- Since:
- 4.0.120
-