Class WpsProcessExecuteService<E extends WpsProcessExecute,​D extends WpsProcessExecuteDao<E>>

    • Constructor Detail

      • WpsProcessExecuteService

        public WpsProcessExecuteService()
        Default constructor, which calls the type-constructor
      • WpsProcessExecuteService

        protected WpsProcessExecuteService​(Class<E> entityClass)
        Constructor that sets the concrete entity class for the service. Subclasses MUST call this constructor.