Interface WorkItemField

All Superinterfaces:
CanRender<Renderer<? extends Renderer<?>>>, Field, ModelObjectReferenceField<WorkItem>, ScalarField<WorkItem>
All Known Subinterfaces:
UpdatableWorkItemField

public interface WorkItemField extends ScalarField<WorkItem>, ModelObjectReferenceField<WorkItem>
Since:
3.9.0
  • Method Details

    • render

      @NotNull WorkItemRenderer render()
      Description copied from interface: Field
      This method can be used also when the parent object is unresolvable or user has no permission to access. In both cases the method will just render nothing and not throw any exceptions.
      Specified by:
      render in interface CanRender<Renderer<? extends Renderer<?>>>
      Specified by:
      render in interface Field
      Since:
      3.10.3
    • reference

      @Nullable WorkItemReference reference()
      Returns:
      the WorkItemReference if the Work Item is set.
      Since:
      3.19.2
    • path

      @Nullable String path()
      Returns:
      the path as returned by WorkItemReference.toPath() if the Work Item is set.
      Since:
      3.19.2