ALBPM Process API

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.


Field Summary
static long serialCheck
           
static long serialVersionUID
           
 
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()
          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.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
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

serialCheck

static final long serialCheck
See Also:
Constant Field Values
Method Detail

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:

ALBPM Process API

© Copyright 1996/2005 Fuego Inc. All Rights Reserved