Interface PrototypeSelectorPlural<T>

All Known Subinterfaces:
ReadOnlyTransaction, WriteTransaction

public interface PrototypeSelectorPlural<T>
Since:
3.9.0
  • Method Details

    • workItems

      @NotNull T workItems()
    • documents

      @NotNull T documents()
    • richPages

      @NotNull T richPages()
    • wikiPages

      @NotNull T wikiPages()
    • plans

      @NotNull T plans()
    • testRuns

      @NotNull T testRuns()
    • projects

      @NotNull T projects()
    • users

      @NotNull T users()
    • timePoints

      @NotNull T timePoints()
    • categories

      @NotNull T categories()
    • baselines

      @NotNull T baselines()
      Since:
      3.19.1
    • baselineCollections

      @NotNull T baselineCollections()
      Since:
      3.20.1
    • byEnum

      @NotNull T byEnum(@NotNull PrototypeEnum value)
    • userGroups

      @NotNull T userGroups()
      Since:
      3.19.3
    • byString

      @NotNull T byString(@NotNull String prototype)
      Alternative to byEnum(PrototypeEnum) which is easier to use from Velocity.
      Throws same exceptions as PrototypeEnum.valueOf(String)
      Since:
      3.9.1