Fuego Process API

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


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()
          Returns the filter associated
 
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()
Returns the filter associated

Returns:
the filter
See Also:
Filter

createActivityView


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

Parameters:
activity - the activity tp associate to the new view
Returns:
See Also:
ActivityView, Activity

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:
See Also:
ActivityView, Activity

Fuego Process API

© Copyright 1996/2003 Fuego Inc. All Rights Reserved