Class BTSharedResourceInsert<I extends InsertEvent<? 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.BTSharedResourceInsert<I>
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
- Direct Known Subclasses:
BTDirectoryInsert,BTFileInsert
public abstract class BTSharedResourceInsert<I extends InsertEvent<? extends BOSharedResource>>
extends ValidPermissionBusinessTask<I>
Abstract business task in order to insert 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 insertion.booleanDetermines whether the current state is valid for execution.protected BODirectoryloadParent(BOSharedResource sharedResource, PoolKit poolKit) Loads the parent directory of the given directory uuid.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
-
BTSharedResourceInsert
public BTSharedResourceInsert()
-
-
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