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
 String getDescription()
          The description of the suspension.
 Date getEndDate()
          The end date of suspension, is null if still suspended.
 Date getStartDate()
          The start date of suspension.
 

Method Detail

getActivityInstance

ActivityInstance getActivityInstance()
the activity instance that is suspended


getStartDate

Date getStartDate()
The start date of suspension.


getEndDate

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


getDescription

String getDescription()
The description of the suspension.



@enterprise 8.0.10809 Copyright © 2001-2012 Groiss Informatics GmbH. All Rights Reserved.