Class ApplicationActionBean

java.lang.Object
com.appiancorp.suiteapi.applications.ApplicationActionBean
All Implemented Interfaces:
Serializable

public class ApplicationActionBean extends Object implements Serializable
Supporting bean for ApplicationAction. This bean can be serialized and used by other components such as those in GWT.
See Also:
  • Constructor Details

    • ApplicationActionBean

      public ApplicationActionBean()
  • Method Details

    • getActionUuid

      public String getActionUuid()
      Retrieves the UUID of the ApplicationAction.
      Returns:
      The action UUID.
    • setActionUuid

      public void setActionUuid(String actionUuid)
      Sets the UUID of the ApplicationAction.
      Parameters:
      actionUuid - The action UUID.
    • getDisplayLabel

      public String getDisplayLabel()
      Retrieves the user friendly name for this action.
      Returns:
      The display name.
    • setDisplayLabel

      public void setDisplayLabel(String displayLabel)
      Sets the user friendly name for this action.
      Parameters:
      displayLabel - A user friendly name to use when displaying this action.
    • getProcessModelUuid

      public String getProcessModelUuid()
      Retrieves the UUID of the AbstractProcessModel that executes the action.
      Returns:
      The process model UUID.
    • setProcessModelUuid

      public void setProcessModelUuid(String processModelUuid)
      Sets the UUID of the AbstractProcessModel that executes the action.
      Parameters:
      processModelUuid - The process model UUID that executes the action.
    • getDescription

      public String getDescription()
      Retrieves a description of this action.
      Returns:
      The description of this action.
    • setDescription

      public void setDescription(String description)
      Sets a description of this action.
      Parameters:
      description - A description of this action.