Package | Description |
---|---|
com.versionone.om |
Modifier and Type | Method and Description |
---|---|
Attachment |
V1InstanceCreator.attachment(String name,
BaseAsset asset,
String filename,
InputStream stream)
Create a new attachment with a name.
|
Attachment |
V1InstanceCreator.attachment(String name,
BaseAsset asset,
String filename,
InputStream stream,
Map<String,Object> attributes)
Create a new attachment with a name.
|
Attachment |
BaseAsset.createAttachment(String name,
String fileName,
InputStream stream)
Create an attachment that belongs to this asset.
|
Attachment |
BaseAsset.createAttachment(String name,
String fileName,
InputStream stream,
Map<String,Object> attributes)
Create an attachment that belongs to this asset.
|
void |
Attachment.readFrom(InputStream input)
Read the attachment's content from the input stream.
|
Copyright © 2013 Version One, Inc.. All rights reserved.