public interface Activity extends CSOAction
CSOAction
.for more information
Modifier and Type | Method and Description |
---|---|
void |
execute()
Perform the activity that it is supposed to do.
|
boolean |
isApplicable(User user)
Indicates whether this activity is applicable for the given user.
|
cancel, doesLoggedInUserHaveSufficientRolesOrPermissions, executeNextStep, executePreviousStep, finishAllSteps, getCurrentState, getGroup, getIconURL, getId, getName, getSkippedObjectsWithReason, isAllowed, isApplicable, setObjects
boolean isApplicable(User user)
user
- User
object for whom the applicability is checkedvoid execute()