public class ProcessProperties extends Identity
Constructor and Description |
---|
ProcessProperties() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getInitiator()
Retrieves the process initiator
|
Priority |
getPriority()
Retrieves the priority of the process.
|
void |
setInitiator(java.lang.String initiator_)
Sets the process initiator
|
void |
setPriority(Priority priority_)
Sets the priority of the process
|
java.lang.String |
toString()
Returns a string representation of the
Identity . |
public Priority getPriority()
public void setPriority(Priority priority_)
priority_
- the priority of the processgetPriority()
public java.lang.String getInitiator()
public void setInitiator(java.lang.String initiator_)
initiator_
- user who started the processpublic java.lang.String toString()
Identity
Identity
. In general,
the toString method returns a string that "textually represents" this
object.Copyright © 2003-2024 Appian Corporation. All Rights Reserved.