Ignore:
Timestamp:
06/24/10 15:45:57 (14 years ago)
Author:
asaikawa
Message:

Ticket #446 - Inserida/modificada versao de depreciacao dos metodos para 2.2

Location:
trunk/workflow/inc/engine/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/workflow/inc/engine/src/API/BaseActivity.php

    r2960 r2970  
    8484   * Seems to be the rest of a bad object architecture 
    8585   *  
    86    * @deprecated 
     86   * @deprecated 2.2.00.000 
    8787   */ 
    8888  function setDb(&$db) 
     
    551551   * e.g. $isadmin = $activity->checkUserRole($user,'admin') 
    552552   *  
    553    * @deprecated Unused function. Old API, do not use it. Return always false 
     553   * @deprecated 2.2.00.000 - Unused function. Old API, do not use it. Return always false 
    554554   */ 
    555555  function checkUserRole($user,$rolename)  
  • trunk/workflow/inc/engine/src/ProcessMonitor/ProcessMonitor.php

    r2960 r2970  
    5959 
    6060  /** 
    61    * @deprecated 
     61   * @deprecated 2.2.00.000 
    6262   */ 
    6363  function update_instance_status($iid,$status) { 
     
    7070   
    7171  /** 
    72    * @deprecated 
     72   * @deprecated 2.2.00.000 
    7373   */ 
    7474  function update_instance_activity_status($iid,$activityId,$status) { 
Note: See TracChangeset for help on using the changeset viewer.