public interface IDfLifecycleUserAction
Modifier and Type | Method and Description |
---|---|
void |
userAction(IDfSysObject sysObj,
java.lang.String userName,
java.lang.String targetState)
User defined actions on an object entering a new Lifecycle state.
|
void userAction(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 new Lifecycle state.DfException
- if the action failed to complete.Copyright 1994-2023 OpenText Corporation. All rights reserved.