com.evolveum.midpoint.wf
Class WfConfiguration

java.lang.Object
  extended by com.evolveum.midpoint.wf.WfConfiguration

public class WfConfiguration
extends Object

Author:
Pavol Mederly

Constructor Summary
WfConfiguration()
           
 
Method Summary
 String getAutoDeploymentFrom()
           
 String getJdbcDriver()
           
 String getJdbcPassword()
           
 String getJdbcUrl()
           
 String getJdbcUser()
           
 String getMailServerDefaultFrom()
           
 String getMailServerHost()
           
 String getMailServerPassword()
           
 Integer getMailServerPort()
           
 String getMailServerUsername()
           
 Boolean getMailServerUseTLS()
           
 int getProcessCheckInterval()
           
 boolean isActivitiSchemaUpdate()
           
 boolean isEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WfConfiguration

public WfConfiguration()
Method Detail

isActivitiSchemaUpdate

public boolean isActivitiSchemaUpdate()

isEnabled

public boolean isEnabled()

getJdbcDriver

public String getJdbcDriver()

getJdbcPassword

public String getJdbcPassword()

getJdbcUrl

public String getJdbcUrl()

getJdbcUser

public String getJdbcUser()

getProcessCheckInterval

public int getProcessCheckInterval()

getAutoDeploymentFrom

public String getAutoDeploymentFrom()

getMailServerDefaultFrom

public String getMailServerDefaultFrom()

getMailServerHost

public String getMailServerHost()

getMailServerPassword

public String getMailServerPassword()

getMailServerPort

public Integer getMailServerPort()

getMailServerUsername

public String getMailServerUsername()

getMailServerUseTLS

public Boolean getMailServerUseTLS()


Copyright © 2013 evolveum. All Rights Reserved.