Interface OperationsConfig

    • Method Detail

      • getOperations

        ContainerConfig getOperations()
        This method returns a list of supported operations
      • getOperation

        OperationConfig getOperation​(java.lang.String name)
        This method returns the config for a given operation
      • createOperation

        OperationConfig createOperation​(java.lang.String name)
                                 throws java.lang.Exception
        This method creates a new operation object.
        Throws:
        java.lang.Exception
      • getPublishedInitParams

        SchemaConfig getPublishedInitParams()
        Returns the Published Initialization Parameter Schema for the AssemblyLine
        Since:
        6.1.1
      • setPublishedInitParams

        void setPublishedInitParams​(SchemaConfig schema)
                             throws java.lang.Exception
        Sets the Published Initialization Parameter Schema for the AssemblyLine
        Parameters:
        schema - The new schema
        Throws:
        java.lang.Exception
        Since:
        6.1.1