Interface SynchronizationSorterEvaluator
- All Known Implementing Classes:
SynchronizationSorterEvaluatorImpl
TODO
-
Method Summary
Modifier and TypeMethodDescription@Nullable ObjectSynchronizationDiscriminatorTypeevaluate(@NotNull ShadowType combinedObject, @NotNull ResourceType resource, @NotNull Task task, @NotNull OperationResult result) TODO
-
Method Details
-
evaluate
@Nullable @Nullable ObjectSynchronizationDiscriminatorType evaluate(@NotNull @NotNull ShadowType combinedObject, @NotNull @NotNull ResourceType resource, @NotNull @NotNull Task task, @NotNull @NotNull OperationResult result) throws CommunicationException, ObjectNotFoundException, SchemaException, SecurityViolationException, ConfigurationException, ExpressionEvaluationException TODO- Parameters:
combinedObject- Resource object that we want to classify. It should be connected to the shadow, however, exact "shadowization" is not required. Currently it should contain all the information from the shadow, plus all the attributes from resource object. If needed, more elaborate processing (up to full shadowization) can be added later.resource- Resource on which the resource object was found- Throws:
CommunicationExceptionObjectNotFoundExceptionSchemaExceptionSecurityViolationExceptionConfigurationExceptionExpressionEvaluationException
-