Interface PublishProtocolResource


@Path("/publish/state") public interface PublishProtocolResource
Interface for managing publish protocol resources.
  • Method Details

    • get

      @GET @Path("/{type}/{objId}") PublishLogDto get(@PathParam("type") String type, @PathParam("objId") Integer objId) throws Exception
      Retrieves a publish protocol entry by its object ID.
      Parameters:
      objId - the object ID of the publish protocol entry
      Returns:
      the publish protocol entry
      Throws:
      Exception - if an error occurs during retrieval
    • list

      @GET @Path("/") GenericItemList<PublishLogDto> list(@BeanParam PagingParameterBean paging, @BeanParam FilterPublishableObjectBean filter) throws Exception
      Retrieves a list of publish protocol entries with pagination.
      Parameters:
      paging - the paging parameters
      Returns:
      a list of publish protocol entries
      Throws:
      Exception - if an error occurs during retrieval