Class FormRecordAttachmentResource
- java.lang.Object
-
- de.xima.fc.api.rest.models.response.FormRecordAttachmentResource
-
- All Implemented Interfaces:
IResource,IUuidResource,Serializable
public class FormRecordAttachmentResource extends Object
Resource of a form record attachment- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH, Dresden
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormRecordAttachmentResource(Attachment entity, IUser user, javax.ws.rs.core.UriInfo uriInfo, Locale locale, boolean expand)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstantgetCreatedTimestamp()StringgetElementName()StringgetFileName()intgetFileSize()FormRecordResourcegetFormRecord()Map<String,String>getLinks()InstantgetModifiedTimestamp()EAttachmentSourcegetSource()UUIDgetUuid()
-
-
-
Constructor Detail
-
FormRecordAttachmentResource
public FormRecordAttachmentResource(Attachment entity, IUser user, javax.ws.rs.core.UriInfo uriInfo, Locale locale, boolean expand)
-
-
Method Detail
-
getSource
public EAttachmentSource getSource()
-
getElementName
public String getElementName()
-
getFormRecord
public FormRecordResource getFormRecord()
-
getFileName
public String getFileName()
-
getFileSize
public int getFileSize()
-
getCreatedTimestamp
public Instant getCreatedTimestamp()
-
getModifiedTimestamp
public Instant getModifiedTimestamp()
-
getUuid
public UUID getUuid()
- Specified by:
getUuidin interfaceIUuidResource
-
-