Interface | Description |
---|---|
ApplicationService |
Application service.
|
Class | Description |
---|---|
Application |
Represents an Application object, which consists of metadata, a navigation definition,
and references to associated objects.
|
Application.ApplicationActions |
Definition of the Application Actions: a collection of
ApplicationAction
associated to the application. |
Application.ApplicationNavigation |
The end-user navigation definition of the application.
|
Application.AssociatedApplications |
Stores the references to the applications associated with the application.
|
Application.AssociatedObjects |
Stores the references to the objects associated with the application.
|
ApplicationAction |
Represents an action that can be executed in the context of an
Application . |
ApplicationActionBean |
Supporting bean for
ApplicationAction . |
ApplicationNavigationItem |
Represents each item in the navigation definition of the application.
|
ApplicationRoleMap | |
ApplicationsFolder |
Enum | Description |
---|---|
Application.Metadata | |
Application.Section |
An application is logically divided in four different sections:
1.
|
Exception | Description |
---|---|
ActionNotFoundException |
This exception is thrown when attempting to access an Action that is not found within an Application.
|
ApplicationNotFoundException |
Exception thrown by the Service whenever an Application ID does not match
any object stored in the database
|
InvalidActionException |
Exception thrown to indicate an invalid
ApplicationAction element. |
InvalidApplicationException |
This exception may be thrown by service methods when they detect an
invalid state in the Application Object
|
InvalidNavigationItemException |
This exception is thrown whenever an invalid ApplicationNavigationItem element is
found.
|
UnavailableApplicationException |
When updating an application, we will try to lock the object before making any updates
in order to avoid race conditions.
|
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.