public interface IDfLifecycleUserEntryCriteria
Modifier and Type | Method and Description |
---|---|
boolean |
userEntryCriteria(IDfSysObject sysObj,
java.lang.String userName,
java.lang.String targetState)
User defined entry criteria to determine if an object can enter a new Lifecycle state.
|
boolean userEntryCriteria(IDfSysObject sysObj, java.lang.String userName, java.lang.String targetState) throws DfException
sysObj
- The object that is being moved to a new Lifecycle state.userName
- The name of the user who has intiated the Lifecycle state change.targetState
- The name of the target Lifecycle state.true
if the object meets the entry criteria;
false
if the object does not satisfy the entry criteria.DfException
- to indicate that an error has occured while attempting to
check the entry criteria.Copyright 1994-2023 OpenText Corporation. All rights reserved.