1 package org.openmdx.base.cci; 14 15 17 public interface SegmentFilter 18 extends 19 org.openmdx.base.cci.ContextCapableFilter, 20 org.openmdx.compatibility.view1.cci.ViewCapableFilter { 21 22 29 public void forAllDescription ( 30 short operator, 31 String [] filterValues 32 ); 33 34 38 public void thereExistsDescription ( 39 short operator, 40 String [] filterValues 41 ); 42 43 47 public void forAllDescription ( 48 short operator, 49 java.util.Collection filterValues 50 ); 51 52 56 public void thereExistsDescription ( 57 short operator, 58 java.util.Collection filterValues 59 ); 60 61 66 public void orderByDescription ( 67 short order 68 ); 69 70 } 74 | Popular Tags |