java.lang.Object | |
↳ | com.atlassian.jira.jql.context.MultiClauseDecoratorContextFactory.Factory |
Factory to create a MultiClauseDecoratorContextFactory
given a
ClauseContextFactory
to wrap.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Wrap the passed
ClauseContextFactory in a MultiClauseDecoratorContextFactory . | |||||||||||
Same as calling
create(delegate, true) . |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Wrap the passed ClauseContextFactory
in a MultiClauseDecoratorContextFactory
.
When validating is set to true, the returned ClauseContextFactory will also perform a validation step on the passed clause when
generating the clause context.
delegate | the factory to wrap. Cannot be null. |
---|---|
validating | true if the returned factory should perform a validation step, or false otherwise. |
Same as calling create(delegate, true)
.
delegate | the ClauseContextFactory to wrap. |
---|