Our new Appfire Documentation Space is now live!
Take a look here! If you have any questions please email support@appfire.com.
System Integration
This section contains routines for system integration. It enables users to deal with databases, LDAP and so on.
Routines Summary
- call — Executes SIL script on the current host or different host.
- databaseAvailable — Checks if the database is available.
- getPersistentVar — Gets the persistent var, as a string
- ldapUserAttr — Returns an array of the requested attribute.
- ldapUserList — Returns an array of the requested attributes for all users matching the query.
- ldapUserStruct — Returns an array of JLdapUserStruct representing all users matched by the query.
- runSILInline — Executes the script with the given arguments.
- saveURLToFile — Saves the content of some URL (HTTP GET) to the specified file.
- sendEmail — Sends an email.
- sendSMS — Sends an SMS using the ENMS service or some other provider.
- serverInfo — Returns some basic information about the Jira server.
- setPersistentVar — Sets the persistent var, as a string
- silEnv — Returns the variable as presented in the environment.
- sql — Executes the SQL phrase over the defined datasource.
- sqlCallStoredProcedure — Executes the stored procedure over the defined datasource name / JNDI datasource.
- sqlCallStoredProcedureWithOutParams — Executes the stored procedure over the defined datasource.
- system — Executes the command of the operating system.