1 package org.opencrx.kernel.document1.cci; 14 15 public interface DocumentFolder 16 extends 17 org.opencrx.kernel.base.cci.Auditee, 18 org.opencrx.kernel.base.cci.SecureObject, 19 org.openmdx.base.cci.BasicObject { 20 28 public String getDescription( 29 ); 30 31 39 public void setDescription( 40 String newValue 41 ); 42 43 53 public org.opencrx.kernel.document1.cci.Document getDocument( 54 String id 55 ); 56 57 66 public java.util.Collection getDocument( 67 ); 68 69 76 public java.util.List getDocument( 77 org.opencrx.kernel.document1.cci.DocumentFilter filter 78 ); 79 80 90 public org.opencrx.kernel.document1.cci.DocumentFolder getFolder( 91 String id 92 ); 93 94 103 public java.util.Collection getFolder( 104 ); 105 106 113 public java.util.List getFolder( 114 org.opencrx.kernel.document1.cci.DocumentFolderFilter filter 115 ); 116 117 125 public String getName( 126 ); 127 128 136 public void setName( 137 String newValue 138 ); 139 140 148 public org.opencrx.kernel.document1.cci.DocumentFolder getParent( 149 ); 150 151 159 public void setParent( 160 org.opencrx.kernel.document1.cci.DocumentFolder newValue 161 ); 162 163 170 public void removeParent ( 171 ); 172 173 } 177 | Popular Tags |