Interface OperationConfig

    • Field Detail

      • INIT_OPERATION

        static final java.lang.String INIT_OPERATION
        Deprecated.
        This constant has been deprecated.
        See Also:
        Constant Field Values
    • Method Detail

      • getSchema

        SchemaConfig getSchema​(boolean input)
        Returns the input or output schema
        Parameters:
        input - if true returns the input schema otherwise the output schema is returned
      • getAttributeMap

        AttributeMapConfig getAttributeMap​(boolean input)
        Returns the input or output attribute map
        Parameters:
        input - if true returns the input map otherwise the output map is returned
      • isPublic

        boolean isPublic()
        Deprecated.
        This flag is not used anymore
        Returns the public flag of the operation
      • setPublic

        void setPublic​(boolean pub)
        Deprecated.
        This flag is not used anymore
        Sets the public flag of the operation