Index

A B C D E F G H I J L M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

addClause(String, String, String, String) - Method in class com.oracle.content.sdk.request.core.SearchQueryBuilder
Specify your own clause such as "and", "or".
addExpression(String) - Method in class com.oracle.content.sdk.request.core.SearchQueryBuilder
Add an additional filter expression using "and" to an expression already started.
addQueryParameters(HttpUrl.Builder) - Method in class com.oracle.content.sdk.AuthenticationChannelTokenPolicy
The published channel policy overrides this method to add the query parameter channelToken=[value] to each request.
addQueryParameters(HttpUrl.Builder) - Method in class com.oracle.content.sdk.AuthenticationPolicy
Pass in the builder to add query parameters to every request.
AdvancedVideoInfo - Class in com.oracle.content.sdk.model.digital
Part of DigitalAssetFields
AdvancedVideoInfo() - Constructor for class com.oracle.content.sdk.model.digital.AdvancedVideoInfo
 
AdvancedVideoInfoProperties - Class in com.oracle.content.sdk.model.digital
AdvancedVideoInfoProperties() - Constructor for class com.oracle.content.sdk.model.digital.AdvancedVideoInfoProperties
 
AdvancedVideoInfoProperties.IdObject - Class in com.oracle.content.sdk.model.digital
 
ALL - Enum constant in enum class com.oracle.content.sdk.model.field.FieldName
 
AND - Enum constant in enum class com.oracle.content.sdk.request.core.SearchQueryBuilder.QueryOperator
 
andField(String, SearchQueryBuilder.QueryOperator, String) - Method in class com.oracle.content.sdk.request.core.SearchQueryBuilder
Adds a filter expression of form "AND field operator value" to the filter request.
ApiInfo - Class in com.oracle.content.sdk.model
Class to represent Api info returns from GetApiInfoRequest
ApiInfo() - Constructor for class com.oracle.content.sdk.model.ApiInfo
 
ApiInfo.Catalog - Class in com.oracle.content.sdk.model
 
APPROVAL_STATUS - Enum constant in enum class com.oracle.content.sdk.model.field.FieldName
 
Asset - Class in com.oracle.content.sdk.model
Common base class for ContentItem and DigitalAsset.
Asset() - Constructor for class com.oracle.content.sdk.model.Asset
 
AssetFields - Class in com.oracle.content.sdk.model.item
Represents the custom fields of a Asset
AssetLanguageVariations - Class in com.oracle.content.sdk.model
Item language variations response for GetItemLanguageVariationsRequest
AssetLanguageVariations() - Constructor for class com.oracle.content.sdk.model.AssetLanguageVariations
 
AssetLanguageVariations.Item - Class in com.oracle.content.sdk.model
Id and value (i.e.
AssetLink - Class in com.oracle.content.sdk.model
Link structure used in many sdk models
AssetLink() - Constructor for class com.oracle.content.sdk.model.AssetLink
 
AssetLinksObject - Class in com.oracle.content.sdk.model
Any model object which has a "links" field (which are most objects) extend from this class.
AssetLinksObject() - Constructor for class com.oracle.content.sdk.model.AssetLinksObject
 
AssetObject - Class in com.oracle.content.sdk.model
Every SDK model object extends from this class.
AssetObject() - Constructor for class com.oracle.content.sdk.model.AssetObject
 
AssetSearchResult - Class in com.oracle.content.sdk.model
Content search response from delivery SDK for SearchAssetsRequest
AssetSearchResult() - Constructor for class com.oracle.content.sdk.model.AssetSearchResult
 
AssetType - Class in com.oracle.content.sdk.model
A ContentType can be represented in different ways, and this will centralize the handling of the possible values for a content type and how it can be used to determine whether an asset is an digital asset, content item, or custom digital asset.
AssetType(JsonObject) - Constructor for class com.oracle.content.sdk.model.AssetType
 
AssetType(String, String) - Constructor for class com.oracle.content.sdk.model.AssetType
 
AuthenticationBasicAuth - Class in com.oracle.content.sdk.util
Authentication using basic auth.
AuthenticationBasicAuth(String, String) - Constructor for class com.oracle.content.sdk.util.AuthenticationBasicAuth
 
AuthenticationChannelTokenPolicy - Class in com.oracle.content.sdk
Authentication policy for published content, which requires a channel token associated with the published channel that was used to publish the data that the delivery SDK will request.
AuthenticationChannelTokenPolicy(String) - Constructor for class com.oracle.content.sdk.AuthenticationChannelTokenPolicy
Construct the authentication policy using the specified channel token.
AuthenticationPolicy - Class in com.oracle.content.sdk
Abstract Authentication policy defines the authentication information used for the SDK.
AuthenticationPolicy() - Constructor for class com.oracle.content.sdk.AuthenticationPolicy
 

B

BOOLEAN - Enum constant in enum class com.oracle.content.sdk.model.field.FieldType
 
build() - Method in class com.oracle.content.sdk.request.core.SearchQueryBuilder
Return the fully constructed filter string to use for search call
buildDigitalAssetDownloadUrl(String) - Method in class com.oracle.content.sdk.ContentDeliveryClient
When a DigitalAsset has been fully retrieved with all properties, the method DigitalAsset.getNativeDownloadUrl() ()} should be used to get the download url as defined on the server.
buildDigitalAssetDownloadUrl(String) - Method in class com.oracle.content.sdk.ContentClient
For more detail, see ContentDeliveryClient.buildDigitalAssetDownloadUrl(String) This is defined in the base class for future use in a management client.
buildDigitalAssetThumbnailUrl(String) - Method in class com.oracle.content.sdk.ContentDeliveryClient
Builds the thumbnail url.

C

CACHED - Enum constant in enum class com.oracle.content.sdk.ContentResponse.CacheState
 
CacheSettings - Class in com.oracle.content.sdk
The CacheSettings specifies settings for the cache behavior of the SDK The cacheDir is required to enable the cache.
CacheSettings(File) - Constructor for class com.oracle.content.sdk.CacheSettings
Construct cache config specifying a cache dir to enable it.
CacheSettings.Expiration - Class in com.oracle.content.sdk
Expiration time class to tweak the expiration values for cache.
Catalog() - Constructor for class com.oracle.content.sdk.model.ApiInfo.Catalog
 
CHANNELS - Enum constant in enum class com.oracle.content.sdk.model.field.FieldName
 
ChannelToken() - Constructor for class com.oracle.content.sdk.util.PublishChannel.ChannelToken
 
CheckForRichText - Interface in com.oracle.content.sdk.model.field
For fields that might have rich text content to check, implement this interface.
clearFilter() - Method in class com.oracle.content.sdk.request.SearchAssetsRequest
Clear all filters.
client - Variable in class com.oracle.content.sdk.request.core.ContentRequest
 
com.oracle.content.sdk - package com.oracle.content.sdk
 
com.oracle.content.sdk.model - package com.oracle.content.sdk.model
 
com.oracle.content.sdk.model.date - package com.oracle.content.sdk.model.date
 
com.oracle.content.sdk.model.digital - package com.oracle.content.sdk.model.digital
 
com.oracle.content.sdk.model.field - package com.oracle.content.sdk.model.field
 
com.oracle.content.sdk.model.item - package com.oracle.content.sdk.model.item
 
com.oracle.content.sdk.model.taxonomy - package com.oracle.content.sdk.model.taxonomy
 
com.oracle.content.sdk.request - package com.oracle.content.sdk.request
 
com.oracle.content.sdk.request.core - package com.oracle.content.sdk.request.core
 
com.oracle.content.sdk.util - package com.oracle.content.sdk.util
 
CONTAINS - Enum constant in enum class com.oracle.content.sdk.request.core.SearchQueryBuilder.QueryOperator
 
CONTENT_ITEM - Enum constant in enum class com.oracle.content.sdk.model.field.FieldType
 
CONTENT_ITEM - Static variable in class com.oracle.content.sdk.model.item.ContentItem
 
ContentAssetRequest<T extends ContentAssetRequest,C extends Asset> - Class in com.oracle.content.sdk.request.core
ContentAssetRequest(ContentDeliveryClient, Class<C>, String, ContentRequestById.IdType) - Constructor for class com.oracle.content.sdk.request.core.ContentAssetRequest
 
ContentCallback<C extends AssetObject> - Interface in com.oracle.content.sdk
Callback interface to be implemented by the app to handle the callback when an SDK operation completes.
ContentClient - Class in com.oracle.content.sdk
The base class for the ContentDeliveryClient.
ContentClient(String, AuthenticationPolicy, ContentSettings) - Constructor for class com.oracle.content.sdk.ContentClient
 
ContentDate - Class in com.oracle.content.sdk.model.date
Represents content date as represented by the SDK.
ContentDate(String, String, String) - Constructor for class com.oracle.content.sdk.model.date.ContentDate
Create Content Date field.
ContentDateDisplayType - Enum Class in com.oracle.content.sdk.model.date
Enum to represent the display types for a ContentDate.
ContentDateParser - Class in com.oracle.content.sdk.model.date
Get an object for this interface by calling ContentDate.getDateParser()
ContentDateParser() - Constructor for class com.oracle.content.sdk.model.date.ContentDateParser
 
ContentDateParserCalendar - Class in com.oracle.content.sdk.model.date
This implementation of ContentDateParser uses theCalendar methods for parsing a ContentDate and is compatible with older Java (7) and Android versions less than 26.
ContentDateParserZonedDateTime - Class in com.oracle.content.sdk.model.date
This implementation of ContentDateParser uses the newer Java 8/Android API 26+ date/time methods based around ZonedDateTime and is preferred if your minimum Android API is 26+.
ContentDeliveryClient - Class in com.oracle.content.sdk
This the core class to use for making delivery SDK calls.
ContentError - Class in com.oracle.content.sdk
Encapsulates the content error structure that is returned from the sdk.
ContentError() - Constructor for class com.oracle.content.sdk.ContentError
 
ContentErrorString - Class in com.oracle.content.sdk
Hard-coded strings that are returned as messages in exceptions and in logs.
ContentErrorString() - Constructor for class com.oracle.content.sdk.ContentErrorString
 
ContentException - Exception in com.oracle.content.sdk
Encapsulates the various error conditions and contained exceptions that can occur when making SDK calls.
ContentException(ContentException.REASON, String) - Constructor for exception com.oracle.content.sdk.ContentException
Create a ContentException with just REASON and log message.
ContentException(ContentException.REASON, String, Throwable) - Constructor for exception com.oracle.content.sdk.ContentException
Create a ContentException with just REASON, cause and log message.
ContentException(ContentException.REASON, Throwable, String, ContentError, int) - Constructor for exception com.oracle.content.sdk.ContentException
Initializes a newly created ContentException with the specified message and caused by the specified Throwable
ContentException.REASON - Enum Class in com.oracle.content.sdk
Various reasons the exception may have occurred
ContentField<T> - Class in com.oracle.content.sdk.model.field
Abstract base class for all field types.
ContentField(T, FieldType) - Constructor for class com.oracle.content.sdk.model.field.ContentField
 
ContentFieldAssetReference - Class in com.oracle.content.sdk.model.field
Field is a reference to another content item or digital asset.
ContentFieldAssetReference() - Constructor for class com.oracle.content.sdk.model.field.ContentFieldAssetReference
 
ContentFieldAssetReference(DigitalAsset) - Constructor for class com.oracle.content.sdk.model.field.ContentFieldAssetReference
 
ContentFieldBoolean - Class in com.oracle.content.sdk.model.field
This field is a boolean value (true or false).
ContentFieldBoolean(Boolean) - Constructor for class com.oracle.content.sdk.model.field.ContentFieldBoolean
 
ContentFieldDate - Class in com.oracle.content.sdk.model.field
This field consists of a date value, represented by a ContentDate object.
ContentFieldDate(ContentDate) - Constructor for class com.oracle.content.sdk.model.field.ContentFieldDate
 
ContentFieldDecimal - Class in com.oracle.content.sdk.model.field
Represent a decimal value as a Double.
ContentFieldDecimal(Double) - Constructor for class com.oracle.content.sdk.model.field.ContentFieldDecimal
 
ContentFieldInteger - Class in com.oracle.content.sdk.model.field
Represents a number value as an integer.
ContentFieldInteger(Integer) - Constructor for class com.oracle.content.sdk.model.field.ContentFieldInteger
 
ContentFieldItemReference - Class in com.oracle.content.sdk.model.field
Field is a reference to another content item or digital asset.
ContentFieldItemReference() - Constructor for class com.oracle.content.sdk.model.field.ContentFieldItemReference
 
ContentFieldItemReference(ContentItem) - Constructor for class com.oracle.content.sdk.model.field.ContentFieldItemReference
 
ContentFieldJson - Class in com.oracle.content.sdk.model.field
Json (embeeded object) type
ContentFieldJson(String) - Constructor for class com.oracle.content.sdk.model.field.ContentFieldJson
 
ContentFieldLargeText - Class in com.oracle.content.sdk.model.field
When a field has been explicitly identified as being largetext.
ContentFieldLargeText(String) - Constructor for class com.oracle.content.sdk.model.field.ContentFieldLargeText
 
ContentFieldReference<T extends Asset> - Class in com.oracle.content.sdk.model.field
 
ContentFieldReferenceList<T extends Asset> - Class in com.oracle.content.sdk.model.field
Represents a list of item references
ContentFieldReferenceList() - Constructor for class com.oracle.content.sdk.model.field.ContentFieldReferenceList
 
ContentFieldReferenceList(List<ContentFieldReference<T>>) - Constructor for class com.oracle.content.sdk.model.field.ContentFieldReferenceList
 
ContentFieldText - Class in com.oracle.content.sdk.model.field
"text" type of text field.
ContentFieldText(String) - Constructor for class com.oracle.content.sdk.model.field.ContentFieldText
 
ContentFieldText(String, FieldType) - Constructor for class com.oracle.content.sdk.model.field.ContentFieldText
 
ContentFieldTextList - Class in com.oracle.content.sdk.model.field
This field consists of a list of values (strings or numbers stored as strings).
ContentFieldTextList(List<String>) - Constructor for class com.oracle.content.sdk.model.field.ContentFieldTextList
 
ContentFieldUnknown - Class in com.oracle.content.sdk.model.field
Unknown type will simply contain the raw json value.
ContentFieldUnknown(String) - Constructor for class com.oracle.content.sdk.model.field.ContentFieldUnknown
 
ContentItem - Class in com.oracle.content.sdk.model.item
Represents a ContentItem type of Asset.
ContentItem() - Constructor for class com.oracle.content.sdk.model.item.ContentItem
 
ContentLogging - Class in com.oracle.content.sdk
Specify how the SDK should handle logging.
ContentLogging(ContentLogging.LogLevel) - Constructor for class com.oracle.content.sdk.ContentLogging
Creating a logging policy with specified level NONE, INFO, or HTTP.
ContentLogging(ContentLogging.LogLevel, ContentLogging.LogCallback) - Constructor for class com.oracle.content.sdk.ContentLogging
Set specific logging logLevel and use a custom logger
ContentLogging.DefaultLogger - Class in com.oracle.content.sdk
Default logger just uses standard Android logging
ContentLogging.LogCallback - Interface in com.oracle.content.sdk
To provide your own handling of logging implement this interface
ContentLogging.LogLevel - Enum Class in com.oracle.content.sdk
 
ContentRequest<T extends ContentRequest,C extends AssetObject> - Class in com.oracle.content.sdk.request.core
Base class for SDK requests, including methods commons to all request such as the ability to disable the cache for a single call ContentRequest.noCache() or specify common options such as ContentRequest.linksNone().
ContentRequest(ContentDeliveryClient, Class) - Constructor for class com.oracle.content.sdk.request.core.ContentRequest
 
ContentRequestById<T extends ContentRequestById,C extends AssetObject> - Class in com.oracle.content.sdk.request.core
Base class for SDK requests that involve a request by id or slug id.
ContentRequestById(ContentDeliveryClient, Class, String, ContentRequestById.IdType) - Constructor for class com.oracle.content.sdk.request.core.ContentRequestById
 
ContentRequestById.IdType - Enum Class in com.oracle.content.sdk.request.core
 
ContentResponse<C extends AssetObject> - Class in com.oracle.content.sdk
Encapsulates an SDK response, including the deserialized result object and raw json.
ContentResponse(ContentException) - Constructor for class com.oracle.content.sdk.ContentResponse
Construct the REST response resultObject (error case)
ContentResponse(Headers) - Constructor for class com.oracle.content.sdk.ContentResponse
Construct a response with a custom set of headers
ContentResponse(Response<JsonElement>) - Constructor for class com.oracle.content.sdk.ContentResponse
Construct the response resultObject
ContentResponse.CacheState - Enum Class in com.oracle.content.sdk
The state of the response, such as whether it came from network or cached.
ContentSDK - Class in com.oracle.content.sdk
Main entry point for creating a delivery client using ContentSDK.createDeliveryClient(String, String) or for setting the global logging options such as ContentSDK.setLogLevel(ContentLogging.LogLevel).
ContentSDK() - Constructor for class com.oracle.content.sdk.ContentSDK
 
ContentSettings - Class in com.oracle.content.sdk
For finer control over the SDK settings, such as enabling the cache or changing the connection timeout.
ContentSettings() - Constructor for class com.oracle.content.sdk.ContentSettings
Construct general settings, using defaults (no cache, default timeout)
CREATED_BY - Enum constant in enum class com.oracle.content.sdk.model.field.FieldName
 
CREATED_DATE - Enum constant in enum class com.oracle.content.sdk.model.field.FieldName
 
createdDate - Variable in class com.oracle.content.sdk.model.Asset
 
createDeliveryClient(String, AuthenticationPolicy, ContentSettings) - Static method in class com.oracle.content.sdk.ContentSDK
Creates a ContentDeliveryClient given a valid server url and authentication policy, and provide additional settings such as enabling caching or changing the timeout.
createDeliveryClient(String, String) - Static method in class com.oracle.content.sdk.ContentSDK
Creates a ContentDeliveryClient given a valid server url and channel token.
createDeliveryClient(String, String, ContentSettings) - Static method in class com.oracle.content.sdk.ContentSDK
Creates a ContentDeliveryClient given a valid server url and channel token, and provide additional settings such as enabling caching or changing the timeout.
CustomContentField - Annotation Interface in com.oracle.content.sdk.model.item
 
CustomContentType - Annotation Interface in com.oracle.content.sdk.model.item
 
CustomItemAnnotation<C extends ContentItem> - Class in com.oracle.content.sdk.util
Utility class for dealing with custom annotations on a class object.
CustomItemAnnotation(Class) - Constructor for class com.oracle.content.sdk.util.CustomItemAnnotation
 

D

dataConversionFailed - Enum constant in enum class com.oracle.content.sdk.ContentException.REASON
 
Date - Enum constant in enum class com.oracle.content.sdk.model.date.ContentDateDisplayType
 
DATE - Enum constant in enum class com.oracle.content.sdk.model.field.FieldType
 
DateTime - Enum constant in enum class com.oracle.content.sdk.model.date.ContentDateDisplayType
 
DateTimeZone - Enum constant in enum class com.oracle.content.sdk.model.date.ContentDateDisplayType
 
DECIMAL - Enum constant in enum class com.oracle.content.sdk.model.field.FieldType
 
DEFAULT_TIMEZONE - Static variable in class com.oracle.content.sdk.model.date.ContentDate
 
DefaultLogger() - Constructor for class com.oracle.content.sdk.ContentLogging.DefaultLogger
 
defaultQuery(String) - Method in class com.oracle.content.sdk.request.SearchAssetsRequest
The "default" query string specified for the REST call
description - Variable in class com.oracle.content.sdk.model.Asset
 
DESCRIPTION - Enum constant in enum class com.oracle.content.sdk.model.field.FieldName
 
DESERIALIZATION_ERROR - Static variable in class com.oracle.content.sdk.ContentErrorString
 
deserializeContentBaseItem(JsonElement) - Static method in class com.oracle.content.sdk.request.core.ContentAssetRequest
Utility method to deserialize response to a Asset.
deserializedItems - Variable in class com.oracle.content.sdk.model.PaginatedListResult
 
deserializeItemFields() - Method in class com.oracle.content.sdk.model.PaginatedListResult
Go through and deserialize each json item into the deserializedItems.
deserializeObject(JsonElement) - Method in class com.oracle.content.sdk.model.AssetSearchResult
 
deserializeObject(JsonElement) - Method in class com.oracle.content.sdk.model.PaginatedListResult
Override to deserialize the list objects
deserializeObject(JsonElement) - Method in class com.oracle.content.sdk.model.taxonomy.TaxonomyCategoryList
 
deserializeObject(JsonElement) - Method in class com.oracle.content.sdk.model.taxonomy.TaxonomyList
 
deserializeObject(JsonElement) - Method in class com.oracle.content.sdk.request.core.ContentRequest
 
deserializeObject(JsonElement) - Method in class com.oracle.content.sdk.request.GetCustomContentItemRequest
 
deserializeObject(JsonElement) - Method in class com.oracle.content.sdk.util.PublishChannelList
 
DIGITAL_ASSET - Enum constant in enum class com.oracle.content.sdk.model.field.FieldType
 
DIGITAL_ASSET_PATH - Static variable in interface com.oracle.content.sdk.request.core.RestApiInterfaceV1
 
DigitalAsset - Class in com.oracle.content.sdk.model.digital
Representation of a digital asset.
DigitalAsset() - Constructor for class com.oracle.content.sdk.model.digital.DigitalAsset
 
DigitalAssetFields - Class in com.oracle.content.sdk.model.digital
The fixed "field" structure for a Digital Asset which contains info such as size, metadata, renditions, etc.
DigitalAssetFields() - Constructor for class com.oracle.content.sdk.model.digital.DigitalAssetFields
 
DigitalAssetFields.NativeLinks - Class in com.oracle.content.sdk.model.digital
This object only contains "links"
DigitalAssetMetadata - Class in com.oracle.content.sdk.model.digital
The metadata for an asset (includes width and height).
DigitalAssetMetadata() - Constructor for class com.oracle.content.sdk.model.digital.DigitalAssetMetadata
 
DigitalAssetPreferredRenditionCriteria - Class in com.oracle.content.sdk.model.digital
For use in DigitalAsset.getPreferredRendition(DigitalAssetPreferredRenditionCriteria) when searching for preferred renditions with given criteria.
DigitalAssetPreferredRenditionCriteria() - Constructor for class com.oracle.content.sdk.model.digital.DigitalAssetPreferredRenditionCriteria
 
DigitalAssetRendition - Class in com.oracle.content.sdk.model.digital
Information for a digital asset rendition, which can also have multiple formats.
DigitalAssetRendition() - Constructor for class com.oracle.content.sdk.model.digital.DigitalAssetRendition
 
DigitalAssetRendition.RenditionFormat - Class in com.oracle.content.sdk.model.digital
A format for a specific rendition.
downloaderError - Enum constant in enum class com.oracle.content.sdk.ContentException.REASON
 

E

enableCache(File) - Method in class com.oracle.content.sdk.ContentSettings
Enable the cache using the specified folder for the cache.
enableOfflineCache(boolean) - Method in class com.oracle.content.sdk.CacheSettings
By default, if the cache is enabled the offline cache is enabled.
endGroup() - Method in class com.oracle.content.sdk.request.core.SearchQueryBuilder
End expression group with parenthesis.
EQUALS - Enum constant in enum class com.oracle.content.sdk.request.core.SearchQueryBuilder.QueryOperator
 
ERROR - Enum constant in enum class com.oracle.content.sdk.ContentResponse.CacheState
 
ERROR_DOWNLOADING_ASSET - Static variable in class com.oracle.content.sdk.ContentErrorString
 
expand - Variable in class com.oracle.content.sdk.request.core.ContentAssetRequest
 
expand - Variable in class com.oracle.content.sdk.request.core.PaginatedListRequest
 
expand(String) - Method in class com.oracle.content.sdk.request.core.ContentAssetRequest
Specify whether to expand fields in the content item.
expand(String) - Method in class com.oracle.content.sdk.request.core.PaginatedListRequest
Specify whether to expand fields.
expand(List<String>) - Method in class com.oracle.content.sdk.request.core.ContentAssetRequest
Specifies a list of fields to expand when requesting the item.
expand(List<String>) - Method in class com.oracle.content.sdk.request.core.PaginatedListRequest
Specifies a list of fields to expand during the request.
EXPAND_ALL - Static variable in class com.oracle.content.sdk.request.core.ContentAssetRequest
 
expandAll() - Method in class com.oracle.content.sdk.request.core.ContentAssetRequest
Just like calling ContentAssetRequest.expand with "all" as the parameter.
expandAll() - Method in class com.oracle.content.sdk.request.core.PaginatedListRequest
Just like calling PaginatedListRequest.expand with "all" as the parameter.
Expiration(int, TimeUnit) - Constructor for class com.oracle.content.sdk.CacheSettings.Expiration
Specific the cache expiration values
EXTERNAL_FILE - Enum constant in enum class com.oracle.content.sdk.model.field.FieldName
 

F

fetch() - Method in class com.oracle.content.sdk.request.core.ContentRequest
This is a synchronous method to make the SDK request that will return with a ContentResponse object.
fetchAsync(ContentCallback<C>) - Method in class com.oracle.content.sdk.request.core.ContentRequest
This makes an asynchronous SDK request on a separate thread and will return the resulting ContentResponse in a ContentCallback method.
fetchResult() - Method in class com.oracle.content.sdk.request.core.ContentRequest
This is a synchronous method to make the SDK request but differs from the method ContentRequest.fetch() as it will return the expected object directly instead of the containing ContentResponse object.
fieldClass - Variable in enum class com.oracle.content.sdk.model.field.FieldType
 
fieldEquals(String, String) - Method in class com.oracle.content.sdk.request.SearchAssetsRequest
Filter results to specified field equal to the value
fieldMatchesList(String, List<String>) - Method in class com.oracle.content.sdk.request.SearchAssetsRequest
Add filter criteria for field and value list.
FieldName - Enum Class in com.oracle.content.sdk.model.field
Enumeration of the standard reserved field names that can be used in expressions, such as "id", "type", "name".
fields - Variable in class com.oracle.content.sdk.model.Asset
 
fields - Variable in class com.oracle.content.sdk.request.core.PaginatedListRequest
 
fields(String) - Method in class com.oracle.content.sdk.request.core.PaginatedListRequest
Restrict the results to fields that match.
fields(List<String>) - Method in class com.oracle.content.sdk.request.core.PaginatedListRequest
Will generate the comma-delimited list of fields based on a list of string field values.
fieldsAll() - Method in class com.oracle.content.sdk.request.core.PaginatedListRequest
Same as a call to PaginatedListRequest.fields specifying "HTTP", so all fields will be returned in search results.
fieldType - Variable in class com.oracle.content.sdk.model.field.ContentField
 
FieldType - Enum Class in com.oracle.content.sdk.model.field
Enumeration of the field type for content item fields, including the associated ContentField class.
FILE_GROUP - Enum constant in enum class com.oracle.content.sdk.model.field.FieldName
 
filter - Variable in class com.oracle.content.sdk.request.SearchAssetsRequest
 
filter(String) - Method in class com.oracle.content.sdk.request.SearchAssetsRequest
Specify the search filter to apply when searching for items with a SCIM string.
first() - Method in class com.oracle.content.sdk.model.PaginatedListResult
 

G

generalError - Enum constant in enum class com.oracle.content.sdk.ContentException.REASON
 
GET_ASSET_FIELD_NO_DATA - Static variable in class com.oracle.content.sdk.ContentErrorString
 
GET_ASSET_FIELD_NOT_FOUND - Static variable in class com.oracle.content.sdk.ContentErrorString
 
getAdvancedVideoInfo() - Method in class com.oracle.content.sdk.model.digital.DigitalAsset
 
getAdvancedVideoInfo() - Method in class com.oracle.content.sdk.model.digital.DigitalAssetFields
 
getAdvancedVideoInfoProperties() - Method in class com.oracle.content.sdk.model.digital.DigitalAsset
 
getApi() - Method in class com.oracle.content.sdk.ContentDeliveryClient
Get the retrofit api interface used internally to make SDK calls.
getApiInfo() - Method in interface com.oracle.content.sdk.request.core.RestApiInterfaceV1
REST call to get API info.
GetApiInfoRequest - Class in com.oracle.content.sdk.request
Request to get API info.
GetApiInfoRequest(ContentDeliveryClient) - Constructor for class com.oracle.content.sdk.request.GetApiInfoRequest
Create request to get api information.
getAsDate() - Method in class com.oracle.content.sdk.model.date.ContentDateParserCalendar
Parse the server string value and return as a "Date" object.
getAsJson() - Method in class com.oracle.content.sdk.ContentResponse
Get response body as a JsonElement, or null in the case of an error
getAsJsonObject() - Method in class com.oracle.content.sdk.model.field.ContentFieldJson
 
getAssetFields() - Method in class com.oracle.content.sdk.model.digital.DigitalAsset
Get the digital asset fields structure, which contains all of metadata/rendition information for the digital asset.
getAsZonedDateTime() - Method in class com.oracle.content.sdk.model.date.ContentDateParserZonedDateTime
Parse the server string value and return as a "ZonedDateTime" object.
getAuthenticationPolicy() - Method in class com.oracle.content.sdk.ContentClient
Get the current authentication policy in use
getAuthHeader() - Method in class com.oracle.content.sdk.AuthenticationPolicy
Returns the authorization header to add for each request.
getAuthHeader() - Method in class com.oracle.content.sdk.util.AuthenticationBasicAuth
 
getBaseUrl() - Method in class com.oracle.content.sdk.ContentClient
The base URL for the server hosting SDK calls.
getBestMatchingFormat(String) - Method in class com.oracle.content.sdk.model.digital.DigitalAssetRendition
Search for a specific format (e.g.
getBooleanField(String) - Method in class com.oracle.content.sdk.model.Asset
 
getCacheControl() - Method in class com.oracle.content.sdk.request.core.ContentRequest
Cache-control string to use (will be set to no-cache if noCache is set)
getCacheSettings() - Method in class com.oracle.content.sdk.ContentSettings
 
getCacheState() - Method in class com.oracle.content.sdk.ContentResponse
Get the current cache state of this resultObject, for example whether is from the network or cache.
getCall() - Method in class com.oracle.content.sdk.request.core.ContentAssetRequest
 
getCall() - Method in class com.oracle.content.sdk.request.core.ContentRequest
Get the retrofit call to make for this request..
getCall() - Method in class com.oracle.content.sdk.request.GetApiInfoRequest
Get retrofit call to use for search request
getCall() - Method in class com.oracle.content.sdk.request.GetItemLanguageVariationsRequest
 
getCall() - Method in class com.oracle.content.sdk.request.GetTaxonomiesRequest
Get retrofit call to use for publish channel request
getCall() - Method in class com.oracle.content.sdk.request.GetTaxonomyCategoriesRequest
Get retrofit call to use for publish channel request
getCall() - Method in class com.oracle.content.sdk.request.SearchAssetsRequest
Get retrofit call to use for search request
getCall() - Method in class com.oracle.content.sdk.util.GetPublishChannelsRequest
Get retrofit call to use for publish channel request
getCatalog() - Method in class com.oracle.content.sdk.model.ApiInfo
 
getCategories() - Method in class com.oracle.content.sdk.model.taxonomy.Taxonomy
 
getChannelToken(String, String, String, String) - Static method in class com.oracle.content.sdk.util.TestUtil
Uses an authenticated management SDK call to get the channel token for a given channel name on a server.
getChannelTokens() - Method in class com.oracle.content.sdk.util.PublishChannel
 
getConnectionTimeoutSeconds() - Method in class com.oracle.content.sdk.ContentSettings
 
getContentError() - Method in exception com.oracle.content.sdk.ContentException
Get detailed ContentError response that came back from the server.
getContentException(ContentException.REASON, Throwable, String, Response<JsonElement>) - Static method in class com.oracle.content.sdk.ContentClient
Helper method to generate a ContentException (used internally).
getContentItem(String, String, String, String) - Method in interface com.oracle.content.sdk.request.core.RestApiInterfaceV1
REST call to get content item from delivery SDK.
getContentItemBySlug(String, String, String, String) - Method in interface com.oracle.content.sdk.request.core.RestApiInterfaceV1
REST call to get content item from delivery SDK using a "slug".
getContentItemField(String) - Method in class com.oracle.content.sdk.model.Asset
Get a Content Item reference if it is contained as a field in this content item, or null if there is no matching content item field.
GetContentItemRequest - Class in com.oracle.content.sdk.request
Request class used to request a single content item based on a specified id.
GetContentItemRequest(ContentDeliveryClient, String) - Constructor for class com.oracle.content.sdk.request.GetContentItemRequest
 
GetContentItemRequest(ContentDeliveryClient, String, ContentRequestById.IdType) - Constructor for class com.oracle.content.sdk.request.GetContentItemRequest
Create request to get a content item for the given id.
getContentItems() - Method in class com.oracle.content.sdk.model.AssetSearchResult
Get the list of deserialized list of items from the response as a list of ContentItem objects, so this will filter out any digital assets
getContentType() - Method in class com.oracle.content.sdk.model.Asset
A representation of content type data which includes both "type" and "typeCategory" fields.
getCount() - Method in class com.oracle.content.sdk.model.PaginatedListResult
Get count of current results.
getCreatedDate() - Method in class com.oracle.content.sdk.model.Asset
Get created date for item.
GetCustomContentItemRequest<C extends ContentItem> - Class in com.oracle.content.sdk.request
Request class used to request a single content item based on a specified id, ane will parse the custom fields into a class with annotated fields.
GetCustomContentItemRequest(ContentDeliveryClient, Class, String) - Constructor for class com.oracle.content.sdk.request.GetCustomContentItemRequest
 
GetCustomContentItemRequest(ContentDeliveryClient, Class, String, ContentRequestById.IdType) - Constructor for class com.oracle.content.sdk.request.GetCustomContentItemRequest
Create request to get a content item for the given id.
getCustomFieldFromType(String, FieldType) - Method in class com.oracle.content.sdk.model.digital.DigitalAsset
A generic method that will return the custom digital asset attribute field given the specified type.
getCustomType() - Method in class com.oracle.content.sdk.util.CustomItemAnnotation
Returns the type value specified in the @CustomContentType or null
getDateField(String) - Method in class com.oracle.content.sdk.model.Asset
 
getDateParser() - Method in class com.oracle.content.sdk.model.date.ContentDate
Gets the default date parser using ZonedDateTime available in Android API 26+.
getDecimalField(String) - Method in class com.oracle.content.sdk.model.Asset
 
getDeliveryChannelToken() - Method in class com.oracle.content.sdk.util.PublishChannel
Gets the delivery channel token for this channel.
getDescription() - Method in class com.oracle.content.sdk.model.Asset
Get description for this item.
getDescription() - Method in class com.oracle.content.sdk.model.date.ContentDate
Get description field for date.
getDetail() - Method in class com.oracle.content.sdk.ContentError
 
getDetail() - Method in exception com.oracle.content.sdk.ContentException
Get detail from ContentError or "" if not available
getDigitalAssetField(String) - Method in class com.oracle.content.sdk.model.Asset
Get a Digital Asset if it is contained as a field in this content item, or null if there is no matching digital asset field.
GetDigitalAssetRequest - Class in com.oracle.content.sdk.request
Request class used to request a single digital asset based on a specified id.
GetDigitalAssetRequest(ContentDeliveryClient, String) - Constructor for class com.oracle.content.sdk.request.GetDigitalAssetRequest
Create request to get a digital asset for the given id.
getDigitalAssets() - Method in class com.oracle.content.sdk.model.AssetSearchResult
Get the list of deserialized list of items from the response as a list of DigitalAsset objects, so this will filter out any content items
getDisplayString(ContentDateDisplayType) - Method in class com.oracle.content.sdk.model.date.ContentDateParser
Return a formatted display string by parsing the date values and formatting according to the DisplayType, using the default output pattern.
getDisplayString(ContentDateDisplayType, String) - Method in class com.oracle.content.sdk.model.date.ContentDateParser
Return a formatted display string by parsing the date values and formatting according to the DisplayType, specifying the output format.
getDisplayString(ContentDateDisplayType, String) - Method in class com.oracle.content.sdk.model.date.ContentDateParserCalendar
Return a formatted display string by parsing the date values and formatting according to the DisplayType.
getDisplayString(ContentDateDisplayType, String) - Method in class com.oracle.content.sdk.model.date.ContentDateParserZonedDateTime
Return a formatted display string by parsing the date values and formatting according to the DisplayType.
getDisplayType(String) - Static method in enum class com.oracle.content.sdk.model.date.ContentDateDisplayType
Attempt to find matching display type based on name.
getDownloadUrl() - Method in class com.oracle.content.sdk.model.digital.DigitalAssetRendition.RenditionFormat
Get the download url, which is first url in the "links" structure.
getDuration() - Method in class com.oracle.content.sdk.model.digital.AdvancedVideoInfoProperties
 
getEndpoint() - Method in class com.oracle.content.sdk.model.digital.AdvancedVideoInfoProperties
 
getEntryId() - Method in class com.oracle.content.sdk.model.digital.AdvancedVideoInfoProperties
 
getException() - Method in class com.oracle.content.sdk.ContentResponse
Get the ContentException condition in the case there was an error
getExpand() - Method in class com.oracle.content.sdk.request.core.ContentAssetRequest
 
getExpirationDate() - Method in class com.oracle.content.sdk.util.PublishChannel.ChannelToken
 
getExtension() - Method in class com.oracle.content.sdk.model.digital.AdvancedVideoInfoProperties
 
getFieldFromType(String, FieldType) - Method in class com.oracle.content.sdk.model.Asset
A generic method that will return the content field given the specified type.
getFieldFromValue(Object, FieldType) - Static method in class com.oracle.content.sdk.model.item.AssetFields
This method will transfer a field object value into a ContentField object based on the FieldType based in as a parameter.
getFieldFromValue(String) - Method in class com.oracle.content.sdk.model.Asset
This method will "guess" the field type based on the value of the field.
getFieldList(List<String>) - Static method in class com.oracle.content.sdk.request.core.SearchQueryBuilder
 
getFieldName(String) - Static method in class com.oracle.content.sdk.request.core.SearchQueryBuilder
If the field name is not a top-level name such as "type" or "name" or "description" it must be prefixed with "fields."
getFieldsMap() - Method in class com.oracle.content.sdk.model.item.AssetFields
Return the map of ContentField files
getFieldType(Class) - Static method in enum class com.oracle.content.sdk.model.field.FieldType
 
getFieldType(String, boolean, boolean) - Static method in enum class com.oracle.content.sdk.model.field.FieldType
Given a field name type and other info such as list, asset, find a matching type.
getFileExtension() - Method in class com.oracle.content.sdk.model.Asset
 
getFileGroup() - Method in class com.oracle.content.sdk.model.Asset
 
getFileType() - Method in class com.oracle.content.sdk.model.digital.DigitalAssetFields
 
getFirstItem() - Method in class com.oracle.content.sdk.model.ItemList
Get first item in the list or null if empty
getFormatName() - Method in class com.oracle.content.sdk.model.digital.DigitalAssetRendition.RenditionFormat
This will be a value such as "jpg" or "webp"
getFormats() - Method in class com.oracle.content.sdk.model.digital.DigitalAssetRendition
 
getHeaders() - Method in class com.oracle.content.sdk.ContentResponse
Get response headers
getHeight() - Method in class com.oracle.content.sdk.model.digital.DigitalAssetMetadata
 
getHeight() - Method in class com.oracle.content.sdk.model.digital.DigitalAssetRendition.RenditionFormat
Get height value (or null if not set).
getHeightAsIntger() - Method in class com.oracle.content.sdk.model.digital.DigitalAssetMetadata
Parse the string value of height into an integer.
getHref() - Method in class com.oracle.content.sdk.model.AssetLink
 
getHttpCode() - Method in class com.oracle.content.sdk.ContentResponse
Get HTTP code for the response
getId() - Method in class com.oracle.content.sdk.model.Asset
Get the content item Id
getId() - Method in class com.oracle.content.sdk.model.AssetLanguageVariations.Item
Returns the item Id for this language variation
getId() - Method in class com.oracle.content.sdk.model.digital.AdvancedVideoInfoProperties.IdObject
 
getId() - Method in class com.oracle.content.sdk.model.taxonomy.Taxonomy
 
getId() - Method in class com.oracle.content.sdk.model.taxonomy.TaxonomyCategory
 
getId() - Method in class com.oracle.content.sdk.model.taxonomy.TaxonomyCategory.Node
 
getId() - Method in class com.oracle.content.sdk.util.PublishChannel
 
getIntegerField(String) - Method in class com.oracle.content.sdk.model.Asset
 
getInterceptor() - Method in class com.oracle.content.sdk.AuthenticationPolicy
Get the okhttp interceptor to use for authentication
getItemLanguageVariations(String, String) - Method in interface com.oracle.content.sdk.request.core.RestApiInterfaceV1
REST call to get item language variations from delivery SDK.
getItemLanguageVariationsBySlug(String, String) - Method in interface com.oracle.content.sdk.request.core.RestApiInterfaceV1
REST call to get item language variations from delivery SDK.
GetItemLanguageVariationsRequest - Class in com.oracle.content.sdk.request
Request class used to get the item language variations for a published content item that has language variations.
GetItemLanguageVariationsRequest(ContentDeliveryClient, String) - Constructor for class com.oracle.content.sdk.request.GetItemLanguageVariationsRequest
 
GetItemLanguageVariationsRequest(ContentDeliveryClient, String, ContentRequestById.IdType) - Constructor for class com.oracle.content.sdk.request.GetItemLanguageVariationsRequest
Construct request to get item language variations
getItems() - Method in class com.oracle.content.sdk.model.AssetLanguageVariations
Gets a list of all the item language variations for this item.
getItems() - Method in class com.oracle.content.sdk.model.ItemList
 
getItems() - Method in class com.oracle.content.sdk.model.PaginatedListResult
Get the list of deserialized list of items from the response as a list of Asset objects that could be either content items or digital assets.
getJsonField(String) - Method in class com.oracle.content.sdk.model.Asset
 
getLanguage() - Method in class com.oracle.content.sdk.model.Asset
If applicable, a string representing the language.
getLargeTextField(String) - Method in class com.oracle.content.sdk.model.Asset
 
getLegacyDateParser() - Method in class com.oracle.content.sdk.model.date.ContentDate
Gets a date parser compatible with older OS versions (less than API 26).
getLifecycle() - Method in class com.oracle.content.sdk.model.ApiInfo
Get status of api, should be "active"
getLimit() - Method in class com.oracle.content.sdk.model.PaginatedListResult
Get current maximum limit of paginated result
getLinks() - Method in class com.oracle.content.sdk.model.AssetLinksObject
Get the list of AssetLinks for this object.
getLogLevel() - Method in class com.oracle.content.sdk.ContentLogging
Get the current log level in use
getLogMessage() - Method in exception com.oracle.content.sdk.ContentException
Returns the log message of the exception as set internally by the SDK.
getMasterItem() - Method in class com.oracle.content.sdk.model.AssetLanguageVariations
Returns the content item id for the master item
getMediaType() - Method in class com.oracle.content.sdk.model.AssetLink
 
getMetadata() - Method in class com.oracle.content.sdk.model.digital.DigitalAssetFields
 
getMetadata() - Method in class com.oracle.content.sdk.model.digital.DigitalAssetRendition.RenditionFormat
 
getMethod() - Method in class com.oracle.content.sdk.model.AssetLink
 
getMimeType() - Method in class com.oracle.content.sdk.model.Asset
 
getMimeType() - Method in class com.oracle.content.sdk.model.digital.DigitalAssetFields
 
getMimeType() - Method in class com.oracle.content.sdk.model.digital.DigitalAssetRendition.RenditionFormat
 
getName() - Method in class com.oracle.content.sdk.model.Asset
Get the name of the content item
getName() - Method in class com.oracle.content.sdk.model.digital.AdvancedVideoInfoProperties
 
getName() - Method in class com.oracle.content.sdk.model.digital.DigitalAssetRendition
Get raw name string for the rendition.
getName() - Method in enum class com.oracle.content.sdk.model.digital.RenditionType
Returns the string representation for the rendition name.
getName() - Method in class com.oracle.content.sdk.model.taxonomy.Taxonomy
 
getName() - Method in class com.oracle.content.sdk.model.taxonomy.TaxonomyCategory
 
getName() - Method in class com.oracle.content.sdk.model.taxonomy.TaxonomyCategory.Node
 
getName() - Method in class com.oracle.content.sdk.util.PublishChannel.ChannelToken
 
getName() - Method in class com.oracle.content.sdk.util.PublishChannel
 
getNative() - Method in class com.oracle.content.sdk.model.digital.DigitalAssetFields
 
getNativeDownloadUrl() - Method in class com.oracle.content.sdk.model.digital.DigitalAsset
Get the fully qualified url to download the 'native' digital asset.
getNativeDownloadUrl() - Method in class com.oracle.content.sdk.model.digital.DigitalAssetFields
 
getNodes() - Method in class com.oracle.content.sdk.model.taxonomy.TaxonomyCategory
 
getOffset() - Method in class com.oracle.content.sdk.model.PaginatedListResult
Get current offset of paginated results
getOracleErrorCode() - Method in class com.oracle.content.sdk.ContentError
 
getOrderByParam(String) - Method in class com.oracle.content.sdk.request.core.PaginatedListRequest
 
getPartnerId() - Method in class com.oracle.content.sdk.model.digital.AdvancedVideoInfoProperties
 
getPlayerId() - Method in class com.oracle.content.sdk.model.digital.AdvancedVideoInfoProperties
 
getPreferredRendition(DigitalAssetPreferredRenditionCriteria) - Method in class com.oracle.content.sdk.model.digital.DigitalAsset
Will search through the renditions to find a matching rendition based on DigitalAssetPreferredRenditionCriteria.
getPreferredRendition(DigitalAssetPreferredRenditionCriteria) - Method in class com.oracle.content.sdk.model.digital.DigitalAssetFields
Search for a digital rendition based on critera.
getProperties() - Method in class com.oracle.content.sdk.model.digital.AdvancedVideoInfo
 
getProvider() - Method in class com.oracle.content.sdk.model.digital.AdvancedVideoInfo
 
getPublishChannels(String, String, Integer, Integer, Boolean) - Method in interface com.oracle.content.sdk.request.core.RestApiInterfaceV1
 
GetPublishChannelsRequest - Class in com.oracle.content.sdk.util
Request class used to get a list of publish channels.
GetPublishChannelsRequest(ContentDeliveryClient) - Constructor for class com.oracle.content.sdk.util.GetPublishChannelsRequest
Construct request to get list of publish channels
getReason() - Method in exception com.oracle.content.sdk.ContentException
Get the reason for the exception as set by the SDK.
getReferenceListField(String) - Method in class com.oracle.content.sdk.model.Asset
 
getReferenceListIds(String) - Method in class com.oracle.content.sdk.model.Asset
 
getRel() - Method in class com.oracle.content.sdk.model.AssetLink
 
getRendition() - Method in class com.oracle.content.sdk.model.digital.DigitalAssetRendition
Get the enum value for the rendition.
getRendition(String) - Method in class com.oracle.content.sdk.model.digital.DigitalAsset
Get the fully qualified url for the given rendition type, which could be native.
getRendition(String) - Method in class com.oracle.content.sdk.model.digital.DigitalAssetFields
Get rendition based on string value.
getRenditionFromName(String) - Static method in enum class com.oracle.content.sdk.model.digital.RenditionType
Given a rendition name from a string value, return the equivalent enum.
getRenditionName() - Method in class com.oracle.content.sdk.model.digital.DigitalAssetRendition.RenditionFormat
 
getRenditions() - Method in class com.oracle.content.sdk.model.digital.DigitalAssetFields
 
getRenditionsList() - Method in class com.oracle.content.sdk.model.digital.DigitalAsset
Get full list of renditions available in the digital asset or null if not available.
getRenditionUrl(RenditionType) - Method in class com.oracle.content.sdk.model.digital.DigitalAsset
Get the fully qualified url for the given rendition type, which could be native.
getRenditionUrl(RenditionType) - Method in class com.oracle.content.sdk.model.digital.DigitalAssetFields
 
getRenditionUrl(String) - Method in class com.oracle.content.sdk.model.digital.DigitalAsset
In general use DigitalAsset.getRenditionUrl(RenditionType) unless you are trying to get the name of a custom rendition in which case you can use this method to pass in the raw rendition name.
getRenditionUrl(String) - Method in class com.oracle.content.sdk.model.digital.DigitalAssetFields
Get rendition url based on string value.
getResponseCode() - Method in exception com.oracle.content.sdk.ContentException
If there was a response from the server this value will be set (e.g.
getResult() - Method in class com.oracle.content.sdk.ContentResponse
 
getSearchText() - Method in class com.oracle.content.sdk.model.digital.AdvancedVideoInfoProperties
 
getSetId() - Method in class com.oracle.content.sdk.model.AssetLanguageVariations
Returns the "set id" for the content item
getShortName() - Method in class com.oracle.content.sdk.model.taxonomy.Taxonomy
 
getSize() - Method in class com.oracle.content.sdk.model.digital.DigitalAsset
Get size in bytes for this digital asset or null if size not available
getSize() - Method in class com.oracle.content.sdk.model.digital.DigitalAssetFields
 
getSize() - Method in class com.oracle.content.sdk.model.digital.DigitalAssetRendition.RenditionFormat
 
getSlug() - Method in class com.oracle.content.sdk.model.Asset
Get the slug for the item.
getStatus() - Method in class com.oracle.content.sdk.ContentError
 
getStatus() - Method in class com.oracle.content.sdk.model.digital.AdvancedVideoInfoProperties
 
getTaxonomies() - Method in class com.oracle.content.sdk.model.Asset
 
getTaxonomies(String, String, Integer, Integer, Boolean) - Method in interface com.oracle.content.sdk.request.core.RestApiInterfaceV1
 
GetTaxonomiesRequest - Class in com.oracle.content.sdk.request
Request class used to get a list of published taxonomies
GetTaxonomiesRequest(ContentDeliveryClient) - Constructor for class com.oracle.content.sdk.request.GetTaxonomiesRequest
Construct request to get list of publish channels
getTaxonomyCategories(String, String, String, Integer, Integer, Boolean) - Method in interface com.oracle.content.sdk.request.core.RestApiInterfaceV1
 
GetTaxonomyCategoriesRequest - Class in com.oracle.content.sdk.request
Get a list of publish channels in the system
GetTaxonomyCategoriesRequest(ContentDeliveryClient, String) - Constructor for class com.oracle.content.sdk.request.GetTaxonomyCategoriesRequest
Construct request to get list of publish channels
getTextField(String) - Method in class com.oracle.content.sdk.model.Asset
 
getThis() - Method in class com.oracle.content.sdk.request.core.ContentRequest
Override to return this.
getTimeInMilliseconds() - Method in class com.oracle.content.sdk.model.date.ContentDateParser
Parse the server string value and return the number of milliseconds since "epoch".
getTimeInMilliseconds() - Method in class com.oracle.content.sdk.model.date.ContentDateParserCalendar
Parse the server string value and return the number of milliseconds since "epoch".
getTimeInMilliseconds() - Method in class com.oracle.content.sdk.model.date.ContentDateParserZonedDateTime
Parse the server string value and return the number of milliseconds since "epoch".
getTimezone() - Method in class com.oracle.content.sdk.model.date.ContentDate
Get raw timezone string
getTitle() - Method in class com.oracle.content.sdk.ContentError
 
getToken() - Method in class com.oracle.content.sdk.util.PublishChannel.ChannelToken
 
getTotalResults() - Method in class com.oracle.content.sdk.model.PaginatedListResult
Get total results (not just the paginated count).
getTranslatable() - Method in class com.oracle.content.sdk.model.Asset
Get whether the item is defined as translatable
getType() - Method in class com.oracle.content.sdk.ContentError
 
getType() - Method in class com.oracle.content.sdk.model.Asset
Get raw value of the "type" value.
getType() - Method in class com.oracle.content.sdk.model.digital.DigitalAssetRendition
This will normally be a string such as "responsiveimage"
getType() - Method in class com.oracle.content.sdk.model.field.ContentField
Return the type for the field.
getTypeCategory() - Method in class com.oracle.content.sdk.model.Asset
Get raw value of the "typeCategory".
getUpdatedDate() - Method in class com.oracle.content.sdk.model.Asset
Get updated date for item.
getUserAgentHeader() - Method in class com.oracle.content.sdk.ContentSettings
 
getValue() - Method in class com.oracle.content.sdk.model.AssetLanguageVariations.Item
Returns the value (i.e.
getValue() - Method in class com.oracle.content.sdk.model.date.ContentDate
Get raw string value of the date Use ContentDateParser to parse the value.
getValue() - Method in class com.oracle.content.sdk.model.field.ContentField
Get the java object representation of the field.
getValue() - Method in enum class com.oracle.content.sdk.model.field.FieldName
 
getValueAsString() - Method in class com.oracle.content.sdk.model.field.ContentField
Return a single string representation of the field value, regardless of the type.
getValueAsString() - Method in class com.oracle.content.sdk.model.field.ContentFieldDate
Return a single string representation of the field value, regardless of the type.
getValueAsString() - Method in class com.oracle.content.sdk.model.field.ContentFieldDecimal
 
getVerboseErrorMessage() - Method in exception com.oracle.content.sdk.ContentException
Generate a verbose debug message describing the error.
getVersion() - Method in class com.oracle.content.sdk.model.ApiInfo
Get api version, should be "v1.1"
getVersion() - Method in class com.oracle.content.sdk.model.digital.DigitalAsset
Get version (if applicable) for the item/asset as a string.
getVersion() - Method in class com.oracle.content.sdk.model.digital.DigitalAssetFields
 
getVideoStripProperties() - Method in class com.oracle.content.sdk.model.digital.AdvancedVideoInfoProperties
 
getVideoToken() - Method in class com.oracle.content.sdk.model.digital.AdvancedVideoInfoProperties
 
getVideoToken() - Method in class com.oracle.content.sdk.model.digital.DigitalAsset
 
getWidth() - Method in class com.oracle.content.sdk.model.digital.DigitalAssetMetadata
 
getWidth() - Method in class com.oracle.content.sdk.model.digital.DigitalAssetRendition.RenditionFormat
Get width value (or null if not set).
getWidthAsInteger() - Method in class com.oracle.content.sdk.model.digital.DigitalAssetMetadata
Parse the string value of width into an integer.
GREATER_OR_EQUAL - Enum constant in enum class com.oracle.content.sdk.request.core.SearchQueryBuilder.QueryOperator
 
GREATER_THAN - Enum constant in enum class com.oracle.content.sdk.request.core.SearchQueryBuilder.QueryOperator
 
gson - Static variable in class com.oracle.content.sdk.ContentClient
 
gson() - Static method in class com.oracle.content.sdk.ContentClient
Get the Gson instance to use for deserialization, which includes any necessary custom deserialization classes.
gson() - Static method in class com.oracle.content.sdk.request.core.ContentRequest
The gson object to use for deserialization

H

hasMore() - Method in class com.oracle.content.sdk.model.PaginatedListResult
Are there more pages of results?
HTTP - Enum constant in enum class com.oracle.content.sdk.ContentLogging.LogLevel
 

I

id - Variable in class com.oracle.content.sdk.model.Asset
 
id - Variable in class com.oracle.content.sdk.request.core.ContentRequestById
 
ID - Enum constant in enum class com.oracle.content.sdk.model.field.FieldName
 
ID - Enum constant in enum class com.oracle.content.sdk.request.core.ContentRequestById.IdType
 
idList(List<String>) - Method in class com.oracle.content.sdk.request.SearchAssetsRequest
Filter results to list of specific ids
IdObject() - Constructor for class com.oracle.content.sdk.model.digital.AdvancedVideoInfoProperties.IdObject
 
idType - Variable in class com.oracle.content.sdk.request.core.ContentRequestById
 
includeTotalCount - Variable in class com.oracle.content.sdk.request.core.PaginatedListRequest
 
INFO - Enum constant in enum class com.oracle.content.sdk.ContentLogging.LogLevel
 
INTEGER - Enum constant in enum class com.oracle.content.sdk.model.field.FieldType
 
INVALID_CLOUD_URL - Static variable in class com.oracle.content.sdk.ContentErrorString
 
INVALID_DIGITAL_ASSET - Static variable in class com.oracle.content.sdk.ContentErrorString
 
INVALID_SDK_PARAMETERS - Static variable in class com.oracle.content.sdk.ContentErrorString
 
INVALID_SERVER_URL - Static variable in class com.oracle.content.sdk.ContentErrorString
 
invalidRequest - Enum constant in enum class com.oracle.content.sdk.ContentException.REASON
 
invalidServerUrl - Enum constant in enum class com.oracle.content.sdk.ContentException.REASON
 
invalidVersion - Enum constant in enum class com.oracle.content.sdk.ContentException.REASON
 
isAdvancedVideo() - Method in class com.oracle.content.sdk.model.digital.DigitalAsset
 
isCustomAssetType() - Method in class com.oracle.content.sdk.model.digital.DigitalAsset
 
isDigitalAsset() - Method in class com.oracle.content.sdk.model.Asset
This method checks the type field and will return true if it is a DigitalAsset type.
isDigitalAsset() - Method in class com.oracle.content.sdk.model.AssetType
Is this type a Digital Asset.
isEmpty() - Method in class com.oracle.content.sdk.model.PaginatedListResult
 
isEnabled() - Method in class com.oracle.content.sdk.CacheSettings
Is the cache enabled?
isEnabled() - Method in class com.oracle.content.sdk.ContentLogging
 
isHttpEnabled() - Method in class com.oracle.content.sdk.ContentLogging
 
isImage() - Method in class com.oracle.content.sdk.model.digital.DigitalAsset
Does this refer to an image? If it's not known whether this is an image because this is only an item reference, it will return null.
isImage() - Method in class com.oracle.content.sdk.model.digital.DigitalAssetFields
Determine whether it's an image by looking at mediaType
isLatest() - Method in class com.oracle.content.sdk.model.ApiInfo
Is this is the latest API? Should be true
isList - Variable in enum class com.oracle.content.sdk.model.field.FieldType
 
isOfflineCacheEnabled() - Method in class com.oracle.content.sdk.CacheSettings
Is offline cache enabled?
isReady() - Method in class com.oracle.content.sdk.model.digital.AdvancedVideoInfoProperties
 
isReference() - Method in enum class com.oracle.content.sdk.model.field.FieldType
Return true if this type is a reference type
isReferenceOnly() - Method in class com.oracle.content.sdk.model.Asset
 
isReservedFieldName(String) - Static method in enum class com.oracle.content.sdk.model.field.FieldName
Does a string match a value in this enum?
isRichText() - Method in interface com.oracle.content.sdk.model.field.CheckForRichText
 
isRichText() - Method in class com.oracle.content.sdk.model.field.ContentFieldText
Does the field contained rich text?
isRichText() - Method in class com.oracle.content.sdk.model.field.ContentFieldTextList
Does this text list contain rich text?
isRichText(String) - Static method in class com.oracle.content.sdk.model.field.ContentFieldLargeText
Utility method - Does the field contained rich text?
isSuccess() - Method in class com.oracle.content.sdk.ContentResponse
Is the response the result of a successful request? If not, then get more detailed errors from ContentResponse.getException()
Item() - Constructor for class com.oracle.content.sdk.model.AssetLanguageVariations.Item
 
ItemList<T> - Class in com.oracle.content.sdk.model
Generic handler for "items"
ItemList() - Constructor for class com.oracle.content.sdk.model.ItemList
 
itemNotFound - Enum constant in enum class com.oracle.content.sdk.ContentException.REASON
 
items - Variable in class com.oracle.content.sdk.model.PaginatedListResult
 

J

JSON - Enum constant in enum class com.oracle.content.sdk.model.field.FieldType
 
jsonName - Variable in enum class com.oracle.content.sdk.model.field.FieldType
 

L

language - Variable in class com.oracle.content.sdk.model.Asset
 
language(String) - Method in class com.oracle.content.sdk.request.SearchAssetsRequest
Filter results to specified language
LANGUAGE - Enum constant in enum class com.oracle.content.sdk.model.field.FieldName
 
Large - Enum constant in enum class com.oracle.content.sdk.model.digital.RenditionType
 
LARGE_TEXT - Enum constant in enum class com.oracle.content.sdk.model.field.FieldType
 
LARGE_TEXT_LIST - Enum constant in enum class com.oracle.content.sdk.model.field.FieldType
 
LESS_OR_EQUAL - Enum constant in enum class com.oracle.content.sdk.request.core.SearchQueryBuilder.QueryOperator
 
LESS_THAN - Enum constant in enum class com.oracle.content.sdk.request.core.SearchQueryBuilder.QueryOperator
 
limit - Variable in class com.oracle.content.sdk.request.core.PaginatedListRequest
 
limit(int) - Method in class com.oracle.content.sdk.request.core.PaginatedListRequest
Maximum number of items that can come from the request.
links - Variable in class com.oracle.content.sdk.model.AssetLinksObject
 
links - Variable in class com.oracle.content.sdk.request.core.ContentRequest
 
links(String) - Method in class com.oracle.content.sdk.request.core.ContentRequest
Specify which links should be returned in result.
LINKS - Enum constant in enum class com.oracle.content.sdk.model.field.FieldName
 
linksNone() - Method in class com.oracle.content.sdk.request.core.ContentRequest
Same as a call to ContentRequest.links specifying "none", so no links will be returned
log(String, String) - Static method in class com.oracle.content.sdk.ContentClient
Helper method to Log messages using the logging policy
log(Level, String, String) - Static method in class com.oracle.content.sdk.ContentClient
Called internally to log messages
log(Level, String, String) - Method in class com.oracle.content.sdk.ContentLogging.DefaultLogger
 
log(Level, String, String) - Method in class com.oracle.content.sdk.ContentLogging
 
log(Level, String, String) - Method in interface com.oracle.content.sdk.ContentLogging.LogCallback
 

M

MATCHES - Enum constant in enum class com.oracle.content.sdk.request.core.SearchQueryBuilder.QueryOperator
 
matchIdList(String, List<String>, boolean) - Static method in class com.oracle.content.sdk.request.core.SearchQueryBuilder
Given a list of strings, returns a query expression to match any of the strings.
matchList(String, List<String>, boolean) - Method in class com.oracle.content.sdk.request.core.SearchQueryBuilder
Given a list of strings, adds to the filter a query expression to match any of the strings.
MB - Static variable in class com.oracle.content.sdk.CacheSettings
 
Medium - Enum constant in enum class com.oracle.content.sdk.model.digital.RenditionType
 

N

name - Variable in class com.oracle.content.sdk.model.Asset
 
name(String) - Method in class com.oracle.content.sdk.request.SearchAssetsRequest
Filter results to specified item name
NAME - Enum constant in enum class com.oracle.content.sdk.model.field.FieldName
 
nameList(List<String>) - Method in class com.oracle.content.sdk.request.SearchAssetsRequest
Filter results to list of specific names
Native - Enum constant in enum class com.oracle.content.sdk.model.digital.RenditionType
 
NATIVE_RENDITION - Static variable in class com.oracle.content.sdk.model.digital.DigitalAsset
 
NativeLinks() - Constructor for class com.oracle.content.sdk.model.digital.DigitalAssetFields.NativeLinks
 
NETWORK - Enum constant in enum class com.oracle.content.sdk.ContentResponse.CacheState
 
networkError - Enum constant in enum class com.oracle.content.sdk.ContentException.REASON
 
NO_CACHE - Static variable in class com.oracle.content.sdk.ContentClient
 
noCache() - Method in class com.oracle.content.sdk.request.core.ContentRequest
Optional override of cache policy which will force the call to get the data from the network and not use the cache.
Node() - Constructor for class com.oracle.content.sdk.model.taxonomy.TaxonomyCategory.Node
 
NONE - Enum constant in enum class com.oracle.content.sdk.ContentLogging.LogLevel
 

O

objectClass - Variable in class com.oracle.content.sdk.request.core.ContentRequest
 
observable() - Method in class com.oracle.content.sdk.request.core.ContentRequest
Create an RxJava Single observable object which can then be subscribed to to get a ContentResponse.
observableResult() - Method in class com.oracle.content.sdk.request.core.ContentRequest
Create an RxJava Single observable object which can then be subscribed on to get the result object as part of the response.
offset - Variable in class com.oracle.content.sdk.request.core.PaginatedListRequest
 
offset(int) - Method in class com.oracle.content.sdk.request.core.PaginatedListRequest
Starting offset to request items from
onResponse(ContentResponse<C>) - Method in interface com.oracle.content.sdk.ContentCallback
Implement to handle the response to the SDK call.
OR - Enum constant in enum class com.oracle.content.sdk.request.core.SearchQueryBuilder.QueryOperator
 
orField(String, SearchQueryBuilder.QueryOperator, String) - Method in class com.oracle.content.sdk.request.core.SearchQueryBuilder
Adds a filter expression of form "OR field operator value" to the filter.

P

PaginatedListRequest<T extends ContentRequest,C extends AssetObject> - Class in com.oracle.content.sdk.request.core
Base request for any paginated list request, such as SearchAssetsRequest
PaginatedListRequest(ContentDeliveryClient, Class) - Constructor for class com.oracle.content.sdk.request.core.PaginatedListRequest
Construct request to search for content items.
PaginatedListResult<T> - Class in com.oracle.content.sdk.model
Common abstract base class for all sdk results that return a paginated response.
PaginatedListResult() - Constructor for class com.oracle.content.sdk.model.PaginatedListResult
 
PARENTID - Enum constant in enum class com.oracle.content.sdk.model.field.FieldName
 
parseAnnotationFields(C) - Method in class com.oracle.content.sdk.util.CustomItemAnnotation
Parse each annotation in the class and retrieve/assign fields.
parseContentItemFields() - Method in class com.oracle.content.sdk.model.item.ContentItem
This method will go through and "parse" all of the field data in a ContentField map, guessing at the field types based on the field values.
PUBLISH_INFO - Enum constant in enum class com.oracle.content.sdk.model.field.FieldName
 
PublishChannel - Class in com.oracle.content.sdk.util
This is an abbreviated model for published channels as it's only used for getting the publish channel token for a given name.
PublishChannel() - Constructor for class com.oracle.content.sdk.util.PublishChannel
 
PublishChannel.ChannelToken - Class in com.oracle.content.sdk.util
 
PublishChannelList - Class in com.oracle.content.sdk.util
For handling response from getting channel list.
PublishChannelList() - Constructor for class com.oracle.content.sdk.util.PublishChannelList
 

R

REFERENCE_LIST - Enum constant in enum class com.oracle.content.sdk.model.field.FieldType
 
RenditionFormat() - Constructor for class com.oracle.content.sdk.model.digital.DigitalAssetRendition.RenditionFormat
 
RenditionType - Enum Class in com.oracle.content.sdk.model.digital
Common digital asset rendition types.
REPOSITORY_ID - Enum constant in enum class com.oracle.content.sdk.model.field.FieldName
 
RESPONSE_ERROR - Static variable in class com.oracle.content.sdk.ContentErrorString
 
responseError - Enum constant in enum class com.oracle.content.sdk.ContentException.REASON
 
RestApiInterfaceV1 - Interface in com.oracle.content.sdk.request.core
The interface used for defining the retrofit endpoints for all SDK REST API calls.
retrofit - Variable in class com.oracle.content.sdk.ContentClient
 
RETROFIT_ERROR - Static variable in class com.oracle.content.sdk.ContentErrorString
 

S

sAllNames - Static variable in enum class com.oracle.content.sdk.model.field.FieldName
 
sContentLogging - Static variable in class com.oracle.content.sdk.ContentClient
The logging policy is in effect for the SDK globally
SDK_INVALID_REQUEST - Static variable in class com.oracle.content.sdk.ContentErrorString
 
SDK_RESPONSE_ERROR - Static variable in class com.oracle.content.sdk.ContentErrorString
 
SearchAssetsRequest - Class in com.oracle.content.sdk.request
Request class used to search for a content item request based on specific search criteria.
SearchAssetsRequest(ContentDeliveryClient) - Constructor for class com.oracle.content.sdk.request.SearchAssetsRequest
Construct request to search for content items.
searchBySCIMQuery(String, String, String, String, Integer, Integer, String, Boolean, String) - Method in interface com.oracle.content.sdk.request.core.RestApiInterfaceV1
REST call to search for content item based on a SCIM query string.
searchForLargest(int, int) - Method in class com.oracle.content.sdk.model.digital.DigitalAssetPreferredRenditionCriteria
Call this to search for the largest rendition that is smaller than preferred maximum width and height.
searchForSmallest(int, int) - Method in class com.oracle.content.sdk.model.digital.DigitalAssetPreferredRenditionCriteria
Call this to search for the smallest rendition that is larger than preferred minimum width and height.
SearchQueryBuilder - Class in com.oracle.content.sdk.request.core
This helper class will construct the raw "filter" string to use when specifying a filter for SearchAssetsRequest.
SearchQueryBuilder() - Constructor for class com.oracle.content.sdk.request.core.SearchQueryBuilder
Start with a blank builder
SearchQueryBuilder(String) - Constructor for class com.oracle.content.sdk.request.core.SearchQueryBuilder
Constructor that takes a type and starts the filter with the expression type eq 'typename', where 'typename' is the parameter.
SearchQueryBuilder.QueryOperator - Enum Class in com.oracle.content.sdk.request.core
Enumerates the possible query operator values
setAssetCacheDir(File) - Method in class com.oracle.content.sdk.CacheSettings
Optionally override the cache folder to use for assets.
setAssetCacheSize(long) - Method in class com.oracle.content.sdk.CacheSettings
Override the maximum asset cache size.
setCacheExpiration(CacheSettings.Expiration) - Method in class com.oracle.content.sdk.CacheSettings
Set the general cache expiration value
setCacheSettings(CacheSettings) - Method in class com.oracle.content.sdk.ContentSettings
Set more specific set of cache settings.
setDesiredFormat(String) - Method in class com.oracle.content.sdk.model.digital.DigitalAssetPreferredRenditionCriteria
Set the desired format string to search for in renditions.
setException(ContentException) - Method in class com.oracle.content.sdk.ContentResponse
 
setHttpCacheSize(long) - Method in class com.oracle.content.sdk.CacheSettings
Set the cache size in bytes.
setLoggingPolicy(ContentLogging) - Static method in class com.oracle.content.sdk.ContentSDK
Specifies a custom logging policy.
setLogLevel(ContentLogging.LogLevel) - Static method in class com.oracle.content.sdk.ContentSDK
Set the logging level globally for all SDK clients.
setOfflineCacheExpiration(CacheSettings.Expiration) - Method in class com.oracle.content.sdk.CacheSettings
Set the offline cache expiration value
setResult(C) - Method in class com.oracle.content.sdk.ContentResponse
 
setTimeoutSeconds(int) - Method in class com.oracle.content.sdk.ContentSettings
 
setUserAgentHeader(String) - Method in class com.oracle.content.sdk.AuthenticationPolicy
Set the User-Agent header to send for each request
setUserAgentHeader(String) - Method in class com.oracle.content.sdk.ContentSettings
Set the "User-Agent" header to be sent with each SDK request.
setVideoToken(String) - Method in class com.oracle.content.sdk.model.digital.AdvancedVideoInfoProperties
 
SIMILAR - Enum constant in enum class com.oracle.content.sdk.request.core.SearchQueryBuilder.QueryOperator
 
SLUG - Enum constant in enum class com.oracle.content.sdk.model.field.FieldName
 
SLUG - Enum constant in enum class com.oracle.content.sdk.request.core.ContentRequestById.IdType
 
Small - Enum constant in enum class com.oracle.content.sdk.model.digital.RenditionType
 
sortByField - Variable in class com.oracle.content.sdk.request.core.PaginatedListRequest
 
sortByField(String) - Method in class com.oracle.content.sdk.request.core.PaginatedListRequest
The server will sort the results based on the field which can either by "name" or one of the custom data fields on the content item.
sortOrderDescending - Variable in class com.oracle.content.sdk.request.core.PaginatedListRequest
 
sortOrderDescending(boolean) - Method in class com.oracle.content.sdk.request.core.PaginatedListRequest
Sort order, specified true for descending or false for ascending order.
startExpression(String) - Method in class com.oracle.content.sdk.request.core.SearchQueryBuilder
Called to start an expression at the beginning of the filter with a fully formed expression
startExpression(String, SearchQueryBuilder.QueryOperator, String) - Method in class com.oracle.content.sdk.request.core.SearchQueryBuilder
Called to start an expression at the beginning of the filter.
startGroup() - Method in class com.oracle.content.sdk.request.core.SearchQueryBuilder
 
startGroup(SearchQueryBuilder.QueryOperator) - Method in class com.oracle.content.sdk.request.core.SearchQueryBuilder
Start a new expression group with parenthesis, for example "AND (expression)".
STARTS_WITH - Enum constant in enum class com.oracle.content.sdk.request.core.SearchQueryBuilder.QueryOperator
 
STATUS - Enum constant in enum class com.oracle.content.sdk.model.field.FieldName
 
Strip - Enum constant in enum class com.oracle.content.sdk.model.digital.RenditionType
 

T

TAXONOMIES - Enum constant in enum class com.oracle.content.sdk.model.field.FieldName
 
Taxonomy - Class in com.oracle.content.sdk.model.taxonomy
Taxonomy model for a content item.
Taxonomy() - Constructor for class com.oracle.content.sdk.model.taxonomy.Taxonomy
 
TAXONOMY_CATEGORY_NODES_ID - Enum constant in enum class com.oracle.content.sdk.model.field.FieldName
 
TaxonomyCategory - Class in com.oracle.content.sdk.model.taxonomy
Category model within a Taxonomy.
TaxonomyCategory() - Constructor for class com.oracle.content.sdk.model.taxonomy.TaxonomyCategory
 
TaxonomyCategory.Node - Class in com.oracle.content.sdk.model.taxonomy
 
TaxonomyCategoryList - Class in com.oracle.content.sdk.model.taxonomy
 
TaxonomyCategoryList() - Constructor for class com.oracle.content.sdk.model.taxonomy.TaxonomyCategoryList
 
taxonomyCategoryNodeIds(List<String>) - Method in class com.oracle.content.sdk.request.SearchAssetsRequest
Filter results to list of taxonomy category node ids.
TaxonomyList - Class in com.oracle.content.sdk.model.taxonomy
 
TaxonomyList() - Constructor for class com.oracle.content.sdk.model.taxonomy.TaxonomyList
 
TestUtil - Class in com.oracle.content.sdk.util
Used internally for test purposes and may change in the future.
TestUtil() - Constructor for class com.oracle.content.sdk.util.TestUtil
 
TEXT - Enum constant in enum class com.oracle.content.sdk.model.field.FieldType
 
TEXT_LIST - Enum constant in enum class com.oracle.content.sdk.model.field.FieldType
 
Thumbnail - Enum constant in enum class com.oracle.content.sdk.model.digital.RenditionType
 
toString() - Method in class com.oracle.content.sdk.model.field.ContentField
String representation of the field for debugging purposes, which includes the type.
toString() - Method in enum class com.oracle.content.sdk.model.field.FieldName
 
toString() - Method in class com.oracle.content.sdk.model.item.AssetFields
Get the list of name/value pairs with the associated content type
toString() - Method in enum class com.oracle.content.sdk.request.core.SearchQueryBuilder.QueryOperator
 
totalResults(boolean) - Method in class com.oracle.content.sdk.request.core.PaginatedListRequest
Accepts a Boolean value.
TRANSLATABLE - Enum constant in enum class com.oracle.content.sdk.model.field.FieldName
 
type - Variable in class com.oracle.content.sdk.model.Asset
 
type(String) - Method in class com.oracle.content.sdk.request.SearchAssetsRequest
Forms a simple filter that searches by type that matches the "type" parameter.
TYPE - Enum constant in enum class com.oracle.content.sdk.model.field.FieldName
 
TYPE_ASSET_FILE - Static variable in class com.oracle.content.sdk.model.AssetType
 
TYPE_ASSET_IMAGE - Static variable in class com.oracle.content.sdk.model.AssetType
 
TYPE_ASSET_VIDEO - Static variable in class com.oracle.content.sdk.model.AssetType
 
TYPE_ASSET_VIDEO_PLUS - Static variable in class com.oracle.content.sdk.model.AssetType
 
TYPE_CATEGORY - Enum constant in enum class com.oracle.content.sdk.model.field.FieldName
 
TYPE_CATEGORY_CONTENT_ITEM - Static variable in class com.oracle.content.sdk.model.AssetType
 
TYPE_CATEGORY_DIGITAL_ASSET - Static variable in class com.oracle.content.sdk.model.AssetType
 
TYPE_DIGITAL_ASSET - Static variable in class com.oracle.content.sdk.model.AssetType
 
typeCategory - Variable in class com.oracle.content.sdk.model.Asset
 
typeList(List<String>) - Method in class com.oracle.content.sdk.request.SearchAssetsRequest
Filter results to list of content types.

U

Unknown - Enum constant in enum class com.oracle.content.sdk.model.date.ContentDateDisplayType
 
Unknown - Enum constant in enum class com.oracle.content.sdk.model.digital.RenditionType
 
UNKNOWN - Enum constant in enum class com.oracle.content.sdk.model.field.FieldType
 
UNSUPPORTED_VERSION_REQUEST - Static variable in class com.oracle.content.sdk.ContentErrorString
 
UPDATED_BY - Enum constant in enum class com.oracle.content.sdk.model.field.FieldName
 
UPDATED_DATE - Enum constant in enum class com.oracle.content.sdk.model.field.FieldName
 
updatedDate - Variable in class com.oracle.content.sdk.model.Asset
 
userAgentHeader - Variable in class com.oracle.content.sdk.AuthenticationPolicy
 

V

value - Variable in class com.oracle.content.sdk.model.field.ContentField
 
value() - Element in annotation interface com.oracle.content.sdk.model.item.CustomContentField
 
value() - Element in annotation interface com.oracle.content.sdk.model.item.CustomContentType
 
valueOf(String) - Static method in enum class com.oracle.content.sdk.ContentException.REASON
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oracle.content.sdk.ContentLogging.LogLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oracle.content.sdk.ContentResponse.CacheState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oracle.content.sdk.model.date.ContentDateDisplayType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oracle.content.sdk.model.digital.RenditionType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oracle.content.sdk.model.field.FieldName
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oracle.content.sdk.model.field.FieldType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oracle.content.sdk.request.core.ContentRequestById.IdType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oracle.content.sdk.request.core.SearchQueryBuilder.QueryOperator
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.oracle.content.sdk.ContentException.REASON
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oracle.content.sdk.ContentLogging.LogLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oracle.content.sdk.ContentResponse.CacheState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oracle.content.sdk.model.date.ContentDateDisplayType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oracle.content.sdk.model.digital.RenditionType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oracle.content.sdk.model.field.FieldName
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oracle.content.sdk.model.field.FieldType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oracle.content.sdk.request.core.ContentRequestById.IdType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oracle.content.sdk.request.core.SearchQueryBuilder.QueryOperator
Returns an array containing the constants of this enum class, in the order they are declared.
verifyTypeMatch(String) - Method in class com.oracle.content.sdk.util.CustomItemAnnotation
Verify any custom type matches the specified type.
A B C D E F G H I J L M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form