Interface IAuthorExtensionAction
- All Known Subinterfaces:
- AuthorExtensionAskAction
@API(type=EXTENDABLE,
     src=PUBLIC)
public interface IAuthorExtensionAction
An author action created over an author operation. These actions are 
 configured in the associated document type of the current document.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringThe ID of the action as specified when the action was configured in the framework.static final StringThe name of the action as specified when the action was configured in the framework.static final StringA short description for the action.static final StringThe path for a large icon associated with the action.static final StringThe absolute path for a small icon associated with the action.
- 
Method SummaryModifier and TypeMethodDescriptionGets the value for the given property.voidPerform the action.voidperformAction(int imposedActionOffset) Perform the action.
- 
Field Details- 
ACTION_IDThe ID of the action as specified when the action was configured in the framework.- See Also:
 
- 
ACTION_NAMEThe name of the action as specified when the action was configured in the framework.- See Also:
 
- 
SMALL_ICON_PATHThe absolute path for a small icon associated with the action. Can contain editor variables.- See Also:
 
- 
LARGE_ICON_PATHThe path for a large icon associated with the action. can contain editor variables.- See Also:
 
- 
DESCRIPTIONA short description for the action.- See Also:
 
 
- 
- 
Method Details- 
getValueGets the value for the given property.- Parameters:
- property- The property to get the value.
- Returns:
- The value for the property.
 
- 
performActionvoid performAction()Perform the action.
- 
performActionvoid performAction(int imposedActionOffset) Perform the action.- Parameters:
- imposedActionOffset- The imposed offset where the action should take place.
 
 
-