Class ListIndexOperation

java.lang.Object
org.bedework.subsystem.extension.calendar.indexing.ListIndexOperation
All Implemented Interfaces:
org.bedework.util.logging.Logged, org.jboss.as.controller.OperationStepHandler

public class ListIndexOperation extends Object implements org.bedework.util.logging.Logged, org.jboss.as.controller.OperationStepHandler
User: mike Date: 7/5/22 Time: 15:06
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.jboss.as.controller.OperationDefinition
     
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation)
     
    org.bedework.util.logging.BwLogger
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.bedework.util.logging.Logged

    audit, debug, debug, debug, enableAuditLogger, enableErrorLogger, enableMetricsLogger, error, error, error, getLogLevel, info, isAuditLoggerEnabled, isErrorLoggerEnabled, isMetricsDebugEnabled, isMetricsLoggerEnabled, metrics, setLoggerClass, setLoggerClass, trace, trace, trace, warn
  • Field Details

    • OPERATION_NAME

      public static final String OPERATION_NAME
      See Also:
    • DEFINITION

      public static final org.jboss.as.controller.OperationDefinition DEFINITION
  • Constructor Details

    • ListIndexOperation

      public ListIndexOperation()
  • Method Details

    • execute

      public void execute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation) throws org.jboss.as.controller.OperationFailedException
      Specified by:
      execute in interface org.jboss.as.controller.OperationStepHandler
      Throws:
      org.jboss.as.controller.OperationFailedException
    • getLogger

      public org.bedework.util.logging.BwLogger getLogger()
      Specified by:
      getLogger in interface org.bedework.util.logging.Logged