Package wt.change2
Class ChangeConfigurationHelper
java.lang.Object
wt.change2.ChangeConfigurationHelper
The helper class for the
Supported API: true
Extendable: false
wt.change2.ChangeConfigurationHelper.
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionstatic TypeIdentifiergetInstantiable(Class<?> clazz, WTContainerRef containerRef) Returns the TypeIdentifier of the one and only one instantiable type of typed clazz.static ChangeConfigurationServiceReturns the implementedChangeConfigurationService.static booleanisChangeTable(Class[] classTypes) Returns whether or not the tableId is a change table.
-
Method Details
-
getService
Returns the implementedChangeConfigurationService.
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
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
-