Class BTValueDomainLoad
java.lang.Object
overit.geocall.bl.BusinessTask<ValueDomainLoadEvent>
overit.geocallapp.wfm.characteristics.bl.valuedomain.task.BTValueDomainLoad
- All Implemented Interfaces:
Serializable,Tool
@Event(ValueDomainLoadEvent.class)
public class BTValueDomainLoad
extends BusinessTask<ValueDomainLoadEvent>
Business task in order to load a
When the
BOValueDomain. When the
ValueDomainLoadEvent is launched the BT notices the
call and loads the BOValueDomain basing on the event's input.
Required fields:
- value domain id
- Since:
- 17.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(ValueDomainLoadEvent event, PoolKit pk) Writes the loaded value domain into the event journal.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTValueDomainLoad
public BTValueDomainLoad()
-
-
Method Details
-
body
Writes the loaded value domain into the event journal.- Specified by:
bodyin classBusinessTask<ValueDomainLoadEvent>- Parameters:
event- theValueDomainLoadEventpk- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-