fuego.papi
Interface EditableActivityView
- All Superinterfaces:
- ActivityView, EditableInstancesView, EditableView, InstancesView, Serializable, View
- public interface EditableActivityView
- extends ActivityView, EditableInstancesView
ActivityView that can be edited. For read-only View use ActivityView instead.
| Methods inherited from interface fuego.papi.View |
getAssignedProcesses, getAssignedRoles, getId, getLabel, getOwner, getParentId, getPresentation, getPresentationType, getType, hasType, isCustom, isHidden, isReadOnly, isTransient |
| Methods inherited from interface fuego.papi.EditableView |
assignProcess, assignProcesses, assignRole, assignRoles, clearLabels, removeLabel, setCustom, setHidden, setLabel, setPresentation, setReadOnly, unassignAllProcesses, unassignAllRoles, unassignProcess, unassignRole |
setActivity
public void setActivity(Activity activity)
- Sets the activity associated to this view.
This method check the activity type
- Parameters:
activity - activity to be associated
setActivityName
public void setActivityName(String activity)
- Sets the activity associated to this view
- Parameters:
activity - id of the activity to be associated.
© Copyright 1996/2005 Fuego Inc. All Rights Reserved