com.sap.caf.eu.gp.process.api

Interface IGPProcessInstanceInfo


public interface IGPProcessInstanceInfo


Method Summary
 String getDescription()
          Returns the description associated with the process instance.
 Date getDueDate()
          Returns the due date of the process instance if it exsits.
 Date getEndDate()
          Returns the end date of a process instance.
 int getNumberOfCompletedActions()
           
 String getProcessInstanceID()
          Returns the ID associated with the given process instance.
 Date getStartDate()
          Returns the start date of a process instance.
 int getStatus()
          Returns the status associated with the given process instance.
 String getTitle()
          Returns the title associated with the process instance.
 int getTotalNumberOfActions()
           
 String getUserProvidedDescription()
           
 String getUserProvidedName()
           
 

Method Detail

getProcessInstanceID

String getProcessInstanceID()
Returns the ID associated with the given process instance.


getTitle

String getTitle()
Returns the title associated with the process instance.


getDescription

String getDescription()
Returns the description associated with the process instance.

Returns:

getStatus

int getStatus()
Returns the status associated with the given process instance.


getStartDate

Date getStartDate()
Returns the start date of a process instance.


getEndDate

Date getEndDate()
Returns the end date of a process instance.


getUserProvidedName

String getUserProvidedName()
Returns:
the name provided by the user if it exists, null otherwise

getUserProvidedDescription

String getUserProvidedDescription()
Returns:
the description provided by the user if it exists, null otherwise

getTotalNumberOfActions

int getTotalNumberOfActions()
Returns:
the the total number of actions included in this process

getNumberOfCompletedActions

int getNumberOfCompletedActions()
Returns:
the the number of completed or cancelled actions in this process

getDueDate

Date getDueDate()
Returns the due date of the process instance if it exsits.

Returns:


Copyright 2009 SAP AG Complete Copyright Notice