-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNOTICE
44 lines (35 loc) · 1.02 KB
/
NOTICE
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
This notice is quickstart guide to use genActor as a simple java software.
To import a Excel file :
Windows : genactors.cmd -m <method number> -f <myFile.xls>
Linux : genactors.sh -m <method number> -f <myFile.xls>
Available Methods :
1 --> creation of actors - no group affectation
2 --> creation of actors, attributes and groups + group affectation + modification of actors
Method 2 details :
- actor properties :
- LasName
- FirstName
- Login
- Pwd
- Email
- Language
- Attributs
- EmailNotification
- group properties :
- Name
- Parent group
- Attributs
- Email
Available options :
-m method (default value : 1)
-s w4bpmn+_server (default value : "" )
-p rmi_port (default value : 7707)
-l w4_login (default value : admin)
-w w4_password (default value : admin)
Examples :
genactors.cmd -f Acteurs.xls
genactors.cmd -m 1 -f Acteurs.xls
genactors.cmd -m 2 -f Acteurs.xls -p 11707
genactors.sh -f Acteurs.xls
genactors.sh -m 1 -f Acteurs.xls
genactors.sh -m 2 -f Acteurs.xls -p 11707