Package | Description |
---|---|
com.versionone | |
com.versionone.apiclient | |
com.versionone.apiclient.interfaces |
Modifier and Type | Method and Description |
---|---|
static Oid |
Oid.fromToken(String oidtoken,
IMetaModel meta)
Create an OID from a token
|
Modifier and Type | Method and Description |
---|---|
Oid |
Services.getLoggedIn()
Get the Oid of the current logged in user
|
Oid |
Services.getOid(String token)
Get the Object Identifier from a token
|
boolean |
RequiredFieldValidator.isRequired(IAssetType assetType,
String attributeName)
Check whether the attribute corresponding to the attributeName is required in current VersionOne server setup.
|
boolean |
RequiredFieldValidator.isRequired(IAttributeDefinition definition)
Check whether the provided attribute is required in current VersionOne server setup.
|
QueryResult |
Services.retrieve(Query query)
Query VersionOne
|
void |
Asset.setOid(Oid value)
This method is used by Service after a new asset has been created.
|
List<IAttributeDefinition> |
RequiredFieldValidator.validate(Asset asset)
Validate all available Asset attributes.
|
Map<Asset,List<IAttributeDefinition>> |
RequiredFieldValidator.validate(Asset[] assets)
Validate collection of Assets.
|
boolean |
RequiredFieldValidator.validate(Asset asset,
IAttributeDefinition attributeDefinition)
Validate single Asset attribute.
|
Modifier and Type | Method and Description |
---|---|
Oid |
IServices.getLoggedIn()
Determines the OID of the currently logged in user.
|
Oid |
IServices.getOid(String token)
Returns an object identifier for the specified token.
|
QueryResult |
IServices.retrieve(Query query)
Executes a query and returns the results.
|
Copyright © 2015 VersionOne, Inc.. All rights reserved.