Skip to content

GET_ALL_USERS ​

GET_ALL_USERS returns the names of all users.

Syntax ​

leo-grammar
CC "UserMgt" GET_ALL_USERS [ sep:strValue ]

# --> RESULT users:strValue ecode:intValue .
CC "UserMgt" GET_ALL_USERS [ sep:strValue ]

# --> RESULT users:strValue ecode:intValue .

Parameters ​

  • sep (strValue) -

Returns ​

  • ecode (intValue) - 0 (meaning success) or 1 (meaning error).
  • users (strValue) - containsuser names separated by by the character passed with sep. The default value for sep is ";" (semicolon). However, it is recommended to use sep:"\t" (TAB).

Details ​

This command is available within both the ADOxx Development Toolkit and the ADOxx Modelling Toolkit.

See Also ​

Examples ​

Versions and Changes ​

Available since ADOxx 1.3