Class BTGisVisibilityRuleUserMatch
java.lang.Object
overit.geocall.bl.BusinessTask<GisVisibilityRuleUserMatchEvent>
overit.geocallapp.wfm.core.bl.gis.rule.task.BTGisVisibilityRuleUserMatch
- All Implemented Interfaces:
Serializable,Tool
@Event(GisVisibilityRuleUserMatchEvent.class)
public class BTGisVisibilityRuleUserMatch
extends BusinessTask<GisVisibilityRuleUserMatchEvent>
Event used to determine if a user matches
the
BOGisVisibilityRules related to a set of BOGisOfflinePackages. - Since:
- 11.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(GisVisibilityRuleUserMatchEvent event, PoolKit poolKit) Starting from a set ofBOGisOfflinePackages, It writes in the event's journal all theBOGisOfflinePackages that are related to aBOGisVisibilityRulewhich matches with the given user matches.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTGisVisibilityRuleUserMatch
public BTGisVisibilityRuleUserMatch()
-
-
Method Details
-
body
protected void body(GisVisibilityRuleUserMatchEvent event, PoolKit poolKit) throws DAException, DAValidateException Starting from a set ofBOGisOfflinePackages, It writes in the event's journal all theBOGisOfflinePackages that are related to aBOGisVisibilityRulewhich matches with the given user matches.- Specified by:
bodyin classBusinessTask<GisVisibilityRuleUserMatchEvent>- Parameters:
event- theGisVisibilityRuleUserMatchEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-