1 package org.opencrx.kernel.activity1.cci; 14 15 17 public interface NewActivityResultFilter 18 extends org.openmdx.base.accessor.jmi.cci.RefFilter_1_0 { 19 20 27 public void forAllActivity ( 28 short operator, 29 org.opencrx.kernel.activity1.cci.Activity[] filterValues 30 ); 31 32 36 public void thereExistsActivity ( 37 short operator, 38 org.opencrx.kernel.activity1.cci.Activity[] filterValues 39 ); 40 41 45 public void forAllActivity ( 46 short operator, 47 java.util.Collection filterValues 48 ); 49 50 54 public void thereExistsActivity ( 55 short operator, 56 java.util.Collection filterValues 57 ); 58 59 64 public void orderByActivity ( 65 short order 66 ); 67 68 } 72 | Popular Tags |