com.groiss.wf
Interface Suspension


public interface Suspension

This interface allows to access the information when and why an activity instance was in the suspension list.


Method Summary
 ActivityInstance getActivityInstance()
          the activity instance that is suspended
 java.lang.String getDescription()
          The description of the suspension.
 java.util.Date getEndDate()
          The end date of suspension, is null if still suspended.
 java.util.Date getStartDate()
          The start date of suspension.
 

Method Detail

getActivityInstance

ActivityInstance getActivityInstance()
the activity instance that is suspended


getStartDate

java.util.Date getStartDate()
The start date of suspension.


getEndDate

java.util.Date getEndDate()
The end date of suspension, is null if still suspended.


getDescription

java.lang.String getDescription()
The description of the suspension.



@enterprise 8.0.22989 Copyright © 2001-2017 Groiss Informatics GmbH. All Rights Reserved.