Class ValidExecutionBusinessTask<I>
java.lang.Object
overit.geocall.bl.BusinessTask<I>
overit.geocallapp.wfm.core.bl.common.validexecution.ValidExecutionBusinessTask<I>
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
- Direct Known Subclasses:
ValidPermissionBusinessTask
@Deprecated(since="16.0",
forRemoval=true)
public abstract class ValidExecutionBusinessTask<I>
extends BusinessTask<I>
implements ValidExecution
Deprecated, for removal: This API element is subject to removal in a future version.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidDeprecated, for removal: This API element is subject to removal in a future version.Implements this method to write the specific task logic to handle the input parameter.protected booleanDeprecated, for removal: This API element is subject to removal in a future version.protected abstract voidDeprecated, for removal: This API element is subject to removal in a future version.getEvent()Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackgroundMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface overit.geocallapp.wfm.core.bl.common.validexecution.ValidExecution
getException, isValidExecution, throwExceptionIfInvalid
-
Constructor Details
-
ValidExecutionBusinessTask
public ValidExecutionBusinessTask()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
body
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from class:BusinessTaskImplements this method to write the specific task logic to handle the input parameter.- Specified by:
bodyin classBusinessTask<I>- Parameters:
event- the object upon which the task will works onpoolKit- the poolkit containing the reference to the database connection that can be used- Throws:
DAException- in case of database errorDAValidateException- in case of database validation error
-
checkValidExecution
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
DAValidateException
-
execute
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
DAExceptionDAValidateException
-
getEvent
Deprecated, for removal: This API element is subject to removal in a future version.
-
ValidExecutionBusinessTask