1 package org.opencrx.kernel.home1.cci; 14 15 public interface Segment 16 extends 17 org.opencrx.kernel.base.cci.SecureObject, 18 org.openmdx.base.cci.Segment { 19 23 public org.opencrx.kernel.home1.cci.CreateUserResult createUser( 24 org.opencrx.kernel.home1.cci.CreateUserParams params 25 ) throws javax.jmi.reflect.RefException ; 26 27 29 public org.opencrx.kernel.home1.cci.CreateUserResult createUser( 30 org.opencrx.kernel.account1.cci.Contact contact 31 , String initialPassword 32 , String initialPasswordVerification 33 , org.opencrx.security.realm1.cci.PrincipalGroup primaryUserGroup 34 , String principalName 35 ) throws javax.jmi.reflect.RefException ; 36 37 41 public org.opencrx.kernel.home1.cci.ImportUsersResult importUsers( 42 org.opencrx.kernel.home1.cci.ImportUsersParams params 43 ) throws javax.jmi.reflect.RefException ; 44 45 47 public org.opencrx.kernel.home1.cci.ImportUsersResult importUsers( 48 byte[] item 49 , String itemMimeType 50 , String itemName 51 ) throws javax.jmi.reflect.RefException ; 52 53 63 public org.opencrx.kernel.home1.cci.UserHome getUserHome( 64 String principalId 65 ); 66 67 76 public java.util.Collection getUserHome( 77 ); 78 79 86 public java.util.List getUserHome( 87 org.opencrx.kernel.home1.cci.UserHomeFilter filter 88 ); 89 90 98 public void addUserHome ( 99 String principalId, 100 org.opencrx.kernel.home1.cci.UserHome newValue 101 ); 102 103 110 public void addUserHome ( 111 org.opencrx.kernel.home1.cci.UserHome newValue 112 ); 113 114 120 public void removeUserHome ( 121 String principalId 122 ); 123 } 127 | Popular Tags |