JavaScript is disabled on your browser.
Nested Class Summary
Method Summary
All Methods Instance Methods Abstract Methods
The app with this id will be called by the action.
used to decide the look of an action button
used to decide the look of an action
Name of the action condition used to decide if action is shown
used to determine on which dms items to display an action
This REST endpoint will be called by the action.
The legacy action with this path will be called.
The properties for the action.
used to determine whether the label should be displayed
boolean
boolean
Returns true if an action is only a placeholder.
getActionType , getConfirmationThreshold , getIcon , getMaxSelection , getMinSelection , getModalSize , getShowConfirmation , isCancelConfirmation , isFullscreen , isRunInBackgroundTask , usesLabelAsTextResource
Method Details
getEndpoint
@Nullable
@Nullable String getEndpoint ()
getAppId
@Nullable
@Nullable String getAppId ()
getPath
@Nullable
@Nullable String getPath ()
getUseLabel
used to determine whether the label should be displayed
getDmsEntityModel
used to determine on which dms items to display an action
getProperties
The properties for the action. The value can either be of type string, boolean or number.
isOnlyShowOnEmptyColumn
boolean isOnlyShowOnEmptyColumn ()
getConditionName
Name of the action condition used to decide if action is shown
isPlaceholder
boolean isPlaceholder ()
Returns true if an action is only a placeholder. A placeholder is only available during using
FormInterceptor
s.
The last
FormInterceptor
RemovePlaceholderInterceptor removes such placeholders. Placeholders are required
to define the sorting (e.g. "after:delete"). Else during sorting sometimes errors are logged.