Class ProcessProperties

java.lang.Object
com.appiancorp.suiteapi.common.Identity
com.appiancorp.suiteapi.process.ProcessProperties
All Implemented Interfaces:
LocalId, Serializable
Direct Known Subclasses:
ProcessSummary

public class ProcessProperties extends Identity
Holds the properties of a process.
See Also:
  • Constructor Details

    • ProcessProperties

      public ProcessProperties()
  • Method Details

    • getPriority

      public Priority getPriority()
      Retrieves the priority of the process. Priority can be changed due to in flight modification of the process.
      Returns:
      the priority
    • setPriority

      public void setPriority(Priority priority_)
      Sets the priority of the process
      Parameters:
      priority_ - the priority of the process
      See Also:
    • getInitiator

      public String getInitiator()
      Retrieves the process initiator
      Returns:
      the user who started the process
    • setInitiator

      public void setInitiator(String initiator_)
      Sets the process initiator
      Parameters:
      initiator_ - user who started the process
    • toString

      public String toString()
      Description copied from class: Identity
      Returns a string representation of the Identity. In general, the toString method returns a string that "textually represents" this object.
      Overrides:
      toString in class Identity
      Returns:
      String representation of the object