public class ProcessModelNotificationSettings extends java.lang.Object implements AppianTypeHolder
Constructor and Description |
---|
ProcessModelNotificationSettings() |
Modifier and Type | Method and Description |
---|---|
void |
fillInAppianTypes(AppianTypeCache cache_)
If the implementing class references any Appian-typed objects (such as
User, Group, Folder), this method should be implemented to put the
primary keys of these objects in the given cache.
|
java.lang.String |
getRecipientsExpression() |
LocalObject[] |
getUsersAndGroups() |
boolean |
isCustomSettings() |
boolean |
isNotifyInitiator() |
boolean |
isNotifyOwner() |
boolean |
isNotifyRecipientsInExpression() |
boolean |
isNotifyUsersAndGroups() |
void |
setCustomSettings(boolean customSettings_) |
void |
setNotifyInitiator(boolean notifyInitiator_) |
void |
setNotifyOwner(boolean notifyOwner_) |
void |
setNotifyRecipientsInExpression(boolean notifyRecipientsInExpression_) |
void |
setNotifyUsersAndGroups(boolean notifyUsersAndGroups_) |
void |
setRecipientsExpression(java.lang.String recipientsExpression_) |
void |
setUsersAndGroups(LocalObject[] people_) |
public boolean isCustomSettings()
public void setCustomSettings(boolean customSettings_)
public boolean isNotifyInitiator()
public void setNotifyInitiator(boolean notifyInitiator_)
public boolean isNotifyOwner()
public void setNotifyOwner(boolean notifyOwner_)
public boolean isNotifyRecipientsInExpression()
public void setNotifyRecipientsInExpression(boolean notifyRecipientsInExpression_)
public boolean isNotifyUsersAndGroups()
public void setNotifyUsersAndGroups(boolean notifyUsersAndGroups_)
public LocalObject[] getUsersAndGroups()
public void setUsersAndGroups(LocalObject[] people_)
public java.lang.String getRecipientsExpression()
public void setRecipientsExpression(java.lang.String recipientsExpression_)
public void fillInAppianTypes(AppianTypeCache cache_)
AppianTypeHolder
fillInAppianTypes
in interface AppianTypeHolder
cache_
- cache of Appian-typed objects.Copyright © 2003-2024 Appian Corporation. All Rights Reserved.