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.
|
InstanceConfiguration |
V1Instance.getConfiguration() |
void |
Attachment.readFrom(InputStream input)
Read the attachment's content from the input stream.
|
void |
Entity.save()
Save any changes to this entity to the VersionOne System.
|
void |
Entity.save(String comment)
Save any changes to this entity to the VersionOne System with a comment.
|
void |
V1Instance.validate()
Validate the application path, user name and password used to construct
this instance.
|
void |
Attachment.writeTo(OutputStream output)
Write this attachment's content to the output stream.
|
Copyright © 2013 Version One, Inc.. All rights reserved.