@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, setSource
public 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 ComponentDefinition
public int hashCode()
hashCode
in class ComponentDefinition
Copyright © 2019 Suncode. All rights reserved.