Class Application.ApplicationActions
java.lang.Object
com.appiancorp.suiteapi.applications.Application.ApplicationActions
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Application
Definition of the Application Actions: a collection of
ApplicationAction
associated to the application.- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setActions
(ApplicationAction[] actions) toApplicationActions
(ApplicationAction[] actions) Converts a given array ofApplicationAction
objects to anApplication.ApplicationActions
object.void
updateAction
(ApplicationAction updatedAction) Updates an existing Application Action with the given action that contains the new user friendly label, description of the action, and process model UUID.
-
Constructor Details
-
ApplicationActions
public ApplicationActions()
-
-
Method Details
-
getActions
-
updateAction
Updates an existing Application Action with the given action that contains the new user friendly label, description of the action, and process model UUID.- Parameters:
updatedAction
- The action with an updated user friendly label, description, and process model UUID.- Throws:
ActionNotFoundException
- If the action to update does not exist.
-
setActions
-
toApplicationActions
Converts a given array ofApplicationAction
objects to anApplication.ApplicationActions
object.- Parameters:
actions
-- Returns:
- An
Application.ApplicationActions
object containing the specified actions.
-