Interface RestrictToCreateTypesStrategy
public interface RestrictToCreateTypesStrategy
Strategy to narrow types displayed in create new item window. Register bean that implements this interface in
wizardConfig_* file as:
-
Method Summary
Modifier and TypeMethodDescriptionReturns allowed types to be displayed in create new item window
-
Method Details
-
getAllowedTypes
Set<ObjectType> getAllowedTypes()Returns allowed types to be displayed in create new item window
-