Class FlowNodeViewColumnDescriptor

    • Constructor Detail

      • FlowNodeViewColumnDescriptor

        protected FlowNodeViewColumnDescriptor​(Class<? extends FlowNodeViewColumn> clazz)
      • FlowNodeViewColumnDescriptor

        protected FlowNodeViewColumnDescriptor()
    • Method Detail

      • getDefaultInstance

        @CheckForNull
        public FlowNodeViewColumn getDefaultInstance()
        Deprecated.
        Don't use this method outside the core workflow plugins as we'll likely change this.
        To enable rendering a table of FlowNode without the user explicitly configuring columns, this method provides a default instance. If column requires some configuration and no sensible default instance exists, return null. When more columns get written, this concept will likely break down. Revisit this.
      • getDefaultInstances

        public static List<FlowNodeViewColumn> getDefaultInstances()
        Deprecated.
        Don't use this method outside the core workflow plugins as we'll likely change this.