Class Index.Operation

java.lang.Object
com.atlassian.jira.index.Index.Operation
Enclosing interface:
Index

public abstract static class Index.Operation extends Object
An operation that is performed on an Index. See Operations for factory methods.

Note: this is not an interface to prevent clients implementing it. All clients need to now is that they have an Index.Operation that will do a create/delete/update/whatever, not how it is implemented.