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.
Methods inherited from interface fuego.papi.View |
getAssignedProcesses, getAssignedRoles, getId, getLabel, getOwner, getParentId, getPresentation, getPresentationType, getType, hasType, isCustom, isHidden, isReadOnly, isTransient |
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
serialCheck
static final long serialCheck
- See Also:
- Constant Field Values
getActivityName
String getActivityName()
- Returns the name of the activity defined for this view.
- Returns:
- the activity name
- See Also:
Activity.getActivityName()
getActivityType
int getActivityType()
- Returns the type of the activity defined for this view.
- Returns:
- the activity type
- See Also:
Activity.getType()
© Copyright 1996/2005 Fuego Inc. All Rights Reserved