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 |
V1InstanceGetter.attachmentByID(AssetID id)
Returns an Attachment with the given ID or null if the ID is invalid.
|
Attachment |
V1InstanceGetter.attachmentByID(String sId)
Returns an Attachment with the given ID or null if the ID is invalid.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Collection<Attachment> |
V1InstanceGetter.attachments(AttachmentFilter filter)
Get attachments filtered by the criteria specified in the passed in
filter.
|
Collection<Attachment> |
BaseAsset.getAttachments(AttachmentFilter filter) |
Copyright © 2013 Version One, Inc.. All rights reserved.