ALBPM Process API (PAPI)

fuego.papi
Interface InstancesView

All Superinterfaces:
Serializable, View
All Known Subinterfaces:
ActivityView, BookmarkView, ConsultationsView, EditableActivityView, EditableBookmarkView, EditableConsultationsView, EditableHistoryView, EditableInstancesView, HistoryView

public interface InstancesView
extends View

This View handle information related to Instances. It keeps a list of instances that comply with the filter criteria. It has a default presentation, to represent the instances fields.


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
 ActivityView createActivityView(Activity activity)
          Create a new ActivityView from this view
 ActivityView createActivityView(String activity)
          Create a new ActivityView from this view
 Filter getFilter()
          Gets the associated filter
 
Methods inherited from interface fuego.papi.View
getAssignedProcesses, getAssignedRoles, getId, getLabel, getOwner, getParentId, getPresentation, getPresentationType, getType, hasType, isCustom, isHidden, isReadOnly, isTransient
 

Method Detail

getFilter

public Filter getFilter()
Gets the associated filter

Returns:
the filter

createActivityView

public ActivityView createActivityView(Activity activity)
Create a new ActivityView from this view

Parameters:
activity - the activity associated to the new View
Returns:
the ActivityView

createActivityView

public ActivityView createActivityView(String activity)
Create a new ActivityView from this view

Parameters:
activity - the activity name to associate to the new View
Returns:
the ActivityView

ALBPM Process API (PAPI)

© Copyright 1996/2005 Fuego Inc. All Rights Reserved