com.evolveum.midpoint.notifications
Class NotificationsUtil

java.lang.Object
  extended by com.evolveum.midpoint.notifications.NotificationsUtil

public class NotificationsUtil
extends Object

Author:
mederly

Constructor Summary
NotificationsUtil()
           
 
Method Summary
static String getNotifierParameter(NotifierConfigurationType notifierConfiguration, String name, String defaultValue)
           
static String getResourceNameFromRepo(RepositoryService repositoryService, String oid, OperationResult result)
           
static PrismObject<SystemConfigurationType> getSystemConfiguration(RepositoryService repositoryService, OperationResult result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationsUtil

public NotificationsUtil()
Method Detail

getSystemConfiguration

public static PrismObject<SystemConfigurationType> getSystemConfiguration(RepositoryService repositoryService,
                                                                          OperationResult result)

getResourceNameFromRepo

public static String getResourceNameFromRepo(RepositoryService repositoryService,
                                             String oid,
                                             OperationResult result)

getNotifierParameter

public static String getNotifierParameter(NotifierConfigurationType notifierConfiguration,
                                          String name,
                                          String defaultValue)


Copyright © 2013 evolveum. All Rights Reserved.