1 5 package com.opensymphony.workflow; 6 7 import com.opensymphony.module.propertyset.PropertySet; 8 9 import java.rmi.Remote ; 10 import java.rmi.RemoteException ; 11 12 import java.util.Map ; 13 14 15 21 public interface ConditionRemote extends Remote { 22 24 44 public boolean passesCondition(Map transientVars, Map args, PropertySet ps) throws RemoteException ; 45 } 46 | Popular Tags |