1 |
|
|
2 |
|
|
3 |
|
|
4 |
|
|
5 |
|
|
6 |
|
|
7 |
|
|
8 |
|
|
9 |
|
|
10 |
|
|
11 |
|
|
12 |
|
|
13 |
|
|
14 |
|
|
15 |
|
|
16 |
|
package org.kuali.rice.kns.impls; |
17 |
|
|
18 |
|
import java.sql.Timestamp; |
19 |
|
import java.util.Set; |
20 |
|
|
21 |
|
import org.kuali.rice.kew.dto.ReturnPointDTO; |
22 |
|
import org.kuali.rice.kew.dto.RouteHeaderDTO; |
23 |
|
import org.kuali.rice.kew.dto.WorkflowAttributeDefinitionDTO; |
24 |
|
import org.kuali.rice.kew.exception.WorkflowException; |
25 |
|
import org.kuali.rice.kim.bo.Person; |
26 |
|
import org.kuali.rice.kns.service.DocumentService; |
27 |
|
import org.kuali.rice.kns.workflow.service.KualiWorkflowDocument; |
28 |
|
|
29 |
|
|
30 |
|
|
31 |
|
|
32 |
|
|
33 |
|
|
34 |
|
|
35 |
|
|
36 |
|
|
37 |
|
|
38 |
|
|
39 |
|
@author |
40 |
|
|
41 |
|
|
|
|
| 0% |
Uncovered Elements: 177 (177) |
Complexity: 72 |
Complexity Density: 0.69 |
|
42 |
|
public abstract class MockWorkflowDocument implements KualiWorkflowDocument { |
43 |
|
private static final org.apache.log4j.Logger LOG = org.apache.log4j.Logger.getLogger(DocumentService.class); |
44 |
|
|
45 |
|
|
46 |
|
|
47 |
|
|
|
|
| - |
Uncovered Elements: 0 (0) |
Complexity: 1 |
Complexity Density: - |
|
48 |
0
|
protected MockWorkflowDocument() {}... |
49 |
|
|
50 |
|
|
51 |
|
@see |
52 |
|
|
|
|
| 0% |
Uncovered Elements: 2 (2) |
Complexity: 1 |
Complexity Density: 0.5 |
|
53 |
0
|
public boolean isStandardSaveAllowed() {... |
54 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
55 |
0
|
return false; |
56 |
|
} |
57 |
|
|
58 |
|
|
59 |
|
@see |
60 |
|
|
|
|
| 0% |
Uncovered Elements: 2 (2) |
Complexity: 1 |
Complexity Density: 0.5 |
|
61 |
0
|
public String getApplicationContent() {... |
62 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
63 |
0
|
return null; |
64 |
|
} |
65 |
|
|
66 |
|
|
67 |
|
@see |
68 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
69 |
0
|
public void setApplicationContent(String applicationContent) {... |
70 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
71 |
|
} |
72 |
|
|
73 |
|
|
74 |
|
@see |
75 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
76 |
0
|
public void clearAttributeContent() {... |
77 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
78 |
|
} |
79 |
|
|
80 |
|
|
81 |
|
@see |
82 |
|
|
|
|
| 0% |
Uncovered Elements: 2 (2) |
Complexity: 1 |
Complexity Density: 0.5 |
|
83 |
0
|
public String getAttributeContent() {... |
84 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
85 |
0
|
return null; |
86 |
|
} |
87 |
|
|
88 |
|
|
89 |
|
@see |
90 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
91 |
0
|
public void addAttributeDefinition(WorkflowAttributeDefinitionDTO attributeDefinition) {... |
92 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
93 |
|
} |
94 |
|
|
95 |
|
|
96 |
|
@see |
97 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
98 |
0
|
public void removeAttributeDefinition(WorkflowAttributeDefinitionDTO attributeDefinition) {... |
99 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
100 |
|
} |
101 |
|
|
102 |
|
|
103 |
|
@see |
104 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
105 |
0
|
public void clearAttributeDefinitions() {... |
106 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
107 |
|
} |
108 |
|
|
109 |
|
|
110 |
|
@see |
111 |
|
|
|
|
| 0% |
Uncovered Elements: 2 (2) |
Complexity: 1 |
Complexity Density: 0.5 |
|
112 |
0
|
public WorkflowAttributeDefinitionDTO[] getAttributeDefinitions() {... |
113 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
114 |
0
|
return null; |
115 |
|
} |
116 |
|
|
117 |
|
|
118 |
|
@see |
119 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
120 |
0
|
public void addSearchableDefinition(WorkflowAttributeDefinitionDTO searchableDefinition) {... |
121 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
122 |
|
|
123 |
|
} |
124 |
|
|
125 |
|
|
126 |
|
@see |
127 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
128 |
0
|
public void removeSearchableDefinition(WorkflowAttributeDefinitionDTO searchableDefinition) {... |
129 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
130 |
|
|
131 |
|
} |
132 |
|
|
133 |
|
|
134 |
|
@see |
135 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
136 |
0
|
public void clearSearchableDefinitions() {... |
137 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
138 |
|
|
139 |
|
} |
140 |
|
|
141 |
|
|
142 |
|
@see |
143 |
|
|
|
|
| 0% |
Uncovered Elements: 2 (2) |
Complexity: 1 |
Complexity Density: 0.5 |
|
144 |
0
|
public WorkflowAttributeDefinitionDTO[] getSearchableDefinitions() {... |
145 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
146 |
0
|
return null; |
147 |
|
} |
148 |
|
|
149 |
|
|
150 |
|
@see |
151 |
|
|
|
|
| 0% |
Uncovered Elements: 2 (2) |
Complexity: 1 |
Complexity Density: 0.5 |
|
152 |
0
|
public RouteHeaderDTO getRouteHeader() {... |
153 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
154 |
0
|
return null; |
155 |
|
} |
156 |
|
|
157 |
|
|
158 |
|
@see |
159 |
|
|
|
|
| 0% |
Uncovered Elements: 2 (2) |
Complexity: 1 |
Complexity Density: 0.5 |
|
160 |
0
|
public Long getRouteHeaderId() throws WorkflowException {... |
161 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
162 |
0
|
return null; |
163 |
|
} |
164 |
|
|
165 |
|
|
166 |
|
@see |
167 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
168 |
0
|
public void setAppDocId(String appDocId) {... |
169 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
170 |
|
|
171 |
|
} |
172 |
|
|
173 |
|
|
174 |
|
@see |
175 |
|
|
|
|
| 0% |
Uncovered Elements: 2 (2) |
Complexity: 1 |
Complexity Density: 0.5 |
|
176 |
0
|
public String getAppDocId() {... |
177 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
178 |
0
|
return null; |
179 |
|
} |
180 |
|
|
181 |
|
|
182 |
|
@see |
183 |
|
|
|
|
| 0% |
Uncovered Elements: 2 (2) |
Complexity: 1 |
Complexity Density: 0.5 |
|
184 |
0
|
public String getTitle() {... |
185 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
186 |
0
|
return null; |
187 |
|
} |
188 |
|
|
189 |
|
|
190 |
|
@see |
191 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
192 |
0
|
public void saveDocument(String annotation) throws WorkflowException {... |
193 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
194 |
|
|
195 |
|
} |
196 |
|
|
197 |
|
|
198 |
|
@see |
199 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
200 |
0
|
public void routeDocument(String annotation) throws WorkflowException {... |
201 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
202 |
|
|
203 |
|
} |
204 |
|
|
205 |
|
|
206 |
|
@see |
207 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
208 |
0
|
public void disapprove(String annotation) throws WorkflowException {... |
209 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
210 |
|
|
211 |
|
} |
212 |
|
|
213 |
|
|
214 |
|
@see |
215 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
216 |
0
|
public void approve(String annotation) throws WorkflowException {... |
217 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
218 |
|
|
219 |
|
} |
220 |
|
|
221 |
|
|
222 |
|
@see |
223 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
224 |
0
|
public void superUserApprove(String annotation) throws WorkflowException {... |
225 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
226 |
|
|
227 |
|
} |
228 |
|
|
229 |
|
|
230 |
|
@see |
231 |
|
|
232 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
233 |
0
|
public void superUserActionRequestApprove(Long actionRequestId, String annotation) throws WorkflowException {... |
234 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
235 |
|
} |
236 |
|
|
237 |
|
|
238 |
|
@see |
239 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
240 |
0
|
public void superUserCancel(String annotation) throws WorkflowException {... |
241 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
242 |
|
|
243 |
|
} |
244 |
|
|
245 |
|
|
246 |
|
@see |
247 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
248 |
0
|
public void superUserDisapprove(String annotation) throws WorkflowException {... |
249 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
250 |
|
|
251 |
|
} |
252 |
|
|
253 |
|
|
254 |
|
@see |
255 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
256 |
0
|
public void cancel(String annotation) throws WorkflowException {... |
257 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
258 |
|
|
259 |
|
} |
260 |
|
|
261 |
|
|
262 |
|
@see |
263 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
264 |
0
|
public void blanketApprove(String annotation) throws WorkflowException {... |
265 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
266 |
|
|
267 |
|
} |
268 |
|
|
269 |
|
|
270 |
|
@see |
271 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
272 |
0
|
public void blanketApprove(String annotation, Integer routeLevel) throws WorkflowException {... |
273 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
274 |
|
|
275 |
|
} |
276 |
|
|
277 |
|
|
278 |
|
@see |
279 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
280 |
0
|
public void saveRoutingData() throws WorkflowException {... |
281 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
282 |
|
|
283 |
|
} |
284 |
|
|
285 |
|
|
286 |
|
@see |
287 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
288 |
0
|
public void acknowledge(String annotation) throws WorkflowException {... |
289 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
290 |
|
|
291 |
|
} |
292 |
|
|
293 |
|
|
294 |
|
@see |
295 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
296 |
0
|
public void fyi() throws WorkflowException {... |
297 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
298 |
|
|
299 |
|
} |
300 |
|
|
301 |
|
|
302 |
|
@see |
303 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
304 |
0
|
public void delete() throws WorkflowException {... |
305 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
306 |
|
|
307 |
|
} |
308 |
|
|
309 |
|
|
310 |
|
@see |
311 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
312 |
0
|
public void refreshContent() throws WorkflowException {... |
313 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
314 |
|
|
315 |
|
} |
316 |
|
|
317 |
|
|
318 |
|
@see |
319 |
|
|
320 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
321 |
0
|
public void adHocRouteDocumentToPrincipal(String actionRequested, String routeTypeName, String annotation, String principalId, String responsibilityDesc, boolean forceAction) throws WorkflowException {... |
322 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
323 |
|
|
324 |
|
} |
325 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
326 |
0
|
public void adHocRouteDocumentToWorkgroup(String actionRequested, String routeTypeName, int priority, String annotation, String groupId, String responsibilityDesc, boolean forceAction) throws WorkflowException {... |
327 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
328 |
|
|
329 |
|
} |
330 |
|
|
331 |
|
|
332 |
|
@see |
333 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
334 |
0
|
public void setTitle(String title) throws WorkflowException {... |
335 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
336 |
|
|
337 |
|
} |
338 |
|
|
339 |
|
|
340 |
|
@see |
341 |
|
|
|
|
| 0% |
Uncovered Elements: 2 (2) |
Complexity: 1 |
Complexity Density: 0.5 |
|
342 |
0
|
public String getDocumentType() {... |
343 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
344 |
0
|
return null; |
345 |
|
} |
346 |
|
|
347 |
|
|
348 |
|
@see |
349 |
|
|
|
|
| 0% |
Uncovered Elements: 2 (2) |
Complexity: 1 |
Complexity Density: 0.5 |
|
350 |
0
|
public boolean isAdHocRequested() {... |
351 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
352 |
0
|
return false; |
353 |
|
} |
354 |
|
|
355 |
|
|
356 |
|
@see |
357 |
|
|
|
|
| 0% |
Uncovered Elements: 2 (2) |
Complexity: 1 |
Complexity Density: 0.5 |
|
358 |
0
|
public boolean isAcknowledgeRequested() {... |
359 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
360 |
0
|
return false; |
361 |
|
} |
362 |
|
|
363 |
|
|
364 |
|
@see |
365 |
|
|
|
|
| 0% |
Uncovered Elements: 2 (2) |
Complexity: 1 |
Complexity Density: 0.5 |
|
366 |
0
|
public boolean isApprovalRequested() {... |
367 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
368 |
0
|
return false; |
369 |
|
} |
370 |
|
|
371 |
|
|
372 |
|
@see |
373 |
|
|
|
|
| 0% |
Uncovered Elements: 2 (2) |
Complexity: 1 |
Complexity Density: 0.5 |
|
374 |
0
|
public boolean isCompletionRequested() {... |
375 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
376 |
0
|
return false; |
377 |
|
} |
378 |
|
|
379 |
|
|
380 |
|
@see |
381 |
|
|
|
|
| 0% |
Uncovered Elements: 2 (2) |
Complexity: 1 |
Complexity Density: 0.5 |
|
382 |
0
|
public boolean isFYIRequested() {... |
383 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
384 |
0
|
return false; |
385 |
|
} |
386 |
|
|
387 |
|
|
388 |
|
@see |
389 |
|
|
|
|
| 0% |
Uncovered Elements: 2 (2) |
Complexity: 1 |
Complexity Density: 0.5 |
|
390 |
0
|
public boolean isBlanketApproveCapable() {... |
391 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
392 |
0
|
return false; |
393 |
|
} |
394 |
|
|
395 |
|
|
396 |
|
@see |
397 |
|
|
|
|
| 0% |
Uncovered Elements: 2 (2) |
Complexity: 1 |
Complexity Density: 0.5 |
|
398 |
0
|
public Integer getDocRouteLevel() {... |
399 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
400 |
0
|
return null; |
401 |
|
} |
402 |
|
|
403 |
|
|
404 |
|
@see |
405 |
|
|
|
|
| 0% |
Uncovered Elements: 2 (2) |
Complexity: 1 |
Complexity Density: 0.5 |
|
406 |
0
|
public String getDocRouteLevelName() throws WorkflowException {... |
407 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
408 |
0
|
return null; |
409 |
|
} |
410 |
|
|
411 |
|
|
412 |
|
@see |
413 |
|
|
|
|
| 0% |
Uncovered Elements: 2 (2) |
Complexity: 1 |
Complexity Density: 0.5 |
|
414 |
0
|
public String getRouteTypeName() throws WorkflowException {... |
415 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
416 |
0
|
return null; |
417 |
|
} |
418 |
|
|
419 |
|
|
420 |
|
@see |
421 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
422 |
0
|
public void complete(String annotation) throws WorkflowException {... |
423 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
424 |
|
|
425 |
|
} |
426 |
|
|
427 |
|
|
428 |
|
@see |
429 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
430 |
0
|
public void returnToPreviousNode(String annotation, String nodeName) throws WorkflowException {... |
431 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
432 |
|
} |
433 |
|
|
434 |
|
|
435 |
|
@see |
436 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
437 |
0
|
public void returnToPreviousNode(String annotation, ReturnPointDTO returnPoint) throws WorkflowException {... |
438 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
439 |
|
} |
440 |
|
|
441 |
|
|
442 |
|
@see |
443 |
|
|
444 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
445 |
0
|
public void returnToPreviousRouteLevel(String annotation, Integer destRouteLevel) throws WorkflowException {... |
446 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
447 |
|
|
448 |
|
} |
449 |
|
|
450 |
|
|
451 |
|
@see |
452 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
453 |
0
|
public void logDocumentAction(String annotation) throws WorkflowException {... |
454 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
455 |
|
|
456 |
|
} |
457 |
|
|
458 |
|
|
459 |
|
@see |
460 |
|
|
|
|
| 0% |
Uncovered Elements: 2 (2) |
Complexity: 1 |
Complexity Density: 0.5 |
|
461 |
0
|
public boolean stateIsInitiated() {... |
462 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
463 |
0
|
return false; |
464 |
|
} |
465 |
|
|
466 |
|
|
467 |
|
@see |
468 |
|
|
|
|
| 0% |
Uncovered Elements: 2 (2) |
Complexity: 1 |
Complexity Density: 0.5 |
|
469 |
0
|
public boolean stateIsSaved() {... |
470 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
471 |
0
|
return false; |
472 |
|
} |
473 |
|
|
474 |
|
|
475 |
|
@see |
476 |
|
|
|
|
| 0% |
Uncovered Elements: 2 (2) |
Complexity: 1 |
Complexity Density: 0.5 |
|
477 |
0
|
public boolean stateIsEnroute() {... |
478 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
479 |
0
|
return false; |
480 |
|
} |
481 |
|
|
482 |
|
|
483 |
|
@see |
484 |
|
|
|
|
| 0% |
Uncovered Elements: 2 (2) |
Complexity: 1 |
Complexity Density: 0.5 |
|
485 |
0
|
public boolean stateIsFinal() {... |
486 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
487 |
0
|
return false; |
488 |
|
} |
489 |
|
|
490 |
|
|
491 |
|
@see |
492 |
|
|
|
|
| 0% |
Uncovered Elements: 2 (2) |
Complexity: 1 |
Complexity Density: 0.5 |
|
493 |
0
|
public boolean stateIsException() {... |
494 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
495 |
0
|
return false; |
496 |
|
} |
497 |
|
|
498 |
|
|
499 |
|
@see |
500 |
|
|
|
|
| 0% |
Uncovered Elements: 2 (2) |
Complexity: 1 |
Complexity Density: 0.5 |
|
501 |
0
|
public boolean stateIsCanceled() {... |
502 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
503 |
0
|
return false; |
504 |
|
} |
505 |
|
|
506 |
|
|
507 |
|
@see |
508 |
|
|
|
|
| 0% |
Uncovered Elements: 2 (2) |
Complexity: 1 |
Complexity Density: 0.5 |
|
509 |
0
|
public boolean stateIsDisapproved() {... |
510 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
511 |
0
|
return false; |
512 |
|
} |
513 |
|
|
514 |
|
|
515 |
|
@see |
516 |
|
|
|
|
| 0% |
Uncovered Elements: 2 (2) |
Complexity: 1 |
Complexity Density: 0.5 |
|
517 |
0
|
public boolean stateIsApproved() {... |
518 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
519 |
0
|
return false; |
520 |
|
} |
521 |
|
|
522 |
|
|
523 |
|
@see |
524 |
|
|
|
|
| 0% |
Uncovered Elements: 2 (2) |
Complexity: 1 |
Complexity Density: 0.5 |
|
525 |
0
|
public boolean stateIsProcessed() {... |
526 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
527 |
0
|
return false; |
528 |
|
} |
529 |
|
|
530 |
|
|
531 |
|
@see |
532 |
|
|
|
|
| 0% |
Uncovered Elements: 2 (2) |
Complexity: 1 |
Complexity Density: 0.5 |
|
533 |
0
|
public String getStatusDisplayValue() {... |
534 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
535 |
0
|
return null; |
536 |
|
} |
537 |
|
|
538 |
|
|
539 |
|
@see |
540 |
|
|
|
|
| 0% |
Uncovered Elements: 2 (2) |
Complexity: 1 |
Complexity Density: 0.5 |
|
541 |
0
|
public Timestamp getCreateDate() {... |
542 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
543 |
0
|
return null; |
544 |
|
} |
545 |
|
|
546 |
|
|
547 |
|
@see |
548 |
|
|
|
|
| 0% |
Uncovered Elements: 2 (2) |
Complexity: 1 |
Complexity Density: 0.5 |
|
549 |
0
|
public boolean userIsInitiator(Person user) {... |
550 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
551 |
0
|
return false; |
552 |
|
} |
553 |
|
|
554 |
|
|
555 |
|
@see |
556 |
|
|
|
|
| 0% |
Uncovered Elements: 2 (2) |
Complexity: 1 |
Complexity Density: 0.5 |
|
557 |
0
|
public boolean userIsRoutedByUser(Person user) {... |
558 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
559 |
0
|
return false; |
560 |
|
} |
561 |
|
|
562 |
|
|
563 |
|
@see |
564 |
|
|
|
|
| 0% |
Uncovered Elements: 2 (2) |
Complexity: 1 |
Complexity Density: 0.5 |
|
565 |
0
|
public String[] getNodeNames() throws WorkflowException {... |
566 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
567 |
0
|
return null; |
568 |
|
} |
569 |
|
|
570 |
|
|
571 |
|
@see |
572 |
|
|
|
|
| 0% |
Uncovered Elements: 2 (2) |
Complexity: 1 |
Complexity Density: 0.5 |
|
573 |
0
|
public String getCurrentRouteNodeNames() {... |
574 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
575 |
0
|
return null; |
576 |
|
} |
577 |
|
|
578 |
|
|
579 |
|
@see |
580 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
581 |
0
|
public Set<Person> getAllPriorApprovers() throws WorkflowException {... |
582 |
0
|
return null; |
583 |
|
} |
584 |
|
|
585 |
|
|
586 |
|
|
587 |
|
|
588 |
|
@see |
589 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
590 |
0
|
public void setClearFutureRequests() throws WorkflowException {... |
591 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
592 |
|
} |
593 |
|
|
594 |
|
|
595 |
|
|
596 |
|
|
597 |
|
@see |
598 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
599 |
0
|
public void setDoNotReceiveFutureRequests() throws WorkflowException {... |
600 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
601 |
|
} |
602 |
|
|
603 |
|
|
604 |
|
|
605 |
|
|
606 |
|
@see |
607 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
608 |
0
|
public void setReceiveFutureRequests() throws WorkflowException {... |
609 |
0
|
LOG.debug("Using MockWorkflowDocument"); |
610 |
|
} |
611 |
|
|
612 |
|
} |
613 |
|
|