Zmiany pomiędzy wersją 10 and wersją 11 dla DeployerGuide/Customization/ProcessAutomation

Pokaż
Ignoruj:
Data i czas:
09/26/10 12:27:09 (14 years temu)
Autor:
JP (IP: 87.207.131.15)
Komentarz:

--

Legend:

Bez zmian
Dodane
Usunięte
Zmienione
  • DeployerGuide/Customization/ProcessAutomation

    v10 v11  
    174174 * action_commands - komendy wykonywane przez system na akcjach - wybierane spośród zawartych w katalogu commands - można dodać parametry, które dodają się do standardowych dwóch Obiektu Akcji oraz obiektu encji powiązanej z wykonywaną akcją np. Dokument albo Sprawa 
    175175 
    176 {{{ 
    177176 
    178 AKCJE 
    179 oblig=# \d proc_actions 
    180                            Table "public.proc_actions" 
    181  Column |  Type   |                           Modifiers 
    182 --------+---------+--------------------------------------------------------------- 
    183  pracid | integer | not null default nextval('proc_actions_pracid_seq'::regclass) 
    184  actnam | text    | [onBeforeProcedureChange|onAfterProcedureChange|onBeforeStageChange|onAfterStageChange] 
    185  keyval | integer | 
    186  clsnam | text    | 
    187  
    188 KOMENDY 
    189 oblig=# \d action_commands 
    190 Table "public.action_commands" 
    191  Column |  Type   | Modifiers 
    192 --------+---------+----------- 
    193  pracid | integer | 
    194  cmdnam | text    | 
    195  params | text    | 
    196  
    197 }}} 
    198177 
    199178== Trochę teorii ==