Class AbstractEfestoCallableCompilationOutput

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AbstractEfestoCallableCompilationOutput​(org.kie.efesto.common.api.identifiers.ModelLocalUriId modelLocalUriId, java.lang.String fullClassName)  
      protected AbstractEfestoCallableCompilationOutput​(org.kie.efesto.common.api.identifiers.ModelLocalUriId modelLocalUriId, java.util.List<java.lang.String> fullClassNames)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getFullClassNames()
      Returns the full class names to be instantiated for execution
      org.kie.efesto.common.api.identifiers.ModelLocalUriId getModelLocalUriId()
      Returns the full resource identifier to be invoked for execution
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractEfestoCallableCompilationOutput

        protected AbstractEfestoCallableCompilationOutput​(org.kie.efesto.common.api.identifiers.ModelLocalUriId modelLocalUriId,
                                                          java.lang.String fullClassName)
      • AbstractEfestoCallableCompilationOutput

        protected AbstractEfestoCallableCompilationOutput​(org.kie.efesto.common.api.identifiers.ModelLocalUriId modelLocalUriId,
                                                          java.util.List<java.lang.String> fullClassNames)
    • Method Detail

      • getModelLocalUriId

        public org.kie.efesto.common.api.identifiers.ModelLocalUriId getModelLocalUriId()
        Returns the full resource identifier to be invoked for execution
        Specified by:
        getModelLocalUriId in interface EfestoCallableOutput
        Returns: