Package com.appiancorp.suiteapi.applications
package com.appiancorp.suiteapi.applications
-
ClassDescriptionThis exception is thrown when attempting to access an Action that is not found within an Application.Represents an Application object, which consists of metadata, a navigation definition, and references to associated objects.Definition of the Application Actions: a collection of
ApplicationAction
associated to the application.The end-user navigation definition of the application.Stores the references to the applications associated with the application.Stores the references to the objects associated with the application.An application is logically divided in four different sections: 1.Represents an action that can be executed in the context of anApplication
.Supporting bean forApplicationAction
.Represents each item in the navigation definition of the application.Exception thrown by the Service whenever an Application ID does not match any object stored in the databaseApplication service.Exception thrown to indicate an invalidApplicationAction
element.This exception may be thrown by service methods when they detect an invalid state in the Application ObjectThis exception is thrown whenever an invalid ApplicationNavigationItem element is found.When updating an application, we will try to lock the object before making any updates in order to avoid race conditions.