fuego.papi
Interface EditableActivityView
- All Superinterfaces:
- ActivityView, EditableInstancesView, EditableView, InstancesView, Serializable, View
public interface EditableActivityView
- extends ActivityView, EditableInstancesView
This is an ActivityView where you could edit and modify.
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.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 |
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
setActivity
void setActivity(Activity activity)
- Sets the activity associated to this view.
This method check the activity type
- Parameters:
activity
- Activity
to associate.
setActivityName
void setActivityName(String activity)
- Sets the activity associated to this view
- Parameters:
activity
- Activity name.
setActivityType
void setActivityType(int activityType)
- Sets the type of the activity associated to this view.
- Parameters:
activityType
- activity type of the activity associated to this view.
© Copyright 1996/2005 Fuego Inc. All Rights Reserved