All Superinterfaces:
BaseAction, Cloneable, Component, CompositeComponent
All Known Implementing Classes:
ActionImpl

public interface Action extends BaseAction
  • Method Details

    • getEndpoint

      @Nullable @Nullable String getEndpoint()
      This REST endpoint will be called by the action. Must be defined if the action type is equal BaseAction.ActionType.SIMPLE. It can also be set on BaseAction.ActionType.CUSTOM for pre-action logic.
    • getAppId

      @Nullable @Nullable String getAppId()
      The app with this id will be called by the action. Must only be defined if the action type is equal BaseAction.ActionType.CUSTOM
    • getPath

      @Nullable @Nullable String getPath()
      The legacy action with this path will be called. Must only be defined if the action type is equal BaseAction.ActionType.LEGACY
    • getUseLabel

      UseLabel getUseLabel()
      used to determine whether the label should be displayed
    • getDmsEntityModel

      String getDmsEntityModel()
      used to determine on which dms items to display an action
    • getButtonType

      ButtonType getButtonType()
      used to decide the look of an action
    • getButtonStyle

      BaseAction.ButtonStyle getButtonStyle()
      used to decide the look of an action button
    • getProperties

      Map<String,Object> getProperties()
      The properties for the action. The value can either be of type string, boolean or number.
    • isOnlyShowOnEmptyColumn

      boolean isOnlyShowOnEmptyColumn()
    • getConditionName

      String getConditionName()
      Name of the action condition used to decide if action is shown