Interface UpdatableDocumentWorkItems

All Superinterfaces:
DocumentWorkItems, Iterable<WorkItem>, IterableWithSize<WorkItem>

public interface UpdatableDocumentWorkItems extends DocumentWorkItems
Since:
3.9.0
  • Method Details

    • create

      @NotNull UpdatableWorkItem create(@NotNull String type)
      Creates an instance of work item, which (after being persisted) will be stored in this document.

      Note, that this function just creates the java instance, which is not persisted in any way and call to the UpdatableModelObjectBase.save() method is necessary to persist it.

      Parameters:
      type - work item type (not null)
      Returns:
      the unpersisted UpdatableWorkItem