xpxProtectedDataAggrOperations
FUNCTION xpxProtectedDataAggrOperations (instanceId : GENERIC; attributeNameOrAttributeId : GENERIC; modelVersion : INTEGER; aggregateOperationCondition : STRING; options : INTEGER; aggregateOperation : INTEGER; operationDependentArgument1 : GENERIC; operationDependentArgument2 : GENERIC; rstat : INTEGER;
This function manupulates implements operations on aggregates of EDMprotectedData instances. Dependent of the actual aggregateOperation, this functions takes 7 or 8 arguments. The optional "aggrOperationCondition" defined in the related xpxDefineProtectedData() must must evaluate to TRUE before this function can be successfully performed. The optional "aggregateOperationCondition" must evaluate to TRUE before this function can be successfully performed.
- For all write operations: The actual EDMprotectedData must be defined with xpxWRITE_ACCESS and the optional defined "writeCondition" must evaluate to TRUE. No EDMtransaction must be open when this function is invoked. An EDMwriteTransaction will be stated by this method and committed when successfully performed, and aborted when this methods fails.
- For all read operations:Â The actual EDMprotectedData must be defined with xpxREAD_ACCESS and the optional defined "readCondition" must evaluate to TRUE.
Â
Arguments
1 | Type | Name | Comment | ||||||||||||||||||||||||
2 | GENERIC | instanceId | comment | ||||||||||||||||||||||||
3 | GENERIC | attributeNameOrAttributeId | Â | ||||||||||||||||||||||||
4 | INTEGER | modelVersion | future extension | ||||||||||||||||||||||||
5 | STRING | aggregateOperationCondition | Â | ||||||||||||||||||||||||
6 | INTEGER | options | Â No options defined yet | ||||||||||||||||||||||||
7 | INTEGER | aggregateOperation | Use one of the following operations
| ||||||||||||||||||||||||
8 | GENERIC | operationDependentArgument1 | Â | ||||||||||||||||||||||||
9 | GENERIC | operationDependentArgument2 | Â |
Return Value
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_XPX_Return_Value'.
Options
Â
Example
<Missing Example>
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â