Class Handle<T>


  • public class Handle<T>
    extends Object
    A handle which is used to visit entity handling conditions and to determine if the workflow is satisfied
    Author:
    Jeremy Unruh
    • Method Detail

      • getReturnObject

        public T getReturnObject()
      • isComplete

        public boolean isComplete()
      • getReturnType

        public Class<T> getReturnType()
      • isRequiresVoidBodyHandling

        public boolean isRequiresVoidBodyHandling()