public static class Application.ApplicationActions
extends java.lang.Object
implements java.io.Serializable
ApplicationAction
associated to the application.Constructor and Description |
---|
ApplicationActions() |
Modifier and Type | Method and Description |
---|---|
ApplicationAction[] |
getActions() |
void |
setActions(ApplicationAction[] actions) |
static Application.ApplicationActions |
toApplicationActions(ApplicationAction[] actions)
Converts a given array of
ApplicationAction objects to an Application.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.
|
public ApplicationAction[] getActions()
public void updateAction(ApplicationAction updatedAction) throws ActionNotFoundException
updatedAction
- The action with an updated user friendly label, description, and process model
UUID.ActionNotFoundException
- If the action to update does not exist.public void setActions(ApplicationAction[] actions)
public static Application.ApplicationActions toApplicationActions(ApplicationAction[] actions)
ApplicationAction
objects to an Application.ApplicationActions
object.actions
- Application.ApplicationActions
object containing the specified actions.Copyright © 2003-2024 Appian Corporation. All Rights Reserved.