public interface IDfLifecycleValidate
Modifier and Type | Method and Description |
---|---|
boolean |
userValidate(IDfSysObject lifecycleObj,
java.lang.String userName)
User defined validation to determine if Lifecycle can be installed.
|
boolean userValidate(IDfSysObject lifecycleObj, java.lang.String userName) throws DfException
lifecycleObj
- The Lifecycle object.userName
- The name of the user who attempting to validate the Lifecycle.true
if the Lifecycle is validated;
false
if the Lifecycle fails validation.DfException
- to indicate that an error has occured while attempting to
validate the Lifecycle.Copyright 1994-2023 OpenText Corporation. All rights reserved.