Index
All Classes|All Packages
L
- last() - Method in interface com.ebasetech.xi.api.TableRowIterator
-
Sets the table's current row to point to the last row.
- Layout - Interface in com.ebasetech.xi.api.controls
-
The
Layout
interface provides the base class for all layouts. - LayoutCell - Interface in com.ebasetech.xi.api.controls
-
The
LayoutCell
interface provides the base class for all layout cells. - LayoutControl - Interface in com.ebasetech.xi.api.controls
-
The
LayoutControl
interface is implemented by all controls that can act as a container i.e. - LdapServices - Class in com.ebasetech.xi.services
-
LdapServices
provides static methods that provide authentication and search methods against an Ldap Registry. - LdapServices() - Constructor for class com.ebasetech.xi.services.LdapServices
- LdapServices2 - Class in com.ebasetech.xi.services
-
LdapServices
provides static methods that provide authentication and search methods against an Ldap Registry. - LdapServices2() - Constructor for class com.ebasetech.xi.services.LdapServices2
- ListControl - Interface in com.ebasetech.xi.api.controls
-
List Control
- listFilesInDirectory(String) - Static method in class com.ebasetech.xi.services.FileServices
-
Returns an array of file paths for all files and directories within the directory represented by file path.
- ListHyperlinkControl - Interface in com.ebasetech.xi.api.controls
-
A List Hyperlink Control displays a hyperlink using the text from the list configured in its parent
Repeating List Control
. - ListItemControl - Interface in com.ebasetech.xi.api.controls
-
List Item Control
- ListItemIterator - Interface in com.ebasetech.xi.api
-
The
ListIterator
interface provides the ability to iterate through a list's values. - ListLayout - Interface in com.ebasetech.xi.api.controls
- ListLayoutCell - Interface in com.ebasetech.xi.api.controls
- ListPanelControl - Interface in com.ebasetech.xi.api.controls
-
List Panel Control
- ListTextControl - Interface in com.ebasetech.xi.api.controls
-
A List Text Control displays a text from the list configured in its parent
Repeating List Control
. - loadFromJSON(String) - Method in interface com.ebasetech.xi.api.Table
-
Loads rows from a JSON string into the table.
- loadPropertiesFromClasspath(String) - Method in interface com.ebasetech.xi.api.EbaseSystem
-
Loads a properties file from the WEB-INF/classes folder within the web application.
- loadPropertiesFromFile(String) - Method in interface com.ebasetech.xi.api.EbaseSystem
-
Loads a properties file from the specified full file path.
- lock(String, String) - Method in interface com.ebasetech.xi.api.LockManager
-
Locks the specified resource id so that it cannot be accessed by another user, returns
false
if the lock could not be obtained because it's held by another user, otherwise returnstrue
. - LockManager - Interface in com.ebasetech.xi.api
-
The
LockManager
interface provides in memory locking services via itsLockManager.lock(String, String)
andLockManager.unlock(String, String)
methods. - LOG_LEVEL_DEBUG - Static variable in class com.ebasetech.xi.services.VelocityServices
-
Debug log level (value 0)
- LOG_LEVEL_ERROR - Static variable in class com.ebasetech.xi.services.VelocityServices
-
Error log level (value 3)
- LOG_LEVEL_INFO - Static variable in class com.ebasetech.xi.services.VelocityServices
-
Info log level (value 1)
- LOG_LEVEL_WARN - Static variable in class com.ebasetech.xi.services.VelocityServices
-
Warn log level (value 2)
- logoff() - Method in interface com.ebasetech.xi.api.SecurityManager
-
Logs a user off the system, this is the reverse of method
SecurityManager.logon(String[][])
. - logon(String[][]) - Method in interface com.ebasetech.xi.api.SecurityManager
-
Logs a user onto the system by calling the default System Logon Service identified in the Server Admin App > Security > User Authentication.
- logon(String, String[][]) - Method in interface com.ebasetech.xi.api.SecurityManager
-
Logs a user onto the system by calling the specific System Logon Service identified by parameter webServiceName.
- logonGatewayAuthentication(String) - Method in interface com.ebasetech.xi.api.SecurityManager
-
Logon using the Gateway Authentication Token.
- logonOpenIdConnect(String) - Method in interface com.ebasetech.xi.api.SecurityManager
-
Logon using OpenID Connect.
- logonOpenIdConnect(String, String) - Method in interface com.ebasetech.xi.api.SecurityManager
-
Logon using OpenID Connect.
All Classes|All Packages