Sequence the specified property using the named sequencer, and place the generated output at the specified location using this session. The output nodes will be transient within the current session, so this session will need to be saved to persist the output.
It is suggested that this method be used on inputs that the sequencer is not configured to process automatically, otherwise ModeShape will also sequence the same property. If your application is to only manually sequence, simply configure each sequencer without a path expression or with a path expression that will never apply to the manually-sequenced nodes.
@param sequencerName the name of the configured sequencer that should be executed
@param inputProperty the property that was changed and that should be used as the input; never null
@param outputNode the node that represents the output for the derived information; never null, and will either be{@link Node#isNew() new} if the output is being placed outside of the selected node, or will not be new when theoutput is to be placed on the selected input node
@return true if the sequencer did generate output; false if the sequencer could not process the specified content or if{@code sequencerName} is null or does not match a configured sequencer
@throws RepositoryException if there was a problem with the sequencer