org.activiti
Interface Job


public interface Job

represents one job (timer, message, etc.).

Author:
Joram Barrez

Method Summary
 java.util.Date getDuedate()
          Returns the date on which this job is supposed to be processed.
 java.lang.String getId()
          Returns the unique identifier for this job.
 

Method Detail

getId

java.lang.String getId()
Returns the unique identifier for this job.


getDuedate

java.util.Date getDuedate()
Returns the date on which this job is supposed to be processed.



Copyright © 2010 Alfresco. All Rights Reserved.