Package wt.vc.sessioniteration
Class SessionIterationEvent
java.lang.Object
wt.events.KeyedEvent
wt.vc.sessioniteration.SessionIterationEvent
- All Implemented Interfaces:
Serializable,wt.events.summary.SummarizedEvent
Events dispatched by the
Supported API: true
Extendable: false
SessionIterationService during SessionIterationService.createSessionIteration(wt.vc.sessioniteration.SessionEditedIteration, wt.org.WTPrincipal, java.lang.String), {@link SessionIterationService#{@link
SessionIterationService#commitSessionIteraiton}, and deleteSessionIteration}.
Supported API: true
Extendable: false
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThis constant identifies the event that is dispatched bySessionIterationService.commitSessionIteration(wt.vc.sessioniteration.SessionEditedIteration, java.lang.String)immediately after the session iteration is commited and has become the latest iteration on the predecessor's branch.static final StringThis constant identifies the event that is dispatched bySessionIterationService.createSessionIteration(wt.vc.sessioniteration.SessionEditedIteration, wt.org.WTPrincipal, java.lang.String)immediately after the session iteration is stored.static final StringThis constant identifies the event that is dispatched bySessionIterationService.deleteSessionIteration(wt.vc.sessioniteration.SessionEditedIteration)immediately after the session iteration is deleted.static final StringThis constant identifies the event that is dispatched bySessionIterationService.commitSessionIteration(wt.vc.sessioniteration.SessionEditedIteration, java.lang.String)immediately before the session iteration is commited (to become the latest iteration on the predecessor's branch).static final StringThis constant identifies the event that is dispatched bySessionIterationService.createSessionIteration(wt.vc.sessioniteration.SessionEditedIteration, wt.org.WTPrincipal, java.lang.String)immediately before the session iteration is stored.static final StringThis constant identifies the event that is dispatched bySessionIterationService.deleteSessionIteration(wt.vc.sessioniteration.SessionEditedIteration)immediately before the session iteration is deleted. -
Method Summary
Methods inherited from class wt.events.KeyedEvent
generateEventKey, getEventKey, getEventTarget, getEventType
-
Field Details
-
PRE_CREATE_SESSION_ITERATION
This constant identifies the event that is dispatched bySessionIterationService.createSessionIteration(wt.vc.sessioniteration.SessionEditedIteration, wt.org.WTPrincipal, java.lang.String)immediately before the session iteration is stored. The target of this event is the new session iteration. To get the original iteration, callVersionControlService.predecessorOf(wt.vc.Iterated)API.
Supported API: true- See Also:
-
POST_CREATE_SESSION_ITERATION
This constant identifies the event that is dispatched bySessionIterationService.createSessionIteration(wt.vc.sessioniteration.SessionEditedIteration, wt.org.WTPrincipal, java.lang.String)immediately after the session iteration is stored. The target of this event is the new session iteration. To get the original iteration, callVersionControlService.predecessorOf(wt.vc.Iterated)API.
Supported API: true- See Also:
-
PRE_COMMIT_SESSION_ITERATION
This constant identifies the event that is dispatched bySessionIterationService.commitSessionIteration(wt.vc.sessioniteration.SessionEditedIteration, java.lang.String)immediately before the session iteration is commited (to become the latest iteration on the predecessor's branch). The target of this event is the new (succeeding) session iteration. To get the original iteration, callVersionControlService.predecessorOf(wt.vc.Iterated)API.
Supported API: true- See Also:
-
POST_COMMIT_SESSION_ITERATION
This constant identifies the event that is dispatched bySessionIterationService.commitSessionIteration(wt.vc.sessioniteration.SessionEditedIteration, java.lang.String)immediately after the session iteration is commited and has become the latest iteration on the predecessor's branch. The target of this event is the new (succeeding) session iteration. To get the original iteration, callVersionControlService.predecessorOf(wt.vc.Iterated)API.
Supported API: true- See Also:
-
PRE_DELETE_SESSION_ITERATION
This constant identifies the event that is dispatched bySessionIterationService.deleteSessionIteration(wt.vc.sessioniteration.SessionEditedIteration)immediately before the session iteration is deleted. The target of this event is the session iteration. To get the original iteration, callVersionControlService.predecessorOf(wt.vc.Iterated)API.
Supported API: true- See Also:
-
POST_DELETE_SESSION_ITERATION
This constant identifies the event that is dispatched bySessionIterationService.deleteSessionIteration(wt.vc.sessioniteration.SessionEditedIteration)immediately after the session iteration is deleted. The target of this event is the deleted session iteration. To get the original iteration, callVersionControlService.predecessorOf(wt.vc.Iterated)API.
Supported API: true- See Also:
-