Uses of Class
com.evolveum.midpoint.ninja.impl.LogTarget
- 
- 
Uses of LogTarget in com.evolveum.midpoint.ninja.action
Methods in com.evolveum.midpoint.ninja.action that return LogTarget Modifier and Type Method Description LogTargetAbstractRepositorySearchAction. getInfoLogTarget()LogTargetAction. getInfoLogTarget()LogTargetCountRepositoryAction. getInfoLogTarget()LogTargetImportRepositoryAction. getInfoLogTarget()LogTargetListKeysRepositoryAction. getInfoLogTarget() - 
Uses of LogTarget in com.evolveum.midpoint.ninja.action.audit
Methods in com.evolveum.midpoint.ninja.action.audit that return LogTarget Modifier and Type Method Description LogTargetExportAuditRepositoryAction. getInfoLogTarget()LogTargetImportAuditRepositoryAction. getInfoLogTarget() - 
Uses of LogTarget in com.evolveum.midpoint.ninja.action.mining
Methods in com.evolveum.midpoint.ninja.action.mining that return LogTarget Modifier and Type Method Description LogTargetExportMiningRepositoryAction. getInfoLogTarget() - 
Uses of LogTarget in com.evolveum.midpoint.ninja.impl
Methods in com.evolveum.midpoint.ninja.impl that return LogTarget Modifier and Type Method Description static LogTargetLogTarget. valueOf(String name)Returns the enum constant of this type with the specified name.static LogTarget[]LogTarget. values()Returns an array containing the constants of this enum type, in the order they are declared. - 
Uses of LogTarget in com.evolveum.midpoint.ninja.util
Constructors in com.evolveum.midpoint.ninja.util with parameters of type LogTarget Constructor Description Log(LogTarget target, NinjaContext context) 
 -