Class SuggestionHandlerDescriptor

java.lang.Object
org.nuxeo.ecm.platform.suggestbox.service.descriptors.SuggestionHandlerDescriptor
All Implemented Interfaces:
Cloneable

public class SuggestionHandlerDescriptor extends Object implements Cloneable
XMap descriptor for registering overridable suggestion handlers (individual operations or named chains of operations).
Author:
ogrisel
  • Field Details

    • name

      protected String name
    • type

      protected String type
    • suggestGroup

      protected String suggestGroup
    • operation

      protected String operation
    • operationChain

      protected String operationChain
    • enabled

      protected boolean enabled
  • Constructor Details

    • SuggestionHandlerDescriptor

      public SuggestionHandlerDescriptor()
  • Method Details

    • getName

      public String getName()
    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getSuggesterGroup

      public String getSuggesterGroup()
    • setSuggesterGroup

      public void setSuggesterGroup(String suggesterGroup)
    • getOperation

      public String getOperation()
    • setOperation

      public void setOperation(String operation)
    • getOperationChain

      public String getOperationChain()
    • setOperationChain

      public void setOperationChain(String operationChain)
    • clone

      public Object clone() throws CloneNotSupportedException
      Overrides:
      clone in class Object
      Throws:
      CloneNotSupportedException