Interface ContainerValueDataProviderFactory.Customization<T extends Containerable>
-
- Type Parameters:
T- Containerable type of data
- All Superinterfaces:
Serializable
- Enclosing interface:
- ContainerValueDataProviderFactory<T extends Containerable,C extends GuiListDataProviderType>
public static interface ContainerValueDataProviderFactory.Customization<T extends Containerable> extends Serializable
Allows customization of postFilter, pageStore and contentQuery for data providers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectQuerygetCustomizeContentQuery()PrismContainerDefinition<AssignmentType>getDefinition()PageStoragegetPageStorage()List<PrismContainerValueWrapper<T>>postFilter(List<PrismContainerValueWrapper<T>> assignmentList)
-
-
-
Method Detail
-
getPageStorage
PageStorage getPageStorage()
-
postFilter
List<PrismContainerValueWrapper<T>> postFilter(List<PrismContainerValueWrapper<T>> assignmentList)
-
getCustomizeContentQuery
ObjectQuery getCustomizeContentQuery()
-
getDefinition
PrismContainerDefinition<AssignmentType> getDefinition()
-
-