Class BTSharedResourceUpdate<I extends UpdateEvent<? extends BOSharedResource>>
java.lang.Object
overit.geocall.bl.BusinessTask<I>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask<I>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidPermissionBusinessTask<I>
overit.geocallapp.docshare.documents.bl.sharedresource.task.BTSharedResourceUpdate<I>
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
- Direct Known Subclasses:
BTDirectoryUpdate,BTFileUpdate
public abstract class BTSharedResourceUpdate<I extends UpdateEvent<? extends BOSharedResource>>
extends ValidPermissionBusinessTask<I>
Abstract business task in order to update a
BOSharedResource. - Since:
- 14.0
- See Also:
- GCApi:
- task
-
Field Summary
Fields inherited from class overit.geocallapp.utilities.core.bl.common.validexecution.ValidPermissionBusinessTask
LOG -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcompleteData(BOSharedResource sharedResource, PoolKit poolKit) Completes the data of the given shared resource before the update.booleanDetermines whether the current state is valid for execution.protected voidvalidate(BOSharedResource sharedResource, PoolKit poolKit) Validates the given shared resource.Methods inherited from class overit.geocallapp.utilities.core.bl.common.validexecution.ValidPermissionBusinessTask
checkValidExecution, getException, throwExceptionIfInvalidMethods inherited from class overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask
body, execute, getEventMethods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTSharedResourceUpdate
public BTSharedResourceUpdate()
-
-
Method Details
-
isValidExecution
public boolean isValidExecution()Description copied from interface:ValidExecutionDetermines whether the current state is valid for execution.- Returns:
- true if execution is valid, false otherwise