fuego.papi
Interface HistoryView
- All Superinterfaces:
- InstancesView, Serializable, View
- All Known Subinterfaces:
- EditableHistoryView
public interface HistoryView
- extends InstancesView
This interface represents a view for procesed instances.
In this case the view contains all instances procesed by the user.
Method Summary |
int |
getOrder()
Return the days ago from the current day. |
Time |
getSince()
Return the first day of the history |
Time |
getTo()
Return the last day from the history |
Methods inherited from interface fuego.papi.View |
getAssignedProcesses, getAssignedRoles, getId, getLabel, getOwner, getParentId, getPresentation, getPresentationType, getType, hasType, isCustom, isHidden, isReadOnly, isTransient |
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
serialCheck
static final long serialCheck
- See Also:
- Constant Field Values
getOrder
int getOrder()
- Return the days ago from the current day.
- Returns:
getSince
Time getSince()
- Return the first day of the history
- Returns:
getTo
Time getTo()
- Return the last day from the history
- Returns:
© Copyright 1996/2005 Fuego Inc. All Rights Reserved