Class AbstractEfestoOutput<T>

  • All Implemented Interfaces:
    EfestoOutput<T>

    public abstract class AbstractEfestoOutput<T>
    extends java.lang.Object
    implements EfestoOutput<T>
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AbstractEfestoOutput​(org.kie.efesto.common.api.identifiers.ModelLocalUriId modelLocalUriId, T outputData)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.kie.efesto.common.api.identifiers.ModelLocalUriId getModelLocalUriId()
      The unique, full identifier of a given model' resource
      T getOutputData()  
      • Methods inherited from class java.lang.Object

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

      • AbstractEfestoOutput

        protected AbstractEfestoOutput​(org.kie.efesto.common.api.identifiers.ModelLocalUriId modelLocalUriId,
                                       T outputData)
    • Method Detail

      • getModelLocalUriId

        public org.kie.efesto.common.api.identifiers.ModelLocalUriId getModelLocalUriId()
        Description copied from interface: EfestoOutput
        The unique, full identifier of a given model' resource
        Specified by:
        getModelLocalUriId in interface EfestoOutput<T>
        Returns: