Class AUuidFileResource<TEntity extends IUUIDEntity>
- java.lang.Object
-
- de.xima.fc.api.rest.impl.common.resource.response.AResource
-
- de.xima.fc.api.rest.impl.common.resource.response.AUuidResource
-
- de.xima.fc.api.rest.impl.common.resource.response.AUuidFileResource<TEntity>
-
- Type Parameters:
TEntity- type of UUID entity.
- All Implemented Interfaces:
IResource,IUuidResource,Serializable
- Direct Known Subclasses:
ALocalizedScopedFileResource,BaseFormRecordAttachmentResource
public abstract class AUuidFileResource<TEntity extends IUUIDEntity> extends AUuidResource
Abstract base class forfileREST API resources.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstantgetCreatedTimestamp()StringgetFileName()intgetFileSize()InstantgetModifiedTimestamp()-
Methods inherited from class de.xima.fc.api.rest.impl.common.resource.response.AUuidResource
getUuid
-
-