Package com.documentum.operations
Interface IDfStepAction
public interface IDfStepAction
A customization implements this interface to provide a non node-specific action
such as housekeeping, cleaning the registry, etc.
- Since:
- 7.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
The business logic of the step action.Returns the properties of the step action.
-
Method Details
-
getProperties
IDfProperties getProperties()Returns the properties of the step action. -
execute
The business logic of the step action.- Throws:
DfException
-