T - The domain type supported by this trigger.public interface JGrapeTrigger<T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
JGrapeTrigger.TriggerType
Enumerates the possible trigger types.
|
| Modifier and Type | Method and Description |
|---|---|
JGrapeTrigger.TriggerType |
getTriggerType()
Get the trigger type of this trigger.
|
void |
trigger(T domainObject,
JGrapeTrigger.TriggerType type,
boolean isTargetNode,
ClientContext ctx,
Session session)
The trigger that is invoked by JGrape Service Managers.
|
void trigger(T domainObject, JGrapeTrigger.TriggerType type, boolean isTargetNode, ClientContext ctx, Session session)
domainObject - the actual instancetype - the type of triggerisTargetNode - true if the current object's role is the
target node in the object selection.ctx - the client contextsession - the current sessionJGrapeTrigger.TriggerType getTriggerType()
Copyright © 2006–2017 Esito AS. All rights reserved.