Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

Applications

Work with web applications, privileged routine applications, and client applications (create, modify, export, and so on).

Background Information

In InterSystems terminology, there are three kinds of applications: web applications (CSP and Zen applications), privileged routine applications, and client applications.

You define applications and specify their security via the Management Portal; see “Applications” in the Caché Security Administration Guide.

Available Tools

Persistent class that contains the application definitions. This class provides method like the following:

  • Create()

  • Delete()

  • Export()

  • And others

It also provides the following class queries:

  • Detail()

  • List()

Availability: %SYS namespace.

See Also

FeedbackOpens in a new tab