attendance_action.xml
3.43 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
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="GBK"?>
<module id="action" version="1.0.0">
<service-point id="deduction" interface="weaver.interfaces.workflow.action.Action">
<invoke-factory>
<construct class="weaver.hrm.attendance.action.HrmDeductionVacationAction" />
</invoke-factory>
</service-point>
<service-point id="freeze" interface="weaver.interfaces.workflow.action.Action">
<invoke-factory>
<construct class="weaver.hrm.attendance.action.HrmFreezeVacationAction" />
</invoke-factory>
</service-point>
<service-point id="release" interface="weaver.interfaces.workflow.action.Action">
<invoke-factory>
<construct class="weaver.hrm.attendance.action.HrmReleaseVacationAction" />
</invoke-factory>
</service-point>
<service-point id="HrmPaidLeaveAction" interface="weaver.interfaces.workflow.action.Action">
<invoke-factory>
<construct class="weaver.hrm.attendance.action.HrmPaidLeaveAction" />
</invoke-factory>
</service-point>
<service-point id="HrmScheduleShift" interface="weaver.interfaces.workflow.action.Action">
<invoke-factory>
<construct class="weaver.hrm.schedule.action.HrmScheduleShiftAction" />
</invoke-factory>
</service-point>
<service-point id="HrmResourceEntrant" interface="weaver.interfaces.workflow.action.Action">
<invoke-factory>
<construct class="weaver.hrm.pm.action.HrmResourceEntrantAction" />
</invoke-factory>
</service-point>
<service-point id="HrmResourceTry" interface="weaver.interfaces.workflow.action.Action">
<invoke-factory>
<construct class="weaver.hrm.pm.action.HrmResourceTryAction" />
</invoke-factory>
</service-point>
<service-point id="HrmResourceHire" interface="weaver.interfaces.workflow.action.Action">
<invoke-factory>
<construct class="weaver.hrm.pm.action.HrmResourceHireAction" />
</invoke-factory>
</service-point>
<service-point id="HrmResourceExtend" interface="weaver.interfaces.workflow.action.Action">
<invoke-factory>
<construct class="weaver.hrm.pm.action.HrmResourceExtendAction" />
</invoke-factory>
</service-point>
<service-point id="HrmResourceRedeploy" interface="weaver.interfaces.workflow.action.Action">
<invoke-factory>
<construct class="weaver.hrm.pm.action.HrmResourceRedeployAction" />
</invoke-factory>
</service-point>
<service-point id="HrmResourceDismiss" interface="weaver.interfaces.workflow.action.Action">
<invoke-factory>
<construct class="weaver.hrm.pm.action.HrmResourceDismissAction" />
</invoke-factory>
</service-point>
<service-point id="HrmResourceRetire" interface="weaver.interfaces.workflow.action.Action">
<invoke-factory>
<construct class="weaver.hrm.pm.action.HrmResourceRetireAction" />
</invoke-factory>
</service-point>
<service-point id="HrmResourceFire" interface="weaver.interfaces.workflow.action.Action">
<invoke-factory>
<construct class="weaver.hrm.pm.action.HrmResourceFireAction" />
</invoke-factory>
</service-point>
<service-point id="HrmResourceReHire" interface="weaver.interfaces.workflow.action.Action">
<invoke-factory>
<construct class="weaver.hrm.pm.action.HrmResourceReHireAction" />
</invoke-factory>
</service-point>
</module>