Package com.appiancorp.suiteapi.process
Class ProcessModelDetails
java.lang.Object
com.appiancorp.suiteapi.common.Identity
com.appiancorp.suiteapi.process.ProcessModelProperties
com.appiancorp.suiteapi.process.ProcessModelSummary
com.appiancorp.suiteapi.process.ProcessModelDetails
- All Implemented Interfaces:
LocalId
,XMLable
,Serializable
Holds detailed metadata about a
ProcessModel
.- See Also:
-
Field Summary
Fields inherited from interface com.appiancorp.suiteapi.common.XMLable
DEFAULT_BUFFER_SIZE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the configuration of the form used to start processes of this model.Long[]
Deprecated.property is no longer usedGets the timezone ID of this model.String[]
Deprecated.property is no longer usedvoid
setFormConfig
(FormConfig formConfig_) Sets the configuration of the form used to start processes of this model.void
setGroupOwners
(Long[] owners_) Deprecated.property is no longer usedvoid
setTimezoneId
(String timezoneId_) Sets the timezone ID for this model.void
setUserOwners
(String[] owners_) Deprecated.property is no longer usedMethods inherited from class com.appiancorp.suiteapi.process.ProcessModelSummary
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
Methods inherited from class com.appiancorp.suiteapi.process.ProcessModelProperties
getDescription, getDesigner, getProcessModelVersionId, setDescription, setDesigner, setProcessModelVersionId, toString
Methods inherited from class com.appiancorp.suiteapi.common.Identity
equals, getId, getName, getUuid, hashCode, setId, setName, setUuid
-
Constructor Details
-
ProcessModelDetails
public ProcessModelDetails()
-
-
Method Details
-
getGroupOwners
Deprecated.property is no longer usedGets the groups that own this model.- Returns:
- the ids of the groups that own this model.
-
setGroupOwners
Deprecated.property is no longer usedSets the groups that own this model. -
getUserOwners
Deprecated.property is no longer usedGets the users that own this model.- Returns:
- the usernames of the users that own this model.
-
setUserOwners
Deprecated.property is no longer usedSets the users that own this model.- Parameters:
owners_
- the usernames of the users that own this model.
-
getTimezoneId
Gets the timezone ID of this model.- Returns:
- the timezone ID of this model.
-
setTimezoneId
Sets the timezone ID for this model.- Parameters:
timezoneId_
- the timezone ID of this model.
-
getFormConfig
Gets the configuration of the form used to start processes of this model.- Returns:
- the configuration of the form used to start processes of this model.
-
setFormConfig
Sets the configuration of the form used to start processes of this model.- Parameters:
formConfig_
- the configuration of the form used to start processes of this model.
-