Class ALocalizedScopedFileResource<TFileMeta extends ILocalizedScopedFileMetaEntity<?,?> & IUUIDEntity>
- java.lang.Object
-
- de.xima.fc.api.rest.impl.common.models.response.AResource
-
- de.xima.fc.api.rest.impl.common.models.response.AUuidEntityResource<TEntity>
-
- de.xima.fc.api.rest.impl.common.models.response.AUuidFileResource<TFileMeta>
-
- de.xima.fc.api.rest.impl.common.models.response.ALocalizedScopedFileResource<TFileMeta>
-
- Type Parameters:
TFileMeta
- type of localized scoped file meta entity
- All Implemented Interfaces:
IResource
,IUuidResource
,Serializable
- Direct Known Subclasses:
FormFileResource
,UserPortalFileResource
public abstract class ALocalizedScopedFileResource<TFileMeta extends ILocalizedScopedFileMetaEntity<?,?> & IUUIDEntity> extends AUuidFileResource<TFileMeta>
Abstract base class forlocalized scoped files
.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ALocalizedScopedFileResource(TFileMeta entity, String baseResourcePath, javax.ws.rs.core.UriInfo uriInfo, Locale locale)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFileKey()
String
getLanguage()
UUID
getUuid()
-
Methods inherited from class de.xima.fc.api.rest.impl.common.models.response.AUuidFileResource
getCreatedTimestamp, getFileName, getFileSize, getModifiedTimestamp
-
-
-
-
Method Detail
-
getFileKey
public String getFileKey()
-
getLanguage
public String getLanguage()
-
getUuid
public UUID getUuid()
- Specified by:
getUuid
in interfaceIUuidResource
-
-