public class ApplicationActionBean
extends java.lang.Object
implements java.io.Serializable
ApplicationAction
. This bean can be serialized and used by other
components such as those in GWT.Constructor and Description |
---|
ApplicationActionBean() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActionUuid()
Retrieves the UUID of the ApplicationAction.
|
java.lang.String |
getDescription()
Retrieves a description of this action.
|
java.lang.String |
getDisplayLabel()
Retrieves the user friendly name for this action.
|
java.lang.String |
getProcessModelUuid()
Retrieves the UUID of the
AbstractProcessModel that executes the action. |
void |
setActionUuid(java.lang.String actionUuid)
Sets the UUID of the ApplicationAction.
|
void |
setDescription(java.lang.String description)
Sets a description of this action.
|
void |
setDisplayLabel(java.lang.String displayLabel)
Sets the user friendly name for this action.
|
void |
setProcessModelUuid(java.lang.String processModelUuid)
Sets the UUID of the
AbstractProcessModel that executes the action. |
public java.lang.String getActionUuid()
public void setActionUuid(java.lang.String actionUuid)
actionUuid
- The action UUID.public java.lang.String getDisplayLabel()
public void setDisplayLabel(java.lang.String displayLabel)
displayLabel
- A user friendly name to use when displaying this action.public java.lang.String getProcessModelUuid()
AbstractProcessModel
that executes the action.public void setProcessModelUuid(java.lang.String processModelUuid)
AbstractProcessModel
that executes the action.processModelUuid
- The process model UUID that executes the action.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- A description of this action.Copyright © 2003-2024 Appian Corporation. All Rights Reserved.