BPM 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, serialCheck, serialVersionUID
 
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
 void setParametricValue(FilterAttribute filterAttribute, Object value)
          Sets a parametric value to an existing parametric filter attribute.
 void setParametricValue(VarDefinition variable, Comparison comp, Object value)
          Sets a parametric value to an existing parametric filter attribute.
 
Methods inherited from interface fuego.papi.View
getAssignedProcesses, getAssignedRoles, getId, getLabel, getLabels, getOwner, getParentId, getPresentation, getPresentationType, getType, hasType, isCustom, isHidden, isReadOnly, isTransient
 

Method Detail

getFilter

Filter getFilter()
Returns the filter associated

Returns:
the filter
See Also:
Filter

createActivityView

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

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

setParametricValue

void setParametricValue(FilterAttribute filterAttribute,
                        Object value)
                        throws ViewOperationException
Sets a parametric value to an existing parametric filter attribute.

Parameters:
filterAttribute - is the parametric filter attribute to be set.
value - is the new parametric value for the filter attribute.
Throws:
ViewOperationException
See Also:
VarDefinition, FilterAttribute

setParametricValue

void setParametricValue(VarDefinition variable,
                        Comparison comp,
                        Object value)
                        throws ViewOperationException
Sets a parametric value to an existing parametric filter attribute.

Parameters:
variable - is the VarDefinition associated to the parametric filter attribute.
comp - is the comparison associated to the parametric filter attribute.
value - is the new parametric value for the filter attribute.
Throws:
ViewOperationException
See Also:
VarDefinition, FilterAttribute

BPM Process API

© Copyright 1996-2008 Oracle Corporation