psdi.workflow

Interface CustomConditionInterface

  • All Known Implementing Classes:
    CustomCondition

    Deprecated. 
    use psdi.common.condition.CustomCondition

    public interface CustomConditionInterface
    This class defines the interface for custom classes used to do special condition evaluations at WFCondition nodes.
    See Also:
    Calling method.
    • Method Detail

      • evaluateCustomCondition

        boolean evaluateCustomCondition(MboRemote mbo)
                                 throws MXException,
                                        java.rmi.RemoteException
        Deprecated. 
        Evaluate the custom condition.
        Parameters:
        mbo - The workflow controlled Mbo.
        Returns:
        True or False. The return value detemines which action is taken from a WFCondition node.
        Throws:
        MXException
        java.rmi.RemoteException