41 lines
1.0 KiB
YAML
Executable File
41 lines
1.0 KiB
YAML
Executable File
CreateAppDelegations:
|
|
-
|
|
Title: "Create AppDelegation with Empty $Fields"
|
|
Function: "CreateEmptyAppDelegation"
|
|
Input:
|
|
Output:
|
|
Type: "G_Error"
|
|
-
|
|
Title: "Create Duplicated AppDelegation"
|
|
Function: "CreateDuplicated"
|
|
Input:
|
|
APP_UID: "1DUPLICATED1"
|
|
DEL_INDEX: 2
|
|
PRO_UID[]: "guid.pm"
|
|
TAS_UID[]: "guid.pm"
|
|
Output:
|
|
Type: "G_Error"
|
|
-
|
|
TODO: "Review: Error catch in CreateAppDelegation capture Propel Errors but return the same G_Error information."
|
|
-
|
|
Title: "Create random new AppDelegation"
|
|
Function: "CreateNewAppDelegation"
|
|
Input:
|
|
APP_UID[]: "guid.pm"
|
|
DEL_INDEX[]: "rand.number"
|
|
PRO_UID[]: "guid.pm"
|
|
TAS_UID[]: "guid.pm"
|
|
DEL_TYPE[]: "*.DEL_TYPE.pm"
|
|
DEL_THREAD_STATUS[]: "*.DEL_THREAD_STATUS.pm"
|
|
Output:
|
|
Type: "string"
|
|
-
|
|
TODO: "Review: There isn't a 'function delete'. Is it required?"
|
|
DeleteCretedAppDelegations:
|
|
-
|
|
Title: "Deleting created AppDelegations"
|
|
Input:
|
|
Fields[]:"*.createdAppDel"
|
|
Output:
|
|
Value: "true"
|