com.softwareag.centrasite.api.activity
Interface Activity

All Superinterfaces:
CSOAction
All Known Subinterfaces:
CreateAssetActivity

public interface Activity
extends CSOAction

Activity which helps to trigger the operations supported by the activity implementation class.


Method Summary
 void execute()
           
 boolean isApplicable(User user)
          indicates whether this activity is applicable for the given user.
 
Methods inherited from interface com.softwareag.centrasite.api.csom.action.CSOAction
cancel, executeNextStep, executePreviousStep, finishAllSteps, getCurrentState, getGroup, getIconURL, getId, getName, getSkippedObjectsWithReason, isAllowed, isApplicable, setObjects
 

Method Detail

isApplicable

boolean isApplicable(User user)
indicates whether this activity is applicable for the given user.

Parameters:
user - User object
Returns:
true - in case of it is applicable user otherwise returns false.

execute

void execute()