Package org.cyclos.services.system
Interface TempImageService
-
- All Superinterfaces:
BaseImageService<NewTempImageParams>,Service
- All Known Subinterfaces:
TempImageServiceLocal
- All Known Implementing Classes:
TempImageServiceImpl,TempImageServiceSecurity
public interface TempImageService extends BaseImageService<NewTempImageParams>
Interface for temporary images
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ImageVO>list(NewTempImageParams params)Lists the temporary images owned by the current user or guest for the given target.-
Methods inherited from interface org.cyclos.services.system.BaseImageService
remove, removeAll, save, saveName
-
-
-
-
Method Detail
-
list
List<ImageVO> list(NewTempImageParams params) throws FrameworkException
Lists the temporary images owned by the current user or guest for the given target. Guests are matched by key (or remote address if none is given)- Throws:
FrameworkException
-
-