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