Interface ContainerAttachmentIdentifier
-
- All Superinterfaces:
AttachmentIdentifier
- All Known Implementing Classes:
AllLatestVersionAttachmentIdentifier
,AttachmentRefIdentifier
,IdListAttachmentIdentifier
,LatestVersionWithNameMineTypeAttachmentIdentifier
public interface ContainerAttachmentIdentifier extends AttachmentIdentifier
This will represent a collection of attachment- Since:
- 7.17.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<AttachmentIdentifier>
getAttachmentIdentifiedList()
return list of AttachmentIdentifier belonging to current containerint
getTotalCountLatestAttachment()
Return total available attachment in this identifier
-
-
-
Method Detail
-
getAttachmentIdentifiedList
List<AttachmentIdentifier> getAttachmentIdentifiedList()
return list of AttachmentIdentifier belonging to current container- Returns:
-
getTotalCountLatestAttachment
int getTotalCountLatestAttachment()
Return total available attachment in this identifier- Returns:
-
-