Class TaskDesignProperties

java.lang.Object
com.appiancorp.suiteapi.process.TaskDesignProperties

public class TaskDesignProperties extends Object
Holds a task's high level metadata during design time (i.e. in the process modeler, not during execution.)
  • Field Details

    • SORT_BY_NAME

      public static final Integer SORT_BY_NAME
    • SORT_BY_UUID

      public static final Integer SORT_BY_UUID
    • SORT_BY_PROCESS_MODEL_ID

      public static final Integer SORT_BY_PROCESS_MODEL_ID
    • SORT_BY_PROCESS_MODEL_NAME

      public static final Integer SORT_BY_PROCESS_MODEL_NAME
  • Constructor Details

    • TaskDesignProperties

      public TaskDesignProperties()
  • Method Details

    • getFriendlyName

      public LocaleString getFriendlyName()
      Returns:
      Returns the friendlyName, which is the name the user chose for the node in the user's locale.
    • setFriendlyName

      public void setFriendlyName(LocaleString friendlyName_)
      Parameters:
      friendlyName - See getFriendlyName().
    • getProcessModelId

      public Long getProcessModelId()
      Returns:
      Returns the processModelId.
    • setProcessModelId

      public void setProcessModelId(Long processModelId_)
      Parameters:
      processModelId - The processModelId to set.
    • getProcessModelUuid

      public String getProcessModelUuid()
      Returns:
      process model UUID of process model with id corresponding to getProcessModelId().
    • setProcessModelUuid

      public void setProcessModelUuid(String processModelUuid)
      Parameters:
      processModelUuid - The processModelUuid to set.
    • getProcessModelName

      public LocaleString getProcessModelName()
      Returns:
      Returns the processModelName in the user's locale.
    • setProcessModelName

      public void setProcessModelName(LocaleString processModelName_)
      Parameters:
      processModelName - See getProcessModelName()
    • getUuid

      @ConvertWith(com.appiancorp.kougar.mapper.parameters.UuidParameterConverter.class) public String getUuid()
      Returns:
      Returns the uuid.
    • setUuid

      public void setUuid(String uuid_)
      Parameters:
      uuid - The uuid to set.