@Entity public class BpmNotificationConfig extends PersistentEntity
id_ID| Constructor and Description |
|---|
BpmNotificationConfig() |
getId, setIdpublic boolean isNotifyOnProcessStart()
public void setNotifyOnProcessStart(boolean notifyOnProcessStart)
public boolean isNotifyOnProcessEnd()
public void setNotifyOnProcessEnd(boolean notifyOnProcessEnd)
public String getLocale()
public void setLocale(String locale)
public String getProfileName()
public void setProfileName(String profileName)
public String getProcessTypeRegex()
public void setProcessTypeRegex(String processTypeRegex)
public String getStateRegex()
public void setStateRegex(String stateRegex)
public boolean isNotifyTaskAssignee()
public void setNotifyTaskAssignee(boolean notifyTaskAssignee)
public String getNotifyEmailAddresses()
public void setNotifyEmailAddresses(String notifyEmailAddresses)
public String getNotifyUserAttributes()
public void setNotifyUserAttributes(String notifyUserAttributes)
public String getTemplateName()
public void setTemplateName(String templateName)
public boolean isSendHtml()
public void setSendHtml(boolean sendHtml)
public boolean isActive()
public void setActive(boolean active)
public boolean isSkipNotificationWhenTriggeredByAssignee()
public void setSkipNotificationWhenTriggeredByAssignee(boolean skipNotificationWhenTriggeredByAssignee)
public String getTemplateArgumentProvider()
public void setTemplateArgumentProvider(String templateArgumentProvider)
public String getLastActionRegex()
public void setLastActionRegex(String lastTransitionRegex)
public boolean isOnEnteringStep()
public void setOnEnteringStep(boolean onEnteringStep)
Copyright © 2013. All Rights Reserved.