Interface MutableProcessData

All Superinterfaces:
ProcessData, Serializable
All Known Implementing Classes:
ProcessDataImpl

public interface MutableProcessData extends ProcessData
  • Method Details

    • setAllowAttachments

      void setAllowAttachments(boolean allow)
    • setAllowDeleteAttachments

      void setAllowDeleteAttachments(boolean allow)
    • setProcessKey

      void setProcessKey(String key)
    • setEmbeddedNotes

      void setEmbeddedNotes(boolean embedded)
    • setEmbeddedNotesOrder

      void setEmbeddedNotesOrder(int order)
    • setEmbeddedAttachments

      void setEmbeddedAttachments(boolean embedded)
    • setEmbeddedAttachmentsOrder

      void setEmbeddedAttachmentsOrder(int order)
    • setShowOnlyActiveTasks

      void setShowOnlyActiveTasks(boolean onlyActiveTasks)
    • setShowOnlyLastHistoricTask

      void setShowOnlyLastHistoricTask(boolean onlyLastHistoricTask)
    • setRequiredDurationNotes

      void setRequiredDurationNotes(boolean requiredDurationNotes)