Package com.appiancorp.suiteapi.process
Class ProcessModelNotificationSettings
java.lang.Object
com.appiancorp.suiteapi.process.ProcessModelNotificationSettings
- All Implemented Interfaces:
AppianTypeHolder
,Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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.boolean
boolean
boolean
boolean
boolean
void
setCustomSettings
(boolean customSettings_) void
setNotifyInitiator
(boolean notifyInitiator_) void
setNotifyOwner
(boolean notifyOwner_) void
setNotifyRecipientsInExpression
(boolean notifyRecipientsInExpression_) void
setNotifyUsersAndGroups
(boolean notifyUsersAndGroups_) void
setRecipientsExpression
(String recipientsExpression_) void
setUsersAndGroups
(LocalObject[] people_)
-
Constructor Details
-
ProcessModelNotificationSettings
public ProcessModelNotificationSettings()
-
-
Method Details
-
isCustomSettings
public boolean isCustomSettings() -
setCustomSettings
public void setCustomSettings(boolean customSettings_) -
isNotifyInitiator
public boolean isNotifyInitiator() -
setNotifyInitiator
public void setNotifyInitiator(boolean notifyInitiator_) -
isNotifyOwner
public boolean isNotifyOwner() -
setNotifyOwner
public void setNotifyOwner(boolean notifyOwner_) -
isNotifyRecipientsInExpression
public boolean isNotifyRecipientsInExpression() -
setNotifyRecipientsInExpression
public void setNotifyRecipientsInExpression(boolean notifyRecipientsInExpression_) -
isNotifyUsersAndGroups
public boolean isNotifyUsersAndGroups() -
setNotifyUsersAndGroups
public void setNotifyUsersAndGroups(boolean notifyUsersAndGroups_) -
getUsersAndGroups
-
setUsersAndGroups
-
getRecipientsExpression
-
setRecipientsExpression
-
fillInAppianTypes
Description copied from interface:AppianTypeHolder
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. Later, the cache will populate itself with the display strings that correspond to all of its ids, such as "Human Resources" for group 9.- Specified by:
fillInAppianTypes
in interfaceAppianTypeHolder
- Parameters:
cache_
- cache of Appian-typed objects.
-