Fuego Process API

fuego.papi
Interface ActivityView

All Superinterfaces:
InstancesView, Serializable, View
All Known Subinterfaces:
EditableActivityView

public interface ActivityView
extends InstancesView

This class represents a view for instances in a specific activity. In this case the view contains instances located in the activity defined in the 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
 String getActivityName()
          Returns the name of the activity defined for this view.
 int getActivityType()
          Returns the type of the activity defined for this view.
 
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
 

Method Detail

getActivityName


public String getActivityName()
Returns the name of the activity defined for this view.

Returns:
the activity name
See Also:
Activity.getActivityName()

getActivityType


public int getActivityType()
Returns the type of the activity defined for this view.

Returns:
the activity type
See Also:
Activity.getType()

Fuego Process API

© Copyright 1996/2003 Fuego Inc. All Rights Reserved