Package wt.change2

Class ChangeConfigurationHelper

java.lang.Object
wt.change2.ChangeConfigurationHelper

public class ChangeConfigurationHelper extends Object
The helper class for the wt.change2.ChangeConfigurationHelper.

Supported API: true

Extendable: false
  • Method Details

    • getService

      public static ChangeConfigurationService getService()
      Returns the implemented ChangeConfigurationService.

      Supported API: true
      Returns:
      the implemented ChangeConfigurationService.
    • getInstantiable

      public static TypeIdentifier getInstantiable(Class<?> clazz, WTContainerRef containerRef) throws WTException
      Returns the TypeIdentifier of the one and only one instantiable type of typed clazz.

      Supported API: true
      Parameters:
      clazz -
      containerRef -
      Returns:
      TypeIdentifier
      Throws:
      WTException
    • isChangeTable

      public static boolean isChangeTable(Class[] classTypes)
      Returns whether or not the tableId is a change table. If any classes in the classTypes are not assignable from VersionableChangeItem and ChangeItemResource then the method returns false.

      Supported API: true
      Parameters:
      classTypes -
      Returns:
      isChange