1 package org.opencrx.kernel.workflow1.cci; 14 15 public interface Topic 16 extends 17 org.opencrx.kernel.generic.cci.CrxObject { 18 25 public String getDescription( 26 ); 27 28 32 33 38 public void setDescription( 39 String newValue 40 ); 41 42 50 public String getName( 51 ); 52 53 61 public void setName( 62 String newValue 63 ); 64 65 75 public org.opencrx.kernel.workflow1.cci.WfProcess getPerformAction( 76 int id 77 ); 78 79 87 public java.util.Collection getPerformAction( 88 ); 89 90 98 public void addPerformAction ( 99 int id, 100 org.opencrx.kernel.workflow1.cci.WfProcess newValue 101 ); 102 103 110 public void addPerformAction ( 111 org.opencrx.kernel.workflow1.cci.WfProcess newValue 112 ); 113 114 120 public void removePerformAction ( 121 int id 122 ); 123 131 public String getTopicPathPattern( 132 ); 133 134 142 public void setTopicPathPattern( 143 String newValue 144 ); 145 146 } 150 | Popular Tags |