Count and array functions are used together to retrieve information from the encyclopedia. The count function determines the quantity of items that exists in the encyclopedia while the array function returns a specified set of those items.
For every array function there is a complimentary count function. Use the count function first to identify the maximum available quantity. Then use this quantity (or less) as the input to the array function.
|
Array Function |
Count Function |
|---|---|
|
EApiFetchEncyModelIds |
EApiCountEncyModelIds |
|
EApiFetchAllModelObjects |
EApiCountModelObjs |
|
EApiFetchAllModelTypeObjs |
EApiCountModelTypeObjs |
|
EApiFetchModelObjListByNameType |
EApiCountModelNameTypeObjs |
|
EApiFetchSubsetsInModel |
EApiCountSubsetsInModel |
|
EApiFetchSubsetScopingObjs |
EApiCountSubsetScopingObjs |
|
EApiFetchChkoutsForObj |
EApiCountChkoutsForObj |
|
EApiFetchChkoutChkdOutObjs |
EApiCountChkoutChkdOutObjs |
|
EApiFetchAllUsers |
EApiCountAllUsers |
|
EApiFetchAllGroups |
EApiCountAllGroups |
|
EApiFetchUsersGrpsModelAuth |
EApiCountUsersGrpsModelAuth |
|
EApiFetchUsersGrpsSubsetAuth |
EApiCountUsersGrpsSubsetAuth |
|
EApiFetchUsersInGroup |
EApiCountUsersInGroup |
|
EApiFetchGroupsUsersIn |
EApiCountGroupsInUser |
|
EApiFetchSchemaPrpForObjType |
EApiCountSchemaPrpForObjType |
|
EApiFetchSchemaAscForObjType |
EApiCountSchemaAscForObjType |
|
EApiFetchCardManyAsc |
EApiCountCardManyAsc |
Each function requires a number for inputs and outputs.
|
Copyright © 2014 CA.
All rights reserved.
|
|