Class ListFlows

    • Field Detail

      • COL_PAUSED

        public static final int COL_PAUSED
        the index of the paused column.
        See Also:
        Constant Field Values
      • COL_STOPPED

        public static final int COL_STOPPED
        the index of the stopped column.
        See Also:
        Constant Field Values
      • COL_ROOT

        public static final int COL_ROOT
        the index of the root actor name column.
        See Also:
        Constant Field Values
      • COL_ANNOTATION

        public static final int COL_ANNOTATION
        the index of the annotation column.
        See Also:
        Constant Field Values
      • COL_PATH

        public static final int COL_PATH
        the index of the flow file column.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ListFlows

        public ListFlows()
    • Method Detail

      • newSheet

        protected SpreadSheet newSheet()
        Creates an empty spreadsheet of the correct format.
        Returns:
        the template
      • setRequestPayload

        public void setRequestPayload​(byte[] value)
        Ignored.
        Parameters:
        value - the payload
      • getRequestPayload

        public byte[] getRequestPayload()
        Always zero-length array.
        Returns:
        the payload
      • getRequestPayloadObjects

        public Object[] getRequestPayloadObjects()
        Returns the objects that represent the request payload.
        Returns:
        the objects
      • setResponsePayload

        public void setResponsePayload​(byte[] value)
        Sets the payload for the response.
        Parameters:
        value - the payload
      • getResponsePayload

        public byte[] getResponsePayload()
        Returns the payload of the response, if any.
        Returns:
        the payload
      • getResponsePayloadObjects

        public Object[] getResponsePayloadObjects()
        Returns the objects that represent the response payload.
        Returns:
        the objects