Class ScheduledTaskDefinition
java.lang.Object
com.suncode.pwfl.component.ComponentDefinition
com.suncode.pwfl.administration.scheduledtask.ScheduledTaskDefinition
Scheduled task definition.
- Author:
- Ćukasz Mocek 2017-06-05
-
Constructor Summary
ConstructorsConstructorDescriptionScheduledTaskDefinition
(String id, String documentationLink, LocalizedString name, LocalizedString description, Icon icon, List<Category> categories, List<ParameterDefinition<?>> parameters, boolean cancelable, List<ContextVariable<?>> contextVariables, LocalizedString deprecationDescription) -
Method Summary
Methods inherited from class com.suncode.pwfl.component.ComponentDefinition
getCategories, getContextVariables, getDeprecationDescription, getDescription, getDocumentationLink, getIcon, getId, getName, getParameter, getParameters, getSource, isDeprecated, setDeprecated, setSource
-
Constructor Details
-
ScheduledTaskDefinition
public ScheduledTaskDefinition(String id, String documentationLink, LocalizedString name, LocalizedString description, Icon icon, List<Category> categories, List<ParameterDefinition<?>> parameters, boolean cancelable, List<ContextVariable<?>> contextVariables, LocalizedString deprecationDescription)
-
-
Method Details
-
isCancelable
public boolean isCancelable() -
equals
- Overrides:
equals
in classComponentDefinition
-
hashCode
public int hashCode()- Overrides:
hashCode
in classComponentDefinition
-