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()
void
invoke
(Parameters parameters, ActivityContextMap activityContextMap, ContextVariables contextVariables) Invokes this component with given parameters.protected Object
invokeWithResult
(Parameters parameters, Object... instances) boolean
Methods inherited from class com.suncode.pwfl.workflow.component.InvocableComponent
getDeclaringClass, getInvocableMethod, invoke, toString
Methods inherited from class com.suncode.pwfl.component.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:
invokeWithResult
in classInvocableComponent
-
invoke
public void invoke(Parameters parameters, ActivityContextMap activityContextMap, ContextVariables contextVariables) Description copied from class:InvocableComponent
Invokes this component with given parameters.- Specified by:
invoke
in classInvocableComponent
- Parameters:
parameters
- parametersactivityContextMap
- Variables context from activity
-
isCancelable
public boolean isCancelable() -
info
-