Class BTSharedResourceSearch
java.lang.Object
overit.geocall.bl.BusinessTask<SharedResourceSearchEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask<SharedResourceSearchEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidPermissionBusinessTask<SharedResourceSearchEvent>
overit.geocallapp.docshare.documents.bl.sharedresource.task.BTSharedResourceSearch
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(SharedResourceSearchEvent.class)
public class BTSharedResourceSearch
extends ValidPermissionBusinessTask<SharedResourceSearchEvent>
Business task to search
When the
BOSharedResources. When the
SharedResourceSearchEvent is launched
the BT notices the call and searches the BOSharedResources based on the event's input filter. - 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(SharedResourceSearchEvent 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
-
BTSharedResourceSearch
public BTSharedResourceSearch()
-
-
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