Class ActivityTracingProcessor
- java.lang.Object
- 
- com.evolveum.midpoint.schema.validator.processor.ActivityTracingProcessor
 
- 
- All Implemented Interfaces:
- ProcessorMixin,- UpgradeObjectProcessor<TaskType>
 
 public class ActivityTracingProcessor extends Object implements UpgradeObjectProcessor<TaskType> 
- 
- 
Constructor SummaryConstructors Constructor Description ActivityTracingProcessor()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpgradePhasegetPhase()UpgradePrioritygetPriority()UpgradeTypegetType()booleanisApplicable(PrismObject<?> object, ItemPath path)Checks if the processor is applicable for the object and path.booleanprocess(PrismObject<TaskType> object, ItemPath path)Executes upgrade of item defined by path argument by modifying the object to correct state.StringupgradeDescription(PrismObject<TaskType> object, ItemPath path)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.evolveum.midpoint.schema.validator.processor.ProcessorMixincopyTransport, copyUserInterfaceFeature, getIdentifier, getItemParent, getRoleCatalog, matchObjectTypeAndPathTemplate, matchParentTypeAndItemName
 - 
Methods inherited from interface com.evolveum.midpoint.schema.validator.UpgradeObjectProcessorgetIdentifier
 
- 
 
- 
- 
- 
Method Detail- 
getPhasepublic UpgradePhase getPhase() - Specified by:
- getPhasein interface- UpgradeObjectProcessor<TaskType>
 
 - 
getPrioritypublic UpgradePriority getPriority() - Specified by:
- getPriorityin interface- UpgradeObjectProcessor<TaskType>
 
 - 
getTypepublic UpgradeType getType() - Specified by:
- getTypein interface- UpgradeObjectProcessor<TaskType>
 
 - 
isApplicablepublic boolean isApplicable(PrismObject<?> object, ItemPath path) Description 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<TaskType>
 
 - 
upgradeDescriptionpublic String upgradeDescription(PrismObject<TaskType> object, ItemPath path) - Specified by:
- upgradeDescriptionin interface- UpgradeObjectProcessor<TaskType>
- Parameters:
- object- before processing
- Returns:
- Returns description of the upgrade if not done automatically. Should be single line (might end up in CSV) without any special characters. Certainly not semicolon (;) and double quote ("). Best approach is to put in short description and link to documentation.
 
 - 
processpublic boolean process(PrismObject<TaskType> object, ItemPath path) throws Exception Description copied from interface:UpgradeObjectProcessorExecutes upgrade of item defined by path argument by modifying the object to correct state.- Specified by:
- processin interface- UpgradeObjectProcessor<TaskType>
- Throws:
- Exception
 
 
- 
 
-