All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.restup.service.ResourceService Maven / Gradle / Ivy

There is a newer version: 0.0.5
Show newest version
package com.github.restup.service;

import com.github.restup.resource.operations.*;

import java.io.Serializable;

/**
 * Interface which provides a suggested approximation for resource service operations. Implementing the interface is not required and signature of these methods can vary when using annotations
 *
 * @author abuttaro
 */
public interface ResourceService extends CreatableResource,
        ReadableResource, UpdatableResource, DeletableResource, ListableResource
        , BulkCreatableResource, BulkUpdatableResource, BulkDeletableResource
        , UpdatableByQueryResource, DeletableByQueryResource {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy