1 package org.opencrx.security.identity1.cci; 14 15 public class identity1PackageImpl 16 extends org.openmdx.base.accessor.jmi.spi.RefPackage_1 17 implements identity1Package { 18 19 public identity1PackageImpl( 20 javax.jmi.reflect.RefPackage outermostPackage, 21 javax.jmi.reflect.RefPackage immediatePackage 22 ) { 23 super(outermostPackage, immediatePackage); 24 } 25 26 public org.opencrx.security.identity1.cci.SubjectClass getSubjectClass( 30 ) { 31 return (org.opencrx.security.identity1.cci.SubjectClass)refClass( 32 "org:opencrx:security:identity1:Subject" 33 ); 34 } 35 36 public org.opencrx.security.identity1.cci.SubjectFilter createSubjectFilter( 40 ) { 41 return (org.opencrx.security.identity1.cci.SubjectFilter)this.refCreateFilter( 42 "org:opencrx:security:identity1:Subject", 43 null, 44 null 45 ); 46 } 47 48 public org.opencrx.security.identity1.cci.SubjectFilter createSubjectFilter( 49 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 50 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 51 ) { 52 return (org.opencrx.security.identity1.cci.SubjectFilter)this.refCreateFilter( 53 "org:opencrx:security:identity1:Subject", 54 filterProperties, 55 attributeSpecifiers 56 ); 57 } 58 59 public org.opencrx.security.identity1.cci.SegmentClass getSegmentClass( 63 ) { 64 return (org.opencrx.security.identity1.cci.SegmentClass)refClass( 65 "org:opencrx:security:identity1:Segment" 66 ); 67 } 68 69 public org.opencrx.security.identity1.cci.SegmentFilter createSegmentFilter( 73 ) { 74 return (org.opencrx.security.identity1.cci.SegmentFilter)this.refCreateFilter( 75 "org:opencrx:security:identity1:Segment", 76 null, 77 null 78 ); 79 } 80 81 public org.opencrx.security.identity1.cci.SegmentFilter createSegmentFilter( 82 org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, 83 org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers 84 ) { 85 return (org.opencrx.security.identity1.cci.SegmentFilter)this.refCreateFilter( 86 "org:opencrx:security:identity1:Segment", 87 filterProperties, 88 attributeSpecifiers 89 ); 90 } 91 92 96 public String refMofId( 97 ) { 98 return "org:opencrx:security:identity1:identity1"; 99 } 100 101 } 102 | Popular Tags |