@Api public class ScheduledTaskDefinition extends ComponentDefinition
| Constructor and Description | 
|---|
| ScheduledTaskDefinition(String id,
                       String documentationLink,
                       LocalizedString name,
                       LocalizedString description,
                       Icon icon,
                       List<Category> categories,
                       List<ParameterDefinition<?>> parameters,
                       boolean cancelable,
                       List<ContextVariable<?>> contextVariables) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| int | hashCode() | 
| boolean | isCancelable() | 
getCategories, getContextVariables, getDescription, getDocumentationLink, getIcon, getId, getName, getParameter, getParameters, getSource, isDeprecated, setDeprecated, setSourcepublic ScheduledTaskDefinition(String id, String documentationLink, LocalizedString name, LocalizedString description, Icon icon, List<Category> categories, List<ParameterDefinition<?>> parameters, boolean cancelable, List<ContextVariable<?>> contextVariables)
public boolean isCancelable()
public boolean equals(Object obj)
equals in class ComponentDefinitionpublic int hashCode()
hashCode in class ComponentDefinitionCopyright © 2019 Suncode. All rights reserved.