ALBPM Process API (PAPI)

fuego.papi
Interface HistoryView

All Superinterfaces:
InstancesView, Serializable, View
All Known Subinterfaces:
EditableHistoryView

public interface HistoryView
extends InstancesView

View that handle the information of the instances where the participant made some operation. If some filter is added to this View, it will be applied over the instances where the participant made some operation.


Field Summary
 
Fields inherited from interface fuego.papi.View
APPLICATIONS_DEFAUTL_ID, ATTACHMENTS_DEFAULT_ID, BOOKMARK_DEFAULT_ID, CONSULTATIONS_DEFAUTL_ID, DEFAULT_OWNER, HISTORY_DEFAUTL_ID, HISTORY_TODAY_DEFAULT_ID, INBOX_DEFAULT_ID
 
Method Summary
 int getOrder()
          Used to have an order, when using several History views, like "Today" before than "Yesterday" before than
"Last Week".
 Time getSince()
          Returns how old have to be the instances to be in this view.
 Time getTo()
          Returns the end point in the time frame that contains the instances in this the history view.
 
Methods inherited from interface fuego.papi.InstancesView
createActivityView, createActivityView, getFilter
 
Methods inherited from interface fuego.papi.View
getAssignedProcesses, getAssignedRoles, getId, getLabel, getOwner, getParentId, getPresentation, getPresentationType, getType, hasType, isCustom, isHidden, isReadOnly, isTransient
 

Method Detail

getOrder

public int getOrder()
Used to have an order, when using several History views, like "Today" before than "Yesterday" before than
"Last Week". It returns the amount of days since the getSince() value to now.

Returns:
amount of days

getSince

public Time getSince()
Returns how old have to be the instances to be in this view.

Returns:
how old have to be the instances to be in this view.

getTo

public Time getTo()
Returns the end point in the time frame that contains the instances in this the history view.

Returns:
the end point in the time frame that contains the instances in this the history view.

ALBPM Process API (PAPI)

© Copyright 1996/2005 Fuego Inc. All Rights Reserved