public class ProcessModelSummary extends ProcessModelProperties implements XMLable
DEFAULT_BUFFER_SIZE
Constructor and Description |
---|
ProcessModelSummary() |
Modifier and Type | Method and Description |
---|---|
java.sql.Timestamp |
getCreatedTime()
Gets the time at which this model was created.
|
java.lang.String |
getCreator()
Gets the user who created this model.
|
java.lang.String |
getDefaultProcessPriorityName()
Gets the name of the default process priority for processes of this model.
|
boolean |
getFavorite()
Returns whether or not the process model is one of the users favorites.
|
java.sql.Timestamp |
getLastModifiedTime()
Gets the time at whcih this model was last modified.
|
java.lang.String |
getLatestPublishedVersion()
Gets the latest published version of this model.
|
boolean |
getMutablePriority()
Determines whether the priority of this model can be chagned.
|
ProcessModelPermissions |
getPermissions()
Gets the permissions that the logged-in user has for this model.
|
Priority |
getPriority()
Gets the priority of this model.
|
static int |
getSortProperty(java.lang.String attribute_)
Gets the zero-based index of the column whose name is the given parameter.
|
java.lang.String |
getStatusName()
Gets the name of the status of this model.
|
java.lang.Float |
getTargetCompletion()
Gets the target duration in which the process should complete
|
void |
setCreatedTime(java.sql.Timestamp time_)
Sets the time at which this model was created.
|
void |
setCreator(java.lang.String creator_)
Sets the user who created this model.
|
void |
setDefaultProcessPriorityName(java.lang.String processPriorityName_)
Sets the name of the default process priority for processes of this model.
|
void |
setFavorite(boolean favorite_) |
void |
setLastModifiedTime(java.sql.Timestamp modifiedTime_)
Sets the time at whcih this model was last modified.
|
void |
setLatestPublishedVersion(java.lang.String version_)
Sets the latest published version of this model.
|
void |
setMutablePriority(boolean mutablePriority_)
Sets whether or not the priority of processes of
this process model can be changed
|
void |
setPermissions(ProcessModelPermissions permissions_)
Sets the permissions that the logged-in user has for this model.
|
void |
setPriority(Priority priority_)
Sets the priority of this model.
|
void |
setStatusName(java.lang.String name_)
Sets the name of the status of this model.
|
void |
setTargetCompletion(java.lang.Float targetCompletion_)
Sets the target duration in which the process should complete
|
java.lang.String |
toXML()
Generates an XML representaion of this summary.
|
void |
toXML(java.lang.StringBuilder buffer_)
Appends an XML representation of this object to the given buffer.
|
getDescription, getDesigner, getProcessModelVersionId, setDescription, setDesigner, setProcessModelVersionId, toString
equals, getId, getName, getUuid, hashCode, setId, setName, setUuid
public java.lang.String getLatestPublishedVersion()
String
of dot-separated numbers (such as 1.3.0).public void setLatestPublishedVersion(java.lang.String version_)
version_
- the latest published version of the process model, as
a String
of dot-separated numbers (such as 1.3.0).public boolean getMutablePriority()
true
if the priority can be change,
false
if it cannot be changed.public void setMutablePriority(boolean mutablePriority_)
mutablePriority_
- true
if the priority of processes
of this model can be changed, false
if the priority cannot
be changed.public Priority getPriority()
public void setPriority(Priority priority_)
priority_
- the priority of this model.public java.sql.Timestamp getCreatedTime()
public void setCreatedTime(java.sql.Timestamp time_)
time_
- the time at which this model was created.public java.lang.String getDefaultProcessPriorityName()
public void setDefaultProcessPriorityName(java.lang.String processPriorityName_)
processPriorityName_
- the name of the default priority.public java.sql.Timestamp getLastModifiedTime()
public void setLastModifiedTime(java.sql.Timestamp modifiedTime_)
modifiedTime_
- the time at whcih this model was last modified.public java.lang.String getStatusName()
public void setStatusName(java.lang.String name_)
name_
- the name of the status of this model.public java.lang.String getCreator()
public void setCreator(java.lang.String creator_)
creator_
- the username of the user who created this model.public java.lang.String toXML()
public void toXML(java.lang.StringBuilder buffer_)
public static int getSortProperty(java.lang.String attribute_)
attribute_
- the name of an attribute of the summary.public ProcessModelPermissions getPermissions()
public void setPermissions(ProcessModelPermissions permissions_)
permissions_
- the permissions that the logged-in user has for
this model.public java.lang.Float getTargetCompletion()
public void setTargetCompletion(java.lang.Float targetCompletion_)
targetCompletion_
- the target duration in days in which the process
should completepublic boolean getFavorite()
public void setFavorite(boolean favorite_)
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.