1 package org.opencrx.kernel.home1.cci; 14 15 public interface WfProcessInstance 16 extends 17 org.opencrx.kernel.base.cci.PropertySet, 18 org.opencrx.kernel.base.cci.SecureObject, 19 org.openmdx.base.cci.BasicObject { 20 30 public org.opencrx.kernel.home1.cci.WfActionLogEntry getActionLog( 31 String id 32 ); 33 34 43 public java.util.Collection getActionLog( 44 ); 45 46 53 public java.util.List getActionLog( 54 org.opencrx.kernel.home1.cci.WfActionLogEntryFilter filter 55 ); 56 57 65 public void addActionLog ( 66 String id, 67 org.opencrx.kernel.home1.cci.WfActionLogEntry newValue 68 ); 69 70 77 public void addActionLog ( 78 org.opencrx.kernel.home1.cci.WfActionLogEntry newValue 79 ); 80 81 87 public void removeActionLog ( 88 String id 89 ); 90 97 public java.util.Date getLastActivityOn( 98 ); 99 100 104 105 110 public void setLastActivityOn( 111 java.util.Date newValue 112 ); 113 114 122 public org.opencrx.kernel.home1.cci.WfProcessInstance getParent( 123 ); 124 125 133 public void setParent( 134 org.opencrx.kernel.home1.cci.WfProcessInstance newValue 135 ); 136 137 144 public void removeParent ( 145 ); 146 147 155 public org.opencrx.kernel.workflow1.cci.WfProcess getProcess( 156 ); 157 158 166 public void setProcess( 167 org.opencrx.kernel.workflow1.cci.WfProcess newValue 168 ); 169 170 177 public java.util.Date getStartedOn( 178 ); 179 180 184 185 190 public void setStartedOn( 191 java.util.Date newValue 192 ); 193 194 201 public Integer getStepCounter( 202 ); 203 204 208 209 214 public void setStepCounter( 215 Integer newValue 216 ); 217 218 225 public String getTargetObject( 226 ); 227 228 232 233 238 public void setTargetObject( 239 String newValue 240 ); 241 242 } 246 | Popular Tags |