Annotation Type CometFindStatement


  • @Inherited
    @Documented
    @Retention(RUNTIME)
    @Target(METHOD)
    public @interface CometFindStatement

    The CometFindStatement annotations allows to add processing instructions to Plugin methods of type FIND_STATEMENT.

    • Element Detail

      • hierarchy

        CometFindStatement.Hierarchy hierarchy

        Which hierarchy to show, BUCKET for all descendants, PLANNING for only planned. Defaults to BUCKET.

        Returns:
        hierarchy
        Default:
        com.priint.pubserver.comet.bridge.CometFindStatement.Hierarchy.BUCKET