public class ProcessModelDetails extends ProcessModelSummary
ProcessModel
.DEFAULT_BUFFER_SIZE
Constructor and Description |
---|
ProcessModelDetails() |
Modifier and Type | Method and Description |
---|---|
FormConfig |
getFormConfig()
Gets the configuration of the form used to start processes of this model.
|
java.lang.Long[] |
getGroupOwners()
Deprecated.
property is no longer used
|
java.lang.String |
getTimezoneId()
Gets the timezone ID of this model.
|
java.lang.String[] |
getUserOwners()
Deprecated.
property is no longer used
|
void |
setFormConfig(FormConfig formConfig_)
Sets the configuration of the form used to start processes of this model.
|
void |
setGroupOwners(java.lang.Long[] owners_)
Deprecated.
property is no longer used
|
void |
setTimezoneId(java.lang.String timezoneId_)
Sets the timezone ID for this model.
|
void |
setUserOwners(java.lang.String[] owners_)
Deprecated.
property is no longer used
|
getCreatedTime, getCreator, getDefaultProcessPriorityName, getFavorite, getLastModifiedTime, getLatestPublishedVersion, getMutablePriority, getPermissions, getPriority, getSortProperty, getStatusName, getTargetCompletion, setCreatedTime, setCreator, setDefaultProcessPriorityName, setFavorite, setLastModifiedTime, setLatestPublishedVersion, setMutablePriority, setPermissions, setPriority, setStatusName, setTargetCompletion, toXML, toXML
getDescription, getDesigner, getProcessModelVersionId, setDescription, setDesigner, setProcessModelVersionId, toString
equals, getId, getName, getUuid, hashCode, setId, setName, setUuid
@Deprecated public java.lang.Long[] getGroupOwners()
@Deprecated public void setGroupOwners(java.lang.Long[] owners_)
@Deprecated public java.lang.String[] getUserOwners()
@Deprecated public void setUserOwners(java.lang.String[] owners_)
owners_
- the usernames of the users that own this model.public java.lang.String getTimezoneId()
public void setTimezoneId(java.lang.String timezoneId_)
timezoneId_
- the timezone ID of this model.public FormConfig getFormConfig()
public void setFormConfig(FormConfig formConfig_)
formConfig_
- the configuration of the form used to start processes
of this model.Copyright © 2003-2024 Appian Corporation. All Rights Reserved.