Class SearchItemDisplayNameProcessor
java.lang.Object
com.evolveum.midpoint.schema.validator.processor.SearchItemDisplayNameProcessor
- All Implemented Interfaces:
- ProcessorMixin,- UpgradeObjectProcessor<ObjectType>
public class SearchItemDisplayNameProcessor
extends Object
implements UpgradeObjectProcessor<ObjectType>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetPhase()getType()booleanisApplicable(PrismObject<?> object, ItemPath path) Checks if the processor is applicable for the object and path.booleanprocess(PrismObject<ObjectType> object, ItemPath path) Executes upgrade of item defined by path argument by modifying the object to correct state.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.schema.validator.processor.ProcessorMixincopyTransport, copyUserInterfaceFeature, getIdentifier, getItemParent, getRoleCatalog, matchObjectTypeAndPathTemplate, matchParentTypeAndItemNameMethods inherited from interface com.evolveum.midpoint.schema.validator.UpgradeObjectProcessorgetIdentifier, upgradeDescription
- 
Constructor Details- 
SearchItemDisplayNameProcessorpublic SearchItemDisplayNameProcessor()
 
- 
- 
Method Details- 
getPhase- Specified by:
- getPhasein interface- UpgradeObjectProcessor<ObjectType>
 
- 
getPriority- Specified by:
- getPriorityin interface- UpgradeObjectProcessor<ObjectType>
 
- 
getType- Specified by:
- getTypein interface- UpgradeObjectProcessor<ObjectType>
 
- 
isApplicableDescription copied from interface:UpgradeObjectProcessorChecks if the processor is applicable for the object and path. Most often whether object is instance of proper ObjectType and item at the path exists.- Specified by:
- isApplicablein interface- UpgradeObjectProcessor<ObjectType>
 
- 
processDescription copied from interface:UpgradeObjectProcessorExecutes upgrade of item defined by path argument by modifying the object to correct state.- Specified by:
- processin interface- UpgradeObjectProcessor<ObjectType>
- Throws:
- Exception
 
 
-