Class BTMobileTechnicalObjectAttachmentsSearch
java.lang.Object
overit.geocall.bl.BusinessTask<MobileTechnicalObjectAttachmentsSearchEvent>
overit.geocallapp.wfm.mobile.core.bl.technicalobject.attachment.task.BTMobileTechnicalObjectAttachmentsSearch
- All Implemented Interfaces:
Serializable,Tool
@Event(MobileTechnicalObjectAttachmentsSearchEvent.class)
public class BTMobileTechnicalObjectAttachmentsSearch
extends BusinessTask<MobileTechnicalObjectAttachmentsSearchEvent>
Business task in order to search
When the
MobileAttachment related to technical objects.
When the
MobileTechnicalObjectAttachmentsSearchEvent is launched the BT notices
the call and searches the MobileAttachment basing on
the event's input. - Since:
- 20.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(MobileTechnicalObjectAttachmentsSearchEvent event, PoolKit poolKit) Writes the searched technical objects into the event journal.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTMobileTechnicalObjectAttachmentsSearch
public BTMobileTechnicalObjectAttachmentsSearch()
-
-
Method Details
-
body
protected void body(MobileTechnicalObjectAttachmentsSearchEvent event, PoolKit poolKit) throws DAException, DAValidateException Writes the searched technical objects into the event journal.- Specified by:
bodyin classBusinessTask<MobileTechnicalObjectAttachmentsSearchEvent>- Parameters:
event- the eventpoolKit- the pool kit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-