Class BTSharedResourceOriginSearch
java.lang.Object
overit.geocall.bl.BusinessTask<SharedResourceOriginSearchEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask<SharedResourceOriginSearchEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidPermissionBusinessTask<SharedResourceOriginSearchEvent>
overit.geocallapp.docshare.documents.bl.sharedresource.origin.task.BTSharedResourceOriginSearch
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(SharedResourceOriginSearchEvent.class)
public class BTSharedResourceOriginSearch
extends ValidPermissionBusinessTask<SharedResourceOriginSearchEvent>
Business task in order to search a
When the
BOSharedResourceOrigin. When the
SharedResourceOriginSearchEvent is launched the BT notices the call and
searches the BOSharedResourceOrigin basing on the event's input. - 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 voidexecute(SharedResourceOriginSearchEvent event, PoolKit poolKit) Executes the search based on the provided filter and writes the results into the event journal.booleanDetermines whether the current state is valid for execution.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, getEventMethods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTSharedResourceOriginSearch
public BTSharedResourceOriginSearch()
-
-
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