Class CollectionProcessor
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.controller.CollectionProcessor
-
@Component public class CollectionProcessor extends Object
- Author:
- semancik
-
-
Constructor Summary
Constructors Constructor Description CollectionProcessor()
-
Method Summary
-
-
-
Method Detail
-
determineCollectionStats
public <O extends ObjectType> CollectionStats determineCollectionStats(CompiledObjectCollectionView collectionView, Task task, OperationResult result) throws SchemaException, ObjectNotFoundException, SecurityViolationException, ConfigurationException, CommunicationException, ExpressionEvaluationException
-
compileObjectCollectionView
public CompiledObjectCollectionView compileObjectCollectionView(CollectionRefSpecificationType collectionRef, Class<? extends Containerable> targetTypeClass, Task task, OperationResult result) throws SchemaException, CommunicationException, ConfigurationException, SecurityViolationException, ExpressionEvaluationException, ObjectNotFoundException
-
compileObjectCollectionView
public void compileObjectCollectionView(CompiledObjectCollectionView existingView, CollectionRefSpecificationType collectionSpec, Class<? extends Containerable> targetTypeClass, Task task, OperationResult result) throws SchemaException, CommunicationException, ConfigurationException, SecurityViolationException, ExpressionEvaluationException, ObjectNotFoundException
-
compileView
public void compileView(CompiledObjectCollectionView existingView, GuiObjectListViewType objectListViewType)
-
compileView
public void compileView(CompiledObjectCollectionView existingView, GuiObjectListViewType objectListViewType, Task task, OperationResult result) throws SchemaException, CommunicationException, ConfigurationException, SecurityViolationException, ExpressionEvaluationException, ObjectNotFoundException
-
determineViewIdentifier
public String determineViewIdentifier(GuiObjectListViewType objectListViewType)
-
determineViewIdentifier
public String determineViewIdentifier(GuiObjectListViewType objectListViewType, String defaultViewIdentifier)
-
-