MODE-1467 Added ability to explicitly invoke sequencer within session#943
Closed
rhauch wants to merge 1 commit intoModeShape:masterfrom
Closed
MODE-1467 Added ability to explicitly invoke sequencer within session#943rhauch wants to merge 1 commit intoModeShape:masterfrom
rhauch wants to merge 1 commit intoModeShape:masterfrom
Conversation
ModeShape now supports applications explicitly invoking sequencing from within the scope of a session. There are several differences with using sequencers in this style: - A specific sequencer must be named, and only that sequencer will be invoked. - The path expressions of that configured sequencer are not used in any way. All other configured properties are still used. - The sequencer's accepted MIME types are still respected. If the input content's MIME type is known and is not in the sequencer's set of supported MIME types, the sequencing operation will return immediately. - The caller must supply the property containing the value to be sequenced. - The caller must supply a new node into which the sequencer output will be placed. - The session used to sequence contains all sequencing output as transient state; the caller is expected to call 'session.save()' if the output is to be persisted.
Member
|
looks good |
Contributor
Author
|
Rebased and merged into the 'master' branch. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ModeShape now supports applications explicitly invoking sequencing from within the scope of a session. There are several differences with using sequencers in this style: