Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W X 

A

acceptChanges() - Method in class com.versionone.apiclient.Asset
Accept changes to asset
acceptChanges() - Method in class com.versionone.apiclient.Attribute
Accept the changes to the attribute
add(int, int) - Method in class com.versionone.DB.DateTime
 
addAttributeValue(IAttributeDefinition, Object) - Method in class com.versionone.apiclient.Asset
Add an attribute value
addAuthorizationToHeader(HttpURLConnection) - Method in class com.versionone.apiclient.ProxyProvider
 
addCookie(Map<String, List<String>>) - Method in class com.versionone.apiclient.CookiesManager
Store cookie for using in next requests
addCookie(String, String, Date) - Method in class com.versionone.apiclient.CookiesManager
Add cookie to storage
addCookie(String, String, Date) - Method in interface com.versionone.apiclient.interfaces.ICookiesManager
Adds cookie to storage.
addCookiesToRequest(HttpURLConnection) - Method in class com.versionone.apiclient.CookiesManager
Add cookies to requests to the VersionOne service
after() - Method in class com.versionone.apiclient.Rank
Creates Rank with equivalent number and higher offset.
aggregate(IAttributeDefinition.Aggregate) - Method in interface com.versionone.apiclient.interfaces.IAttributeDefinition
Aggregate objects
and(IFilterTerm...) - Method in class com.versionone.apiclient.filters.GroupFilterTerm
Create an AndFilterTerm from the array of terms
AndFilterTerm - Class in com.versionone.apiclient.filters
Combine terms on a filter using 'and'
AndFilterTerm(IFilterTerm...) - Constructor for class com.versionone.apiclient.filters.AndFilterTerm
Create filter with a collection of terms
APIConfiguration - Class in com.versionone.apiclient
 
APIConfiguration() - Constructor for class com.versionone.apiclient.APIConfiguration
 
APIException - Exception in com.versionone.apiclient.exceptions
Represents a generic API exception
APIException(String, String) - Constructor for exception com.versionone.apiclient.exceptions.APIException
Create with message and token
APIException(String, String, Exception) - Constructor for exception com.versionone.apiclient.exceptions.APIException
Create with message, token, and exception
APIException(String) - Constructor for exception com.versionone.apiclient.exceptions.APIException
Create with just a message
APIException(String, Exception) - Constructor for exception com.versionone.apiclient.exceptions.APIException
Create with message and exception
AsOfBuilder - Class in com.versionone.apiclient.services
 
AsOfBuilder() - Constructor for class com.versionone.apiclient.services.AsOfBuilder
 
Asset - Class in com.versionone.apiclient
Represents one Asset in the VersionOne system.
Asset(Oid) - Constructor for class com.versionone.apiclient.Asset
Create from Object Id
Asset(IAssetType) - Constructor for class com.versionone.apiclient.Asset
Create based on type
AssetState - Enum in com.versionone.apiclient
VersionOne built in states for an Asset
AttachmentLengthException - Exception in com.versionone.apiclient.exceptions
Exception of attachment length
AttachmentLengthException(String) - Constructor for exception com.versionone.apiclient.exceptions.AttachmentLengthException
Creating exception object
AttachmentLengthException(String, Exception) - Constructor for exception com.versionone.apiclient.exceptions.AttachmentLengthException
Creating exception object
Attachments - Class in com.versionone.apiclient
Deprecated.
This class has been deprecated. Please use methods of the Services class instead.
Attachments(IAPIConnector) - Constructor for class com.versionone.apiclient.Attachments
Deprecated.
 
Attachments(V1Connector) - Constructor for class com.versionone.apiclient.Attachments
Deprecated.
 
Attribute - Class in com.versionone.apiclient
Base class for an attribute
Attribute(IAttributeDefinition, Asset) - Constructor for class com.versionone.apiclient.Attribute
 
attributes - Variable in class com.versionone.apiclient.services.QueryFind
 
AttributeSelection - Class in com.versionone.apiclient
Attributes being selected in a Query
AttributeSelection() - Constructor for class com.versionone.apiclient.AttributeSelection
 

B

before() - Method in class com.versionone.apiclient.Rank
Creates Rank with equivalent number and lower offset.
beginRequest(String, String) - Method in class com.versionone.apiclient.FileAPIConnector
Operation not supported
beginRequest(String, String) - Method in interface com.versionone.apiclient.interfaces.IAPIConnector
Deprecated.
Creating stream for writing data
beginRequest(String, String) - Method in class com.versionone.apiclient.V1APIConnector
Deprecated.
Beginning HTTP POST request to the server.
beginRequest(String, String) - Method in class com.versionone.apiclient.V1Connector
 
BigInt() - Constructor for class com.versionone.DB.BigInt
Create a null instance
BigInt(Object) - Constructor for class com.versionone.DB.BigInt
Create an instance and set value from another object If Object is | Value set based on String | Long.parseLong(value) Number | value.longValue()
Bit() - Constructor for class com.versionone.DB.Bit
Default Constructor
Bit(boolean) - Constructor for class com.versionone.DB.Bit
Construct from a Boolean value
Bit(Object) - Constructor for class com.versionone.DB.Bit
Construct from an Object Object Type | Value set by Boolean | value.booleanValue String | 0 or false - value is false | 1 or true - value is true | Boolean.parseBoolean(value) Anything else creates a NULL instance
Bit(int) - Constructor for class com.versionone.DB.Bit
Create from an integer.
booleanValue() - Method in class com.versionone.DB.Bit
Returns the value as a boolean
build(Query, BuildResult) - Method in class com.versionone.apiclient.services.CompositeBuilder
 
build(Query, BuildResult) - Method in interface com.versionone.apiclient.services.IQueryBuilder
 
build(Query, BuildResult) - Method in class com.versionone.apiclient.services.QueryBuilder
 
build() - Method in interface com.versionone.apiclient.V1Connector.IBuild
Required terminating method that returns the V1Connector object.
build(Class, String) - Method in class com.versionone.utils.Delegator
 
build(Object, String) - Method in class com.versionone.utils.Delegator
 
buildDocument(Reader, String) - Static method in class com.versionone.apiclient.XMLHandler
 
builders - Variable in class com.versionone.apiclient.services.CompositeBuilder
 
BuildResult - Class in com.versionone.apiclient.services
 
BuildResult() - Constructor for class com.versionone.apiclient.services.BuildResult
 
buildRunnable(Object, String) - Static method in class com.versionone.utils.Delegator
Convenience method to make a runnable delegate
buildRunnable(Class, String) - Static method in class com.versionone.utils.Delegator
Convenience method to make a runnable delegate

C

canMerge() - Method in interface com.versionone.apiclient.interfaces.IValueProvider
 
canMerge() - Method in class com.versionone.apiclient.services.QueryVariable
 
canMerge() - Method in class com.versionone.apiclient.services.ValueProvider
 
checkNull(Object) - Method in class com.versionone.apiclient.Attribute
 
checkReadOnly() - Method in class com.versionone.apiclient.Attribute
 
clearAttributeCache(IAttributeDefinition) - Method in class com.versionone.apiclient.Asset
Clear an attribute from cache based on definition.
coerce(Object) - Method in interface com.versionone.apiclient.interfaces.IAttributeDefinition
Attempt to convert the value into this type
com.versionone - package com.versionone
 
com.versionone.apiclient - package com.versionone.apiclient
 
com.versionone.apiclient.exceptions - package com.versionone.apiclient.exceptions
 
com.versionone.apiclient.filters - package com.versionone.apiclient.filters
 
com.versionone.apiclient.interfaces - package com.versionone.apiclient.interfaces
 
com.versionone.apiclient.services - package com.versionone.apiclient.services
 
com.versionone.utils - package com.versionone.utils
 
compare(DB.Int, DB.Int) - Static method in class com.versionone.DB.Int
Static method for comparing two Int values
compare(Duration, Duration) - Static method in class com.versionone.Duration
Compare two Duration instances
compare(Oid, Oid) - Static method in class com.versionone.Oid
Compare two oids
compareTo(Rank) - Method in class com.versionone.apiclient.Rank
Compares this Rank with the specified Rank.
compareTo(DB.DateTime) - Method in class com.versionone.DB.DateTime
 
compareTo(Version) - Method in class com.versionone.utils.Version
 
CompositeBuilder - Class in com.versionone.apiclient.services
 
CompositeBuilder() - Constructor for class com.versionone.apiclient.services.CompositeBuilder
 
ConnectionException - Exception in com.versionone.apiclient.exceptions
Exception thrown for connection errors
ConnectionException(String, int) - Constructor for exception com.versionone.apiclient.exceptions.ConnectionException
Create with message
ConnectionException(String, int, Exception) - Constructor for exception com.versionone.apiclient.exceptions.ConnectionException
Create with message and inner exception and response code
ConnectionException(String, Exception) - Constructor for exception com.versionone.apiclient.exceptions.ConnectionException
Create with message and inner exception.
ConnectionException(String) - Constructor for exception com.versionone.apiclient.exceptions.ConnectionException
Create with message
Connectors - Class in com.versionone.apiclient
Deprecated.
This class has been deprecated. Please use V1Connector instead.
Connectors() - Constructor for class com.versionone.apiclient.Connectors
Deprecated.
 
Connectors(IUrls, ICredentials) - Constructor for class com.versionone.apiclient.Connectors
Deprecated.
 
convertListToArray(List<?>, Class<T>) - Static method in class com.versionone.utils.V1Util
 
convertLocalToUtc(Date) - Static method in class com.versionone.DB.DateTime
Converts time in UTC timezone to local time.
convertLocalToUtc() - Method in class com.versionone.DB.DateTime
Converts this DateTime object to UTC.
convertSystemCrToXmlCr(String) - Static method in class com.versionone.utils.V1Util
Converts system specific end-of-line characters to xml specific end-of-line characters.
convertUtcToLocal(Date) - Static method in class com.versionone.DB.DateTime
Converts time in local timezone to UTC time.
convertUtcToLocal() - Method in class com.versionone.DB.DateTime
Converts this DateTime object to UTC.
convertXmlCrToSystemCr(String) - Static method in class com.versionone.utils.V1Util
Converts xml specific end-of-line characters to system specific end-of-line characters.
CookiesManager - Class in com.versionone.apiclient
Class for process and store cookies for requests to the VersionOne service
copyStream(Reader, Writer) - Static method in class com.versionone.utils.V1Util
Coping data(character type) from input reader to output writer.
copyStream(InputStream, OutputStream) - Static method in class com.versionone.utils.V1Util
Coping data(binary type) from input stream to output stream.
copyStream(Reader, Writer, int) - Static method in class com.versionone.utils.V1Util
Coping data(character type) from input reader to output writer.
copyStream(InputStream, OutputStream, int) - Static method in class com.versionone.utils.V1Util
Coping data(binary type) from input stream to output stream.
createDocumentBuilder() - Static method in class com.versionone.apiclient.XMLHandler
Create the Xerces Document Builder
createNew(IAssetType, Oid) - Method in interface com.versionone.apiclient.interfaces.IServices
Creates a new asset.
createNew(IAssetType, Oid) - Method in class com.versionone.apiclient.Services
Create new Asset
Credentials - Class in com.versionone.apiclient
Deprecated.
This class has been deprecated. Please use V1Connector instead.
Credentials() - Constructor for class com.versionone.apiclient.Credentials
Deprecated.
 
customHttpHeaders - Variable in class com.versionone.apiclient.V1APIConnector
Deprecated.
 

D

