Interface ActionEnableObject
- 
- All Superinterfaces:
- ActionSubjectObject
 - All Known Subinterfaces:
- AlertSourceAction,- JobDefinitionAction,- JobDefinitionTypeAction,- Trigger
 
 public interface ActionEnableObject extends ActionSubjectObject An action object that can be enabled or disabled.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetErrorNameEN()Get the error name of this object in English.booleanisEnabled()Is this object enabled?voidsetEnabled(boolean e)- 
Methods inherited from interface com.redwood.scheduler.api.model.interfaces.ActionSubjectObjectgetActionSubject, getActionSubjectUniqueId
 
- 
 
- 
- 
- 
Method Detail- 
isEnabledboolean isEnabled() Is this object enabled?- Returns:
- true if enabled, false otherwise.
 
 - 
setEnabledvoid setEnabled(boolean e) 
 - 
getErrorNameENString getErrorNameEN() Get the error name of this object in English.- Returns:
- the name.
 
 
- 
 
-