Interface ExternalService


  • public interface ExternalService
    Represents functionality that is external to the Kirra repository.
    • Method Detail

      • executeOperation

        List<?> executeOperation​(String namespace,
                                 String name,
                                 String operation,
                                 Map<String,​Object> arguments)
        Executes external functionality.
        Parameters:
        repository -
        namespace - the entity namespace
        name - the entity name
        operation - the operation to execute
        arguments - the arguments to the operation
        Returns:
        the operation result