Class ProcessModelDetails

All Implemented Interfaces:
LocalId, XMLable, Serializable

public class ProcessModelDetails extends ProcessModelSummary
Holds detailed metadata about a ProcessModel.
See Also:
  • Constructor Details

    • ProcessModelDetails

      public ProcessModelDetails()
  • Method Details

    • getGroupOwners

      @Deprecated public Long[] getGroupOwners()
      Deprecated.
      property is no longer used
      Gets the groups that own this model.
      Returns:
      the ids of the groups that own this model.
    • setGroupOwners

      @Deprecated public void setGroupOwners(Long[] owners_)
      Deprecated.
      property is no longer used
      Sets the groups that own this model.
    • getUserOwners

      @Deprecated public String[] getUserOwners()
      Deprecated.
      property is no longer used
      Gets the users that own this model.
      Returns:
      the usernames of the users that own this model.
    • setUserOwners

      @Deprecated public void setUserOwners(String[] owners_)
      Deprecated.
      property is no longer used
      Sets the users that own this model.
      Parameters:
      owners_ - the usernames of the users that own this model.
    • getTimezoneId

      public String getTimezoneId()
      Gets the timezone ID of this model.
      Returns:
      the timezone ID of this model.
    • setTimezoneId

      public void setTimezoneId(String timezoneId_)
      Sets the timezone ID for this model.
      Parameters:
      timezoneId_ - the timezone ID of this model.
    • getFormConfig

      public FormConfig 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

      public void setFormConfig(FormConfig formConfig_)
      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.