Package com.documentum.fc.lifecycle
Interface IDfLifecycleValidate
public interface IDfLifecycleValidate
Interface for a Java method implementing user defined validation on a Lifecycle
before it can be installed.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanuserValidate(IDfSysObject lifecycleObj, String userName) User defined validation to determine if Lifecycle can be installed.
-
Method Details
-
userValidate
User defined validation to determine if Lifecycle can be installed.- Parameters:
lifecycleObj- The Lifecycle object.userName- The name of the user who attempting to validate the Lifecycle.- Returns:
trueif the Lifecycle is validated;falseif the Lifecycle fails validation.- Throws:
DfException- to indicate that an error has occured while attempting to validate the Lifecycle.
-