Interface BPMNProcessInfoService

    • Method Detail

      • save

        BPMNProcessInfo save​(BPMNProcessInfo bPMNProcessInfo)
        Save a bPMNProcessInfo.
        Parameters:
        bPMNProcessInfo - the entity to save.
        Returns:
        the persisted entity.
      • findAll

        List<BPMNProcessInfo> findAll()
        Get all the bPMNProcessInfos.
        Returns:
        the list of entities.
      • findOne

        Optional<BPMNProcessInfo> findOne​(Long id)
        Get the "id" bPMNProcessInfo.
        Parameters:
        id - the id of the entity.
        Returns:
        the entity.
      • delete

        void delete​(Long id)
        Delete the "id" bPMNProcessInfo.
        Parameters:
        id - the id of the entity.