Package org.digidoc4j
Interface CompositeContainer
- All Superinterfaces:
Container
,Serializable
- All Known Implementing Classes:
AsicSCompositeContainer
An extension to the
Container
interface that represents a composite structure where a nested inner container
is contained inside a nesting outer container.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.digidoc4j.Container
Container.DocumentType
-
Method Summary
Modifier and TypeMethodDescriptionReturns the list of data files in the nested inner container.Returns the list of signatures in the nested inner container.Returns the list of timestamp tokens that cover the contents of the nested inner container.Returns the type of the nested container.Returns the list of data files in the nesting outer container.Returns the list of signatures in the nesting outer container.Returns the list of timestamp tokens that cover the contents of the nesting outer container.Methods inherited from interface org.digidoc4j.Container
addDataFile, addDataFile, addDataFile, addDataFile, addSignature, addTimestamp, extendSignatureProfile, extendSignatureProfile, getConfiguration, getDataFiles, getSignatures, getTimestamps, getTimeStampToken, getType, removeDataFile, removeSignature, removeTimestamp, save, saveAsFile, saveAsStream, setTimeStampToken, validate
-
Method Details
-
getNestingContainerDataFiles
Returns the list of data files in the nesting outer container.- Returns:
- list of data files in the nesting outer container
-
getNestedContainerDataFiles
Returns the list of data files in the nested inner container.- Returns:
- list of data files in the nested inner container
-
getNestingContainerSignatures
Returns the list of signatures in the nesting outer container.- Returns:
- list of signatures in the nesting outer container
-
getNestedContainerSignatures
Returns the list of signatures in the nested inner container.- Returns:
- list of signatures in the nested inner container
-
getNestingContainerTimestamps
Returns the list of timestamp tokens that cover the contents of the nesting outer container.- Returns:
- list of timestamp tokens in the nesting outer container
-
getNestedContainerTimestamps
Returns the list of timestamp tokens that cover the contents of the nested inner container.- Returns:
- list of timestamp tokens in the nested inner container
-
getNestedContainerType
String getNestedContainerType()Returns the type of the nested container.- Returns:
- type of the nested container
- See Also:
-