Class ScheduledTask
java.lang.Object
com.suncode.pwfl.component.ComponentDefinition
com.suncode.pwfl.workflow.component.WorkflowComponent
com.suncode.pwfl.workflow.component.InvocableComponent
com.suncode.pwfl.administration.scheduledtask.ScheduledTask
Scheduled task.
- Author:
- Ćukasz Mocek 2017-06-07
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionScheduledTask(ScheduledTaskDefinition definition, Method method, Object instance) -
Method Summary
Modifier and TypeMethodDescriptioninfo()voidinvoke(Parameters parameters, ActivityContextMap activityContextMap, ContextVariables contextVariables) Invokes this component with given parameters.protected ObjectinvokeWithResult(Parameters parameters, Object... instances) booleanMethods inherited from class InvocableComponent
getDeclaringClass, getInvocableMethod, invoke, toStringMethods inherited from class ComponentDefinition
equals, getCategories, getContextVariables, getDeprecationDescription, getDescription, getDocumentationLink, getIcon, getId, getName, getParameter, getParameters, getSource, hashCode, isDeprecated, setDeprecated, setSource
-
Field Details
-
EXECUTE_SCHEDULED_TASK_METHOD_NAME
- See Also:
-
-
Constructor Details
-
ScheduledTask
-
-
Method Details
-
invokeWithResult
- Overrides:
invokeWithResultin classInvocableComponent
-
invoke
public void invoke(Parameters parameters, ActivityContextMap activityContextMap, ContextVariables contextVariables) Description copied from class:InvocableComponentInvokes this component with given parameters.- Specified by:
invokein classInvocableComponent- Parameters:
parameters- parametersactivityContextMap- Variables context from activity
-
isCancelable
public boolean isCancelable() -
info
-