Modifier and Type | Method and Description |
---|---|
Container.Entity |
ZipContainer.getEntity(String name)
Gets an entity by the full entity name.
|
Container.Entity |
ContainerEnumerator.nextElement()
Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
|
Modifier and Type | Method and Description |
---|---|
List<Container.Entity> |
Container.getEntities()
Gets a collection of the container's entities.
|
List<Container.Entity> |
DbContainer.getEntities()
Gets a collection of container's entities.
|
List<Container.Entity> |
EmailContainer.getEntities()
Gets a collection of container's entities.
|
List<Container.Entity> |
EmailTextExtractorBase.getEntities()
Gets a collection of email attachments.
|
List<Container.Entity> |
IContainer.getEntities()
Gets a collection of container's entities.
|
List<Container.Entity> |
PdfTextExtractor.getEntities()
Gets a collection of container's entities.
|
protected abstract List<Container.Entity> |
Container.loadEntities()
Returns a collection of the container's entities.
|
protected List<Container.Entity> |
FolderContainer.loadEntities()
Returns a collection of the container's entities.
|
protected List<Container.Entity> |
PersonalStorageContainer.loadEntities()
Returns a collection of the container's entities.
|
protected List<Container.Entity> |
ZipContainer.loadEntities()
Returns a collection of the container's entities.
|
Modifier and Type | Method and Description |
---|---|
InputStream |
Container.openEntityStream(Container.Entity entity)
Opens a stream with the content of the container's entity.
|
InputStream |
DbContainer.openEntityStream(Container.Entity entity)
Opens a stream with the content of the container's entity.
|
InputStream |
EmailContainer.openEntityStream(Container.Entity entity)
Opens a stream with the content of the container's entity.
|
InputStream |
EmailTextExtractorBase.openEntityStream(Container.Entity entity)
Opens a stream with the content of the container's entity.
|
InputStream |
IContainer.openEntityStream(Container.Entity entity)
Opens a stream with the content of the container's entity.
|
InputStream |
PdfTextExtractor.openEntityStream(Container.Entity entity)
Opens a stream with the content of the container's entity.
|
protected abstract InputStream |
Container.openStream(Container.Entity entity)
Returns the stream with the content of the
entity . |
protected InputStream |
FolderContainer.openStream(Container.Entity entity)
Returns the stream with the content of the
entity . |
protected InputStream |
PersonalStorageContainer.openStream(Container.Entity entity)
Returns the stream with the content of the
entity . |
protected InputStream |
ZipContainer.openStream(Container.Entity entity) |
Copyright © 2018. All rights reserved.