Package | Description |
---|---|
com.versionone.om |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationUnavailableException
Thrown when an instance is validated and cannot communicate with the
VersionOne Application.
|
class |
AttachmentLengthExceededException
Thrown when an attachment stream exceeds the server's allowed size limit.
|
class |
AuthenticationException
Throw when an instance is validated and the supplied credentials are invalid.
|
class |
DataException
Thrown when an entity is saved and a rule or security violation has occurred.
|
class |
MessageException
An exception with a message.
|
class |
NotRecipientofMessageException
The operation or attribute is only avalable when the logged in user is a recipient of the message.
|
Modifier and Type | Method and Description |
---|---|
<T extends ProjectAsset> |
V1InstanceGetter.byDisplayID(Class<T> clazz,
String displayID)
Returns an Entity of Type T with the given ID or null if the ID is
invalid.
|
InstanceConfiguration |
V1Instance.getConfiguration() |
Object |
V1Instance.getPropertyOnCustomType(CustomListValue entity,
String name,
boolean cachable) |
Member |
V1InstanceGetter.memberByUserName(String userName)
Retrieves the first Member with the given user name.
|
Project |
V1InstanceGetter.projectByName(String name)
Retrieves the first project with the given name or null.
|
Copyright © 2013 Version One, Inc.. All rights reserved.