API REST non supporta i riferimenti dei nome di attributi puntati negli attributi o nelle query delle risorse. REST non visualizza alcun attributo BREL, QREL o LREL che contenga un attributo puntato in una query di relazione. Ad esempio, l'oggetto chg in base.maj contiene i seguenti attributi QREL:
workload_chg QREL chg DYNAMIC {
WHERE "assignee = ? and active = 1" ;
PARAM_NAMES { id } ;
DOMSET chg_list;
} ;
change_tasks QREL wf DYNAMIC {
WHERE "assignee = ? AND status.allow_task_update = 1 " ;
PARAM_NAMES { id } ;
DOMSET wf_list ;
} ;
In questo esempio, sono disponibili attributi QREL workload_chg. L'attributo QREL change_tasks non è disponibile, perché contiene un attributo puntato (status.allow_task_update) nella clausola WHERE.
| Copyright © 2012 CA. Tutti i diritti riservati. | Contatta CA Technologies |