public class AccountFunctions
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
AccountFunctions.AccountIdAndIndex |
static class |
AccountFunctions.AccountIndexes |
Constructor and Description |
---|
AccountFunctions() |
Modifier and Type | Method and Description |
---|---|
static Types.DeriveRealFunction |
idAndIndex(Types.ApiInterfacePromise api) |
static Types.DeriveRealFunction |
idToIndex(Types.ApiInterfacePromise api) |
static Types.DeriveRealFunction |
indexes(Types.ApiInterfacePromise api)
Returns all the indexes on the system - this is an unwieldly query since it loops through all of the enumsets and returns all of the values found.
|
static Types.DeriveRealFunction |
indexToId(Types.ApiInterfacePromise api) |
public static Types.DeriveRealFunction indexToId(Types.ApiInterfacePromise api)
public static Types.DeriveRealFunction indexes(Types.ApiInterfacePromise api)
Returns all the indexes on the system - this is an unwieldly query since it loops through all of the enumsets and returns all of the values found. This could be up to 32k depending on the number of active accounts in the system
public static Types.DeriveRealFunction idToIndex(Types.ApiInterfacePromise api)
public static Types.DeriveRealFunction idAndIndex(Types.ApiInterfacePromise api)