DateTime() - Constructor for class com.versionone.DB.DateTime
Default Construction (creates a null object)
DateTime(Date) - Constructor for class com.versionone.DB.DateTime
Create and set value from a java.util.Date instance
DateTime(Object) - Constructor for class com.versionone.DB.DateTime
Create and set value from an Object If Object is | Value set by String | Use a SimpleDateFormat object to parse string | Expected format is yyyy-MM-dd'T'HH:mm:ss in UTC Date | Set the date (same as DateTime(Date value)
DAY_FORMAT - Static variable in class com.versionone.DB.DateTime
 
DAY_N_TIME_FORMAT - Static variable in class com.versionone.DB.DateTime
 
DB - Class in com.versionone
Base class for data types used in the Java SDK.
DB() - Constructor for class com.versionone.DB
 
DB.BigInt - Class in com.versionone
DB type for Long
DB.Bit - Class in com.versionone
DB type for Boolean values
DB.DateTime - Class in com.versionone
DB Type for Dates
DB.Int - Class in com.versionone
DB Class for Integers
DB.NullObject - Class in com.versionone
Represents a NULL DB object
DB.Real - Class in com.versionone
DB type for Float
DB.Str - Class in com.versionone
DB type for Strings
DefaultStringize() - Constructor for class com.versionone.apiclient.services.TextBuilder.DefaultStringize
 
DelegateInvokeException(Throwable) - Constructor for exception com.versionone.utils.Delegator.DelegateInvokeException
 
DelegateProxy(Object, Class, String, Delegator) - Constructor for class com.versionone.utils.Delegator.DelegateProxy
constructor supplying a Class passing in types not template
Delegator - Class in com.versionone.utils
Delegator class from the article http://www.onjava.com/pub/a/onjava/2003/05/21/delegates.html?page=1 Class representing a delegate template - also a factory returning the real delegate object
Delegator(Class[], Class) - Constructor for class com.versionone.utils.Delegator
 
Delegator(Class) - Constructor for class com.versionone.utils.Delegator
 
Delegator.DelegateInvokeException - Exception in com.versionone.utils
All problems become this type of exception As a runtime we do not impose burdens on the calling code
Delegator.DelegateProxy - Class in com.versionone.utils
 
deleteAllCookies() - Method in class com.versionone.apiclient.CookiesManager
 
deleteAllCookies() - Method in interface com.versionone.apiclient.interfaces.ICookiesManager
Deletes all cookies from the storage
deleteCookie(String) - Method in class com.versionone.apiclient.CookiesManager
Removes cookie from the storage
deleteCookie(String) - Method in interface com.versionone.apiclient.interfaces.ICookiesManager
Removes cookie from the storage.
doBuild(Query, BuildResult) - Method in class com.versionone.apiclient.SelectionBuilder
 
doBuild(Query, BuildResult) - Method in class com.versionone.apiclient.services.AsOfBuilder
 
doBuild(Query, BuildResult) - Method in class com.versionone.apiclient.services.FindBuilder
 
doBuild(Query, BuildResult) - Method in class com.versionone.apiclient.services.HierarchicalPartBuilder
 
doBuild(Query, BuildResult) - Method in class com.versionone.apiclient.services.PagingBuilder
 
doBuild(Query, BuildResult) - Method in class com.versionone.apiclient.services.QueryBuilder
 
doBuild(Query, BuildResult) - Method in class com.versionone.apiclient.services.WhereBuilder
 
doBuild(Query, BuildResult) - Method in class com.versionone.apiclient.services.WithVariablesBuilder
 
doBuild(Query, BuildResult) - Method in class com.versionone.apiclient.SortBuilder
 
doubleValue() - Method in class com.versionone.apiclient.Rank
 
downcast(IAssetType) - Method in interface com.versionone.apiclient.interfaces.IAttributeDefinition
Downcast current object
Duration - Class in com.versionone
Class representing some duration of time
Duration() - Constructor for class com.versionone.Duration
Default constructor sets duration to 0 days
Duration(int, Duration.Unit) - Constructor for class com.versionone.Duration
Create from amount and unit
Duration(String) - Constructor for class com.versionone.Duration
Create instance from a String Expected format is "%d {Unit}" for example "3 Days" (without the quotes)
Duration.Unit - Enum in com.versionone
Valid units for Duration

E

EMPTY_ARRAY - Static variable in class com.versionone.utils.Delegator
 
EMPTY_METHOD_ARRAY - Static variable in class com.versionone.utils.Delegator
 
EMPTY_OBJECT_ARRAY - Static variable in class com.versionone.utils.Delegator
 
endRequest(String) - Method in class com.versionone.apiclient.FileAPIConnector
Operation not supported
endRequest(String) - Method in interface com.versionone.apiclient.interfaces.IAPIConnector
Deprecated.
Getting response from request
endRequest(String) - Method in class com.versionone.apiclient.V1APIConnector
Deprecated.
Complete the HTTP request and get a response.
endRequest(String) - Method in class com.versionone.apiclient.V1Connector
 
ensureAttribute(IAttributeDefinition) - Method in class com.versionone.apiclient.Asset
 
EnvironmentContext - Class in com.versionone.apiclient
Deprecated.
This class has been deprecated. Please use V1Connector instead.
EnvironmentContext() - Constructor for class com.versionone.apiclient.EnvironmentContext
Deprecated.
 
EnvironmentContext(IModelsAndServices) - Constructor for class com.versionone.apiclient.EnvironmentContext
Deprecated.
 
equal(Object...) - Method in class com.versionone.apiclient.filters.FilterTerm
 
equals(Object) - Method in class com.versionone.apiclient.Rank
Compares this object with the specified object.
equals(Object) - Method in class com.versionone.DB.BigInt
Compare this instance to another DB.BigInt or another Long
equals(Object) - Method in class com.versionone.DB.Bit
Compare this instance to another DB.Bit or Boolean object
equals(Object) - Method in class com.versionone.DB.DateTime
Compare this instance to another instance of Db.DateTime or another Date object
equals(Object) - Method in class com.versionone.DB
Compare this object to another and return true if they are equal
equals(Object) - Method in class com.versionone.DB.Int
Compares this instance to another Int or Integer object
equals(Object) - Method in class com.versionone.DB.NullObject
Return true if the object is null, the object is an instance of NullObject or if the other object is a DB, then true if the other object is null.
equals(Object) - Method in class com.versionone.DB.Real
Compare this instance to another DB.Real or another Float
equals(Object) - Method in class com.versionone.DB.Str
Compare this instance to another Db.Str or String
equals(Object) - Method in class com.versionone.Duration
Compare this instance to another Duration
equals(Object) - Method in class com.versionone.Oid
Compare this instance to another oid
equals(Object, Object) - Static method in class com.versionone.utils.V1Util
Verification of equivalence of the objects.
equals(Object) - Method in class com.versionone.utils.Version
Determine if two versions are equal
executeOperation(IOperation, Oid) - Method in interface com.versionone.apiclient.interfaces.IServices
Executes an operation.
executeOperation(IOperation, Oid) - Method in class com.versionone.apiclient.Services
Execute an operation on the server
executePassThroughQuery(String) - Method in interface com.versionone.apiclient.interfaces.IServices
Executes a Query API query using in JSON or YAML format.
executePassThroughQuery(String) - Method in class com.versionone.apiclient.Services
 
exists() - Method in class com.versionone.apiclient.filters.FilterTerm
 

F

FileAPIConnector - Class in com.versionone.apiclient
IAPIConnector that reads data from a file.
FileAPIConnector(String, String) - Constructor for class com.versionone.apiclient.FileAPIConnector
Create Connector
filter(IFilterTerm) - Method in interface com.versionone.apiclient.interfaces.IAttributeDefinition
Add filter to object
FilterTerm - Class in com.versionone.apiclient.filters
 
FilterTerm(IAttributeDefinition) - Constructor for class com.versionone.apiclient.filters.FilterTerm
 
FilterTerm.Operator - Enum in com.versionone.apiclient.filters
 
FindBuilder - Class in com.versionone.apiclient.services
 
FindBuilder() - Constructor for class com.versionone.apiclient.services.FindBuilder
 
findMethod(Class) - Static method in class com.versionone.utils.Delegator
utility code to find the one suitable method in the passed in interface.
findSuitableMethod(Class, String, Delegator) - Static method in class com.versionone.utils.Delegator
Utility method to locate a proper Method object
floatValue() - Method in class com.versionone.apiclient.Rank
 
forceAttributeValue(IAttributeDefinition, Object) - Method in class com.versionone.apiclient.Asset
Force an attribute to a value
fromToken(String, IMetaModel) - Static method in class com.versionone.Oid
Create an OID from a token

G

get_connector() - Method in class com.versionone.apiclient.Services
 
get_loggedin() - Method in class com.versionone.apiclient.Services
 
getAddedValues() - Method in class com.versionone.apiclient.Attribute
Get values that were added
getAddress() - Method in class com.versionone.apiclient.ProxyProvider
 
getAmount() - Method in class com.versionone.Duration
return the amount specified by this Duration
getArguments() - Method in class com.versionone.utils.Delegator
accessor for argument classes
getAsOf() - Method in class com.versionone.apiclient.Query
Get asOf Date
getAsset() - Method in class com.versionone.apiclient.Attribute
Get the Asset that owns the attribute
getAssets() - Method in class com.versionone.apiclient.services.QueryResult
Get the Assets returned by the Query
getAssetType() - Method in class com.versionone.apiclient.Asset
Get type information
getAssetType() - Method in interface com.versionone.apiclient.interfaces.IAttributeDefinition
Get asset type information to this attribute
getAssetType(String) - Method in interface com.versionone.apiclient.interfaces.IMetaModel
Get type information on the asset specified in the token
getAssetType() - Method in interface com.versionone.apiclient.interfaces.IOperation
Get the type of asset for this operation
getAssetType(String) - Method in interface com.versionone.apiclient.interfaces.IServices
Returns the type information for an asset specified in a token.
getAssetType(String) - Method in class com.versionone.apiclient.MetaModel
Get an asset type based on a token
getAssetType() - Method in class com.versionone.apiclient.Query
get the asset type for the query
getAssetType(String) - Method in class com.versionone.apiclient.Services
Get the asset type from an token
getAssetType() - Method in class com.versionone.Oid
Get the AssetType
getAttachment(Oid) - Method in interface com.versionone.apiclient.interfaces.IServices
Returns the attachment data for the specified attachment Oid.
getAttachment(Oid) - Method in class com.versionone.apiclient.Services
 
getAttachment(String) - Method in class com.versionone.apiclient.V1Connector
 
getAttribute(IAttributeDefinition) - Method in class com.versionone.apiclient.Asset
Get an attribute based on definition
getAttributeDefinition(String) - Method in interface com.versionone.apiclient.interfaces.IAssetType
Get the definition of the specified attribute
getAttributeDefinition(String) - Method in interface com.versionone.apiclient.interfaces.IMetaModel
Get the definition of an attribute specified in the token
getAttributeDefinition(String) - Method in interface com.versionone.apiclient.interfaces.IServices
Returns the type information for an attribute specified in a token.
getAttributeDefinition(String) - Method in class com.versionone.apiclient.MetaModel
Get an attribute definition from a token
getAttributeDefinition(String) - Method in class com.versionone.apiclient.Services
Get the attribute definition
getAttributes() - Method in class com.versionone.apiclient.Asset
Get asset attributes
getAttributeType() - Method in interface com.versionone.apiclient.interfaces.IAttributeDefinition
Get type of attribute
getBase() - Method in interface com.versionone.apiclient.interfaces.IAssetType
Get the base asset for this type
getBase() - Method in interface com.versionone.apiclient.interfaces.IAttributeDefinition
Get base attribute information
getBuild() - Method in class com.versionone.utils.Version
 
getCandidateMethods(Class, String, int) - Static method in class com.versionone.utils.Delegator
utility method to get candidate methods to search
getCapacityPlanning() - Method in class com.versionone.apiclient.V1Configuration
Gets capacity planning setting.
getChildren() - Method in class com.versionone.apiclient.Asset
Get child assets
getConfigConnector() - Method in class com.versionone.apiclient.Connectors
Deprecated.
 
getConfigConnector() - Method in interface com.versionone.apiclient.interfaces.IConnectors
Deprecated.
 
getConfigConnectorWithProxy() - Method in class com.versionone.apiclient.Connectors
Deprecated.
 
getConfigConnectorWithProxy() - Method in interface com.versionone.apiclient.interfaces.IConnectors
Deprecated.
 
getConfigUrl() - Method in class com.versionone.apiclient.APIConfiguration
 
getConfigUrl() - Method in interface com.versionone.apiclient.interfaces.IAPIConfiguration
Deprecated.
 
getConfigUrl() - Method in interface com.versionone.apiclient.interfaces.IUrls
Deprecated.
 
getConfigUrl() - Method in class com.versionone.apiclient.Urls
Deprecated.
 
getCookie(String) - Method in class com.versionone.apiclient.CookiesManager
 
getCookie(String) - Method in interface com.versionone.apiclient.interfaces.ICookiesManager
Gets cookie from the storage.
getCookies() - Method in class com.versionone.apiclient.CookiesManager
Creates string with cookies for request.
getCookiesJar() - Method in class com.versionone.apiclient.V1APIConnector
Deprecated.
Returns a cookies jar.
getCookiesManager(String) - Static method in class com.versionone.apiclient.CookiesManager
 
getCookiesManager(String, String, String) - Static method in class com.versionone.apiclient.CookiesManager
 
getData() - Method in class com.versionone.apiclient.FileAPIConnector
 
getData(String) - Method in class com.versionone.apiclient.FileAPIConnector
 
getData() - Method in interface com.versionone.apiclient.interfaces.IAPIConnector
Deprecated.
Read data from the root of the connection Note: Caller is responsible for closing the returned stream
getData(String) - Method in interface com.versionone.apiclient.interfaces.IAPIConnector
Deprecated.
Read data from the path provided Note: Caller is responsible for closing the returned stream
getData() - Method in class com.versionone.apiclient.V1APIConnector
Deprecated.
Read data from the root of the connection.
getData(String) - Method in class com.versionone.apiclient.V1APIConnector
Deprecated.
Read data from the path provided.
getData() - Method in class com.versionone.apiclient.V1Connector
 
getData(String) - Method in class com.versionone.apiclient.V1Connector
 
getDataConnector() - Method in class com.versionone.apiclient.Connectors
Deprecated.
 
getDataConnector() - Method in interface com.versionone.apiclient.interfaces.IConnectors
Deprecated.
 
getDataConnectorWithProxy() - Method in class com.versionone.apiclient.Connectors
Deprecated.
 
getDataConnectorWithProxy() - Method in interface com.versionone.apiclient.interfaces.IConnectors
Deprecated.
 
getDataUrl() - Method in class com.versionone.apiclient.APIConfiguration
 
getDataUrl() - Method in interface com.versionone.apiclient.interfaces.IAPIConfiguration
Deprecated.
 
getDataUrl() - Method in interface com.versionone.apiclient.interfaces.IUrls
Deprecated.
 
getDataUrl() - Method in class com.versionone.apiclient.Urls
Deprecated.
 
getDate() - Method in class com.versionone.DB.DateTime
Gets the Date component of this instance.
getDays() - Method in class com.versionone.Duration
Get amount of this Duration in days
getDefaultOrderBy() - Method in interface com.versionone.apiclient.interfaces.IAssetType
Get attribute on which this asset is sorted by default.
getDefectTrackingLevel() - Method in interface com.versionone.apiclient.interfaces.IV1Configuration
Gets level of Defect tracking.
getDefectTrackingLevel() - Method in class com.versionone.apiclient.V1Configuration
Gets level of Defect tracking.
getDefinition() - Method in class com.versionone.apiclient.Attribute
Get the definition of the attribute
getDescriptionAttribute() - Method in interface com.versionone.apiclient.interfaces.IAssetType
 
getDisplayName() - Method in interface com.versionone.apiclient.interfaces.IAssetType
Get the display name for this asset type
getDisplayName() - Method in interface com.versionone.apiclient.interfaces.IAttributeDefinition
Get attribute display name
getDomenToken(String) - Static method in class com.versionone.apiclient.CookiesManager
Generate unique token based on path and user name
getEmbeddedImage(Oid) - Method in interface com.versionone.apiclient.interfaces.IServices
Returns the embedded image data for the specified attachment Oid.
getEmbeddedImage(Oid) - Method in class com.versionone.apiclient.Services
 
getFilter() - Method in class com.versionone.apiclient.Query
Get the filter
getFind() - Method in class com.versionone.apiclient.Query
 
getFloatValue() - Method in class com.versionone.DB.Real
Return the float as basic type
getInterface() - Method in class com.versionone.utils.Delegator
 
getKey() - Method in class com.versionone.Oid
Get the id for this instance
getLastData() - Method in class com.versionone.apiclient.FileAPIConnector
 
getLastPath() - Method in class com.versionone.apiclient.FileAPIConnector
 
getLocalization(IAttributeDefinition) - Method in interface com.versionone.apiclient.interfaces.IServices
Returns a localization value based on an attribute definition.
getLocalization(String) - Method in interface com.versionone.apiclient.interfaces.IServices
Returns a localization value based on key.
getLocalization(ArrayList<IAttributeDefinition>) - Method in interface com.versionone.apiclient.interfaces.IServices
Returns a Map of localized values.
getLocalization(IAttributeDefinition) - Method in class com.versionone.apiclient.Services
 
getLocalization(String) - Method in class com.versionone.apiclient.Services
 
getLocalization(ArrayList<IAttributeDefinition>) - Method in class com.versionone.apiclient.Services
 
getLoggedIn() - Method in interface com.versionone.apiclient.interfaces.IServices
Determines the OID of the currently logged in user.
getLoggedIn() - Method in class com.versionone.apiclient.Services
Get the Oid of the current logged in user
getMajor() - Method in class com.versionone.utils.Version
 
getMaxAttachmentSize() - Method in interface com.versionone.apiclient.interfaces.IV1Configuration
Gets maximum size of attachment file.
getMaxAttachmentSize() - Method in class com.versionone.apiclient.V1Configuration
Gets maximum size of attachment file.
getMeta() - Method in interface com.versionone.apiclient.interfaces.IServices
Returns the MetaModel.
getMeta() - Method in class com.versionone.apiclient.Services
 
getMetaConnector() - Method in class com.versionone.apiclient.Connectors
Deprecated.
 
getMetaConnector() - Method in interface com.versionone.apiclient.interfaces.IConnectors
Deprecated.
 
getMetaConnectorWithProxy() - Method in class com.versionone.apiclient.Connectors
Deprecated.
 
getMetaConnectorWithProxy() - Method in interface com.versionone.apiclient.interfaces.IConnectors
Deprecated.
 
getMetaModel() - Method in class com.versionone.apiclient.EnvironmentContext
Deprecated.
 
getMetaModel() - Method in interface com.versionone.apiclient.interfaces.IModelsAndServices
Deprecated.
 
getMetaModel() - Method in class com.versionone.apiclient.ModelsAndServices
Deprecated.
 
getMetaModelWithProxy() - Method in class com.versionone.apiclient.EnvironmentContext
Deprecated.
 
getMetaModelWithProxy() - Method in interface com.versionone.apiclient.interfaces.IModelsAndServices
Deprecated.
 
getMetaModelWithProxy() - Method in class com.versionone.apiclient.ModelsAndServices
Deprecated.
 
getMetaUrl() - Method in class com.versionone.apiclient.APIConfiguration
 
getMetaUrl() - Method in interface com.versionone.apiclient.interfaces.IAPIConfiguration
Deprecated.
 
getMetaUrl() - Method in interface com.versionone.apiclient.interfaces.IUrls
Deprecated.
 
getMetaUrl() - Method in class com.versionone.apiclient.Urls
Deprecated.
 
getMethod() - Method in class com.versionone.utils.Delegator.DelegateProxy
accessor for the method
getMinor() - Method in class com.versionone.utils.Version
 
getMoment() - Method in class com.versionone.Oid
get the moment for this oid
getMomentless() - Method in class com.versionone.Oid
Get this instance as a momentless oid
getName() - Method in interface com.versionone.apiclient.interfaces.IAttributeDefinition
Get attribute name
getName() - Method in interface com.versionone.apiclient.interfaces.IOperation
Get the operation name
getNameAttribute() - Method in interface com.versionone.apiclient.interfaces.IAssetType
 
getNames() - Method in class com.versionone.apiclient.AttributeSelection
Get a comma separated string of the names of all the attributes being selected
getNewAssets() - Method in class com.versionone.apiclient.Asset
Used to add new relationships and get new assets
getNewValue() - Method in class com.versionone.apiclient.Attribute
Get the new value of the attribute
getNewValues() - Method in class com.versionone.apiclient.Attribute
Get the new Valued
getOid() - Method in class com.versionone.apiclient.Asset
Get Asset Object Identifier
getOid(String) - Method in interface com.versionone.apiclient.interfaces.IServices
Returns an object identifier for the specified token.
getOid() - Method in class com.versionone.apiclient.Query
Get the query oid
getOid(String) - Method in class com.versionone.apiclient.Services
Get the Object Identifier from a token
getOperation(String) - Method in interface com.versionone.apiclient.interfaces.IAssetType
 
getOperation(String) - Method in interface com.versionone.apiclient.interfaces.IMetaModel
Get information on an operation specified in the token
getOperation(String) - Method in interface com.versionone.apiclient.interfaces.IServices
Returns the type information for an operation specified in a token.
getOperation(String) - Method in class com.versionone.apiclient.MetaModel
Get an operation based on a token
getOperation(String) - Method in class com.versionone.apiclient.Services
Get an operation from a token
getOrderBy() - Method in class com.versionone.apiclient.Query
Get the OrderBy information
getOriginalValue() - Method in class com.versionone.apiclient.Attribute
Get the original value of the attribute
getOriginalValues() - Method in class com.versionone.apiclient.Attribute
Get the original values
getPageSize() - Method in class com.versionone.apiclient.Paging
 
getPaging() - Method in class com.versionone.apiclient.Query
Get Paging details
getParentRelation() - Method in class com.versionone.apiclient.Query
The the AttributeDefinition
getPassword() - Method in class com.versionone.apiclient.ProxyProvider
 
getProxyObject() - Method in class com.versionone.apiclient.ProxyProvider
 
getProxyPassword() - Method in class com.versionone.apiclient.APIConfiguration
 
getProxyPassword() - Method in class com.versionone.apiclient.Credentials
Deprecated.
 
getProxyPassword() - Method in interface com.versionone.apiclient.interfaces.IAPIConfiguration
Deprecated.
 
getProxyPassword() - Method in interface com.versionone.apiclient.interfaces.ICredentials
Deprecated.
 
getProxyUrl() - Method in class com.versionone.apiclient.APIConfiguration
 
getProxyUrl() - Method in interface com.versionone.apiclient.interfaces.IAPIConfiguration
Deprecated.
 
getProxyUrl() - Method in interface com.versionone.apiclient.interfaces.IUrls
Deprecated.
 
getProxyUrl() - Method in class com.versionone.apiclient.Urls
Deprecated.
 
getProxyUserName() - Method in class com.versionone.apiclient.APIConfiguration
 
getProxyUserName() - Method in class com.versionone.apiclient.Credentials
Deprecated.
 
getProxyUserName() - Method in interface com.versionone.apiclient.interfaces.IAPIConfiguration
Deprecated.
 
getProxyUserName() - Method in interface com.versionone.apiclient.interfaces.ICredentials
Deprecated.
 
getQuery() - Method in class com.versionone.apiclient.services.QueryResult
Get the query used to generate this
getReader(String) - Method in class com.versionone.apiclient.Attachments
Deprecated.
Getting reader
getReader(String) - Method in interface com.versionone.apiclient.interfaces.IAttachments
Deprecated.
Getting reader
getRelatedAsset() - Method in interface com.versionone.apiclient.interfaces.IAttributeDefinition
Get type information for related asset if this attribute is a relation
getRemovedValues() - Method in class com.versionone.apiclient.Attribute
Get the values that were removed
getReturn() - Method in class com.versionone.utils.Delegator
accessor for return class
getRevision() - Method in class com.versionone.utils.Version
 
getSelection() - Method in class com.versionone.apiclient.Query
Get the attributes used in a 'sel'
getServerResponseCode() - Method in exception com.versionone.apiclient.exceptions.ConnectionException
Return the response code the server returned
getServices() - Method in class com.versionone.apiclient.EnvironmentContext
Deprecated.
 
getServices() - Method in interface com.versionone.apiclient.interfaces.IModelsAndServices
Deprecated.
 
getServices() - Method in class com.versionone.apiclient.ModelsAndServices
Deprecated.
 
getServicesWithProxy() - Method in class com.versionone.apiclient.EnvironmentContext
Deprecated.
 
getServicesWithProxy() - Method in interface com.versionone.apiclient.interfaces.IModelsAndServices
Deprecated.
 
getServicesWithProxy() - Method in class com.versionone.apiclient.ModelsAndServices
Deprecated.
 
getShortNameAttribute() - Method in interface com.versionone.apiclient.interfaces.IAssetType
 
getShortToken() - Method in class com.versionone.apiclient.filters.FilterTerm
 
getShortToken() - Method in class com.versionone.apiclient.filters.GroupFilterTerm
 
getShortToken() - Method in interface com.versionone.apiclient.filters.IFilterTerm
 
getShortToken() - Method in class com.versionone.apiclient.NoOpTerm
 
getShortToken() - Method in class com.versionone.apiclient.TokenTerm
 
getStart() - Method in class com.versionone.apiclient.Paging
 
getStoryTrackingLevel() - Method in interface com.versionone.apiclient.interfaces.IV1Configuration
Gets level of Story tracking.
getStoryTrackingLevel() - Method in class com.versionone.apiclient.V1Configuration
Gets level of Story tracking.
getTarget() - Method in class com.versionone.utils.Delegator.DelegateProxy
accessor for the target
getTerms() - Method in class com.versionone.apiclient.services.OrderBy
 
getToken() - Method in class com.versionone.apiclient.AttributeSelection
Get a comma separated string of the names of all the attributes being selected
getToken() - Method in class com.versionone.apiclient.filters.FilterTerm
 
getToken() - Method in class com.versionone.apiclient.filters.GroupFilterTerm
 
getToken() - Method in interface com.versionone.apiclient.filters.IFilterTerm
 
getToken() - Method in interface com.versionone.apiclient.interfaces.IAssetType
Return the token for this Asset Type
getToken() - Method in interface com.versionone.apiclient.interfaces.IAttributeDefinition
Get attribute token
getToken() - Method in interface com.versionone.apiclient.interfaces.IOperation
Get the token for this operation
getToken() - Method in class com.versionone.apiclient.NoOpTerm
 
getToken() - Method in class com.versionone.apiclient.Paging
Get the paging token
getToken() - Method in class com.versionone.apiclient.services.OrderBy
Get the sort token
getToken() - Method in class com.versionone.apiclient.services.QueryVariable
 
getToken() - Method in class com.versionone.apiclient.TokenTerm
 
getToken() - Method in class com.versionone.Oid
Get the token for this object identifier
getTotalAvaliable() - Method in class com.versionone.apiclient.services.QueryResult
Get the total number of Assets available
getUnits() - Method in class com.versionone.Duration
return the units specified by this Duration
getUserAgentHeader() - Method in class com.versionone.apiclient.V1APIConnector
Deprecated.
Get the value for the user-agent header.
getUserName() - Method in class com.versionone.apiclient.ProxyProvider
 
getV1Configuration() - Method in class com.versionone.apiclient.EnvironmentContext
Deprecated.
 
getV1Configuration() - Method in interface com.versionone.apiclient.interfaces.IModelsAndServices
Deprecated.
 
getV1Configuration() - Method in class com.versionone.apiclient.ModelsAndServices
Deprecated.
 
getV1ConfigurationWithProxy() - Method in class com.versionone.apiclient.EnvironmentContext
Deprecated.
 
getV1ConfigurationWithProxy() - Method in interface com.versionone.apiclient.interfaces.IModelsAndServices
Deprecated.
 
getV1ConfigurationWithProxy() - Method in class com.versionone.apiclient.ModelsAndServices
Deprecated.
 
getV1Connector() - Method in interface com.versionone.apiclient.interfaces.IServices
Returns the V1Connector.
getV1Connector() - Method in class com.versionone.apiclient.Services
 
getV1Password() - Method in class com.versionone.apiclient.APIConfiguration
 
getV1Password() - Method in class com.versionone.apiclient.Credentials
Deprecated.
 
getV1Password() - Method in interface com.versionone.apiclient.interfaces.IAPIConfiguration
Deprecated.
 
getV1Password() - Method in interface com.versionone.apiclient.interfaces.ICredentials
Deprecated.
 
getV1Url() - Method in class com.versionone.apiclient.APIConfiguration
 
getV1Url() - Method in interface com.versionone.apiclient.interfaces.IAPIConfiguration
Deprecated.
 
getV1Url() - Method in interface com.versionone.apiclient.interfaces.IUrls
Deprecated.
 
getV1Url() - Method in class com.versionone.apiclient.Urls
Deprecated.
 
getV1UserName() - Method in class com.versionone.apiclient.APIConfiguration
 
getV1UserName() - Method in class com.versionone.apiclient.Credentials
Deprecated.
 
getV1UserName() - Method in interface com.versionone.apiclient.interfaces.IAPIConfiguration
Deprecated.
 
getV1UserName() - Method in interface com.versionone.apiclient.interfaces.ICredentials
Deprecated.
 
getValidatorAttribute() - Method in interface com.versionone.apiclient.interfaces.IOperation
Get the definition for the attribute used to validate this operation
getValue() - Method in class com.versionone.apiclient.Attribute
Get the current value of the attribute
getValue() - Method in class com.versionone.DB.BigInt
return the Long value or null if the instance is null
getValue() - Method in class com.versionone.DB.Bit
Returns the Boolean value or null if the instance is null
getValue() - Method in class com.versionone.DB.DateTime
Get the Date object or null if this instance is null
getValue() - Method in class com.versionone.DB
Get the value of the data.
getValue() - Method in class com.versionone.DB.Int
If this instance is not null, return an Integer object otherwise return null
getValue() - Method in class com.versionone.DB.NullObject
Returns null
getValue() - Method in class com.versionone.DB.Real
Return the Double value of this object or null if this instance is null
getValue() - Method in class com.versionone.DB.Str
Returns the String, or NULL if the instance is null
getValue() - Method in class com.versionone.utils.HashCode
 
getValues() - Method in class com.versionone.apiclient.Attribute
Get the current values of the attribute
getValues() - Method in interface com.versionone.apiclient.interfaces.IValueProvider
 
getValues() - Method in class com.versionone.apiclient.services.QueryVariable
 
getValues() - Method in class com.versionone.apiclient.services.ValueProvider
 
getVariables() - Method in class com.versionone.apiclient.Query
 
getVersion() - Method in class com.versionone.apiclient.MetaModel
Get MetaMode version
getWriter(String, String) - Method in class com.versionone.apiclient.Attachments
Deprecated.
Getting writer
getWriter(String, String) - Method in interface com.versionone.apiclient.interfaces.IAttachments
Deprecated.
Getting writer
greater(Object...) - Method in class com.versionone.apiclient.filters.FilterTerm
 
greaterOrEqual(Object...) - Method in class com.versionone.apiclient.filters.FilterTerm
 
GroupFilterTerm - Class in com.versionone.apiclient.filters
Base class for grouping filter terms (i.e and, or)
GroupFilterTerm(IFilterTerm[]) - Constructor for class com.versionone.apiclient.filters.GroupFilterTerm
 

H

hasChanged() - Method in class com.versionone.apiclient.Asset
Determine if something changed
hasChanged() - Method in class com.versionone.apiclient.Attribute
Has this attribute changed
Hash(int) - Static method in class com.versionone.utils.HashCode
 
Hash(Object) - Static method in class com.versionone.utils.HashCode
 
Hash(int, int) - Static method in class com.versionone.utils.HashCode
 
Hash(Object, Object) - Static method in class com.versionone.utils.HashCode
 
Hash(int, int, int) - Static method in class com.versionone.utils.HashCode
 
Hash(Object, Object, Object) - Static method in class com.versionone.utils.HashCode
 
Hash(int[]) - Static method in class com.versionone.utils.HashCode
 
Hash(byte[]) - Static method in class com.versionone.utils.HashCode
 
Hash(Object[]) - Static method in class com.versionone.utils.HashCode
 
Hash(String) - Static method in class com.versionone.utils.HashCode
 
hashCode() - Method in class com.versionone.apiclient.Rank
Returns a hash code for this Rank.
hashCode() - Method in class com.versionone.DB
Return the hashCode for the object
hashCode() - Method in class com.versionone.DB.NullObject
returns 0
hashCode() - Method in class com.versionone.Duration
Get the hash code for this instance
hashCode() - Method in class com.versionone.Oid
Get the hash code for the oid
HashCode - Class in com.versionone.utils
Generate good hashcode from integer data.
HashCode() - Constructor for class com.versionone.utils.HashCode
 
hasMoment() - Method in class com.versionone.Oid
Does this instance contain a moment?
hasTerm() - Method in class com.versionone.apiclient.filters.GroupFilterTerm
 
HierarchicalPartBuilder - Class in com.versionone.apiclient.services
 
HierarchicalPartBuilder(boolean) - Constructor for class com.versionone.apiclient.services.HierarchicalPartBuilder
 

I

IAPIConfiguration - Interface in com.versionone.apiclient.interfaces
Deprecated.
This interface has been deprecated. Please use V1Connector instead.
IAPIConnector - Interface in com.versionone.apiclient.interfaces
Deprecated.
This interface has been deprecated. Please use V1Connector instead.
IAssetType - Interface in com.versionone.apiclient.interfaces
Interface defined by VersionOne AssetType
IAttachments - Interface in com.versionone.apiclient.interfaces
Deprecated.
This interface has been deprecated. Please use methods of the IServices interface instead.
IAttributeDefinition - Interface in com.versionone.apiclient.interfaces
Defines methods for the definition of a VersionOne attribute
IAttributeDefinition.Aggregate - Enum in com.versionone.apiclient.interfaces
Supported aggregate types
IAttributeDefinition.AttributeType - Enum in com.versionone.apiclient.interfaces
Supported attribute types
IConnectors - Interface in com.versionone.apiclient.interfaces
Deprecated.
This interface has been deprecated. Please use V1Connector instead.
ICookiesManager - Interface in com.versionone.apiclient.interfaces
 
ICredentials - Interface in com.versionone.apiclient.interfaces
Deprecated.
This interface has been deprecated. Please use V1Connector instead.
IDelegate - Interface in com.versionone.utils
Interface implemnted by the object returned by Delegator.bind Use this only when no suitable alternative interface is available
IFilterTerm - Interface in com.versionone.apiclient.filters
Interface required for Filter Terms
ILocalizer - Interface in com.versionone.apiclient.interfaces
Interface required for localizers
IMetaModel - Interface in com.versionone.apiclient.interfaces
Methods required by objects providing VersionOne MetaModel data
IModelsAndServices - Interface in com.versionone.apiclient.interfaces
Deprecated.
This interface has been deprecated. Please use V1Connector instead.
Int() - Constructor for class com.versionone.DB.Int
Create a NULL integer
Int(int) - Constructor for class com.versionone.DB.Int
Create from an int
Int(Object) - Constructor for class com.versionone.DB.Int
Supports creation from several types of object Object is | value set by calling String | Integer.valueOf(value) Number | value.intValue() Anything else causes the value to be null
intValue() - Method in class com.versionone.apiclient.Rank
 
intValue() - Method in class com.versionone.DB.Int
Return the int value of this object
invoke() - Method in class com.versionone.utils.Delegator.DelegateProxy
convenience call to handle case of no arguments
invoke(Object) - Method in class com.versionone.utils.Delegator.DelegateProxy
convenience call to handle case of one argument
invoke(Object, Object) - Method in class com.versionone.utils.Delegator.DelegateProxy
convenience call to handle case of two argument
invoke(Object, Method, Object[]) - Method in class com.versionone.utils.Delegator.DelegateProxy
method required by InvocationHandler so we can build dynamic Proxys
invoke(Object[]) - Method in class com.versionone.utils.Delegator.DelegateProxy
basic call to method
invoke(Object[]) - Method in interface com.versionone.utils.IDelegate
Thin wrapper in invoke
invoke(Object) - Method in interface com.versionone.utils.IDelegate
convenience call for 1 arg case
invoke(Object, Object) - Method in interface com.versionone.utils.IDelegate
convenience call for 2 arg case
invoke() - Method in interface com.versionone.utils.IDelegate
convenience call for no arg case
IOperation - Interface in com.versionone.apiclient.interfaces
Methods required by VersionOne Operation objects
IQueryBuilder - Interface in com.versionone.apiclient.services
 
isA(IAssetType) - Method in interface com.versionone.apiclient.interfaces.IAssetType
Determine if this Asset Type is the same as or derived from another type
isAfter() - Method in class com.versionone.apiclient.Rank
Determines if Rank has positive offset
isBefore() - Method in class com.versionone.apiclient.Rank
Determines if Rank has negative offset
isDefined(int) - Static method in enum com.versionone.apiclient.AssetState
Is an int a valid AssetState
isEffortTracking() - Method in interface com.versionone.apiclient.interfaces.IV1Configuration
Gets EffortTracking
isEffortTracking() - Method in class com.versionone.apiclient.V1Configuration
Gets EffortTracking
IServices - Interface in com.versionone.apiclient.interfaces
Methods implemented by a class providing VersionOne services.
isHistorical() - Method in class com.versionone.apiclient.Query
Is this a historical query
isMultiValue() - Method in interface com.versionone.apiclient.interfaces.IAttributeDefinition
Does this attribute support multiple values
isNull() - Method in class com.versionone.DB
Is the value null?
isNull() - Method in class com.versionone.Oid
Is this OID null
isNullOrEmpty(String) - Static method in class com.versionone.utils.V1Util
Verify - is string empty or null?
isReadOnly() - Method in interface com.versionone.apiclient.interfaces.IAttributeDefinition
Is this attribute read-only
isRequired() - Method in interface com.versionone.apiclient.interfaces.IAttributeDefinition
Is this a required attribute
isRequired(IAssetType, String) - Method in class com.versionone.apiclient.RequiredFieldValidator
Check whether the attribute corresponding to the attributeName is required in current VersionOne server setup.
isRequired(IAttributeDefinition) - Method in class com.versionone.apiclient.RequiredFieldValidator
Check whether the provided attribute is required in current VersionOne server setup.
isSuitableMethod(Method, Class[], Class) - Static method in class com.versionone.utils.Delegator
utility method to test suitability
isValidReturn(Method, Class) - Static method in class com.versionone.utils.Delegator
utility method to test return
IUrls - Interface in com.versionone.apiclient.interfaces
Deprecated.
This interface has been deprecated. Please use V1Connector instead.
IV1Configuration - Interface in com.versionone.apiclient.interfaces
Interface to access to VersionOne server configuration
IV1Configuration.TrackingLevel - Enum in com.versionone.apiclient.interfaces
Enumeration of tracking levels
IValueProvider - Interface in com.versionone.apiclient.interfaces
 

J

join(IAttributeDefinition) - Method in interface com.versionone.apiclient.interfaces.IAttributeDefinition
Join current token with new
join(Object[], String) - Static method in class com.versionone.apiclient.services.TextBuilder
Join an array of objects using their "toString" method.
join(Object[], String, IDelegate) - Static method in class com.versionone.apiclient.services.TextBuilder
Join an array of objects using a specific method common to all objects
join(List, String) - Static method in class com.versionone.apiclient.services.TextBuilder
Join with a list using "toString" method of each object in the list
join(List, String, IDelegate) - Static method in class com.versionone.apiclient.services.TextBuilder
Join with a list using specific method to join

L

less(Object...) - Method in class com.versionone.apiclient.filters.FilterTerm
 
lessOrEqual(Object...) - Method in class com.versionone.apiclient.filters.FilterTerm
 
loadAttributeValue(IAttributeDefinition, Object) - Method in class com.versionone.apiclient.Asset
 
Localizer - Class in com.versionone.apiclient
Represents the Localizer API on the VersionOne Server
Localizer(IAPIConnector) - Constructor for class com.versionone.apiclient.Localizer
Create with a connection
longValue() - Method in class com.versionone.apiclient.Rank
 
longValue() - Method in class com.versionone.DB.Int
Return the long value of this object

M

majorSort(IAttributeDefinition, OrderBy.Order) - Method in class com.versionone.apiclient.services.OrderBy
Set the attribute and order for major sort of returned data
merge(List<IAttributeDefinition>...) - Static method in class com.versionone.apiclient.AttributeSelection
 
merge(IValueProvider) - Method in interface com.versionone.apiclient.interfaces.IValueProvider
 
merge(IValueProvider) - Method in class com.versionone.apiclient.services.QueryVariable
 
merge(IValueProvider) - Method in class com.versionone.apiclient.services.ValueProvider
 
MetaException - Exception in com.versionone.apiclient.exceptions
Indicate an unrecoverable error with MetaData
MetaException(String, String) - Constructor for exception com.versionone.apiclient.exceptions.MetaException
 
MetaException(String, String, Exception) - Constructor for exception com.versionone.apiclient.exceptions.MetaException
 
MetaException(String) - Constructor for exception com.versionone.apiclient.exceptions.MetaException
 
MetaException(String, Exception) - Constructor for exception com.versionone.apiclient.exceptions.MetaException
 
MetaModel - Class in com.versionone.apiclient
Concrete class for obtaining metadata from the VersionOne server
MetaModel(IAPIConnector) - Constructor for class com.versionone.apiclient.MetaModel
Create from a connection and obtain meta-data as needed
MetaModel(IAPIConnector, boolean) - Constructor for class com.versionone.apiclient.MetaModel
Create from a connection and pre-load meta data
MetaModel(V1Connector) - Constructor for class com.versionone.apiclient.MetaModel
 
MetaModel(V1Connector, boolean) - Constructor for class com.versionone.apiclient.MetaModel
Create from a connection and pre-load meta data
MimeType - Class in com.versionone.apiclient
Provides a method to determine a file's MIME type based on its filename
MimeType() - Constructor for class com.versionone.apiclient.MimeType
 
MIN_DATE - Static variable in class com.versionone.apiclient.Query
 
minorSort(IAttributeDefinition, OrderBy.Order) - Method in class com.versionone.apiclient.services.OrderBy
Set the attribute and order for minor sort of returned data
Mix(int) - Method in class com.versionone.utils.HashCode
 
Mix(Object) - Method in class com.versionone.utils.HashCode
 
ModelsAndServices - Class in com.versionone.apiclient
Deprecated.
This class has been deprecated. Please use V1Connector instead.
ModelsAndServices() - Constructor for class com.versionone.apiclient.ModelsAndServices
Deprecated.
 
ModelsAndServices(IConnectors) - Constructor for class com.versionone.apiclient.ModelsAndServices
Deprecated.
 

N

name - Variable in class com.versionone.apiclient.services.QueryVariable
 
NameOf(Object) - Static method in class com.versionone.apiclient.AttributeSelection
Implementation detail.
NoOpTerm - Class in com.versionone.apiclient
 
NoOpTerm() - Constructor for class com.versionone.apiclient.NoOpTerm
 
notEqual(Object...) - Method in class com.versionone.apiclient.filters.FilterTerm
 
notExists() - Method in class com.versionone.apiclient.filters.FilterTerm
 
NotImplementedException - Exception in com.versionone.apiclient.exceptions
Used when something (feature, condition, etc) is not implemented in this version on the API
NotImplementedException() - Constructor for exception com.versionone.apiclient.exceptions.NotImplementedException
 
now() - Static method in class com.versionone.DB.DateTime
 
Null - Static variable in class com.versionone.DB
 
Null - Static variable in class com.versionone.Oid
 
NullOidToken - Static variable in class com.versionone.Oid
 

O

Oid - Class in com.versionone
VersionOne object identifier
Oid(IAssetType, DB.Int, DB.Int) - Constructor for class com.versionone.Oid
Oid(IAssetType, int, DB.Int) - Constructor for class com.versionone.Oid
Oid(IAssetType, int, int) - Constructor for class com.versionone.Oid
Create fully qualified object identifier
Oid(IAssetType, int) - Constructor for class com.versionone.Oid
Create Object Identifier without moment
Oid(IAssetType) - Constructor for class com.versionone.Oid
Create Object Identifier with just an AssetType
OidException - Exception in com.versionone.apiclient.exceptions
Exception thrown when the API encounters a problem related to Object Identifiers
OidException(String, String) - Constructor for exception com.versionone.apiclient.exceptions.OidException
Create with message and token
OidException(String, String, Exception) - Constructor for exception com.versionone.apiclient.exceptions.OidException
Create with message, token and another exception
OidException(String) - Constructor for exception com.versionone.apiclient.exceptions.OidException
Create with just a message
OidException(String, Exception) - Constructor for exception com.versionone.apiclient.exceptions.OidException
Create with a message and another exception
operate(FilterTerm.Operator, IValueProvider) - Method in class com.versionone.apiclient.filters.FilterTerm
 
operate(FilterTerm.Operator, Object...) - Method in class com.versionone.apiclient.filters.FilterTerm
 
or(IFilterTerm...) - Method in class com.versionone.apiclient.filters.GroupFilterTerm
Create an OrFilterTerm from the array of terms
OrderBy - Class in com.versionone.apiclient.services
Order a query
OrderBy() - Constructor for class com.versionone.apiclient.services.OrderBy
 
OrderBy.Order - Enum in com.versionone.apiclient.services
Supported sort orders
OrFilterTerm - Class in com.versionone.apiclient.filters
Combine terms in a filter using 'or'
OrFilterTerm(IFilterTerm...) - Constructor for class com.versionone.apiclient.filters.OrFilterTerm
Create filter collection of terms

P

Paging - Class in com.versionone.apiclient
Provides support for paging parameter in query.
Paging() - Constructor for class com.versionone.apiclient.Paging
Create with default paging - 0 to Max Integer
Paging(int, int) - Constructor for class com.versionone.apiclient.Paging
Create with a specific start element and page size
PagingBuilder - Class in com.versionone.apiclient.services
 
PagingBuilder() - Constructor for class com.versionone.apiclient.services.PagingBuilder
 
parse(String) - Static method in class com.versionone.Duration
Create a Duration from a String
pathParts - Variable in class com.versionone.apiclient.services.BuildResult
 
ProxyProvider - Class in com.versionone.apiclient
 
ProxyProvider(URI, String, String) - Constructor for class com.versionone.apiclient.ProxyProvider
Create proxy for connection.

Q

Query - Class in com.versionone.apiclient
Represents a VersionOne API Query
Query(IAssetType) - Constructor for class com.versionone.apiclient.Query
Create a query on an Asset Type
Query(IAssetType, IAttributeDefinition) - Constructor for class com.versionone.apiclient.Query
Create a query on attribute in an Asset
Query(IAssetType, boolean) - Constructor for class com.versionone.apiclient.Query
Create a historical query on an asset
Query(IAssetType, boolean, IAttributeDefinition) - Constructor for class com.versionone.apiclient.Query
Create a historical query on an attribute
Query(Oid, boolean) - Constructor for class com.versionone.apiclient.Query
Create a Query from an OID
Query(Oid) - Constructor for class com.versionone.apiclient.Query
Create a data query from an IOD
QueryBuilder - Class in com.versionone.apiclient.services
 
QueryBuilder() - Constructor for class com.versionone.apiclient.services.QueryBuilder
 
QueryFind - Class in com.versionone.apiclient.services
 
QueryFind(String) - Constructor for class com.versionone.apiclient.services.QueryFind
 
QueryFind(String, AttributeSelection) - Constructor for class com.versionone.apiclient.services.QueryFind
 
QueryResult - Class in com.versionone.apiclient.services
This class is used to wrap the results of a query and to allow the caller to know how many total items are available
QueryResult(Asset[], int, Query) - Constructor for class com.versionone.apiclient.services.QueryResult
 
QueryResult(Query) - Constructor for class com.versionone.apiclient.services.QueryResult
Use this constructor when you want to create a result with nothing
querystringParts - Variable in class com.versionone.apiclient.services.BuildResult
 
QueryURLBuilder - Class in com.versionone.apiclient.services
Responsible for building the query
QueryURLBuilder(Query, boolean) - Constructor for class com.versionone.apiclient.services.QueryURLBuilder
 
QueryVariable - Class in com.versionone.apiclient.services
 
QueryVariable(String, Object...) - Constructor for class com.versionone.apiclient.services.QueryVariable
 

R

Rank - Class in com.versionone.apiclient
Rank class used to order assets.
Rank(Object) - Constructor for class com.versionone.apiclient.Rank
Creates the Rank equivalent to specified object.
Real() - Constructor for class com.versionone.DB.Real
Create a null real
Real(double) - Constructor for class com.versionone.DB.Real
Create from an float
Real(Object) - Constructor for class com.versionone.DB.Real
Construct and set value based on an object If Object is | Value set by String | Float.parseFloat(value) Number | value.floatValue()
rejectChanges() - Method in class com.versionone.apiclient.Asset
Reject changes to this asset
rejectChanges() - Method in class com.versionone.apiclient.Attribute
Reject the changes to this attribute
removeAttributeValue(IAttributeDefinition, Object) - Method in class com.versionone.apiclient.Asset
Remove an attribute value
RequiredFieldValidator - Class in com.versionone.apiclient
 
RequiredFieldValidator(IMetaModel, IServices) - Constructor for class com.versionone.apiclient.RequiredFieldValidator
 
resolve(String) - Method in interface com.versionone.apiclient.interfaces.ILocalizer
Resolve the key to it's localized value
resolve(String) - Method in class com.versionone.apiclient.Localizer
Resolve the key to it's localized value
resolve(String) - Static method in class com.versionone.apiclient.MimeType
Return the file's MIME type, based on it's name.
retrieve(Query) - Method in interface com.versionone.apiclient.interfaces.IServices
Executes a query and returns the results.
retrieve(Query) - Method in class com.versionone.apiclient.Services
Query VersionOne
RUNNABLE_DELEGATE - Static variable in class com.versionone.utils.Delegator
 

S

save(Asset) - Method in interface com.versionone.apiclient.interfaces.IServices
Persists changes to an asset without a comment.
save(Asset, String) - Method in interface com.versionone.apiclient.interfaces.IServices
Persists changes to as asset with a comment.
save(Asset[]) - Method in interface com.versionone.apiclient.interfaces.IServices
Saves multiple assets without a comment.
save(Asset) - Method in class com.versionone.apiclient.Services
Save an asset with no comment
save(Asset, String) - Method in class com.versionone.apiclient.Services
Save an asset with comment
save(Asset[]) - Method in class com.versionone.apiclient.Services
Save an array of assets without comment
saveAttachment(String, Asset, String) - Method in interface com.versionone.apiclient.interfaces.IServices
Saves an attachment to the specified asset.
saveAttachment(String, Asset, String) - Method in class com.versionone.apiclient.Services
 
saveEmbeddedImage(String, Asset) - Method in interface com.versionone.apiclient.interfaces.IServices
Saves an embedded image to the specified asset.
saveEmbeddedImage(String, Asset) - Method in class com.versionone.apiclient.Services
 
SecurityException - Exception in com.versionone.apiclient.exceptions
Exception thrown when the APIClient encounters a security exception (401)
SecurityException() - Constructor for exception com.versionone.apiclient.exceptions.SecurityException
 
SelectionBuilder - Class in com.versionone.apiclient
 
SelectionBuilder() - Constructor for class com.versionone.apiclient.SelectionBuilder
 
sendData(String, String) - Method in class com.versionone.apiclient.FileAPIConnector
 
sendData(String, String) - Method in interface com.versionone.apiclient.interfaces.IAPIConnector
Deprecated.
Send data to the path Note: Caller is responsible for closing the returned stream
sendData(String, String) - Method in class com.versionone.apiclient.V1APIConnector
Deprecated.
Send data to the path.
sendData(String, Object) - Method in class com.versionone.apiclient.V1Connector
 
sendData(String, Object, String) - Method in class com.versionone.apiclient.V1Connector
 
Services - Class in com.versionone.apiclient
Wraps the services available in the VersionOne API
Services(IMetaModel, IAPIConnector) - Constructor for class com.versionone.apiclient.Services
 
Services(V1Connector) - Constructor for class com.versionone.apiclient.Services
 
setAsOf(Date) - Method in class com.versionone.apiclient.Query
Set asOf Date
setAttributeValue(IAttributeDefinition, Object) - Method in class com.versionone.apiclient.Asset
Set an attribute value
setFilter(IFilterTerm) - Method in class com.versionone.apiclient.Query
Set a filter
setFind(QueryFind) - Method in class com.versionone.apiclient.Query
 
setOid(Oid) - Method in class com.versionone.apiclient.Asset
This method is used by Service after a new asset has been created.
setOrderBy(OrderBy) - Method in class com.versionone.apiclient.Query
Set OrderBy information
setPageSize(int) - Method in class com.versionone.apiclient.Paging
 
setPaging(Paging) - Method in class com.versionone.apiclient.Query
Set paging details
setSelection(AttributeSelection) - Method in class com.versionone.apiclient.Query
Set the attribute selection
setStart(int) - Method in class com.versionone.apiclient.Paging
 
setUserAgentHeader(String, String) - Method in class com.versionone.apiclient.V1APIConnector
Deprecated.
Set a value for custom the user-agent header.
setWriter(String) - Method in class com.versionone.apiclient.Attachments
Deprecated.
Setting Writer
setWriter(String) - Method in interface com.versionone.apiclient.interfaces.IAttachments
Deprecated.
Setting Writer
size() - Method in class com.versionone.apiclient.services.OrderBy
Return the number of terms
SortBuilder - Class in com.versionone.apiclient
 
SortBuilder() - Constructor for class com.versionone.apiclient.SortBuilder
 
splitPrefix(String, char, StringBuffer, StringBuffer) - Static method in class com.versionone.apiclient.services.TextBuilder
Split a string at the first occurrence of a character.
Str() - Constructor for class com.versionone.DB.Str
Default Constructor
Str(Object) - Constructor for class com.versionone.DB.Str
Set value based on an Object.
stringize() - Method in interface com.versionone.apiclient.interfaces.IValueProvider
 
stringize() - Method in class com.versionone.apiclient.services.QueryVariable
 
stringize() - Method in class com.versionone.apiclient.services.ValueProvider
 
stringize(Object) - Method in class com.versionone.apiclient.services.ValueStringizer
 
STRINGIZER_DELEGATE - Static variable in class com.versionone.apiclient.services.TextBuilder
 
stringSendData(String, String) - Method in class com.versionone.apiclient.V1Connector
 
subtract(DB.DateTime) - Method in class com.versionone.DB.DateTime
Subtracts the specified date from this instance.

T

Term(IAttributeDefinition) - Method in class com.versionone.apiclient.filters.GroupFilterTerm
Create a filter term from the attribute definition
text - Variable in class com.versionone.apiclient.services.QueryFind
 
TextBuilder - Class in com.versionone.apiclient.services
Static methods for text manipulation.
TextBuilder() - Constructor for class com.versionone.apiclient.services.TextBuilder
 
TextBuilder.DefaultStringize - Class in com.versionone.apiclient.services
Default Delegate used by TextBuilder.
TokenOf(Object) - Static method in class com.versionone.apiclient.AttributeSelection
Implementation detail.
TokenTerm - Class in com.versionone.apiclient
 
TokenTerm(String) - Constructor for class com.versionone.apiclient.TokenTerm
 
toLong() - Method in class com.versionone.DB.DateTime
return the long value of this date
toString() - Method in class com.versionone.apiclient.Paging
Return object as a string (the token)
toString() - Method in class com.versionone.apiclient.Rank
Returns a string representation of this Rank.
toString() - Method in class com.versionone.apiclient.services.OrderBy
Get the string representation of the sort
toString() - Method in class com.versionone.apiclient.services.QueryURLBuilder
 
toString() - Method in class com.versionone.apiclient.services.QueryVariable
 
toString(Object) - Static method in class com.versionone.apiclient.services.TextBuilder.DefaultStringize
Convert object to string by calling toString
toString() - Method in class com.versionone.DB.DateTime
 
toString() - Method in class com.versionone.DB.NullObject
returns the empty string
toString() - Method in class com.versionone.DB
return the String representation of this object
toString() - Method in class com.versionone.Duration
Convert this instance to it's string representation (%d {Unit})
toString() - Method in class com.versionone.Oid
Object as string (the token)
toString() - Method in class com.versionone.utils.Version
Convert to string
toUrl() - Method in class com.versionone.apiclient.services.BuildResult
 

U

Urls - Class in com.versionone.apiclient
Deprecated.
This class has been deprecated. Please use V1Connector instead.
Urls() - Constructor for class com.versionone.apiclient.Urls
Deprecated.
 
useAttachmentApi() - Method in class com.versionone.apiclient.V1Connector
 
useConfigAPI() - Method in class com.versionone.apiclient.V1Connector
 
useDataAPI() - Method in class com.versionone.apiclient.V1Connector
 
useEmbeddedApi() - Method in class com.versionone.apiclient.V1Connector
 
useEndpoint(String) - Method in interface com.versionone.apiclient.V1Connector.IsetEndpoint
Deprecated.
This method has been deprecated.
useEndpoint(String) - Method in interface com.versionone.apiclient.V1Connector.IsetEndPointOrConnector
Optional method for specifying an API endpoint to connect to.
useHistoryAPI() - Method in class com.versionone.apiclient.V1Connector
 
useLoc2API() - Method in class com.versionone.apiclient.V1Connector
 
useLocAPI() - Method in class com.versionone.apiclient.V1Connector
 
useMetaAPI() - Method in class com.versionone.apiclient.V1Connector
 
useNewAPI() - Method in class com.versionone.apiclient.V1Connector
 
useOAuthEndpoints() - Method in interface com.versionone.apiclient.V1Connector.IsetEndpoint
Optional method for specifying that the connection should be made using the OAuth endpoints.
useQueryAPI() - Method in class com.versionone.apiclient.V1Connector
 

V

V1APIConnector - Class in com.versionone.apiclient
Deprecated.
This class has been deprecated. Please use V1Connector instead.
V1APIConnector(String) - Constructor for class com.versionone.apiclient.V1APIConnector
Deprecated.
Create a connection with only the URL to the VersionOne server.
V1APIConnector(String, ProxyProvider) - Constructor for class com.versionone.apiclient.V1APIConnector
Deprecated.
Create a connection with only the URL to the VersionOne server through a proxy.
V1APIConnector(String, String, String) - Constructor for class com.versionone.apiclient.V1APIConnector
Deprecated.
Create a connection using a username and password.
V1APIConnector(String, String, String, ProxyProvider) - Constructor for class com.versionone.apiclient.V1APIConnector
Deprecated.
Create a connection using username and password through a proxy.
V1Configuration - Class in com.versionone.apiclient
Class to access to VersionOne server configuration
V1Configuration(IAPIConnector) - Constructor for class com.versionone.apiclient.V1Configuration
Creates V1Configuration object
V1Configuration(V1Connector) - Constructor for class com.versionone.apiclient.V1Configuration
 
V1Connector - Class in com.versionone.apiclient
 
V1Connector(String) - Constructor for class com.versionone.apiclient.V1Connector
 
V1Connector.IAuthenticationMethods - Interface in com.versionone.apiclient
 
V1Connector.IBuild - Interface in com.versionone.apiclient
 
V1Connector.IProxy - Interface in com.versionone.apiclient
 
V1Connector.IsetEndpoint - Interface in com.versionone.apiclient
 
V1Connector.IsetEndPointOrConnector - Interface in com.versionone.apiclient
 
V1Connector.IsetProxyOrConnector - Interface in com.versionone.apiclient
 
V1Connector.IsetProxyOrEndPointOrConnector - Interface in com.versionone.apiclient
 
V1Connector.ISetUserAgentMakeRequest - Interface in com.versionone.apiclient
 
V1Exception - Exception in com.versionone.apiclient.exceptions
Base class for all VersionOne Java SDK exceptions
V1Exception(String) - Constructor for exception com.versionone.apiclient.exceptions.V1Exception
Create with just a message.
V1Exception(String, Exception) - Constructor for exception com.versionone.apiclient.exceptions.V1Exception
Create with a message and nested exception.
V1Util - Class in com.versionone.utils
Set of units.
validate(Asset, IAttributeDefinition) - Method in class com.versionone.apiclient.RequiredFieldValidator
Validate single Asset attribute.
validate(Asset) - Method in class com.versionone.apiclient.RequiredFieldValidator
Validate all available Asset attributes.
validate(Asset[]) - Method in class com.versionone.apiclient.RequiredFieldValidator
Validate collection of Assets.
validateArgs(Object[]) - Method in class com.versionone.utils.Delegator.DelegateProxy
if uncommented in invoke this code will throw an IllegalArgument call if arguments are of the wrong type
value() - Method in enum com.versionone.apiclient.AssetState
Get the integer value of this state
valueOf(String) - Static method in enum com.versionone.apiclient.AssetState
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.versionone.apiclient.AssetState
Select AssetState based on an integer value
valueOf(String) - Static method in enum com.versionone.apiclient.filters.FilterTerm.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.versionone.apiclient.interfaces.IAttributeDefinition.Aggregate
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.versionone.apiclient.interfaces.IAttributeDefinition.AttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.versionone.apiclient.interfaces.IV1Configuration.TrackingLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.versionone.apiclient.services.OrderBy.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.versionone.Duration.Unit
Returns the enum constant of this type with the specified name.
ValueProvider - Class in com.versionone.apiclient.services
 
ValueProvider(Object[]) - Constructor for class com.versionone.apiclient.services.ValueProvider
 
values() - Static method in enum com.versionone.apiclient.AssetState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.versionone.apiclient.filters.FilterTerm.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.versionone.apiclient.interfaces.IAttributeDefinition.Aggregate
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.versionone.apiclient.interfaces.IAttributeDefinition.AttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.versionone.apiclient.interfaces.IV1Configuration.TrackingLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.versionone.apiclient.services.OrderBy.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.versionone.Duration.Unit
Returns an array containing the constants of this enum type, in the order they are declared.
ValueStringizer - Class in com.versionone.apiclient.services
 
ValueStringizer() - Constructor for class com.versionone.apiclient.services.ValueStringizer
 
ValueStringizer(String) - Constructor for class com.versionone.apiclient.services.ValueStringizer
 
Version - Class in com.versionone.utils
Represents the API Version
Version() - Constructor for class com.versionone.utils.Version
Create 1.0.0.0 version
Version(String) - Constructor for class com.versionone.utils.Version
Parse a string to create version Expected format {major}.{minor}.{build}.{revision}

W

WhereBuilder - Class in com.versionone.apiclient.services
 
WhereBuilder() - Constructor for class com.versionone.apiclient.services.WhereBuilder
 
withAccessToken(String) - Method in interface com.versionone.apiclient.V1Connector.IAuthenticationMethods
Optional method for setting the access token for authentication.
withInstanceUrl(String) - Static method in class com.versionone.apiclient.V1Connector
 
withOAuth2Token(String) - Method in interface com.versionone.apiclient.V1Connector.IAuthenticationMethods
Optional method for setting the OAuth2 access token for authentication.
withProxy(ProxyProvider) - Method in interface com.versionone.apiclient.V1Connector.IProxy
Optional method for setting the proxy credentials.
withProxy(ProxyProvider) - Method in interface com.versionone.apiclient.V1Connector.IsetProxyOrConnector
Optional method for setting the proxy credentials.
withProxy(ProxyProvider) - Method in interface com.versionone.apiclient.V1Connector.IsetProxyOrEndPointOrConnector
Optional method for setting the proxy credentials.
withUserAgentHeader(String, String) - Method in interface com.versionone.apiclient.V1Connector.ISetUserAgentMakeRequest
Required method for setting a custom user agent header for all HTTP requests made to the VersionOne API.
withUsernameAndPassword(String, String) - Method in interface com.versionone.apiclient.V1Connector.IAuthenticationMethods
Optional method for setting the username and password for authentication.
WithVariablesBuilder - Class in com.versionone.apiclient.services
 
WithVariablesBuilder() - Constructor for class com.versionone.apiclient.services.WithVariablesBuilder
 
withWindowsIntegrated() - Method in interface com.versionone.apiclient.V1Connector.IAuthenticationMethods
Optional method for setting the Windows Integrated Authentication credentials for authentication based on the currently logged in user.
write(Asset, Writer) - Method in class com.versionone.apiclient.XmlApiWriter
Write the asset to the specified destination

X

XmlApiWriter - Class in com.versionone.apiclient
Class responsible creating XML from an asset.
XmlApiWriter(boolean) - Constructor for class com.versionone.apiclient.XmlApiWriter
Construction
XMLHandler - Class in com.versionone.apiclient
This class centralizes the process of reading XML to create a DOM document
XMLHandler() - Constructor for class com.versionone.apiclient.XMLHandler
 
A B C D E F G H I J L M N O P Q R S T U V W X 
Skip navigation links

Copyright © 2015 VersionOne, Inc.. All rights reserved.