public class WorkflowPersonDeletionMonitor
extends java.lang.Object
Constructor and Description |
---|
WorkflowPersonDeletionMonitor() |
Modifier and Type | Method and Description |
---|---|
static void |
doCheck(Mbo mbo)
Checks to see that the Mbo isn't the target of a workflow instance.
|
public static void doCheck(Mbo mbo) throws java.rmi.RemoteException, MXException
mbo
- The Mbo being marked for deletion.MXApplicationException
- Thrown with "workflow", "InstNoDelPerson" if the person
is the originator of a still active process. Parameters are the person ID, process name, and
process revision.MXApplicationException
- Thrown with "workflow", "AssignNoDelPerson" if the person
has an active workflow assignment. Parameter is the person ID.java.rmi.RemoteException
MXException