Class ExecutionType

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String name  
    • Constructor Summary

      Constructors 
      Constructor Description
      ExecutionType​(java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract java.lang.Object getExecutionSummary​(java.lang.String executionId)  
      protected java.lang.String getName()  
      • Methods inherited from class java.lang.Object

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

      • name

        protected java.lang.String name
    • Constructor Detail

      • ExecutionType

        public ExecutionType​(java.lang.String name)
    • Method Detail

      • getExecutionSummary

        public abstract java.lang.Object getExecutionSummary​(java.lang.String executionId)
      • getName

        protected java.lang.String getName()