cptandprojaction.xml
2.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?xml version="1.0" encoding="GBK"?>
<module id="action" version="1.0.0">
<!-- 4 prjwfaction below -->
<service-point id="PrjGenerateAction" interface="weaver.interfaces.workflow.action.Action">
<invoke-factory>
<construct class="weaver.proj.wfactions.PrjGenerateAction"></construct>
</invoke-factory>
</service-point>
<service-point id="PrjApproveAction" interface="weaver.interfaces.workflow.action.Action">
<invoke-factory>
<construct class="weaver.proj.wfactions.PrjApproveAction"></construct>
</invoke-factory>
</service-point>
<service-point id="PrjTemplateApproveAction" interface="weaver.interfaces.workflow.action.Action">
<invoke-factory>
<construct class="weaver.proj.wfactions.PrjTemplateApproveAction"></construct>
</invoke-factory>
</service-point>
<!-- 4 prjwfaction up -->
<!-- 4 cptwfaction below -->
<service-point id="CptApplyAction" interface="weaver.interfaces.workflow.action.Action">
<invoke-factory>
<construct class="weaver.cpt.wfactions.CptApplyAction"></construct>
</invoke-factory>
</service-point>
<service-point id="CptFetchAction" interface="weaver.interfaces.workflow.action.Action">
<invoke-factory>
<construct class="weaver.cpt.wfactions.CptFetchAction"></construct>
</invoke-factory>
</service-point>
<service-point id="CptMoveAction" interface="weaver.interfaces.workflow.action.Action">
<invoke-factory>
<construct class="weaver.cpt.wfactions.CptMoveAction"></construct>
</invoke-factory>
</service-point>
<service-point id="CptLossAction" interface="weaver.interfaces.workflow.action.Action">
<invoke-factory>
<construct class="weaver.cpt.wfactions.CptLossAction"></construct>
</invoke-factory>
</service-point>
<service-point id="CptDiscardAction" interface="weaver.interfaces.workflow.action.Action">
<invoke-factory>
<construct class="weaver.cpt.wfactions.CptDiscardAction"></construct>
</invoke-factory>
</service-point>
<service-point id="CptLendAction" interface="weaver.interfaces.workflow.action.Action">
<invoke-factory>
<construct class="weaver.cpt.wfactions.CptLendAction"></construct>
</invoke-factory>
</service-point>
<service-point id="CptBackAction" interface="weaver.interfaces.workflow.action.Action">
<invoke-factory>
<construct class="weaver.cpt.wfactions.CptBackAction"></construct>
</invoke-factory>
</service-point>
<service-point id="CptMendAction" interface="weaver.interfaces.workflow.action.Action">
<invoke-factory>
<construct class="weaver.cpt.wfactions.CptMendAction"></construct>
</invoke-factory>
</service-point>
<!-- 4 cptwfaction up -->
</module>