Class BTDirectorySearch
java.lang.Object
overit.geocall.bl.BusinessTask<DirectorySearchEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidExecutionBusinessTask<DirectorySearchEvent>
overit.geocallapp.utilities.core.bl.common.validexecution.ValidPermissionBusinessTask<DirectorySearchEvent>
overit.geocallapp.docshare.documents.bl.sharedresource.directory.task.BTDirectorySearch
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(DirectorySearchEvent.class)
public class BTDirectorySearch
extends ValidPermissionBusinessTask<DirectorySearchEvent>
Business task in order to search
When the
BODirectorys. When the
DirectorySearchEvent is launched the BT notices
the call and searches the BODirectorys 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(DirectorySearchEvent event, PoolKit poolKit) Searches the directories based on the given filter and writes them 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
-
BTDirectorySearch
public BTDirectorySearch()
-
-
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