Skip navigation links

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-03

A B C D E F G H I K L M N O P R S T U V W X


A

AbsoluteTimeSpan - Interface in oracle.irm.engine.core.time
An absolute time span.
AbsoluteTimeSpan - Class in oracle.irm.engine.types.core.time
Absolute Time Span type.
AbsoluteTimeSpan() - Constructor for class oracle.irm.engine.types.core.time.AbsoluteTimeSpan
No argument constructor.
AbsoluteTimeSpan(TimeSpan.ReferencePoint, Date, Date) - Constructor for class oracle.irm.engine.types.core.time.AbsoluteTimeSpan
Constructor.
AbsoluteTimeSpanFactory - Class in oracle.irm.engine.core.time
Absolute Time Span factory.
Account - Interface in oracle.irm.engine.core.account
A user or group identifier.
Account - Class in oracle.irm.engine.types.core.account
Account type.
Account() - Constructor for class oracle.irm.engine.types.core.account.Account
No argument constructor.
Account(String, String, Account.Type) - Constructor for class oracle.irm.engine.types.core.account.Account
Constructor.
Account.Type - Enum in oracle.irm.engine.core.account
The type of account.
Account.Type - Enum in oracle.irm.engine.types.core.account
Type enumeration.
AccountAlreadyAdministratorException - Exception in oracle.irm.engine.rights.context
Account already assigned an administrator role.
AccountAlreadyAdministratorException(Account) - Constructor for exception oracle.irm.engine.rights.context.AccountAlreadyAdministratorException
Constructor.
AccountAlreadyAdministratorException(Account, Throwable) - Constructor for exception oracle.irm.engine.rights.context.AccountAlreadyAdministratorException
Constructor.
AccountAlreadyAdministratorException - Class in oracle.irm.engine.types.rights.context
Account Already Administrator exception information.
AccountAlreadyAdministratorException() - Constructor for class oracle.irm.engine.types.rights.context.AccountAlreadyAdministratorException
Default constructor.
AccountAlreadyAdministratorException(AccountRef) - Constructor for class oracle.irm.engine.types.rights.context.AccountAlreadyAdministratorException
Constructor.
AccountAlreadyAdministratorFault - Exception in oracle.irm.j2ee.jws.rights.context
Account already assigned an administrator role.
AccountAlreadyAssignedException - Exception in oracle.irm.engine.rights.context
Account already assigned a role.
AccountAlreadyAssignedException(Account, DocumentRole) - Constructor for exception oracle.irm.engine.rights.context.AccountAlreadyAssignedException
Constructor.
AccountAlreadyAssignedException(Account, DocumentRole, Throwable) - Constructor for exception oracle.irm.engine.rights.context.AccountAlreadyAssignedException
Constructor.
AccountAlreadyAssignedException - Class in oracle.irm.engine.types.rights.context
Account Already Assigned exception information.
AccountAlreadyAssignedException() - Constructor for class oracle.irm.engine.types.rights.context.AccountAlreadyAssignedException
Default constructor.
AccountAlreadyAssignedException(AccountRef, DocumentRoleRef) - Constructor for class oracle.irm.engine.types.rights.context.AccountAlreadyAssignedException
Constructor.
AccountAlreadyAssignedFault - Exception in oracle.irm.j2ee.jws.rights.context
Account already assigned a role.
AccountAlreadyInspectorException - Exception in oracle.irm.engine.rights.context
Account already assigned an inspector role.
AccountAlreadyInspectorException(Account) - Constructor for exception oracle.irm.engine.rights.context.AccountAlreadyInspectorException
Constructor.
AccountAlreadyInspectorException(Account, Throwable) - Constructor for exception oracle.irm.engine.rights.context.AccountAlreadyInspectorException
Constructor.
AccountAlreadyInspectorException - Class in oracle.irm.engine.types.rights.context
Account Already Inspector exception information.
AccountAlreadyInspectorException() - Constructor for class oracle.irm.engine.types.rights.context.AccountAlreadyInspectorException
Default constructor.
AccountAlreadyInspectorException(AccountRef) - Constructor for class oracle.irm.engine.types.rights.context.AccountAlreadyInspectorException
Constructor.
AccountAlreadyInspectorFault - Exception in oracle.irm.j2ee.jws.rights.context
Account already assigned an inspector role.
AccountAlreadyManagerException - Exception in oracle.irm.engine.rights.context
Account already assigned a manager role.
AccountAlreadyManagerException(Account) - Constructor for exception oracle.irm.engine.rights.context.AccountAlreadyManagerException
Constructor.
AccountAlreadyManagerException(Account, Throwable) - Constructor for exception oracle.irm.engine.rights.context.AccountAlreadyManagerException
Constructor.
AccountAlreadyManagerException - Class in oracle.irm.engine.types.rights.context
Account Already Manager exception information.
AccountAlreadyManagerException() - Constructor for class oracle.irm.engine.types.rights.context.AccountAlreadyManagerException
Default constructor.
AccountAlreadyManagerException(AccountRef) - Constructor for class oracle.irm.engine.types.rights.context.AccountAlreadyManagerException
Constructor.
AccountAlreadyManagerFault - Exception in oracle.irm.j2ee.jws.rights.context
Account already assigned a manager role.
AccountCollectionFactory - Class in oracle.irm.engine.core.account
Account collection factory and utilities.
AccountFactory - Class in oracle.irm.engine.core.account
Account factory.
AccountOperations - Interface in oracle.irm.engine.core.account
Operations for retrieving and querying user and group details.
AccountOperationsInstance - Class in oracle.irm.engine.core.account
Operations for retrieving and querying user and group details.
AccountRef - Class in oracle.irm.engine.types.core.account
Account reference.
AccountRef() - Constructor for class oracle.irm.engine.types.core.account.AccountRef
No argument constructor.
AccountRef(String) - Constructor for class oracle.irm.engine.types.core.account.AccountRef
Constructor.
accountsAsMap(Collection<Account>) - Static method in class oracle.irm.engine.core.account.AccountCollectionFactory
Create a map keyed on Uuid from a collection of Account elements.
accountsAsSet(Collection<Account>) - Static method in class oracle.irm.engine.core.account.AccountCollectionFactory
Create a set of Account elements from a collection.
addContextManagers(ContextInstance, Collection<Account>) - Method in interface oracle.irm.engine.rights.context.ContextOperations
Add one or managers to a context.
addContextManagers(ContextInstance, Collection<Account>) - Static method in class oracle.irm.engine.rights.context.ContextOperationsInstance
Add one or managers to a context.
addContextManagers(ContextInstanceRef, AccountRef[]) - Method in interface oracle.irm.j2ee.jws.rights.context.ContextOperationsEndpoint
Add one or managers to a context.
addDomainAdministrators(Domain, Collection<Account>) - Method in interface oracle.irm.engine.rights.context.DomainOperations
Add one or more administrators to a domain.
addDomainAdministrators(Domain, Collection<Account>) - Static method in class oracle.irm.engine.rights.context.DomainOperationsInstance
Add one or more administrators to a domain.
addDomainAdministrators(DomainRef, AccountRef[]) - Method in interface oracle.irm.j2ee.jws.rights.context.DomainOperationsEndpoint
Add one or more administrators to a domain.
addDomainManagers(Domain, Collection<Account>) - Method in interface oracle.irm.engine.rights.context.DomainOperations
Add one or more managers to a domain.
addDomainManagers(Domain, Collection<Account>) - Static method in class oracle.irm.engine.rights.context.DomainOperationsInstance
Add one or more managers to a domain.
addDomainManagers(DomainRef, AccountRef[]) - Method in interface oracle.irm.j2ee.jws.rights.context.DomainOperationsEndpoint
Add one or more managers to a domain.
addFeatures(Collection<Feature>, String[]) - Method in interface oracle.irm.engine.core.feature.FeatureOperations
Add features to a collection by feature identity.
addFeatures(Collection<Feature>, String[]) - Static method in class oracle.irm.engine.core.feature.FeatureOperationsInstance
Add features to a collection by feature identity.
addInspectors(Domain, Collection<Account>) - Method in interface oracle.irm.engine.rights.context.ContextOperations
Add one or inspectors to a domain.
addInspectors(Domain, Collection<Account>) - Static method in class oracle.irm.engine.rights.context.ContextOperationsInstance
Add one or inspectors to a domain.
addInspectors(DomainRef, AccountRef[]) - Method in interface oracle.irm.j2ee.jws.rights.context.ContextOperationsEndpoint
Add one or inspectors to a domain.
addToTime(Date) - Method in interface oracle.irm.engine.core.time.TimePeriod
Add this time period to a date and time.
AES128_CRYPTO_SCHEMA_ID - Static variable in interface oracle.irm.engine.content.crypto.CryptoConstants
Identity for 'AES128' cryptography schema.
AES128_FIPS_CRYPTO_SCHEMA_ID - Static variable in interface oracle.irm.engine.content.crypto.CryptoConstants
Identity for 'AES128' cryptography schema (FIPS 140-2 mode).
AES256_CRYPTO_SCHEMA_ID - Static variable in interface oracle.irm.engine.content.crypto.CryptoConstants
Identity for 'AES256' cryptography schema.
AES256_FIPS_CRYPTO_SCHEMA_ID - Static variable in interface oracle.irm.engine.content.crypto.CryptoConstants
Identity for 'AES256' cryptography schema (FIPS 140-2 mode).
appendFeaturesToRole(DocumentRole, String[]) - Method in interface oracle.irm.engine.rights.context.DocumentRoleOperations
Add features to a role.
appendFeaturesToRole(DocumentRole, String[]) - Static method in class oracle.irm.engine.rights.context.DocumentRoleOperationsInstance
Add features to a role.
APPLICATION_CONTAINER_PARAMETER - Static variable in interface oracle.irm.engine.core.status.StatusPageOperations
The container application parameter.
APPLICATION_NAME_PARAMETER - Static variable in interface oracle.irm.engine.core.status.StatusPageOperations
The application name parameter.
assignRole(ContextInstance, DocumentRole, Collection<Account>, Collection<ItemCode>) - Method in interface oracle.irm.engine.rights.context.DocumentRightOperations
Assign a document role.
assignRole(ContextInstance, DocumentRole, Collection<Account>, Collection<ItemCode>) - Static method in class oracle.irm.engine.rights.context.DocumentRightOperationsInstance
Assign a document role.
assignRole(ContextInstanceRef, DocumentRoleRef, AccountRef[], ItemCode[]) - Method in interface oracle.irm.j2ee.jws.rights.context.DocumentRightOperationsEndpoint
Assign a document role.
AuthorizationDeniedException - Exception in oracle.irm.engine.system.general
Authorization denied.
AuthorizationDeniedException() - Constructor for exception oracle.irm.engine.system.general.AuthorizationDeniedException
Constructor.
AuthorizationDeniedException(Throwable) - Constructor for exception oracle.irm.engine.system.general.AuthorizationDeniedException
Constructor.
AuthorizationDeniedException - Class in oracle.irm.engine.types.system.general
Authorization Denied exception information.
AuthorizationDeniedException() - Constructor for class oracle.irm.engine.types.system.general.AuthorizationDeniedException
Default constructor.
AuthorizationDeniedFault - Exception in oracle.irm.j2ee.jws.system.general
Authorization denied.

B

BufferSource - Interface in oracle.irm.engine.content.source
A data buffer based source for the sealing process.
BufferSource - Class in oracle.irm.engine.types.content.source
Buffer Source type.
BufferSource() - Constructor for class oracle.irm.engine.types.content.source.BufferSource
No argument constructor.
BufferSource(byte[], String) - Constructor for class oracle.irm.engine.types.content.source.BufferSource
Constructor.
BufferSourceFactory - Class in oracle.irm.engine.content.source
Buffer Source factory.

C

CannotRemoveAdministratorsException - Exception in oracle.irm.engine.rights.context
Cannot remove administrators.
CannotRemoveAdministratorsException(Collection<Account>) - Constructor for exception oracle.irm.engine.rights.context.CannotRemoveAdministratorsException
Constructor.
CannotRemoveAdministratorsException(Collection<Account>, Throwable) - Constructor for exception oracle.irm.engine.rights.context.CannotRemoveAdministratorsException
Constructor.
CannotRemoveAdministratorsException - Class in oracle.irm.engine.types.rights.context
Cannot Remove Administrators exception information.
CannotRemoveAdministratorsException() - Constructor for class oracle.irm.engine.types.rights.context.CannotRemoveAdministratorsException
Default constructor.
CannotRemoveAdministratorsException(AccountRef[]) - Constructor for class oracle.irm.engine.types.rights.context.CannotRemoveAdministratorsException
Constructor.
CannotRemoveAdministratorsFault - Exception in oracle.irm.j2ee.jws.rights.context
Cannot remove administrators.
CannotRemoveContextInstanceException - Exception in oracle.irm.engine.rights.context
The context cannot be deleted.
CannotRemoveContextInstanceException(ContextInstance) - Constructor for exception oracle.irm.engine.rights.context.CannotRemoveContextInstanceException
Constructor.
CannotRemoveContextInstanceException(ContextInstance, Throwable) - Constructor for exception oracle.irm.engine.rights.context.CannotRemoveContextInstanceException
Constructor.
CannotRemoveContextInstanceException - Class in oracle.irm.engine.types.rights.context
Cannot Remove Context Instance exception information.
CannotRemoveContextInstanceException() - Constructor for class oracle.irm.engine.types.rights.context.CannotRemoveContextInstanceException
Default constructor.
CannotRemoveContextInstanceException(ContextInstanceRef) - Constructor for class oracle.irm.engine.types.rights.context.CannotRemoveContextInstanceException
Constructor.
CannotRemoveContextInstanceFault - Exception in oracle.irm.j2ee.jws.rights.context
The context cannot be deleted.
CannotRemoveContextTemplateException - Exception in oracle.irm.engine.rights.context
The context template cannot be deleted.
CannotRemoveContextTemplateException(ContextTemplate) - Constructor for exception oracle.irm.engine.rights.context.CannotRemoveContextTemplateException
Constructor.
CannotRemoveContextTemplateException(ContextTemplate, Throwable) - Constructor for exception oracle.irm.engine.rights.context.CannotRemoveContextTemplateException
Constructor.
CannotRemoveContextTemplateException - Class in oracle.irm.engine.types.rights.context
Cannot Remove Context Template exception information.
CannotRemoveContextTemplateException() - Constructor for class oracle.irm.engine.types.rights.context.CannotRemoveContextTemplateException
Default constructor.
CannotRemoveContextTemplateException(ContextTemplateRef) - Constructor for class oracle.irm.engine.types.rights.context.CannotRemoveContextTemplateException
Constructor.
CannotRemoveContextTemplateFault - Exception in oracle.irm.j2ee.jws.rights.context
The context template cannot be deleted.
CannotRemoveDocumentRoleException - Exception in oracle.irm.engine.rights.context
The document role cannot be deleted.
CannotRemoveDocumentRoleException(DocumentRole) - Constructor for exception oracle.irm.engine.rights.context.CannotRemoveDocumentRoleException
Constructor.
CannotRemoveDocumentRoleException(DocumentRole, Throwable) - Constructor for exception oracle.irm.engine.rights.context.CannotRemoveDocumentRoleException
Constructor.
CannotRemoveDocumentRoleException - Class in oracle.irm.engine.types.rights.context
Cannot Remove Document Role exception information.
CannotRemoveDocumentRoleException() - Constructor for class oracle.irm.engine.types.rights.context.CannotRemoveDocumentRoleException
Default constructor.
CannotRemoveDocumentRoleException(DocumentRoleRef) - Constructor for class oracle.irm.engine.types.rights.context.CannotRemoveDocumentRoleException
Constructor.
CannotRemoveDocumentRoleFault - Exception in oracle.irm.j2ee.jws.rights.context
The document role cannot be deleted.
CannotRemoveManagersException - Exception in oracle.irm.engine.rights.context
Cannot remove managers.
CannotRemoveManagersException(Collection<Account>) - Constructor for exception oracle.irm.engine.rights.context.CannotRemoveManagersException
Constructor.
CannotRemoveManagersException(Collection<Account>, Throwable) - Constructor for exception oracle.irm.engine.rights.context.CannotRemoveManagersException
Constructor.
CannotRemoveManagersException - Class in oracle.irm.engine.types.rights.context
Cannot Remove Managers exception information.
CannotRemoveManagersException() - Constructor for class oracle.irm.engine.types.rights.context.CannotRemoveManagersException
Default constructor.
CannotRemoveManagersException(AccountRef[]) - Constructor for class oracle.irm.engine.types.rights.context.CannotRemoveManagersException
Constructor.
CannotRemoveManagersFault - Exception in oracle.irm.j2ee.jws.rights.context
Cannot remove managers.
checkForAvailableLicenses(Feature, Classification) - Method in interface oracle.irm.engine.core.storage.DesktopServices
Check that the authenticated account has a license.
checkForAvailableLicenses(Feature, Classification) - Static method in class oracle.irm.engine.core.storage.DesktopServicesInstance
Check that the authenticated account has a license.
checkForAvailableLicenses(Feature, Classification) - Method in interface oracle.irm.j2ee.jws.core.storage.DesktopServicesEndpoint
Check that the authenticated account has a license.
checkForGroups(Collection<Account>) - Method in interface oracle.irm.engine.core.account.AccountOperations
Check that a set of accounts only contains users.
checkForGroups(Collection<Account>) - Static method in class oracle.irm.engine.core.account.AccountOperationsInstance
Check that a set of accounts only contains users.
checkIn(URI) - Method in interface oracle.irm.engine.core.storage.DesktopServices
Perform a check in for the specified server and update the store.
checkIn(URI) - Static method in class oracle.irm.engine.core.storage.DesktopServicesInstance
Perform a check in for the specified server and update the store.
checkIn(URI) - Method in interface oracle.irm.j2ee.jws.core.storage.DesktopServicesEndpoint
Perform a check in for the specified server and update the store.
checkInRightsForAccount(Account) - Method in interface oracle.irm.engine.rights.context.DocumentRightOperations
Check all rights in use by an account.
checkInRightsForAccount(Account) - Static method in class oracle.irm.engine.rights.context.DocumentRightOperationsInstance
Check all rights in use by an account.
checkInRightsForAccount(AccountRef) - Method in interface oracle.irm.j2ee.jws.rights.context.DocumentRightOperationsEndpoint
Check all rights in use by an account.
Classification - Interface in oracle.irm.engine.core.classification
Classification.
Classification - Class in oracle.irm.engine.types.core.classification
Classification type.
Classification() - Constructor for class oracle.irm.engine.types.core.classification.Classification
No argument constructor.
Classification(String, ClassificationSystemRef, KeySetRef, URI, Date, Label[], Object) - Constructor for class oracle.irm.engine.types.core.classification.Classification
Constructor.
ClassificationCollectionFactory - Class in oracle.irm.engine.core.classification
Classification collection factory and utilities.
ClassificationConstants - Interface in oracle.irm.engine.core.classification
Constants.
ClassificationFactory - Class in oracle.irm.engine.core.classification
Classification factory.
ClassificationFilter - Interface in oracle.irm.engine.core.classification
Classification filtering.
ClassificationFilter - Class in oracle.irm.engine.types.core.classification
Classification Filter type.
ClassificationFilter() - Constructor for class oracle.irm.engine.types.core.classification.ClassificationFilter
No argument constructor.
ClassificationFilter(ClassificationSystemRef, URI, String) - Constructor for class oracle.irm.engine.types.core.classification.ClassificationFilter
Constructor.
ClassificationOperations - Interface in oracle.irm.engine.core.classification
Operations relating to classification systems.
ClassificationOperationsInstance - Class in oracle.irm.engine.core.classification
Operations relating to classification systems.
CLASSIFICATIONS_RESOURCE_PATH - Static variable in interface oracle.irm.engine.core.classification.ClassificationConstants
The resource path used to locate classification system plugin configuration.
classificationsAsMap(Collection<Classification>) - Static method in class oracle.irm.engine.core.classification.ClassificationCollectionFactory
Create a map keyed on Id from a collection of Classification elements.
classificationsAsSet(Collection<Classification>) - Static method in class oracle.irm.engine.core.classification.ClassificationCollectionFactory
Create a set of Classification elements from a collection.
ClassificationSystem - Interface in oracle.irm.engine.core.classification
Classification system.
ClassificationSystem - Class in oracle.irm.engine.types.core.classification
Classification System type.
ClassificationSystem() - Constructor for class oracle.irm.engine.types.core.classification.ClassificationSystem
No argument constructor.
ClassificationSystem(UUID) - Constructor for class oracle.irm.engine.types.core.classification.ClassificationSystem
Constructor.
ClassificationSystemFactory - Class in oracle.irm.engine.core.classification
Classification System factory.
ClassificationSystemOperations - Interface in oracle.irm.engine.core.classification
Operations relating to classification systems.
ClassificationSystemOperationsFactory - Class in oracle.irm.engine.core.classification
ClassificationSystemOperations factory.
ClassificationSystemOperationsInstance - Class in oracle.irm.engine.core.classification
Operations relating to classification systems.
ClassificationSystemRef - Class in oracle.irm.engine.types.core.classification
Classification System reference.
ClassificationSystemRef() - Constructor for class oracle.irm.engine.types.core.classification.ClassificationSystemRef
No argument constructor.
ClassificationSystemRef(UUID) - Constructor for class oracle.irm.engine.types.core.classification.ClassificationSystemRef
Constructor.
clearTimeConstraints(DocumentRole) - Method in interface oracle.irm.engine.rights.context.DocumentRoleOperations
Clear the time constraints on a role.
clearTimeConstraints(DocumentRole) - Static method in class oracle.irm.engine.rights.context.DocumentRoleOperationsInstance
Clear the time constraints on a role.
close() - Method in interface oracle.irm.engine.content.source.Source
Close the source's input stream.
ContentDescription - Interface in oracle.irm.engine.content.sealing
Sealed content meta data.
ContentDescription - Class in oracle.irm.engine.types.content.sealing
Content Description type.
ContentDescription() - Constructor for class oracle.irm.engine.types.content.sealing.ContentDescription
No argument constructor.
ContentDescription(ContentSchema, Classification, CustomData[], Date, Date, String, long) - Constructor for class oracle.irm.engine.types.content.sealing.ContentDescription
Constructor.
ContentDescriptionFactory - Class in oracle.irm.engine.content.sealing
Content Description factory.
ContentParseException - Exception in oracle.irm.engine.content.sealing
Sealed content parse exception.
ContentParseException(ContentParseException.Reason) - Constructor for exception oracle.irm.engine.content.sealing.ContentParseException
Constructor.
ContentParseException(ContentParseException.Reason, Throwable) - Constructor for exception oracle.irm.engine.content.sealing.ContentParseException
Constructor.
ContentParseException - Class in oracle.irm.engine.types.content.sealing
Content Parse exception information.
ContentParseException() - Constructor for class oracle.irm.engine.types.content.sealing.ContentParseException
Default constructor.
ContentParseException(ContentParseException.Reason) - Constructor for class oracle.irm.engine.types.content.sealing.ContentParseException
Constructor.
ContentParseException.Reason - Enum in oracle.irm.engine.content.sealing
The reason for the parse error.
ContentParseException.Reason - Enum in oracle.irm.engine.types.content.sealing
Reason enumeration.
ContentParseFault - Exception in oracle.irm.j2ee.jws.content.sealing
Sealed content parse exception.
ContentSchema - Interface in oracle.irm.engine.content.schema
Schema version information for sealed content.
ContentSchema - Class in oracle.irm.engine.types.content.schema
Content Schema type.
ContentSchema() - Constructor for class oracle.irm.engine.types.content.schema.ContentSchema
No argument constructor.
ContentSchema(SchemaVersion) - Constructor for class oracle.irm.engine.types.content.schema.ContentSchema
Constructor.
ContentSchemaCollectionFactory - Class in oracle.irm.engine.content.schema
Content Schema collection factory and utilities.
ContentSchemaFactory - Class in oracle.irm.engine.content.schema
Content Schema factory.
contentSchemasAsMap(Collection<ContentSchema>) - Static method in class oracle.irm.engine.content.schema.ContentSchemaCollectionFactory
Create a map keyed on SchemaVersion from a collection of Content Schema elements.
contentSchemasAsSet(Collection<ContentSchema>) - Static method in class oracle.irm.engine.content.schema.ContentSchemaCollectionFactory
Create a set of Content Schema elements from a collection.
ContentSizeMismatchException - Exception in oracle.irm.engine.content.sealing
Unsealed content size mismatch.
ContentSizeMismatchException(long, long) - Constructor for exception oracle.irm.engine.content.sealing.ContentSizeMismatchException
Constructor.
ContentSizeMismatchException(long, long, Throwable) - Constructor for exception oracle.irm.engine.content.sealing.ContentSizeMismatchException
Constructor.
ContentSizeMismatchException - Class in oracle.irm.engine.types.content.sealing
Content Size Mismatch exception information.
ContentSizeMismatchException() - Constructor for class oracle.irm.engine.types.content.sealing.ContentSizeMismatchException
Default constructor.
ContentSizeMismatchException(long, long) - Constructor for class oracle.irm.engine.types.content.sealing.ContentSizeMismatchException
Constructor.
ContentType - Interface in oracle.irm.engine.content.type
Sealed and unsealed content type information.
ContentType - Class in oracle.irm.engine.types.content.type
Content Type type.
ContentType() - Constructor for class oracle.irm.engine.types.content.type.ContentType
No argument constructor.
ContentType(String[], String, String, String[], boolean) - Constructor for class oracle.irm.engine.types.content.type.ContentType
Constructor.
ContentTypeCollectionFactory - Class in oracle.irm.engine.content.type
Content Type collection factory and utilities.
ContentTypeFactory - Class in oracle.irm.engine.content.type
Content Type factory.
ContentTypeOperations - Interface in oracle.irm.engine.content.type
Content format related operations, such as file extension look-up.
ContentTypeOperations - Class in oracle.irm.j2ee.jws.content.type
JAX-WS utilities for the Content Type Operations endpoint interface.
ContentTypeOperationsEndpoint - Interface in oracle.irm.j2ee.jws.content.type
Web Service end point interface for Content Type Operations.
ContentTypeOperationsInstance - Class in oracle.irm.engine.content.type
Content format related operations, such as file extension look-up.
contentTypesAsSet(Collection<ContentType>) - Static method in class oracle.irm.engine.content.type.ContentTypeCollectionFactory
Create a set of Content Type elements from a collection.
Context - Interface in oracle.irm.engine.classifications.context
A context.
Context - Class in oracle.irm.engine.types.classifications.context
Context type.
Context() - Constructor for class oracle.irm.engine.types.classifications.context.Context
No argument constructor.
Context(UUID) - Constructor for class oracle.irm.engine.types.classifications.context.Context
Constructor.
CONTEXT_CLASSIFICATION_QNAME - Static variable in interface oracle.irm.engine.classifications.context.ContextConstants
Context classification XML qualified name.
CONTEXT_CLASSIFICATION_QNAME_LOCAL_PART - Static variable in interface oracle.irm.engine.classifications.context.ContextConstants
Context classification XML qualified name local part.
CONTEXT_CLASSIFICATION_QNAMES - Static variable in interface oracle.irm.engine.classifications.context.ContextConstants
Context classification XML qualified name list.
CONTEXT_CLASSIFICATION_SYSTEM - Static variable in interface oracle.irm.engine.classifications.context.ContextConstants
Context classification system.
CONTEXT_CLASSIFICATION_SYSTEM_UUID - Static variable in interface oracle.irm.engine.classifications.context.ContextConstants
UUID for the context classification system.
CONTEXT_CLASSIFICATION_SYSTEM_UUID_VALUE - Static variable in interface oracle.irm.engine.classifications.context.ContextConstants
UUID value for the context classification system.
CONTEXT_TEMPLATE_EXPORT_UUID - Static variable in interface oracle.irm.engine.rights.context.ContextConstants
Export context template.
CONTEXT_TEMPLATE_STANDARD_UUID - Static variable in interface oracle.irm.engine.rights.context.ContextConstants
Standard context template.
ContextCollectionFactory - Class in oracle.irm.engine.classifications.context
Context collection factory and utilities.
ContextConstants - Interface in oracle.irm.engine.classifications.context
Constants.
ContextConstants - Interface in oracle.irm.engine.rights.context
Constants for the context rights area.
ContextCookie - Interface in oracle.irm.engine.classifications.context
Context classification system cookie.
ContextCookie - Class in oracle.irm.engine.types.classifications.context
Context Cookie type.
ContextCookie() - Constructor for class oracle.irm.engine.types.classifications.context.ContextCookie
No argument constructor.
ContextCookie(ContextRef, ItemCode) - Constructor for class oracle.irm.engine.types.classifications.context.ContextCookie
Constructor.
ContextCookieCollectionFactory - Class in oracle.irm.engine.classifications.context
Context Cookie collection factory and utilities.
ContextCookieFactory - Class in oracle.irm.engine.classifications.context
Context Cookie factory.
contextCookiesAsSet(Collection<ContextCookie>) - Static method in class oracle.irm.engine.classifications.context.ContextCookieCollectionFactory
Create a set of Context Cookie elements from a collection.
contextExists(UUID) - Method in interface oracle.irm.engine.rights.context.ContextOperations
Check for a context's existence.
contextExists(UUID) - Static method in class oracle.irm.engine.rights.context.ContextOperationsInstance
Check for a context's existence.
ContextFactory - Class in oracle.irm.engine.classifications.context
Context factory.
ContextInstance - Interface in oracle.irm.engine.rights.context
A context created from a template.
ContextInstance - Class in oracle.irm.engine.types.rights.context
Context Instance type.
ContextInstance() - Constructor for class oracle.irm.engine.types.rights.context.ContextInstance
No argument constructor.
ContextInstance(UUID, Label[], ItemCode[], ContextInstanceRef[], ContextInstance.Visibility, ContextTemplateRef) - Constructor for class oracle.irm.engine.types.rights.context.ContextInstance
Constructor.
ContextInstance.Role - Enum in oracle.irm.engine.rights.context
Roles within a context.
ContextInstance.Role - Enum in oracle.irm.engine.types.rights.context
Role enumeration.
ContextInstance.Visibility - Enum in oracle.irm.engine.rights.context
Context visibility.
ContextInstance.Visibility - Enum in oracle.irm.engine.types.rights.context
Visibility enumeration.
ContextInstanceAlreadyExistsException - Exception in oracle.irm.engine.rights.context
The context already exists.
ContextInstanceAlreadyExistsException(UUID) - Constructor for exception oracle.irm.engine.rights.context.ContextInstanceAlreadyExistsException
Constructor.
ContextInstanceAlreadyExistsException(UUID, Throwable) - Constructor for exception oracle.irm.engine.rights.context.ContextInstanceAlreadyExistsException
Constructor.
ContextInstanceAlreadyExistsException - Class in oracle.irm.engine.types.rights.context
Context Instance Already Exists exception information.
ContextInstanceAlreadyExistsException() - Constructor for class oracle.irm.engine.types.rights.context.ContextInstanceAlreadyExistsException
Default constructor.
ContextInstanceAlreadyExistsException(UUID) - Constructor for class oracle.irm.engine.types.rights.context.ContextInstanceAlreadyExistsException
Constructor.
ContextInstanceAlreadyExistsFault - Exception in oracle.irm.j2ee.jws.rights.context
The context already exists.
ContextInstanceCollectionFactory - Class in oracle.irm.engine.rights.context
Context Instance collection factory and utilities.
ContextInstanceFactory - Class in oracle.irm.engine.rights.context
Context Instance factory.
ContextInstanceRef - Class in oracle.irm.engine.types.rights.context
Context Instance reference.
ContextInstanceRef() - Constructor for class oracle.irm.engine.types.rights.context.ContextInstanceRef
No argument constructor.
ContextInstanceRef(UUID) - Constructor for class oracle.irm.engine.types.rights.context.ContextInstanceRef
Constructor.
contextInstancesAsMap(Collection<ContextInstance>) - Static method in class oracle.irm.engine.rights.context.ContextInstanceCollectionFactory
Create a map keyed on Uuid from a collection of Context Instance elements.
contextInstancesAsSet(Collection<ContextInstance>) - Static method in class oracle.irm.engine.rights.context.ContextInstanceCollectionFactory
Create a set of Context Instance elements from a collection.
contextJournalEntriesAsMap(Collection<ContextJournalEntry>) - Static method in class oracle.irm.engine.rights.journal.ContextJournalEntryCollectionFactory
Create a map keyed on Uuid from a collection of Context Journal Entry elements.
contextJournalEntriesAsSet(Collection<ContextJournalEntry>) - Static method in class oracle.irm.engine.rights.journal.ContextJournalEntryCollectionFactory
Create a set of Context Journal Entry elements from a collection.
ContextJournalEntry - Interface in oracle.irm.engine.rights.journal
Context journal entry.
ContextJournalEntry - Class in oracle.irm.engine.types.rights.journal
Context Journal Entry type.
ContextJournalEntry() - Constructor for class oracle.irm.engine.types.rights.journal.ContextJournalEntry
No argument constructor.
ContextJournalEntry(UUID, Date, ContextJournalEntry.Status, Account, Feature, ContextInstanceRef, ItemCode, URI, Device) - Constructor for class oracle.irm.engine.types.rights.journal.ContextJournalEntry
Constructor.
ContextJournalEntry.Status - Enum in oracle.irm.engine.rights.journal
Content action status.
ContextJournalEntry.Status - Enum in oracle.irm.engine.types.rights.journal
Status enumeration.
ContextJournalEntryCollectionFactory - Class in oracle.irm.engine.rights.journal
Context Journal Entry collection factory and utilities.
ContextJournalEntryFactory - Class in oracle.irm.engine.rights.journal
Context Journal Entry factory.
ContextJournalSorting - Interface in oracle.irm.engine.rights.journal
Sorting criteria for context based journal entries.
ContextJournalSorting - Class in oracle.irm.engine.types.rights.journal
Context Journal Sorting type.
ContextJournalSorting() - Constructor for class oracle.irm.engine.types.rights.journal.ContextJournalSorting
No argument constructor.
ContextJournalSorting(ContextJournalSorting.SortProperty, ContextJournalSorting.SortOrder) - Constructor for class oracle.irm.engine.types.rights.journal.ContextJournalSorting
Constructor.
ContextJournalSorting.SortOrder - Enum in oracle.irm.engine.rights.journal
Sort order.
ContextJournalSorting.SortOrder - Enum in oracle.irm.engine.types.rights.journal
Sort Order enumeration.
ContextJournalSorting.SortProperty - Enum in oracle.irm.engine.rights.journal
Context journal entries can be sorted on one property.
ContextJournalSorting.SortProperty - Enum in oracle.irm.engine.types.rights.journal
Sort Property enumeration.
ContextJournalSortingFactory - Class in oracle.irm.engine.rights.journal
Context Journal Sorting factory.
ContextOperations - Interface in oracle.irm.engine.rights.context
Context related operations.
ContextOperations - Class in oracle.irm.j2ee.jws.rights.context
JAX-WS utilities for the Context Operations endpoint interface.
ContextOperationsEndpoint - Interface in oracle.irm.j2ee.jws.rights.context
Web Service end point interface for Context Operations.
ContextOperationsInstance - Class in oracle.irm.engine.rights.context
Context related operations.
ContextRef - Class in oracle.irm.engine.types.classifications.context
Context reference.
ContextRef() - Constructor for class oracle.irm.engine.types.classifications.context.ContextRef
No argument constructor.
ContextRef(UUID) - Constructor for class oracle.irm.engine.types.classifications.context.ContextRef
Constructor.
contextsAsMap(Collection<Context>) - Static method in class oracle.irm.engine.classifications.context.ContextCollectionFactory
Create a map keyed on Uuid from a collection of Context elements.
contextsAsSet(Collection<Context>) - Static method in class oracle.irm.engine.classifications.context.ContextCollectionFactory
Create a set of Context elements from a collection.
ContextTemplate - Interface in oracle.irm.engine.rights.context
Context template.
ContextTemplate - Class in oracle.irm.engine.types.rights.context
Context Template type.
ContextTemplate() - Constructor for class oracle.irm.engine.types.rights.context.ContextTemplate
No argument constructor.
ContextTemplate(UUID, Label[], ContextTemplate.Status, DocumentRoleRef[], DomainRef) - Constructor for class oracle.irm.engine.types.rights.context.ContextTemplate
Constructor.
ContextTemplate.Status - Enum in oracle.irm.engine.rights.context
Status of the template.
ContextTemplate.Status - Enum in oracle.irm.engine.types.rights.context
Status enumeration.
ContextTemplateAlreadyExistsException - Exception in oracle.irm.engine.rights.context
The context template already exists.
ContextTemplateAlreadyExistsException(ContextTemplate) - Constructor for exception oracle.irm.engine.rights.context.ContextTemplateAlreadyExistsException
Constructor.
ContextTemplateAlreadyExistsException(ContextTemplate, Throwable) - Constructor for exception oracle.irm.engine.rights.context.ContextTemplateAlreadyExistsException
Constructor.
ContextTemplateAlreadyExistsException - Class in oracle.irm.engine.types.rights.context
Context Template Already Exists exception information.
ContextTemplateAlreadyExistsException() - Constructor for class oracle.irm.engine.types.rights.context.ContextTemplateAlreadyExistsException
Default constructor.
ContextTemplateAlreadyExistsException(ContextTemplateRef) - Constructor for class oracle.irm.engine.types.rights.context.ContextTemplateAlreadyExistsException
Constructor.
ContextTemplateAlreadyExistsFault - Exception in oracle.irm.j2ee.jws.rights.context
The context template already exists.
ContextTemplateCollectionFactory - Class in oracle.irm.engine.rights.context
Context Template collection factory and utilities.
contextTemplateExists(UUID, Domain) - Method in interface oracle.irm.engine.rights.context.ContextTemplateOperations
Check for a template's existence.
contextTemplateExists(UUID, Domain) - Static method in class oracle.irm.engine.rights.context.ContextTemplateOperationsInstance
Check for a template's existence.
ContextTemplateFactory - Class in oracle.irm.engine.rights.context
Context Template factory.
ContextTemplateOperations - Interface in oracle.irm.engine.rights.context
Context template operations.
ContextTemplateOperations - Class in oracle.irm.j2ee.jws.rights.context
JAX-WS utilities for the Context Template Operations endpoint interface.
ContextTemplateOperationsEndpoint - Interface in oracle.irm.j2ee.jws.rights.context
Web Service end point interface for Context Template Operations.
ContextTemplateOperationsInstance - Class in oracle.irm.engine.rights.context
Context template operations.
ContextTemplateRef - Class in oracle.irm.engine.types.rights.context
Context Template reference.
ContextTemplateRef() - Constructor for class oracle.irm.engine.types.rights.context.ContextTemplateRef
No argument constructor.
ContextTemplateRef(UUID, DomainRef) - Constructor for class oracle.irm.engine.types.rights.context.ContextTemplateRef
Constructor.
contextTemplatesAsMap(Collection<ContextTemplate>) - Static method in class oracle.irm.engine.rights.context.ContextTemplateCollectionFactory
Create a map keyed on Uuid from a collection of Context Template elements.
contextTemplatesAsSet(Collection<ContextTemplate>) - Static method in class oracle.irm.engine.rights.context.ContextTemplateCollectionFactory
Create a set of Context Template elements from a collection.
copy(Account, Account) - Method in interface oracle.irm.engine.core.account.AccountOperations
Copy the information relating to an account to another account.
copy(Account, Account) - Static method in class oracle.irm.engine.core.account.AccountOperationsInstance
Copy the information relating to an account to another account.
COPY_FEATURE - Static variable in interface oracle.irm.engine.core.feature.FeatureConstants
Copy feature.
COPY_FEATURE_ID - Static variable in interface oracle.irm.engine.core.feature.FeatureConstants
Copy feature ID.
COPY_TO_FEATURE - Static variable in interface oracle.irm.engine.core.feature.FeatureConstants
Copy To feature.
COPY_TO_FEATURE_ID - Static variable in interface oracle.irm.engine.core.feature.FeatureConstants
Copy feature ID.
copyAccounts(Collection<Account>) - Static method in class oracle.irm.engine.core.account.AccountCollectionFactory
Create a shallow copy of a Account collection.
copyClassifications(Collection<Classification>) - Static method in class oracle.irm.engine.core.classification.ClassificationCollectionFactory
Create a shallow copy of a Classification collection.
copyContentSchemas(Collection<ContentSchema>) - Static method in class oracle.irm.engine.content.schema.ContentSchemaCollectionFactory
Create a shallow copy of a Content Schema collection.
copyContentTypes(Collection<ContentType>) - Static method in class oracle.irm.engine.content.type.ContentTypeCollectionFactory
Create a shallow copy of a Content Type collection.
copyContextCookies(Collection<ContextCookie>) - Static method in class oracle.irm.engine.classifications.context.ContextCookieCollectionFactory
Create a shallow copy of a Context Cookie collection.
copyContextInstances(Collection<ContextInstance>) - Static method in class oracle.irm.engine.rights.context.ContextInstanceCollectionFactory
Create a shallow copy of a Context Instance collection.
copyContextJournalEntries(Collection<ContextJournalEntry>) - Static method in class oracle.irm.engine.rights.journal.ContextJournalEntryCollectionFactory
Create a shallow copy of a Context Journal Entry collection.
copyContexts(Collection<Context>) - Static method in class oracle.irm.engine.classifications.context.ContextCollectionFactory
Create a shallow copy of a Context collection.
copyContextTemplate(Domain, ContextTemplate) - Method in interface oracle.irm.engine.rights.context.ContextTemplateOperations
Copy a context template.
copyContextTemplate(Domain, ContextTemplate) - Static method in class oracle.irm.engine.rights.context.ContextTemplateOperationsInstance
Copy a context template.
copyContextTemplate(DomainRef, ContextTemplateRef) - Method in interface oracle.irm.j2ee.jws.rights.context.ContextTemplateOperationsEndpoint
Copy a context template.
copyContextTemplates(Collection<ContextTemplate>) - Static method in class oracle.irm.engine.rights.context.ContextTemplateCollectionFactory
Create a shallow copy of a Context Template collection.
copyCryptoSchemas(Collection<CryptoSchema>) - Static method in class oracle.irm.engine.content.crypto.CryptoSchemaCollectionFactory
Create a shallow copy of a Crypto Schema collection.
copyCustomData(Collection<CustomData>) - Static method in class oracle.irm.engine.content.sealing.CustomDataCollectionFactory
Create a shallow copy of a Custom Data collection.
copyDevices(Collection<Device>) - Static method in class oracle.irm.engine.core.device.DeviceCollectionFactory
Create a shallow copy of a Device collection.
copyDocumentRights(Collection<DocumentRight>) - Static method in class oracle.irm.engine.rights.context.DocumentRightCollectionFactory
Create a shallow copy of a Document Right collection.
copyDocumentRoles(Collection<DocumentRole>) - Static method in class oracle.irm.engine.rights.context.DocumentRoleCollectionFactory
Create a shallow copy of a Document Role collection.
copyDomainAccounts(Collection<DomainAccount>) - Static method in class oracle.irm.engine.rights.context.DomainAccountCollectionFactory
Create a shallow copy of a Domain Account collection.
copyDomains(Collection<Domain>) - Static method in class oracle.irm.engine.rights.context.DomainCollectionFactory
Create a shallow copy of a Domain collection.
copyFeatures(Collection<Feature>) - Static method in class oracle.irm.engine.core.feature.FeatureCollectionFactory
Create a shallow copy of a Feature collection.
copyHyperLinks(Collection<HyperLink>) - Static method in class oracle.irm.engine.core.general.HyperLinkCollectionFactory
Create a shallow copy of a Hyper Link collection.
copyItemCodes(Collection<ItemCode>) - Static method in class oracle.irm.engine.classifications.item.ItemCodeCollectionFactory
Create a shallow copy of a Item Code collection.
copyKeySets(Collection<KeySet>) - Static method in class oracle.irm.engine.content.key.KeySetCollectionFactory
Create a shallow copy of a Key Set collection.
copyLabels(Collection<Label>) - Static method in class oracle.irm.engine.core.general.LabelCollectionFactory
Create a shallow copy of a Label collection.
copyLabels(Collection<Label>, int) - Method in interface oracle.irm.engine.core.general.LabelOperations
Copy a set of labels.
copyLabels(Collection<Label>, int) - Static method in class oracle.irm.engine.core.general.LabelOperationsInstance
Copy a set of labels.
copyLicenses(Collection<License>) - Static method in class oracle.irm.engine.core.license.LicenseCollectionFactory
Create a shallow copy of a License collection.
copyLicenseStatuses(Collection<LicenseStatus>) - Static method in class oracle.irm.engine.core.license.LicenseStatusCollectionFactory
Create a shallow copy of a License Status collection.
copyNetworkAdapters(Collection<NetworkAdapter>) - Static method in class oracle.irm.engine.core.device.NetworkAdapterCollectionFactory
Create a shallow copy of a Network Adapter collection.
copyRole(DocumentRole, Domain) - Method in interface oracle.irm.engine.rights.context.DocumentRoleOperations
Copy a role.
copyRole(DocumentRole, Domain) - Static method in class oracle.irm.engine.rights.context.DocumentRoleOperationsInstance
Copy a role.
copyRoles(Collection<DocumentRole>, Domain) - Method in interface oracle.irm.engine.rights.context.DocumentRoleOperations
Copy a set of roles.
copyRoles(Collection<DocumentRole>, Domain) - Static method in class oracle.irm.engine.rights.context.DocumentRoleOperationsInstance
Copy a set of roles.
copyRoles(DocumentRoleRef[], DomainRef) - Method in interface oracle.irm.j2ee.jws.rights.context.DocumentRoleOperationsEndpoint
Copy a set of roles.
copySources(Collection<Source>) - Static method in class oracle.irm.engine.content.source.SourceCollectionFactory
Create a shallow copy of a Source collection.
copyTimePeriods(Collection<TimePeriod>) - Static method in class oracle.irm.engine.core.time.TimePeriodCollectionFactory
Create a shallow copy of a Time Period collection.
copyTimeSpans(Collection<TimeSpan>) - Static method in class oracle.irm.engine.core.time.TimeSpanCollectionFactory
Create a shallow copy of a Time Span collection.
copyTimeWindows(Collection<TimeWindow>) - Static method in class oracle.irm.engine.core.time.TimeWindowCollectionFactory
Create a shallow copy of a Time Window collection.
countContextsByTemplate(ContextTemplate) - Method in interface oracle.irm.engine.rights.context.ContextOperations
Count the number of contexts created from a template.
countContextsByTemplate(ContextTemplate) - Static method in class oracle.irm.engine.rights.context.ContextOperationsInstance
Count the number of contexts created from a template.
countDomains() - Method in interface oracle.irm.engine.rights.context.DomainOperations
Count the number of domains.
countDomains() - Static method in class oracle.irm.engine.rights.context.DomainOperationsInstance
Count the number of domains.
countRightsByContext(ContextInstance) - Method in interface oracle.irm.engine.rights.context.DocumentRightOperations
Count the number of rights assigned within a context.
countRightsByContext(ContextInstance) - Static method in class oracle.irm.engine.rights.context.DocumentRightOperationsInstance
Count the number of rights assigned within a context.
countRightsByRole(DocumentRole) - Method in interface oracle.irm.engine.rights.context.DocumentRightOperations
Count the number of rights assigned to a role.
countRightsByRole(DocumentRole) - Static method in class oracle.irm.engine.rights.context.DocumentRightOperationsInstance
Count the number of rights assigned to a role.
countRightsByTemplate(ContextTemplate, DocumentRole) - Method in interface oracle.irm.engine.rights.context.DocumentRightOperations
Count the number of rights assigned to a role, with a relationship to the specified template.
countRightsByTemplate(ContextTemplate, DocumentRole) - Static method in class oracle.irm.engine.rights.context.DocumentRightOperationsInstance
Count the number of rights assigned to a role, with a relationship to the specified template.
createAbsoluteTimeSpan(Date, Date) - Static method in class oracle.irm.engine.core.time.AbsoluteTimeSpanFactory
Create an absolute time span for a specified start and stop time.
createAbsoluteTimeSpan(TimeSpan.ReferencePoint, Date, Date) - Static method in class oracle.irm.engine.core.time.AbsoluteTimeSpanFactory
Create an absolute time span for a specified start and stop time.
createAccount(String) - Static method in class oracle.irm.engine.core.account.AccountFactory
Create an account from an UUID.
createAccount(String, String, Account.Type) - Static method in class oracle.irm.engine.core.account.AccountFactory
Create an account by specifying all the user or group details.
createAccounts(Account...) - Static method in class oracle.irm.engine.core.account.AccountCollectionFactory
Create a Account collection containing zero or more elements.
createAccounts(int) - Static method in class oracle.irm.engine.core.account.AccountCollectionFactory
Create an empty Account collection with a capacity specified.
createBufferSource(byte[], String) - Static method in class oracle.irm.engine.content.source.BufferSourceFactory
Create a buffer source.
createClassification(Classification, Object) - Static method in class oracle.irm.engine.core.classification.ClassificationFactory
Copy a classification.
createClassification(String, ClassificationSystem, KeySet, URI, Date, Collection<Label>, Object) - Static method in class oracle.irm.engine.core.classification.ClassificationFactory
Create a classification.
createClassifications(Classification...) - Static method in class oracle.irm.engine.core.classification.ClassificationCollectionFactory
Create a Classification collection containing zero or more elements.
createClassifications(int) - Static method in class oracle.irm.engine.core.classification.ClassificationCollectionFactory
Create an empty Classification collection with a capacity specified.
createClassificationSystem(UUID) - Static method in class oracle.irm.engine.core.classification.ClassificationSystemFactory
Create a classification system.
createClassificationSystemOperations() - Static method in class oracle.irm.engine.core.classification.ClassificationSystemOperationsFactory
Default constructor.
createClassificationSystemOperations(String) - Static method in class oracle.irm.engine.core.classification.ClassificationSystemOperationsFactory
Construct loading plugins from a particular path.
createContentDescription(ContentSchema, Classification, Collection<CustomData>, Date, Date, String, long) - Static method in class oracle.irm.engine.content.sealing.ContentDescriptionFactory
Create a new content description.
createContentSchema(SchemaVersion) - Static method in class oracle.irm.engine.content.schema.ContentSchemaFactory
Create a content schema.
createContentSchema(SchemaVersion, ProductVersion) - Static method in class oracle.irm.engine.content.schema.ContentSchemaFactory
Create a content schema.
createContentSchemas(ContentSchema...) - Static method in class oracle.irm.engine.content.schema.ContentSchemaCollectionFactory
Create a Content Schema collection containing zero or more elements.
createContentSchemas(int) - Static method in class oracle.irm.engine.content.schema.ContentSchemaCollectionFactory
Create an empty Content Schema collection with a capacity specified.
createContentType(String[], String, String, String[], boolean) - Static method in class oracle.irm.engine.content.type.ContentTypeFactory
Create a content type.
createContentTypes(ContentType...) - Static method in class oracle.irm.engine.content.type.ContentTypeCollectionFactory
Create a Content Type collection containing zero or more elements.
createContentTypes(int) - Static method in class oracle.irm.engine.content.type.ContentTypeCollectionFactory
Create an empty Content Type collection with a capacity specified.
createContext(UUID) - Static method in class oracle.irm.engine.classifications.context.ContextFactory
Create a context.
createContextCookie(Context, ItemCode) - Static method in class oracle.irm.engine.classifications.context.ContextCookieFactory
Create a context classification cookie.
createContextCookies(ContextCookie...) - Static method in class oracle.irm.engine.classifications.context.ContextCookieCollectionFactory
Create a Context Cookie collection containing zero or more elements.
createContextCookies(int) - Static method in class oracle.irm.engine.classifications.context.ContextCookieCollectionFactory
Create an empty Context Cookie collection with a capacity specified.
createContextFromTemplate(UUID, ContextTemplate, Collection<Label>, ContextInstance.Visibility, Collection<Account>) - Method in interface oracle.irm.engine.rights.context.ContextOperations
Create a context.
createContextFromTemplate(UUID, ContextTemplate, Collection<Label>, ContextInstance.Visibility, Collection<Account>) - Static method in class oracle.irm.engine.rights.context.ContextOperationsInstance
Create a context.
createContextFromTemplate(UUID, ContextTemplateRef, Label[], ContextInstance.Visibility, AccountRef[]) - Method in interface oracle.irm.j2ee.jws.rights.context.ContextOperationsEndpoint
Create a context.
createContextInstance(UUID) - Static method in class oracle.irm.engine.rights.context.ContextInstanceFactory
Recreate a context instance.
createContextInstance(UUID, Collection<Label>, Collection<ItemCode>, Collection<ContextInstance>, ContextInstance.Visibility, ContextTemplate) - Static method in class oracle.irm.engine.rights.context.ContextInstanceFactory
Create a context instance.
createContextInstance(UUID, Collection<Label>, Collection<ItemCode>, Collection<ContextInstance>, ContextInstance.Visibility, Collection<KeySet>, ContextTemplate) - Static method in class oracle.irm.engine.rights.context.ContextInstanceFactory
Create a context instance.
createContextInstances(ContextInstance...) - Static method in class oracle.irm.engine.rights.context.ContextInstanceCollectionFactory
Create a Context Instance collection containing zero or more elements.
createContextInstances(int) - Static method in class oracle.irm.engine.rights.context.ContextInstanceCollectionFactory
Create an empty Context Instance collection with a capacity specified.
createContextJournalEntries(ContextJournalEntry...) - Static method in class oracle.irm.engine.rights.journal.ContextJournalEntryCollectionFactory
Create a Context Journal Entry collection containing zero or more elements.
createContextJournalEntries(int) - Static method in class oracle.irm.engine.rights.journal.ContextJournalEntryCollectionFactory
Create an empty Context Journal Entry collection with a capacity specified.
createContextJournalEntry(Date, ContextJournalEntry.Status, Account, Feature, ContextInstance, ItemCode, URI, Device) - Static method in class oracle.irm.engine.rights.journal.ContextJournalEntryFactory
Create a context journal entry.
createContextJournalEntry(UUID, Date, ContextJournalEntry.Status, Account, Feature, ContextInstance, ItemCode, URI, Device) - Static method in class oracle.irm.engine.rights.journal.ContextJournalEntryFactory
Recreate a context journal entry.
createContextJournalEntry(UUID, JournalEntry) - Static method in class oracle.irm.engine.rights.journal.ContextJournalEntryFactory
Create a context journal entry based upon the information in a journal entry.
createContextJournalEntry(JournalEntry) - Static method in class oracle.irm.engine.rights.journal.ContextJournalEntryFactory
Create a context journal entry based upon the information in a journal entry.
createContextJournalSorting(ContextJournalSorting.SortProperty, ContextJournalSorting.SortOrder) - Static method in class oracle.irm.engine.rights.journal.ContextJournalSortingFactory
Create a context journal sorting instance.
createContexts(Context...) - Static method in class oracle.irm.engine.classifications.context.ContextCollectionFactory
Create a Context collection containing zero or more elements.
createContexts(int) - Static method in class oracle.irm.engine.classifications.context.ContextCollectionFactory
Create an empty Context collection with a capacity specified.
createContextTemplate(UUID, Domain) - Static method in class oracle.irm.engine.rights.context.ContextTemplateFactory
Recreate an existing template.
createContextTemplate(UUID, Collection<Label>, ContextTemplate.Status, Collection<DocumentRole>, Domain) - Static method in class oracle.irm.engine.rights.context.ContextTemplateFactory
Create a template.
createContextTemplates(ContextTemplate...) - Static method in class oracle.irm.engine.rights.context.ContextTemplateCollectionFactory
Create a Context Template collection containing zero or more elements.
createContextTemplates(int) - Static method in class oracle.irm.engine.rights.context.ContextTemplateCollectionFactory
Create an empty Context Template collection with a capacity specified.
createCryptoSchema(String) - Static method in class oracle.irm.engine.content.crypto.CryptoSchemaFactory
Create a cryptography schema.
createCryptoSchemas(CryptoSchema...) - Static method in class oracle.irm.engine.content.crypto.CryptoSchemaCollectionFactory
Create a Crypto Schema collection containing zero or more elements.
createCryptoSchemas(int) - Static method in class oracle.irm.engine.content.crypto.CryptoSchemaCollectionFactory
Create an empty Crypto Schema collection with a capacity specified.
createCustomData(CustomData...) - Static method in class oracle.irm.engine.content.sealing.CustomDataCollectionFactory
Create a Custom Data collection containing zero or more elements.
createCustomData(int) - Static method in class oracle.irm.engine.content.sealing.CustomDataCollectionFactory
Create an empty Custom Data collection with a capacity specified.
createCustomData(UUID, Object) - Static method in class oracle.irm.engine.content.sealing.CustomDataFactory
Create custom data.
createDesktop(UUID, ProductVersion, String, Locale, Device, DesktopApplication, Date) - Static method in class oracle.irm.engine.core.desktop.DesktopFactory
Create a desktop.
createDesktopApplication(String) - Static method in class oracle.irm.engine.core.desktop.DesktopApplicationFactory
Create a desktop application with the container details automatically filled in.
createDesktopApplication(String, String) - Static method in class oracle.irm.engine.core.desktop.DesktopApplicationFactory
Create a desktop application.
createDesktopState(Desktop, ContentDescription, URI, Account) - Static method in class oracle.irm.engine.core.desktop.DesktopStateFactory
Create a desktop state.
createDesktopStore() - Static method in class oracle.irm.engine.core.storage.DesktopStoreFactory
Create a new desktop store.
createDesktopStore(Device, Collection<DesktopBundle>) - Static method in class oracle.irm.engine.core.storage.DesktopStoreFactory
Create a desktop store.
createDevice() - Static method in class oracle.irm.engine.core.device.DeviceFactory
Create a device.
createDevice(UUID) - Static method in class oracle.irm.engine.core.device.DeviceFactory
Create a device.
createDevice(UUID, String, Collection<NetworkAdapter>) - Static method in class oracle.irm.engine.core.device.DeviceFactory
Create a device.
createDevices(Device...) - Static method in class oracle.irm.engine.core.device.DeviceCollectionFactory
Create a Device collection containing zero or more elements.
createDevices(int) - Static method in class oracle.irm.engine.core.device.DeviceCollectionFactory
Create an empty Device collection with a capacity specified.
createDocumentRight(UUID) - Static method in class oracle.irm.engine.rights.context.DocumentRightFactory
Load an existing document right.
createDocumentRight(Date, Account, DocumentRole, Collection<ItemCode>, ContextInstance) - Static method in class oracle.irm.engine.rights.context.DocumentRightFactory
Create a new right.
createDocumentRight(UUID, Date, Account, DocumentRole, Collection<ItemCode>, ContextInstance) - Static method in class oracle.irm.engine.rights.context.DocumentRightFactory
Create a new right with a deterministic UUID.
createDocumentRight(DocumentRight, Collection<ItemCode>) - Static method in class oracle.irm.engine.rights.context.DocumentRightFactory
Copy the right with altered items.
createDocumentRights(DocumentRight...) - Static method in class oracle.irm.engine.rights.context.DocumentRightCollectionFactory
Create a Document Right collection containing zero or more elements.
createDocumentRights(int) - Static method in class oracle.irm.engine.rights.context.DocumentRightCollectionFactory
Create an empty Document Right collection with a capacity specified.
createDocumentRole(UUID, Domain) - Static method in class oracle.irm.engine.rights.context.DocumentRoleFactory
Recreate an existing role.
createDocumentRole(UUID, Collection<Label>, LicenseCriteria.Storage, Collection<Feature>, Collection<TimeSpan>, TimePeriod, ItemConstraints.Type, DocumentRole.ExportConstraints, Domain) - Static method in class oracle.irm.engine.rights.context.DocumentRoleFactory
Create a role.
createDocumentRoles(DocumentRole...) - Static method in class oracle.irm.engine.rights.context.DocumentRoleCollectionFactory
Create a Document Role collection containing zero or more elements.
createDocumentRoles(int) - Static method in class oracle.irm.engine.rights.context.DocumentRoleCollectionFactory
Create an empty Document Role collection with a capacity specified.
createDomain(UUID) - Static method in class oracle.irm.engine.rights.context.DomainFactory
Recreate a domain.
createDomain(UUID, Collection<Label>) - Static method in class oracle.irm.engine.rights.context.DomainFactory
Recreate a domain from it's properties.
createDomainAccount(Domain.Role, Account) - Static method in class oracle.irm.engine.rights.context.DomainAccountFactory
Create a domain account.
createDomainAccounts(DomainAccount...) - Static method in class oracle.irm.engine.rights.context.DomainAccountCollectionFactory
Create a Domain Account collection containing zero or more elements.
createDomainAccounts(int) - Static method in class oracle.irm.engine.rights.context.DomainAccountCollectionFactory
Create an empty Domain Account collection with a capacity specified.
createDomains(Domain...) - Static method in class oracle.irm.engine.rights.context.DomainCollectionFactory
Create a Domain collection containing zero or more elements.
createDomains(int) - Static method in class oracle.irm.engine.rights.context.DomainCollectionFactory
Create an empty Domain collection with a capacity specified.
createEncryptionOptions(int, int) - Static method in class oracle.irm.engine.content.sealing.EncryptionOptionsFactory
Create encryption options.
createFeature(String) - Static method in class oracle.irm.engine.core.feature.FeatureFactory
Create a feature with defaults.
createFeature(String, Feature.Use, boolean) - Static method in class oracle.irm.engine.core.feature.FeatureFactory
Create a feature.
createFeatures(Feature...) - Static method in class oracle.irm.engine.core.feature.FeatureCollectionFactory
Create a Feature collection containing zero or more elements.
createFeatures(int) - Static method in class oracle.irm.engine.core.feature.FeatureCollectionFactory
Create an empty Feature collection with a capacity specified.
createFileSource(File) - Static method in class oracle.irm.engine.content.source.FileSourceFactory
Create a file source from a file.
createFileSource(String) - Static method in class oracle.irm.engine.content.source.FileSourceFactory
Create a file source from a path.
createHyperLink(Label, URI) - Static method in class oracle.irm.engine.core.general.HyperLinkFactory
Create a hyper link.
createHyperLinks(HyperLink...) - Static method in class oracle.irm.engine.core.general.HyperLinkCollectionFactory
Create a Hyper Link collection containing zero or more elements.
createHyperLinks(int) - Static method in class oracle.irm.engine.core.general.HyperLinkCollectionFactory
Create an empty Hyper Link collection with a capacity specified.
createItemCode(String) - Static method in class oracle.irm.engine.classifications.item.ItemCodeFactory
Create an item code without a time stamp.
createItemCode(String, Date) - Static method in class oracle.irm.engine.classifications.item.ItemCodeFactory
Create an item code.
createItemCodes(ItemCode...) - Static method in class oracle.irm.engine.classifications.item.ItemCodeCollectionFactory
Create a Item Code collection containing zero or more elements.
createItemCodes(int) - Static method in class oracle.irm.engine.classifications.item.ItemCodeCollectionFactory
Create an empty Item Code collection with a capacity specified.
createItemConstraints(ItemConstraints.Type, Collection<ItemCode>) - Static method in class oracle.irm.engine.classifications.item.ItemConstraintsFactory
Create item constraints.
createKeySet(UUID) - Static method in class oracle.irm.engine.content.key.KeySetFactory
Recreate an existing key set.
createKeySets(KeySet...) - Static method in class oracle.irm.engine.content.key.KeySetCollectionFactory
Create a Key Set collection containing zero or more elements.
createKeySets(int) - Static method in class oracle.irm.engine.content.key.KeySetCollectionFactory
Create an empty Key Set collection with a capacity specified.
createKeySettings(KeyStoreSettings, String) - Static method in class oracle.irm.engine.content.store.KeySettingsFactory
Create key wrap settings.
createKeyStoreSettings(String, File) - Static method in class oracle.irm.engine.content.store.KeyStoreSettingsFactory
Create key store settings.
createLabel(Locale, String) - Static method in class oracle.irm.engine.core.general.LabelFactory
Create a label with no description.
createLabel(Locale, String, String) - Static method in class oracle.irm.engine.core.general.LabelFactory
Create a label with a description.
createLabels(Label...) - Static method in class oracle.irm.engine.core.general.LabelCollectionFactory
Create a Label collection containing zero or more elements.
createLabels(int) - Static method in class oracle.irm.engine.core.general.LabelCollectionFactory
Create an empty Label collection with a capacity specified.
createLicense(UUID, LicenseCriteria, Collection<KeySet>, Date) - Static method in class oracle.irm.engine.core.license.LicenseFactory
Create an unserved license.
createLicense(UUID, LicenseCriteria, Collection<KeySet>, Date, Date, UUID, Date) - Static method in class oracle.irm.engine.core.license.LicenseFactory
Create a license.
createLicenseCriteria(LicenseCriteria.Storage, LicenseCriteria.Use, Collection<Feature>, Collection<TimeSpan>, TimePeriod, ClassificationFilter, ClassificationFilter) - Static method in class oracle.irm.engine.core.license.LicenseCriteriaFactory
Create a license criteria with the delivery automatically inferred.
createLicenseCriteria(LicenseCriteria.Storage, LicenseCriteria.Delivery, LicenseCriteria.Use, Collection<Feature>, Collection<TimeSpan>, TimePeriod, ClassificationFilter, ClassificationFilter) - Static method in class oracle.irm.engine.core.license.LicenseCriteriaFactory
Create a license criteria.
createLicenses(License...) - Static method in class oracle.irm.engine.core.license.LicenseCollectionFactory
Create a License collection containing zero or more elements.
createLicenses(int) - Static method in class oracle.irm.engine.core.license.LicenseCollectionFactory
Create an empty License collection with a capacity specified.
createLicenseStatus(License, License.Availability) - Static method in class oracle.irm.engine.core.license.LicenseStatusFactory
Create a license status.
createLicenseStatuses(LicenseStatus...) - Static method in class oracle.irm.engine.core.license.LicenseStatusCollectionFactory
Create a License Status collection containing zero or more elements.
createLicenseStatuses(int) - Static method in class oracle.irm.engine.core.license.LicenseStatusCollectionFactory
Create an empty License Status collection with a capacity specified.
createNativeKeySetExtensions(Key, Key) - Static method in class oracle.irm.engine.content.key.NativeKeySetExtensionsFactory
Create a set of native keys.
createNetworkAdapter(String, String[]) - Static method in class oracle.irm.engine.core.device.NetworkAdapterFactory
Create a network adapter.
createNetworkAdapters(NetworkAdapter...) - Static method in class oracle.irm.engine.core.device.NetworkAdapterCollectionFactory
Create a Network Adapter collection containing zero or more elements.
createNetworkAdapters(int) - Static method in class oracle.irm.engine.core.device.NetworkAdapterCollectionFactory
Create an empty Network Adapter collection with a capacity specified.
createPageRange(int, int) - Static method in class oracle.irm.engine.core.general.PageRangeFactory
Create a page range.
createProductVersion(String) - Static method in class oracle.irm.engine.core.general.ProductVersionFactory
Create a product version from a version string.
createProductVersion(short, short, short, short, short, short) - Static method in class oracle.irm.engine.core.general.ProductVersionFactory
Create a product version.
createRawKeySetExtensions(byte[], byte[]) - Static method in class oracle.irm.engine.content.key.RawKeySetExtensionsFactory
Create a raw set of symmetric keys.
createRelativeTimeSpan(RelativeTimeSpan.TimeBase, TimePeriod, TimePeriod) - Static method in class oracle.irm.engine.core.time.RelativeTimeSpanFactory
Create an relative time span for a specified start and stop time.
createRelativeTimeSpan(TimeSpan.ReferencePoint, RelativeTimeSpan.TimeBase, TimePeriod, TimePeriod) - Static method in class oracle.irm.engine.core.time.RelativeTimeSpanFactory
Create an relative time span for a specified start and stop time.
createResourceSource(String) - Static method in class oracle.irm.engine.content.source.ResourceSourceFactory
Create a resource source from a file.
createSchemaVersion(int, int) - Static method in class oracle.irm.engine.content.schema.SchemaVersionFactory
Create a schema version.
createSchemaVersion(String) - Static method in class oracle.irm.engine.content.schema.SchemaVersionFactory
Create a schema version given a string representation.
createSealingOptions(Classification) - Static method in class oracle.irm.engine.content.sealing.SealingOptionsFactory
Create sealing options from a classification.
createSealingOptions(Classification, Collection<CustomData>, ContentSchema, Date, EncryptionOptions) - Static method in class oracle.irm.engine.content.sealing.SealingOptionsFactory
Create sealing options.
createSources(Source...) - Static method in class oracle.irm.engine.content.source.SourceCollectionFactory
Create a Source collection containing zero or more elements.
createSources(int) - Static method in class oracle.irm.engine.content.source.SourceCollectionFactory
Create an empty Source collection with a capacity specified.
createStatusPageInformation(Label, Label, Label, Collection<HyperLink>) - Static method in class oracle.irm.engine.core.status.StatusPageInformationFactory
Create a status page information instance.
createStatusPageRedirectTarget(URI, StatusPageRedirectTarget.HTTPMethod) - Static method in class oracle.irm.engine.core.status.StatusPageRedirectTargetFactory
Create a status page redirect target.
createStatusPageRequest(StatusPageRequest.StatusPage, DesktopState) - Static method in class oracle.irm.engine.core.status.StatusPageRequestFactory
Create a status page request.
createStatusPageRequest(URI, byte[]) - Static method in class oracle.irm.engine.core.status.StatusPageRequestFactory
Create a status page request.
createStatusPageResponse(Label, DesktopState, ContentType, StatusPageInformation) - Static method in class oracle.irm.engine.core.status.StatusPageResponseFactory
Create a status page response.
createStreamSource(InputStream, String) - Static method in class oracle.irm.engine.content.source.StreamSourceFactory
Create a stream source.
createStreamSource(InputStream, int, String) - Static method in class oracle.irm.engine.content.source.StreamSourceFactory
Create a stream source.
createTimePeriod(int, TimePeriod.Units) - Static method in class oracle.irm.engine.core.time.TimePeriodFactory
Create a time period by specifying the total number of seconds.
createTimePeriods(TimePeriod...) - Static method in class oracle.irm.engine.core.time.TimePeriodCollectionFactory
Create a Time Period collection containing zero or more elements.
createTimePeriods(int) - Static method in class oracle.irm.engine.core.time.TimePeriodCollectionFactory
Create an empty Time Period collection with a capacity specified.
createTimePoint(short, short) - Static method in class oracle.irm.engine.core.time.TimePointFactory
Create a point in time, by specifying the hour and minute of the day.
createTimeRange(Date, Date) - Static method in class oracle.irm.engine.core.time.TimeRangeFactory
Create a time range.
createTimeRange(Date, TimeRange.Direction, TimeRange.Interval, int) - Static method in class oracle.irm.engine.core.time.TimeRangeFactory
Create a time range using a time interval.
createTimeSpans(TimeSpan...) - Static method in class oracle.irm.engine.core.time.TimeSpanCollectionFactory
Create a Time Span collection containing zero or more elements.
createTimeSpans(int) - Static method in class oracle.irm.engine.core.time.TimeSpanCollectionFactory
Create an empty Time Span collection with a capacity specified.
createTimeWindow(TimePoint, TimePoint, TimeWindow.DayOfWeek) - Static method in class oracle.irm.engine.core.time.TimeWindowFactory
Create a time window, by specifying the day, the start time and the end time.
createTimeWindows(TimeWindow...) - Static method in class oracle.irm.engine.core.time.TimeWindowCollectionFactory
Create a Time Window collection containing zero or more elements.
createTimeWindows(int) - Static method in class oracle.irm.engine.core.time.TimeWindowCollectionFactory
Create an empty Time Window collection with a capacity specified.
createURLSource(URL) - Static method in class oracle.irm.engine.content.source.URLSourceFactory
Create a URL source from a URI.
createURLSource(URLConnection) - Static method in class oracle.irm.engine.content.source.URLSourceFactory
Create a URL source from a URI connection.
createWrappedKeySetExtensions(String, byte[], byte[]) - Static method in class oracle.irm.engine.content.key.WrappedKeySetExtensionsFactory
Create a wrapped set of symmetric keys.
createXPathClassificationFilter(ClassificationSystem, URI, String, XPathExpression) - Static method in class oracle.irm.engine.core.classification.XPathClassificationFilterFactory
Create an XPath classification filter.
createXPathExpression(String[], String) - Static method in class oracle.irm.engine.core.general.XPathExpressionFactory
Create an XPath.
createXPathExpression(QName[], String) - Static method in class oracle.irm.engine.core.general.XPathExpressionFactory
Create an XPath.
CryptoConstants - Interface in oracle.irm.engine.content.crypto
Cryptography related constants.
CryptographyException - Exception in oracle.irm.engine.content.crypto
Cryptography exception.
CryptographyException() - Constructor for exception oracle.irm.engine.content.crypto.CryptographyException
Constructor.
CryptographyException(Throwable) - Constructor for exception oracle.irm.engine.content.crypto.CryptographyException
Constructor.
CryptographyException - Class in oracle.irm.engine.types.content.crypto
Cryptography exception information.
CryptographyException() - Constructor for class oracle.irm.engine.types.content.crypto.CryptographyException
Default constructor.
CryptoSchema - Interface in oracle.irm.engine.content.crypto
Sealed content cryptography schema.
CryptoSchema - Class in oracle.irm.engine.types.content.crypto
Crypto Schema type.
CryptoSchema() - Constructor for class oracle.irm.engine.types.content.crypto.CryptoSchema
No argument constructor.
CryptoSchema(String, String, int, String, int, String, String, int, boolean) - Constructor for class oracle.irm.engine.types.content.crypto.CryptoSchema
Constructor.
CryptoSchemaCollectionFactory - Class in oracle.irm.engine.content.crypto
Crypto Schema collection factory and utilities.
CryptoSchemaFactory - Class in oracle.irm.engine.content.crypto
Crypto Schema factory.
CryptoSchemaOperations - Interface in oracle.irm.engine.content.crypto
Operations for obtaining cryptography schemas.
CryptoSchemaOperationsInstance - Class in oracle.irm.engine.content.crypto
Operations for obtaining cryptography schemas.
CryptoSchemaRef - Class in oracle.irm.engine.types.content.crypto
Crypto Schema reference.
CryptoSchemaRef() - Constructor for class oracle.irm.engine.types.content.crypto.CryptoSchemaRef
No argument constructor.
CryptoSchemaRef(String) - Constructor for class oracle.irm.engine.types.content.crypto.CryptoSchemaRef
Constructor.
cryptoSchemasAsMap(Collection<CryptoSchema>) - Static method in class oracle.irm.engine.content.crypto.CryptoSchemaCollectionFactory
Create a map keyed on Id from a collection of Crypto Schema elements.
cryptoSchemasAsSet(Collection<CryptoSchema>) - Static method in class oracle.irm.engine.content.crypto.CryptoSchemaCollectionFactory
Create a set of Crypto Schema elements from a collection.
CURRENT_CONTENT_SCHEMA - Static variable in interface oracle.irm.engine.content.schema.SchemaConstants
The current content schema.
CURRENT_SCHEMA_VERSION - Static variable in interface oracle.irm.engine.content.schema.SchemaConstants
The current schema version.
CURRENT_SCHEMA_VERSION_MAJOR - Static variable in interface oracle.irm.engine.content.schema.SchemaConstants
Current schema major number.
CURRENT_SCHEMA_VERSION_MINOR - Static variable in interface oracle.irm.engine.content.schema.SchemaConstants
Current schema minor number.
CustomData - Interface in oracle.irm.engine.content.sealing
Sealed content custom data.
CustomData - Class in oracle.irm.engine.types.content.sealing
Custom Data type.
CustomData() - Constructor for class oracle.irm.engine.types.content.sealing.CustomData
No argument constructor.
CustomData(UUID, Object) - Constructor for class oracle.irm.engine.types.content.sealing.CustomData
Constructor.
customDataAsMap(Collection<CustomData>) - Static method in class oracle.irm.engine.content.sealing.CustomDataCollectionFactory
Create a map keyed on Uuid from a collection of Custom Data elements.
CustomDataCollectionFactory - Class in oracle.irm.engine.content.sealing
Custom Data collection factory and utilities.
CustomDataFactory - Class in oracle.irm.engine.content.sealing
Custom Data factory.

D

DEFAULT_CONTEXT_PAGE_RANGE - Static variable in interface oracle.irm.engine.rights.context.ContextConstants
Context listing page range.
DEFAULT_CONTEXT_PAGE_SIZE - Static variable in interface oracle.irm.engine.rights.context.ContextConstants
Context listing page size.
DEFAULT_ENCRYPTED_CONTENT_BLOCK_LENGTH - Static variable in interface oracle.irm.engine.content.sealing.SealingConstants
Default content block length used during sealing.
DEFAULT_PUBLIC_HEADER_PERIOD - Static variable in interface oracle.irm.engine.content.sealing.SealingConstants
Default public header period used during sealing.
deleteContext(ContextInstance) - Method in interface oracle.irm.engine.rights.context.ContextOperations
Delete a context.
deleteContext(ContextInstance) - Static method in class oracle.irm.engine.rights.context.ContextOperationsInstance
Delete a context.
deleteContext(ContextInstanceRef) - Method in interface oracle.irm.j2ee.jws.rights.context.ContextOperationsEndpoint
Delete a context.
deleteContextJournalEntries(ContextInstance) - Method in interface oracle.irm.engine.rights.context.ContextOperations
Deletes all journal entries relating to a context.
deleteContextJournalEntries(ContextInstance) - Static method in class oracle.irm.engine.rights.context.ContextOperationsInstance
Deletes all journal entries relating to a context.
deleteContextTemplate(ContextTemplate) - Method in interface oracle.irm.engine.rights.context.ContextTemplateOperations
Delete a context template.
deleteContextTemplate(ContextTemplate) - Static method in class oracle.irm.engine.rights.context.ContextTemplateOperationsInstance
Delete a context template.
deleteContextTemplates(Collection<ContextTemplate>) - Method in interface oracle.irm.engine.rights.context.ContextTemplateOperations
Delete a set of context template.
deleteContextTemplates(Collection<ContextTemplate>) - Static method in class oracle.irm.engine.rights.context.ContextTemplateOperationsInstance
Delete a set of context template.
deleteContextTemplates(ContextTemplateRef[]) - Method in interface oracle.irm.j2ee.jws.rights.context.ContextTemplateOperationsEndpoint
Delete a set of context template.
deleteDomain(Domain) - Method in interface oracle.irm.engine.rights.context.DomainOperations
Delete a domain.
deleteDomain(Domain) - Static method in class oracle.irm.engine.rights.context.DomainOperationsInstance
Delete a domain.
deleteDomain(DomainRef) - Method in interface oracle.irm.j2ee.jws.rights.context.DomainOperationsEndpoint
Delete a domain.
deleteJournalEntriesByRange(TimeRange) - Method in interface oracle.irm.engine.rights.context.ContextOperations
Delete journal entries that fall in the given time range.
deleteJournalEntriesByRange(TimeRange) - Static method in class oracle.irm.engine.rights.context.ContextOperationsInstance
Delete journal entries that fall in the given time range.
deleteKeyPassword(KeySettings) - Method in interface oracle.irm.engine.content.store.KeyStoreOperations
Delete a key password.
deleteKeyPassword(KeySettings) - Static method in class oracle.irm.engine.content.store.KeyStoreOperationsInstance
Delete a key password.
deleteKeyStorePassword(KeyStoreSettings) - Method in interface oracle.irm.engine.content.store.KeyStoreOperations
Delete a key store password.
deleteKeyStorePassword(KeyStoreSettings) - Static method in class oracle.irm.engine.content.store.KeyStoreOperationsInstance
Delete a key store password.
deleteRole(DocumentRole) - Method in interface oracle.irm.engine.rights.context.DocumentRoleOperations
Delete a role.
deleteRole(DocumentRole) - Static method in class oracle.irm.engine.rights.context.DocumentRoleOperationsInstance
Delete a role.
deleteRoles(Collection<DocumentRole>) - Method in interface oracle.irm.engine.rights.context.DocumentRoleOperations
Delete a set of roles.
deleteRoles(Collection<DocumentRole>) - Static method in class oracle.irm.engine.rights.context.DocumentRoleOperationsInstance
Delete a set of roles.
deleteRoles(DocumentRoleRef[]) - Method in interface oracle.irm.j2ee.jws.rights.context.DocumentRoleOperationsEndpoint
Delete a set of roles.
DES3_FIPS_CRYPTO_SCHEMA_ID - Static variable in interface oracle.irm.engine.content.crypto.CryptoConstants
Identity for 'DES3' cryptography schema (FIPS 140-2 mode).
Desktop - Interface in oracle.irm.engine.core.desktop
Information about the client desktop.
Desktop - Class in oracle.irm.engine.types.core.desktop
Desktop type.
Desktop() - Constructor for class oracle.irm.engine.types.core.desktop.Desktop
No argument constructor.
Desktop(UUID, ProductVersion, String, Locale, Device, DesktopApplication, Date) - Constructor for class oracle.irm.engine.types.core.desktop.Desktop
Constructor.
DESKTOP_OPERATING_SYSTEM_PARAMETER - Static variable in interface oracle.irm.engine.core.status.StatusPageOperations
The desktop operating system parameter.
DESKTOP_UUID_PARAMETER - Static variable in interface oracle.irm.engine.core.status.StatusPageOperations
The desktop UUID parameter.
DESKTOP_VERSION_PARAMETER - Static variable in interface oracle.irm.engine.core.status.StatusPageOperations
The desktop version parameter.
DesktopApplication - Interface in oracle.irm.engine.core.desktop
A desktop application.
DesktopApplication - Class in oracle.irm.engine.types.core.desktop
Desktop Application type.
DesktopApplication() - Constructor for class oracle.irm.engine.types.core.desktop.DesktopApplication
No argument constructor.
DesktopApplication(String, String) - Constructor for class oracle.irm.engine.types.core.desktop.DesktopApplication
Constructor.
DesktopApplicationFactory - Class in oracle.irm.engine.core.desktop
Desktop Application factory.
DesktopFactory - Class in oracle.irm.engine.core.desktop
Desktop factory.
DesktopServices - Interface in oracle.irm.engine.core.storage
Desktop services.
DesktopServices - Class in oracle.irm.j2ee.jws.core.storage
JAX-WS utilities for the Desktop Services endpoint interface.
DesktopServicesEndpoint - Interface in oracle.irm.j2ee.jws.core.storage
Web Service end point interface for Desktop Services.
DesktopServicesInstance - Class in oracle.irm.engine.core.storage
Desktop services.
DesktopState - Interface in oracle.irm.engine.core.desktop
Desktop state.
DesktopState - Class in oracle.irm.engine.types.core.desktop
Desktop State type.
DesktopState() - Constructor for class oracle.irm.engine.types.core.desktop.DesktopState
No argument constructor.
DesktopState(Desktop, ContentDescription, URI, Account) - Constructor for class oracle.irm.engine.types.core.desktop.DesktopState
Constructor.
DesktopStateFactory - Class in oracle.irm.engine.core.desktop
Desktop State factory.
DesktopStore - Interface in oracle.irm.engine.core.storage
Desktop bundle storage.
DesktopStore - Class in oracle.irm.engine.types.core.storage
Desktop Store type.
DesktopStore() - Constructor for class oracle.irm.engine.types.core.storage.DesktopStore
No argument constructor.
DesktopStore(Device, DesktopBundle[]) - Constructor for class oracle.irm.engine.types.core.storage.DesktopStore
Constructor.
DesktopStoreFactory - Class in oracle.irm.engine.core.storage
Desktop Store factory.
Device - Interface in oracle.irm.engine.core.device
A device.
Device - Class in oracle.irm.engine.types.core.device
Device type.
Device() - Constructor for class oracle.irm.engine.types.core.device.Device
No argument constructor.
Device(UUID, String, NetworkAdapter[]) - Constructor for class oracle.irm.engine.types.core.device.Device
Constructor.
DeviceCollectionFactory - Class in oracle.irm.engine.core.device
Device collection factory and utilities.
DeviceConstants - Interface in oracle.irm.engine.core.device
Device related constants.
DeviceFactory - Class in oracle.irm.engine.core.device
Device factory.
devicesAsMap(Collection<Device>) - Static method in class oracle.irm.engine.core.device.DeviceCollectionFactory
Create a map keyed on Uuid from a collection of Device elements.
devicesAsSet(Collection<Device>) - Static method in class oracle.irm.engine.core.device.DeviceCollectionFactory
Create a set of Device elements from a collection.
DOCUMENT_ROLE_CONTRIBUTOR_UUID - Static variable in interface oracle.irm.engine.rights.context.ContextConstants
Contributor document role.
DOCUMENT_ROLE_CONTRIBUTOR_WITH_EXPORT_UUID - Static variable in interface oracle.irm.engine.rights.context.ContextConstants
Contributor (with export) document role.
DOCUMENT_ROLE_ITEM_READER_UUID - Static variable in interface oracle.irm.engine.rights.context.ContextConstants
Item reader document role.
DOCUMENT_ROLE_READER_NO_PRINT_UUID - Static variable in interface oracle.irm.engine.rights.context.ContextConstants
Reader (no print) document role.
DOCUMENT_ROLE_READER_UUID - Static variable in interface oracle.irm.engine.rights.context.ContextConstants
Reader document role.
DOCUMENT_ROLE_READER_WITH_EXPORT_UUID - Static variable in interface oracle.irm.engine.rights.context.ContextConstants
Reader (with export) document role.
DOCUMENT_ROLE_REVIEWER_UUID - Static variable in interface oracle.irm.engine.rights.context.ContextConstants
Reviewer document role.
DocumentRight - Interface in oracle.irm.engine.rights.context
Context classified document rights.
DocumentRight - Class in oracle.irm.engine.types.rights.context
Document Right type.
DocumentRight() - Constructor for class oracle.irm.engine.types.rights.context.DocumentRight
No argument constructor.
DocumentRight(UUID, AccountRef, DocumentRole, Date, ItemCode[], ContextInstanceRef) - Constructor for class oracle.irm.engine.types.rights.context.DocumentRight
Constructor.
DocumentRightCollectionFactory - Class in oracle.irm.engine.rights.context
Document Right collection factory and utilities.
DocumentRightFactory - Class in oracle.irm.engine.rights.context
Document Right factory.
DocumentRightOperations - Interface in oracle.irm.engine.rights.context
Document right operations.
DocumentRightOperations - Class in oracle.irm.j2ee.jws.rights.context
JAX-WS utilities for the Document Right Operations endpoint interface.
DocumentRightOperationsEndpoint - Interface in oracle.irm.j2ee.jws.rights.context
Web Service end point interface for Document Right Operations.
DocumentRightOperationsInstance - Class in oracle.irm.engine.rights.context
Document right operations.
DocumentRightRef - Class in oracle.irm.engine.types.rights.context
Document Right reference.
DocumentRightRef() - Constructor for class oracle.irm.engine.types.rights.context.DocumentRightRef
No argument constructor.
DocumentRightRef(UUID) - Constructor for class oracle.irm.engine.types.rights.context.DocumentRightRef
Constructor.
documentRightsAsMap(Collection<DocumentRight>) - Static method in class oracle.irm.engine.rights.context.DocumentRightCollectionFactory
Create a map keyed on Uuid from a collection of Document Right elements.
documentRightsAsSet(Collection<DocumentRight>) - Static method in class oracle.irm.engine.rights.context.DocumentRightCollectionFactory
Create a set of Document Right elements from a collection.
DocumentRole - Interface in oracle.irm.engine.rights.context
Context classified document role.
DocumentRole - Class in oracle.irm.engine.types.rights.context
Document Role type.
DocumentRole() - Constructor for class oracle.irm.engine.types.rights.context.DocumentRole
No argument constructor.
DocumentRole(UUID, Label[], LicenseCriteria.Storage, Feature[], TimeSpan[], TimePeriod, ItemConstraints.Type, DocumentRole.ExportConstraints, DomainRef) - Constructor for class oracle.irm.engine.types.rights.context.DocumentRole
Constructor.
DocumentRole.ExportConstraints - Enum in oracle.irm.engine.rights.context
Export constraint options.
DocumentRole.ExportConstraints - Enum in oracle.irm.engine.types.rights.context
Export Constraints enumeration.
DocumentRole.TimeConstraints - Enum in oracle.irm.engine.rights.context
Time constraint common use cases.
DocumentRole.TimeConstraints - Enum in oracle.irm.engine.types.rights.context
Time Constraints enumeration.
DocumentRoleAlreadyExistsException - Exception in oracle.irm.engine.rights.context
The document role already exists.
DocumentRoleAlreadyExistsException(DocumentRole) - Constructor for exception oracle.irm.engine.rights.context.DocumentRoleAlreadyExistsException
Constructor.
DocumentRoleAlreadyExistsException(DocumentRole, Throwable) - Constructor for exception oracle.irm.engine.rights.context.DocumentRoleAlreadyExistsException
Constructor.
DocumentRoleAlreadyExistsException - Class in oracle.irm.engine.types.rights.context
Document Role Already Exists exception information.
DocumentRoleAlreadyExistsException() - Constructor for class oracle.irm.engine.types.rights.context.DocumentRoleAlreadyExistsException
Default constructor.
DocumentRoleAlreadyExistsException(DocumentRoleRef) - Constructor for class oracle.irm.engine.types.rights.context.DocumentRoleAlreadyExistsException
Constructor.
DocumentRoleAlreadyExistsFault - Exception in oracle.irm.j2ee.jws.rights.context
The document role already exists.
DocumentRoleCollectionFactory - Class in oracle.irm.engine.rights.context
Document Role collection factory and utilities.
documentRoleExists(UUID, Domain) - Method in interface oracle.irm.engine.rights.context.DocumentRoleOperations
Check for a document role's existence.
documentRoleExists(UUID, Domain) - Static method in class oracle.irm.engine.rights.context.DocumentRoleOperationsInstance
Check for a document role's existence.
DocumentRoleFactory - Class in oracle.irm.engine.rights.context
Document Role factory.
DocumentRoleOperations - Interface in oracle.irm.engine.rights.context
Document role operations.
DocumentRoleOperations - Class in oracle.irm.j2ee.jws.rights.context
JAX-WS utilities for the Document Role Operations endpoint interface.
DocumentRoleOperationsEndpoint - Interface in oracle.irm.j2ee.jws.rights.context
Web Service end point interface for Document Role Operations.
DocumentRoleOperationsInstance - Class in oracle.irm.engine.rights.context
Document role operations.
DocumentRoleRef - Class in oracle.irm.engine.types.rights.context
Document Role reference.
DocumentRoleRef() - Constructor for class oracle.irm.engine.types.rights.context.DocumentRoleRef
No argument constructor.
DocumentRoleRef(UUID, DomainRef) - Constructor for class oracle.irm.engine.types.rights.context.DocumentRoleRef
Constructor.
documentRolesAsMap(Collection<DocumentRole>) - Static method in class oracle.irm.engine.rights.context.DocumentRoleCollectionFactory
Create a map keyed on Uuid from a collection of Document Role elements.
documentRolesAsSet(Collection<DocumentRole>) - Static method in class oracle.irm.engine.rights.context.DocumentRoleCollectionFactory
Create a set of Document Role elements from a collection.
Domain - Interface in oracle.irm.engine.rights.context
Domain.
Domain - Class in oracle.irm.engine.types.rights.context
Domain type.
Domain() - Constructor for class oracle.irm.engine.types.rights.context.Domain
No argument constructor.
Domain(UUID, Label[]) - Constructor for class oracle.irm.engine.types.rights.context.Domain
Constructor.
Domain.Role - Enum in oracle.irm.engine.rights.context
Roles that user's can have within a domain.
Domain.Role - Enum in oracle.irm.engine.types.rights.context
Role enumeration.
DOMAIN_STANDARD_UUID - Static variable in interface oracle.irm.engine.rights.context.ContextConstants
Standard domain.
DomainAccount - Interface in oracle.irm.engine.rights.context
A domain account.
DomainAccount - Class in oracle.irm.engine.types.rights.context
Domain Account type.
DomainAccount() - Constructor for class oracle.irm.engine.types.rights.context.DomainAccount
No argument constructor.
DomainAccount(Domain.Role, AccountRef) - Constructor for class oracle.irm.engine.types.rights.context.DomainAccount
Constructor.
DomainAccountCollectionFactory - Class in oracle.irm.engine.rights.context
Domain Account collection factory and utilities.
DomainAccountFactory - Class in oracle.irm.engine.rights.context
Domain Account factory.
DomainAlreadyExistsException - Exception in oracle.irm.engine.rights.context
The domain already exists.
DomainAlreadyExistsException(Domain) - Constructor for exception oracle.irm.engine.rights.context.DomainAlreadyExistsException
Constructor.
DomainAlreadyExistsException(Domain, Throwable) - Constructor for exception oracle.irm.engine.rights.context.DomainAlreadyExistsException
Constructor.
DomainAlreadyExistsException - Class in oracle.irm.engine.types.rights.context
Domain Already Exists exception information.
DomainAlreadyExistsException() - Constructor for class oracle.irm.engine.types.rights.context.DomainAlreadyExistsException
Default constructor.
DomainAlreadyExistsException(DomainRef) - Constructor for class oracle.irm.engine.types.rights.context.DomainAlreadyExistsException
Constructor.
DomainAlreadyExistsFault - Exception in oracle.irm.j2ee.jws.rights.context
The domain already exists.
DomainCollectionFactory - Class in oracle.irm.engine.rights.context
Domain collection factory and utilities.
domainExists(UUID) - Method in interface oracle.irm.engine.rights.context.DomainOperations
Check for a domain's existence.
domainExists(UUID) - Static method in class oracle.irm.engine.rights.context.DomainOperationsInstance
Check for a domain's existence.
DomainFactory - Class in oracle.irm.engine.rights.context
Domain factory.
DomainNotAvailableException - Exception in oracle.irm.engine.rights.context
No domains available.
DomainNotAvailableException() - Constructor for exception oracle.irm.engine.rights.context.DomainNotAvailableException
Constructor.
DomainNotAvailableException(Throwable) - Constructor for exception oracle.irm.engine.rights.context.DomainNotAvailableException
Constructor.
DomainNotAvailableException - Class in oracle.irm.engine.types.rights.context
Domain Not Available exception information.
DomainNotAvailableException() - Constructor for class oracle.irm.engine.types.rights.context.DomainNotAvailableException
Default constructor.
DomainOperations - Interface in oracle.irm.engine.rights.context
Domain methods.
DomainOperations - Class in oracle.irm.j2ee.jws.rights.context
JAX-WS utilities for the Domain Operations endpoint interface.
DomainOperationsEndpoint - Interface in oracle.irm.j2ee.jws.rights.context
Web Service end point interface for Domain Operations.
DomainOperationsInstance - Class in oracle.irm.engine.rights.context
Domain methods.
DomainRef - Class in oracle.irm.engine.types.rights.context
Domain reference.
DomainRef() - Constructor for class oracle.irm.engine.types.rights.context.DomainRef
No argument constructor.
DomainRef(UUID) - Constructor for class oracle.irm.engine.types.rights.context.DomainRef
Constructor.
domainsAsMap(Collection<Domain>) - Static method in class oracle.irm.engine.rights.context.DomainCollectionFactory
Create a map keyed on Uuid from a collection of Domain elements.
domainsAsSet(Collection<Domain>) - Static method in class oracle.irm.engine.rights.context.DomainCollectionFactory
Create a set of Domain elements from a collection.
dump(File) - Method in interface oracle.irm.engine.core.account.AccountOperations
Dump all the account information into a folder.
dump(File) - Static method in class oracle.irm.engine.core.account.AccountOperationsInstance
Dump all the account information into a folder.
DuplicateElementException - Exception in oracle.irm.engine.system.general
A duplicate element has been supplied where a duplicate is not allowed.
DuplicateElementException(String) - Constructor for exception oracle.irm.engine.system.general.DuplicateElementException
Constructor.
DuplicateElementException(String, Throwable) - Constructor for exception oracle.irm.engine.system.general.DuplicateElementException
Constructor.
DuplicateElementException - Class in oracle.irm.engine.types.system.general
Duplicate Element exception information.
DuplicateElementException() - Constructor for class oracle.irm.engine.types.system.general.DuplicateElementException
Default constructor.
DuplicateElementException(String) - Constructor for class oracle.irm.engine.types.system.general.DuplicateElementException
Constructor.

E

EDIT_FEATURE - Static variable in interface oracle.irm.engine.core.feature.FeatureConstants
Edit feature.
EDIT_FEATURE_ID - Static variable in interface oracle.irm.engine.core.feature.FeatureConstants
Edit feature ID.
EMPTY_ACCOUNTS - Static variable in class oracle.irm.engine.core.account.AccountCollectionFactory
An empty Account collection.
EMPTY_CLASSIFICATIONS - Static variable in class oracle.irm.engine.core.classification.ClassificationCollectionFactory
An empty Classification collection.
EMPTY_CONTENT_SCHEMAS - Static variable in class oracle.irm.engine.content.schema.ContentSchemaCollectionFactory
An empty Content Schema collection.
EMPTY_CONTENT_TYPES - Static variable in class oracle.irm.engine.content.type.ContentTypeCollectionFactory
An empty Content Type collection.
EMPTY_CONTEXT_COOKIES - Static variable in class oracle.irm.engine.classifications.context.ContextCookieCollectionFactory
An empty Context Cookie collection.
EMPTY_CONTEXT_INSTANCES - Static variable in class oracle.irm.engine.rights.context.ContextInstanceCollectionFactory
An empty Context Instance collection.
EMPTY_CONTEXT_JOURNAL_ENTRIES - Static variable in class oracle.irm.engine.rights.journal.ContextJournalEntryCollectionFactory
An empty Context Journal Entry collection.
EMPTY_CONTEXT_TEMPLATES - Static variable in class oracle.irm.engine.rights.context.ContextTemplateCollectionFactory
An empty Context Template collection.
EMPTY_CONTEXTS - Static variable in class oracle.irm.engine.classifications.context.ContextCollectionFactory
An empty Context collection.
EMPTY_CRYPTO_SCHEMAS - Static variable in class oracle.irm.engine.content.crypto.CryptoSchemaCollectionFactory
An empty Crypto Schema collection.
EMPTY_CUSTOM_DATA - Static variable in class oracle.irm.engine.content.sealing.CustomDataCollectionFactory
An empty Custom Data collection.
EMPTY_DEVICES - Static variable in class oracle.irm.engine.core.device.DeviceCollectionFactory
An empty Device collection.
EMPTY_DOCUMENT_RIGHTS - Static variable in class oracle.irm.engine.rights.context.DocumentRightCollectionFactory
An empty Document Right collection.
EMPTY_DOCUMENT_ROLES - Static variable in class oracle.irm.engine.rights.context.DocumentRoleCollectionFactory
An empty Document Role collection.
EMPTY_DOMAIN_ACCOUNTS - Static variable in class oracle.irm.engine.rights.context.DomainAccountCollectionFactory
An empty Domain Account collection.
EMPTY_DOMAINS - Static variable in class oracle.irm.engine.rights.context.DomainCollectionFactory
An empty Domain collection.
EMPTY_FEATURES - Static variable in class oracle.irm.engine.core.feature.FeatureCollectionFactory
An empty Feature collection.
EMPTY_HYPER_LINKS - Static variable in class oracle.irm.engine.core.general.HyperLinkCollectionFactory
An empty Hyper Link collection.
EMPTY_ITEM_CODES - Static variable in class oracle.irm.engine.classifications.item.ItemCodeCollectionFactory
An empty Item Code collection.
EMPTY_KEY_SETS - Static variable in class oracle.irm.engine.content.key.KeySetCollectionFactory
An empty Key Set collection.
EMPTY_LABELS - Static variable in class oracle.irm.engine.core.general.LabelCollectionFactory
An empty Label collection.
EMPTY_LICENSE_STATUSES - Static variable in class oracle.irm.engine.core.license.LicenseStatusCollectionFactory
An empty License Status collection.
EMPTY_LICENSES - Static variable in class oracle.irm.engine.core.license.LicenseCollectionFactory
An empty License collection.
EMPTY_NETWORK_ADAPTERS - Static variable in class oracle.irm.engine.core.device.NetworkAdapterCollectionFactory
An empty Network Adapter collection.
EMPTY_SOURCES - Static variable in class oracle.irm.engine.content.source.SourceCollectionFactory
An empty Source collection.
EMPTY_TIME_PERIODS - Static variable in class oracle.irm.engine.core.time.TimePeriodCollectionFactory
An empty Time Period collection.
EMPTY_TIME_SPANS - Static variable in class oracle.irm.engine.core.time.TimeSpanCollectionFactory
An empty Time Span collection.
EMPTY_TIME_WINDOWS - Static variable in class oracle.irm.engine.core.time.TimeWindowCollectionFactory
An empty Time Window collection.
EmptyContentException - Exception in oracle.irm.engine.content.sealing
Sealing empty content is not permitted.
EmptyContentException() - Constructor for exception oracle.irm.engine.content.sealing.EmptyContentException
Constructor.
EmptyContentException(Throwable) - Constructor for exception oracle.irm.engine.content.sealing.EmptyContentException
Constructor.
EmptyContentException - Class in oracle.irm.engine.types.content.sealing
Empty Content exception information.
EmptyContentException() - Constructor for class oracle.irm.engine.types.content.sealing.EmptyContentException
Default constructor.
EncryptionOptions - Interface in oracle.irm.engine.content.sealing
Encryption options for sealing content.
EncryptionOptions - Class in oracle.irm.engine.types.content.sealing
Encryption Options type.
EncryptionOptions() - Constructor for class oracle.irm.engine.types.content.sealing.EncryptionOptions
No argument constructor.
EncryptionOptions(int, int) - Constructor for class oracle.irm.engine.types.content.sealing.EncryptionOptions
Constructor.
EncryptionOptionsFactory - Class in oracle.irm.engine.content.sealing
Encryption Options factory.
ENDPOINT_PATH - Static variable in class oracle.irm.j2ee.jws.content.sealing.SealingServices
Endpoint URL path.
ENDPOINT_PATH - Static variable in class oracle.irm.j2ee.jws.content.type.ContentTypeOperations
Endpoint URL path.
ENDPOINT_PATH - Static variable in class oracle.irm.j2ee.jws.core.storage.DesktopServices
Endpoint URL path.
ENDPOINT_PATH - Static variable in class oracle.irm.j2ee.jws.rights.context.ContextOperations
Endpoint URL path.
ENDPOINT_PATH - Static variable in class oracle.irm.j2ee.jws.rights.context.ContextTemplateOperations
Endpoint URL path.
ENDPOINT_PATH - Static variable in class oracle.irm.j2ee.jws.rights.context.DocumentRightOperations
Endpoint URL path.
ENDPOINT_PATH - Static variable in class oracle.irm.j2ee.jws.rights.context.DocumentRoleOperations
Endpoint URL path.
ENDPOINT_PATH - Static variable in class oracle.irm.j2ee.jws.rights.context.DomainOperations
Endpoint URL path.
extractStateFromBody(InputStream) - Method in interface oracle.irm.engine.core.status.StatusPageOperations
Extract the classification from a HTTP body.
extractStateFromBody(InputStream) - Static method in class oracle.irm.engine.core.status.StatusPageOperationsInstance
Extract the classification from a HTTP body.

F

Feature - Interface in oracle.irm.engine.core.feature
An operation that can be performed on content, such as opening or printing.
Feature - Class in oracle.irm.engine.types.core.feature
Feature type.
Feature() - Constructor for class oracle.irm.engine.types.core.feature.Feature
No argument constructor.
Feature(String, Feature.Use, boolean) - Constructor for class oracle.irm.engine.types.core.feature.Feature
Constructor.
Feature.Support - Enum in oracle.irm.engine.core.feature
Feature support.
Feature.Support - Enum in oracle.irm.engine.types.core.feature
Support enumeration.
Feature.Use - Enum in oracle.irm.engine.core.feature
How this feature's usage is advertised to the user.
Feature.Use - Enum in oracle.irm.engine.types.core.feature
Use enumeration.
FeatureCollectionFactory - Class in oracle.irm.engine.core.feature
Feature collection factory and utilities.
FeatureConstants - Interface in oracle.irm.engine.core.feature
Feature related constants.
FeatureFactory - Class in oracle.irm.engine.core.feature
Feature factory.
FeatureOperations - Interface in oracle.irm.engine.core.feature
Operations for obtaining and manipulating desktop features.
FeatureOperationsInstance - Class in oracle.irm.engine.core.feature
Operations for obtaining and manipulating desktop features.
featuresAsMap(Collection<Feature>) - Static method in class oracle.irm.engine.core.feature.FeatureCollectionFactory
Create a map keyed on Id from a collection of Feature elements.
featuresAsSet(Collection<Feature>) - Static method in class oracle.irm.engine.core.feature.FeatureCollectionFactory
Create a set of Feature elements from a collection.
FileSource - Interface in oracle.irm.engine.content.source
A file based source for the sealing process.
FileSource - Class in oracle.irm.engine.types.content.source
File Source type.
FileSource() - Constructor for class oracle.irm.engine.types.content.source.FileSource
No argument constructor.
FileSource(File) - Constructor for class oracle.irm.engine.types.content.source.FileSource
Constructor.
FileSourceFactory - Class in oracle.irm.engine.content.source
File Source factory.
filterRightsByAccounts(ContextInstance, Collection<Account>) - Method in interface oracle.irm.engine.rights.context.DocumentRightOperations
List a filtered set of rights assigned within a context based on account details.
filterRightsByAccounts(ContextInstance, Collection<Account>) - Static method in class oracle.irm.engine.rights.context.DocumentRightOperationsInstance
List a filtered set of rights assigned within a context based on account details.
fromValue(String) - Static method in enum oracle.irm.engine.types.classifications.item.ItemConstraints.Type
Get the enumeration value from a string.
fromValue(String) - Static method in enum oracle.irm.engine.types.content.sealing.ContentParseException.Reason
Get the enumeration value from a string.
fromValue(String) - Static method in enum oracle.irm.engine.types.core.account.Account.Type
Get the enumeration value from a string.
fromValue(String) - Static method in enum oracle.irm.engine.types.core.feature.Feature.Support
Get the enumeration value from a string.
fromValue(String) - Static method in enum oracle.irm.engine.types.core.feature.Feature.Use
Get the enumeration value from a string.
fromValue(String) - Static method in enum oracle.irm.engine.types.core.license.License.Availability
Get the enumeration value from a string.
fromValue(String) - Static method in enum oracle.irm.engine.types.core.license.License.ExpiryType
Get the enumeration value from a string.
fromValue(String) - Static method in enum oracle.irm.engine.types.core.license.LicenseCriteria.Delivery
Get the enumeration value from a string.
fromValue(String) - Static method in enum oracle.irm.engine.types.core.license.LicenseCriteria.Storage
Get the enumeration value from a string.
fromValue(String) - Static method in enum oracle.irm.engine.types.core.license.LicenseCriteria.Use
Get the enumeration value from a string.
fromValue(String) - Static method in enum oracle.irm.engine.types.core.status.StatusPageRedirectTarget.HTTPMethod
Get the enumeration value from a string.
fromValue(String) - Static method in enum oracle.irm.engine.types.core.status.StatusPageRequest.StatusPage
Get the enumeration value from a string.
fromValue(String) - Static method in enum oracle.irm.engine.types.core.time.RelativeTimeSpan.TimeBase
Get the enumeration value from a string.
fromValue(String) - Static method in enum oracle.irm.engine.types.core.time.TimePeriod.Units
Get the enumeration value from a string.
fromValue(String) - Static method in enum oracle.irm.engine.types.core.time.TimeRange.Direction
Get the enumeration value from a string.
fromValue(String) - Static method in enum oracle.irm.engine.types.core.time.TimeRange.Interval
Get the enumeration value from a string.
fromValue(String) - Static method in enum oracle.irm.engine.types.core.time.TimeSpan.ReferencePoint
Get the enumeration value from a string.
fromValue(String) - Static method in enum oracle.irm.engine.types.core.time.TimeWindow.DayOfWeek
Get the enumeration value from a string.
fromValue(String) - Static method in enum oracle.irm.engine.types.rights.context.ContextInstance.Role
Get the enumeration value from a string.
fromValue(String) - Static method in enum oracle.irm.engine.types.rights.context.ContextInstance.Visibility
Get the enumeration value from a string.
fromValue(String) - Static method in enum oracle.irm.engine.types.rights.context.ContextTemplate.Status
Get the enumeration value from a string.
fromValue(String) - Static method in enum oracle.irm.engine.types.rights.context.DocumentRole.ExportConstraints
Get the enumeration value from a string.
fromValue(String) - Static method in enum oracle.irm.engine.types.rights.context.DocumentRole.TimeConstraints
Get the enumeration value from a string.
fromValue(String) - Static method in enum oracle.irm.engine.types.rights.context.Domain.Role
Get the enumeration value from a string.
fromValue(String) - Static method in enum oracle.irm.engine.types.rights.journal.ContextJournalEntry.Status
Get the enumeration value from a string.
fromValue(String) - Static method in enum oracle.irm.engine.types.rights.journal.ContextJournalSorting.SortOrder
Get the enumeration value from a string.
fromValue(String) - Static method in enum oracle.irm.engine.types.rights.journal.ContextJournalSorting.SortProperty
Get the enumeration value from a string.

G

generateKeySetForContext(ContextInstance) - Method in interface oracle.irm.engine.rights.context.ContextOperations
Generate a new key set for a context.
generateKeySetForContext(ContextInstance) - Static method in class oracle.irm.engine.rights.context.ContextOperationsInstance
Generate a new key set for a context.
getAccount() - Method in exception oracle.irm.engine.core.account.GroupNotSupportedException
The group account involved in the operation.
getAccount() - Method in interface oracle.irm.engine.core.desktop.DesktopState
Authenticated account.
getAccount() - Method in exception oracle.irm.engine.rights.context.AccountAlreadyAdministratorException
The account.
getAccount() - Method in exception oracle.irm.engine.rights.context.AccountAlreadyAssignedException
The account.
getAccount() - Method in exception oracle.irm.engine.rights.context.AccountAlreadyInspectorException
The account.
getAccount() - Method in exception oracle.irm.engine.rights.context.AccountAlreadyManagerException
The account.
getAccount() - Method in interface oracle.irm.engine.rights.context.DocumentRight
The account.
getAccount() - Method in interface oracle.irm.engine.rights.context.DomainAccount
The account.
getAccount() - Method in interface oracle.irm.engine.rights.journal.ContextJournalEntry
The account performing the action.
getAccount() - Method in class oracle.irm.engine.types.core.account.GroupNotSupportedException
The group account involved in the operation.
getAccount() - Method in class oracle.irm.engine.types.core.desktop.DesktopState
Authenticated account.
getAccount() - Method in class oracle.irm.engine.types.rights.context.AccountAlreadyAdministratorException
The account.
getAccount() - Method in class oracle.irm.engine.types.rights.context.AccountAlreadyAssignedException
The account.
getAccount() - Method in class oracle.irm.engine.types.rights.context.AccountAlreadyInspectorException
The account.
getAccount() - Method in class oracle.irm.engine.types.rights.context.AccountAlreadyManagerException
The account.
getAccount() - Method in class oracle.irm.engine.types.rights.context.DocumentRight
The account.
getAccount() - Method in class oracle.irm.engine.types.rights.context.DomainAccount
The account.
getAccount() - Method in class oracle.irm.engine.types.rights.journal.ContextJournalEntry
The account performing the action.
getAccountByName(String, Account.Type) - Method in interface oracle.irm.engine.core.account.AccountOperations
Get a user or group by name.
getAccountByName(String, Account.Type) - Static method in class oracle.irm.engine.core.account.AccountOperationsInstance
Get a user or group by name.
getAccountByUuid(Collection<Account>, String) - Static method in class oracle.irm.engine.core.account.AccountCollectionFactory
Get an element from a Account collection by Uuid.
getActual() - Method in exception oracle.irm.engine.content.sealing.ContentSizeMismatchException
Actual size of the data read from the stream.
getActual() - Method in class oracle.irm.engine.types.content.sealing.ContentSizeMismatchException
Actual size of the data read from the stream.
getAdapters() - Method in interface oracle.irm.engine.core.device.Device
The network adapters of the device.
getAdapters() - Method in class oracle.irm.engine.types.core.device.Device
The network adapters of the device.
getAdministrators() - Method in exception oracle.irm.engine.rights.context.CannotRemoveAdministratorsException
The existing administrators.
getAdministrators() - Method in class oracle.irm.engine.types.rights.context.CannotRemoveAdministratorsException
The existing administrators.
getAlgorithm() - Method in exception oracle.irm.engine.content.key.UnsupportedWrappingAlgorithmException
Unsupported algorithm.
getAlgorithm() - Method in class oracle.irm.engine.types.content.key.UnsupportedWrappingAlgorithmException
Unsupported algorithm.
getAlias() - Method in interface oracle.irm.engine.content.key.WrappedKeySetExtensions
The key alias used to wrap these keys.
getAlias() - Method in interface oracle.irm.engine.content.store.KeySettings
The alias used to store and retrieve this key from a key store.
getAlias() - Method in exception oracle.irm.engine.content.store.UnknownKeyException
The alias of the unknown key.
getAlias() - Method in class oracle.irm.engine.types.content.key.WrappedKeySetExtensions
The key alias used to wrap these keys.
getAlias() - Method in class oracle.irm.engine.types.content.store.KeySettings
The alias used to store and retrieve this key from a key store.
getAlias() - Method in class oracle.irm.engine.types.content.store.UnknownKeyException
The alias of the unknown key.
getAmount() - Method in interface oracle.irm.engine.core.time.TimePeriod
The time period amount.
getAmount() - Method in class oracle.irm.engine.types.core.time.TimePeriod
The time period amount.
getAnonymousAccount() - Method in interface oracle.irm.engine.core.account.AccountOperations
Get the anonymous account.
getAnonymousAccount() - Static method in class oracle.irm.engine.core.account.AccountOperationsInstance
Get the anonymous account.
getApplication() - Method in interface oracle.irm.engine.core.desktop.Desktop
The application that is in-use.
getApplication() - Method in class oracle.irm.engine.types.core.desktop.Desktop
The application that is in-use.
getAssignedTime() - Method in interface oracle.irm.engine.rights.context.DocumentRight
Role assignment time.
getAssignedTime() - Method in class oracle.irm.engine.types.rights.context.DocumentRight
Role assignment time.
getAuthenticatedAccount() - Method in interface oracle.irm.engine.core.account.AccountOperations
Get the authenticated account.
getAuthenticatedAccount() - Static method in class oracle.irm.engine.core.account.AccountOperationsInstance
Get the authenticated account.
getAvailability() - Method in interface oracle.irm.engine.core.license.LicenseStatus
License availability.
getAvailability() - Method in class oracle.irm.engine.types.core.license.LicenseStatus
License availability.
getBase() - Method in interface oracle.irm.engine.core.general.ProductVersion
Base version number.
getBegin() - Method in interface oracle.irm.engine.core.time.TimeRange
Start of the time range.
getBegin() - Method in class oracle.irm.engine.types.core.time.TimeRange
Start of the time range.
getBlockSize() - Method in exception oracle.irm.engine.content.sealing.IllegalEncryptedContentBlockSizeException
Cipher block size.
getBlockSize() - Method in class oracle.irm.engine.types.content.sealing.IllegalEncryptedContentBlockSizeException
Cipher block size.
getBody() - Method in interface oracle.irm.engine.core.status.StatusPageRequest
Status page body.
getBody() - Method in class oracle.irm.engine.types.core.status.StatusPageRequest
Status page body.
getBuffer() - Method in interface oracle.irm.engine.content.source.BufferSource
Data buffer.
getBuffer() - Method in class oracle.irm.engine.types.content.source.BufferSource
Data buffer.
getBuild() - Method in interface oracle.irm.engine.core.general.ProductVersion
Build number.
getBundles() - Method in interface oracle.irm.engine.core.storage.DesktopStore
Desktop bundles.
getBundles() - Method in class oracle.irm.engine.types.core.storage.DesktopStore
Desktop bundles.
getClassification() - Method in interface oracle.irm.engine.content.sealing.ContentDescription
The classification used to seal the content.
getClassification() - Method in interface oracle.irm.engine.content.sealing.SealingOptions
Classification.
getClassification(ClassificationSystem, Object, Date) - Method in interface oracle.irm.engine.core.classification.ClassificationOperations
Create a classification from a cookie.
getClassification(ClassificationSystem, Object, Date) - Static method in class oracle.irm.engine.core.classification.ClassificationOperationsInstance
Create a classification from a cookie.
getClassification() - Method in interface oracle.irm.engine.core.status.StatusPageInformation
Classification label.
getClassification() - Method in class oracle.irm.engine.types.content.sealing.ContentDescription
The classification used to seal the content.
getClassification() - Method in class oracle.irm.engine.types.content.sealing.SealingOptions
Classification.
getClassification() - Method in class oracle.irm.engine.types.core.status.StatusPageInformation
Classification label.
getClassificationById(Collection<Classification>, String) - Static method in class oracle.irm.engine.core.classification.ClassificationCollectionFactory
Get an element from a Classification collection by Id.
getClassificationKeySets(Collection<Classification>) - Method in interface oracle.irm.engine.core.classification.ClassificationOperations
Get a consolidated list of key sets referenced by a set of classifications.
getClassificationKeySets(Collection<Classification>) - Static method in class oracle.irm.engine.core.classification.ClassificationOperationsInstance
Get a consolidated list of key sets referenced by a set of classifications.
getClassifications() - Method in interface oracle.irm.engine.core.license.LicenseCriteria
Valid classifications.
getClassifications() - Method in interface oracle.irm.engine.core.storage.DesktopStore
The classification definitions.
getClassifications() - Method in class oracle.irm.engine.types.core.license.LicenseCriteria
Valid classifications.
getClassificationTime() - Method in interface oracle.irm.engine.core.classification.Classification
Classification Time.
getClassificationTime() - Method in class oracle.irm.engine.types.core.classification.Classification
Classification Time.
getContainer() - Method in interface oracle.irm.engine.core.desktop.DesktopApplication
The container name.
getContainer() - Method in class oracle.irm.engine.types.core.desktop.DesktopApplication
The container name.
getContent() - Method in interface oracle.irm.engine.core.status.StatusPageInformation
Content label.
getContent() - Method in interface oracle.irm.engine.core.status.StatusPageResponse
Content type.
getContent() - Method in class oracle.irm.engine.types.core.status.StatusPageInformation
Content label.
getContent() - Method in class oracle.irm.engine.types.core.status.StatusPageResponse
Content type.
getContentDescription() - Method in interface oracle.irm.engine.core.desktop.DesktopState
Content details.
getContentDescription() - Method in class oracle.irm.engine.types.core.desktop.DesktopState
Content details.
getContentSchema() - Method in interface oracle.irm.engine.content.sealing.SealingOptions
Content schema.
getContentSchema() - Method in class oracle.irm.engine.types.content.sealing.SealingOptions
Content schema.
getContentSchemaBySchemaVersion(Collection<ContentSchema>, SchemaVersion) - Static method in class oracle.irm.engine.content.schema.ContentSchemaCollectionFactory
Get an element from a Content Schema collection by SchemaVersion.
getContentType() - Method in interface oracle.irm.engine.content.source.Source
The content format/type information.
getContentTypeFromExtension(String) - Method in interface oracle.irm.engine.content.type.ContentTypeOperations
Get the content type from a sealed or unsealed file extension.
getContentTypeFromExtension(String) - Static method in class oracle.irm.engine.content.type.ContentTypeOperationsInstance
Get the content type from a sealed or unsealed file extension.
getContentTypeFromExtension(String) - Method in interface oracle.irm.j2ee.jws.content.type.ContentTypeOperationsEndpoint
Get the content type from a sealed or unsealed file extension.
getContentTypeFromMimeType(String) - Method in interface oracle.irm.engine.content.type.ContentTypeOperations
Get the content type from a MIME type.
getContentTypeFromMimeType(String) - Static method in class oracle.irm.engine.content.type.ContentTypeOperationsInstance
Get the content type from a MIME type.
getContentTypeFromMimeType(String) - Method in interface oracle.irm.j2ee.jws.content.type.ContentTypeOperationsEndpoint
Get the content type from a MIME type.
getContentTypeFromPath(String) - Method in interface oracle.irm.engine.content.type.ContentTypeOperations
Get the content type from a file path.
getContentTypeFromPath(String) - Static method in class oracle.irm.engine.content.type.ContentTypeOperationsInstance
Get the content type from a file path.
getContentTypeFromPath(String) - Method in interface oracle.irm.j2ee.jws.content.type.ContentTypeOperationsEndpoint
Get the content type from a file path.
getContentTypeOperationsEndpoint() - Static method in class oracle.irm.j2ee.jws.content.type.ContentTypeOperations
Get the Content Type Operations endpoint interface.
getContentTypeOperationsEndpoint(URI) - Static method in class oracle.irm.j2ee.jws.content.type.ContentTypeOperations
Get the Content Type Operations endpoint interface.
getContentTypeOperationsEndpoint(String) - Static method in class oracle.irm.j2ee.jws.content.type.ContentTypeOperations
Get the Content Type Operations endpoint interface.
getContentUri() - Method in interface oracle.irm.engine.core.desktop.DesktopState
Content URI.
getContentUri() - Method in class oracle.irm.engine.types.core.desktop.DesktopState
Content URI.
getContext() - Method in interface oracle.irm.engine.classifications.context.ContextCookie
The context.
getContext() - Method in exception oracle.irm.engine.rights.context.CannotRemoveContextInstanceException
The context that cannot be deleted.
getContext() - Method in interface oracle.irm.engine.rights.context.DocumentRight
The related context.
getContext() - Method in exception oracle.irm.engine.rights.context.UnsupportedDocumentRoleException
The context.
getContext() - Method in class oracle.irm.engine.types.classifications.context.ContextCookie
The context.
getContext() - Method in class oracle.irm.engine.types.rights.context.CannotRemoveContextInstanceException
The context that cannot be deleted.
getContext() - Method in class oracle.irm.engine.types.rights.context.DocumentRight
The related context.
getContext() - Method in class oracle.irm.engine.types.rights.context.UnsupportedDocumentRoleException
The context.
getContextByUuid(Collection<Context>, UUID) - Static method in class oracle.irm.engine.classifications.context.ContextCollectionFactory
Get an element from a Context collection by Uuid.
getContextInstance() - Method in interface oracle.irm.engine.rights.journal.ContextJournalEntry
The context of the content.
getContextInstance() - Method in class oracle.irm.engine.types.rights.journal.ContextJournalEntry
The context of the content.
getContextInstanceByUuid(Collection<ContextInstance>, UUID) - Static method in class oracle.irm.engine.rights.context.ContextInstanceCollectionFactory
Get an element from a Context Instance collection by Uuid.
getContextJournalEntryByUuid(Collection<ContextJournalEntry>, UUID) - Static method in class oracle.irm.engine.rights.journal.ContextJournalEntryCollectionFactory
Get an element from a Context Journal Entry collection by Uuid.
getContextOperationsEndpoint() - Static method in class oracle.irm.j2ee.jws.rights.context.ContextOperations
Get the Context Operations endpoint interface.
getContextOperationsEndpoint(URI) - Static method in class oracle.irm.j2ee.jws.rights.context.ContextOperations
Get the Context Operations endpoint interface.
getContextOperationsEndpoint(String) - Static method in class oracle.irm.j2ee.jws.rights.context.ContextOperations
Get the Context Operations endpoint interface.
getContextTemplate() - Method in exception oracle.irm.engine.rights.context.CannotRemoveContextTemplateException
The content template that cannot be deleted.
getContextTemplate() - Method in exception oracle.irm.engine.rights.context.ContextTemplateAlreadyExistsException
The content template that already exists.
getContextTemplate() - Method in exception oracle.irm.engine.rights.context.InactiveContextTemplateException
The inactive content template.
getContextTemplate() - Method in class oracle.irm.engine.types.rights.context.CannotRemoveContextTemplateException
The content template that cannot be deleted.
getContextTemplate() - Method in class oracle.irm.engine.types.rights.context.ContextTemplateAlreadyExistsException
The content template that already exists.
getContextTemplate() - Method in class oracle.irm.engine.types.rights.context.InactiveContextTemplateException
The inactive content template.
getContextTemplateByUuid(Collection<ContextTemplate>, UUID) - Static method in class oracle.irm.engine.rights.context.ContextTemplateCollectionFactory
Get an element from a Context Template collection by Uuid.
getContextTemplateLabels(ContextInstance) - Method in interface oracle.irm.engine.rights.context.ContextTemplateOperations
Get the context template labels for a context.
getContextTemplateLabels(ContextInstance) - Static method in class oracle.irm.engine.rights.context.ContextTemplateOperationsInstance
Get the context template labels for a context.
getContextTemplateOperationsEndpoint() - Static method in class oracle.irm.j2ee.jws.rights.context.ContextTemplateOperations
Get the Context Template Operations endpoint interface.
getContextTemplateOperationsEndpoint(URI) - Static method in class oracle.irm.j2ee.jws.rights.context.ContextTemplateOperations
Get the Context Template Operations endpoint interface.
getContextTemplateOperationsEndpoint(String) - Static method in class oracle.irm.j2ee.jws.rights.context.ContextTemplateOperations
Get the Context Template Operations endpoint interface.
getCookie() - Method in interface oracle.irm.engine.core.classification.Classification
Classification cookie.
getCookie() - Method in exception oracle.irm.engine.core.classification.UnknownClassificationException
Classification cookie.
getCookie() - Method in class oracle.irm.engine.types.core.classification.Classification
Classification cookie.
getCookie() - Method in class oracle.irm.engine.types.core.classification.UnknownClassificationException
Classification cookie.
getCreationTime() - Method in interface oracle.irm.engine.content.key.KeySet
Date and time the key was created.
getCreationTime() - Method in interface oracle.irm.engine.content.sealing.ContentDescription
Date and time when the content was originally sealed.
getCreationTime() - Method in interface oracle.irm.engine.content.sealing.SealingOptions
Creation time.
getCreationTime() - Method in class oracle.irm.engine.types.content.key.KeySet
Date and time the key was created.
getCreationTime() - Method in class oracle.irm.engine.types.content.sealing.ContentDescription
Date and time when the content was originally sealed.
getCreationTime() - Method in class oracle.irm.engine.types.content.sealing.SealingOptions
Creation time.
getCriteria() - Method in interface oracle.irm.engine.core.license.License
The license criteria.
getCriteria() - Method in class oracle.irm.engine.types.core.license.License
The license criteria.
getCryptoSchema(String) - Method in interface oracle.irm.engine.content.crypto.CryptoSchemaOperations
Get a cryptography schema from the schema identity.
getCryptoSchema(String) - Static method in class oracle.irm.engine.content.crypto.CryptoSchemaOperationsInstance
Get a cryptography schema from the schema identity.
getCryptoSchemaById(Collection<CryptoSchema>, String) - Static method in class oracle.irm.engine.content.crypto.CryptoSchemaCollectionFactory
Get an element from a Crypto Schema collection by Id.
getCryptoSchemas() - Method in interface oracle.irm.engine.content.crypto.CryptoSchemaOperations
List the available cryptography schemas in the system.
getCryptoSchemas() - Static method in class oracle.irm.engine.content.crypto.CryptoSchemaOperationsInstance
List the available cryptography schemas in the system.
getCurrentContentSchema() - Method in interface oracle.irm.engine.content.schema.SchemaOperations
Get the current content schema.
getCurrentContentSchema() - Static method in class oracle.irm.engine.content.schema.SchemaOperationsInstance
Get the current content schema.
getCurrentTime() - Method in interface oracle.irm.engine.core.time.TimeOperations
The current time.
getCurrentTime() - Static method in class oracle.irm.engine.core.time.TimeOperationsInstance
The current time.
getCustomData() - Method in interface oracle.irm.engine.content.sealing.ContentDescription
Optional custom data.
getCustomData() - Method in interface oracle.irm.engine.content.sealing.SealingOptions
Custom data.
getCustomData() - Method in class oracle.irm.engine.types.content.sealing.ContentDescription
Optional custom data.
getCustomData() - Method in class oracle.irm.engine.types.content.sealing.SealingOptions
Custom data.
getCustomDataByUuid(Collection<CustomData>, UUID) - Static method in class oracle.irm.engine.content.sealing.CustomDataCollectionFactory
Get an element from a Custom Data collection by Uuid.
getData() - Method in interface oracle.irm.engine.content.sealing.CustomData
Custom data.
getData() - Method in class oracle.irm.engine.types.content.sealing.CustomData
Custom data.
getDay() - Method in interface oracle.irm.engine.core.time.TimeWindow
Day of the week this time window applies.
getDay() - Method in class oracle.irm.engine.types.core.time.TimeWindow
Day of the week this time window applies.
getDefaultCryptoSchema() - Method in interface oracle.irm.engine.content.crypto.CryptoSchemaOperations
Get the default cryptography schema.
getDefaultCryptoSchema() - Static method in class oracle.irm.engine.content.crypto.CryptoSchemaOperationsInstance
Get the default cryptography schema.
getDefaultRefreshPeriods() - Method in interface oracle.irm.engine.rights.context.DocumentRoleOperations
List default refresh periods.
getDefaultRefreshPeriods() - Static method in class oracle.irm.engine.rights.context.DocumentRoleOperationsInstance
List default refresh periods.
getDelivery() - Method in interface oracle.irm.engine.core.license.LicenseCriteria
Delivery specifier.
getDelivery() - Method in class oracle.irm.engine.types.core.license.LicenseCriteria
Delivery specifier.
getDescription() - Method in interface oracle.irm.engine.core.general.Label
Description.
getDescription() - Method in class oracle.irm.engine.types.core.general.Label
Description.
getDesktop() - Method in interface oracle.irm.engine.core.desktop.DesktopState
Desktop.
getDesktop() - Method in class oracle.irm.engine.types.core.desktop.DesktopState
Desktop.
getDesktopServicesEndpoint() - Static method in class oracle.irm.j2ee.jws.core.storage.DesktopServices
Get the Desktop Services endpoint interface.
getDesktopServicesEndpoint(URI) - Static method in class oracle.irm.j2ee.jws.core.storage.DesktopServices
Get the Desktop Services endpoint interface.
getDesktopServicesEndpoint(String) - Static method in class oracle.irm.j2ee.jws.core.storage.DesktopServices
Get the Desktop Services endpoint interface.
getDesktopStore() - Method in interface oracle.irm.engine.core.storage.DesktopServices
The desktop store.
getDesktopStore() - Static method in class oracle.irm.engine.core.storage.DesktopServicesInstance
The desktop store.
getDestinations() - Method in interface oracle.irm.engine.core.license.LicenseCriteria
Trusted classifications.
getDestinations() - Method in class oracle.irm.engine.types.core.license.LicenseCriteria
Trusted classifications.
getDevice() - Method in interface oracle.irm.engine.core.desktop.Desktop
The device associated with the desktop.
getDevice() - Method in interface oracle.irm.engine.core.license.License
Attached device.
getDevice() - Method in interface oracle.irm.engine.core.storage.DesktopStore
Device details.
getDevice() - Method in interface oracle.irm.engine.rights.journal.ContextJournalEntry
The device the action was performed.
getDevice() - Method in class oracle.irm.engine.types.core.desktop.Desktop
The device associated with the desktop.
getDevice() - Method in class oracle.irm.engine.types.core.storage.DesktopStore
Device details.
getDevice() - Method in class oracle.irm.engine.types.rights.journal.ContextJournalEntry
The device the action was performed.
getDeviceByUuid(Collection<Device>, UUID) - Static method in class oracle.irm.engine.core.device.DeviceCollectionFactory
Get an element from a Device collection by Uuid.
getDevices() - Method in exception oracle.irm.engine.core.license.LicenseInUseException
The list of devices the licenses are being used.
getDevices() - Method in class oracle.irm.engine.types.core.license.LicenseInUseException
The list of devices the licenses are being used.
getDigestAlgorithm() - Method in interface oracle.irm.engine.content.crypto.CryptoSchema
The message digest algorithm.
getDigestAlgorithm() - Method in class oracle.irm.engine.types.content.crypto.CryptoSchema
The message digest algorithm.
getDocumentRightByUuid(Collection<DocumentRight>, UUID) - Static method in class oracle.irm.engine.rights.context.DocumentRightCollectionFactory
Get an element from a Document Right collection by Uuid.
getDocumentRightOperationsEndpoint() - Static method in class oracle.irm.j2ee.jws.rights.context.DocumentRightOperations
Get the Document Right Operations endpoint interface.
getDocumentRightOperationsEndpoint(URI) - Static method in class oracle.irm.j2ee.jws.rights.context.DocumentRightOperations
Get the Document Right Operations endpoint interface.
getDocumentRightOperationsEndpoint(String) - Static method in class oracle.irm.j2ee.jws.rights.context.DocumentRightOperations
Get the Document Right Operations endpoint interface.
getDocumentRole() - Method in exception oracle.irm.engine.rights.context.CannotRemoveDocumentRoleException
The document role that cannot be deleted.
getDocumentRole() - Method in exception oracle.irm.engine.rights.context.InvalidFeaturesException
The invalid document role.
getDocumentRole() - Method in exception oracle.irm.engine.rights.context.InvalidTimePeriodException
The invalid document role.
getDocumentRole() - Method in class oracle.irm.engine.types.rights.context.CannotRemoveDocumentRoleException
The document role that cannot be deleted.
getDocumentRole() - Method in class oracle.irm.engine.types.rights.context.InvalidFeaturesException
The invalid document role.
getDocumentRole() - Method in class oracle.irm.engine.types.rights.context.InvalidTimePeriodException
The invalid document role.
getDocumentRoleByUuid(Collection<DocumentRole>, UUID) - Static method in class oracle.irm.engine.rights.context.DocumentRoleCollectionFactory
Get an element from a Document Role collection by Uuid.
getDocumentRoleOperationsEndpoint() - Static method in class oracle.irm.j2ee.jws.rights.context.DocumentRoleOperations
Get the Document Role Operations endpoint interface.
getDocumentRoleOperationsEndpoint(URI) - Static method in class oracle.irm.j2ee.jws.rights.context.DocumentRoleOperations
Get the Document Role Operations endpoint interface.
getDocumentRoleOperationsEndpoint(String) - Static method in class oracle.irm.j2ee.jws.rights.context.DocumentRoleOperations
Get the Document Role Operations endpoint interface.
getDomain() - Method in interface oracle.irm.engine.rights.context.ContextTemplate
The domain that owns this context template.
getDomain() - Method in interface oracle.irm.engine.rights.context.DocumentRole
The domain that owns this role.
getDomain() - Method in exception oracle.irm.engine.rights.context.DomainAlreadyExistsException
The domain that already exists.
getDomain() - Method in interface oracle.irm.engine.rights.context.DomainOperations
Get a domain.
getDomain() - Static method in class oracle.irm.engine.rights.context.DomainOperationsInstance
Get a domain.
getDomain() - Method in exception oracle.irm.engine.rights.context.UnknownContextTemplateException
The domain that owns that template.
getDomain() - Method in exception oracle.irm.engine.rights.context.UnknownDocumentRoleException
The domain that owns that document role.
getDomain() - Method in class oracle.irm.engine.types.rights.context.ContextTemplate
The domain that owns this context template.
getDomain() - Method in class oracle.irm.engine.types.rights.context.ContextTemplateRef
The domain that owns this context template.
getDomain() - Method in class oracle.irm.engine.types.rights.context.DocumentRole
The domain that owns this role.
getDomain() - Method in class oracle.irm.engine.types.rights.context.DocumentRoleRef
The domain that owns this role.
getDomain() - Method in class oracle.irm.engine.types.rights.context.DomainAlreadyExistsException
The domain that already exists.
getDomain() - Method in class oracle.irm.engine.types.rights.context.UnknownContextTemplateException
The domain that owns that template.
getDomain() - Method in class oracle.irm.engine.types.rights.context.UnknownDocumentRoleException
The domain that owns that document role.
getDomainByUuid(Collection<Domain>, UUID) - Static method in class oracle.irm.engine.rights.context.DomainCollectionFactory
Get an element from a Domain collection by Uuid.
getDomainOperationsEndpoint() - Static method in class oracle.irm.j2ee.jws.rights.context.DomainOperations
Get the Domain Operations endpoint interface.
getDomainOperationsEndpoint(URI) - Static method in class oracle.irm.j2ee.jws.rights.context.DomainOperations
Get the Domain Operations endpoint interface.
getDomainOperationsEndpoint(String) - Static method in class oracle.irm.j2ee.jws.rights.context.DomainOperations
Get the Domain Operations endpoint interface.
getEditTime() - Method in interface oracle.irm.engine.content.sealing.ContentDescription
Date and time when the content was last (re)sealed.
getEditTime() - Method in class oracle.irm.engine.types.content.sealing.ContentDescription
Date and time when the content was last (re)sealed.
getEmailAddress(Account) - Method in interface oracle.irm.engine.core.account.AccountOperations
Get an user's email address.
getEmailAddress(Account) - Static method in class oracle.irm.engine.core.account.AccountOperationsInstance
Get an user's email address.
getEncryptedContentBlockSize() - Method in interface oracle.irm.engine.content.sealing.EncryptionOptions
Encrypted content block size.
getEncryptedContentBlockSize() - Method in exception oracle.irm.engine.content.sealing.IllegalEncryptedContentBlockSizeException
Encrypted encrypted content block size.
getEncryptedContentBlockSize() - Method in class oracle.irm.engine.types.content.sealing.EncryptionOptions
Encrypted content block size.
getEncryptedContentBlockSize() - Method in class oracle.irm.engine.types.content.sealing.IllegalEncryptedContentBlockSizeException
Encrypted encrypted content block size.
getEncryptionAlgorithm() - Method in interface oracle.irm.engine.content.crypto.CryptoSchema
The encryption algorithm name extracted from the encryption transformation.
getEncryptionBlockSize() - Method in interface oracle.irm.engine.content.crypto.CryptoSchema
The encryption algorithm block size.
getEncryptionKey() - Method in interface oracle.irm.engine.content.key.NativeKeySetExtensions
Content encryption key.
getEncryptionKey() - Method in interface oracle.irm.engine.content.key.RawKeySetExtensions
Content encryption key.
getEncryptionKey() - Method in interface oracle.irm.engine.content.key.WrappedKeySetExtensions
Wrapped content encryption key.
getEncryptionKey() - Method in class oracle.irm.engine.types.content.key.RawKeySetExtensions
Content encryption key.
getEncryptionKey() - Method in class oracle.irm.engine.types.content.key.WrappedKeySetExtensions
Wrapped content encryption key.
getEncryptionKeySize() - Method in interface oracle.irm.engine.content.crypto.CryptoSchema
The encryption key size (in bits).
getEncryptionKeySize() - Method in class oracle.irm.engine.types.content.crypto.CryptoSchema
The encryption key size (in bits).
getEncryptionOptions() - Method in interface oracle.irm.engine.content.sealing.SealingOptions
Encryption options.
getEncryptionOptions() - Method in class oracle.irm.engine.types.content.sealing.SealingOptions
Encryption options.
getEncryptionTransformation() - Method in interface oracle.irm.engine.content.crypto.CryptoSchema
The encryption transformation.
getEncryptionTransformation() - Method in class oracle.irm.engine.types.content.crypto.CryptoSchema
The encryption transformation.
getEnd() - Method in interface oracle.irm.engine.core.time.TimeRange
End of the time range.
getEnd() - Method in interface oracle.irm.engine.core.time.TimeWindow
The end time for this time window.
getEnd() - Method in class oracle.irm.engine.types.core.time.TimeRange
End of the time range.
getEnd() - Method in class oracle.irm.engine.types.core.time.TimeWindow
The end time for this time window.
getExpected() - Method in exception oracle.irm.engine.content.sealing.ContentSizeMismatchException
The expected size of the unsealed data.
getExpected() - Method in class oracle.irm.engine.types.content.sealing.ContentSizeMismatchException
The expected size of the unsealed data.
getExpectOverwrites() - Method in interface oracle.irm.engine.content.type.ContentType
Content format that supports edits.
getExpectOverwrites() - Method in class oracle.irm.engine.types.content.type.ContentType
Content format that supports edits.
getExportConstraints() - Method in interface oracle.irm.engine.rights.context.DocumentRole
Set the export constraints on a role.
getExportConstraints() - Method in class oracle.irm.engine.types.rights.context.DocumentRole
Set the export constraints on a role.
getExpression() - Method in interface oracle.irm.engine.core.classification.XPathClassificationFilter
The XPath expression.
getExpression() - Method in class oracle.irm.engine.types.core.classification.XPathClassificationFilter
The XPath expression.
getExtensions() - Method in interface oracle.irm.engine.content.key.KeySet
Extended information for the key set.
getExtensions() - Method in interface oracle.irm.engine.content.type.ContentType
The unsealed file extensions.
getExtensions() - Method in class oracle.irm.engine.types.content.key.KeySet
Extended information for the key set.
getExtensions() - Method in class oracle.irm.engine.types.content.type.ContentType
The unsealed file extensions.
getFaultInfo() - Method in exception oracle.irm.j2ee.jws.classifications.context.UnknownContextFault
Accessor method.
getFaultInfo() - Method in exception oracle.irm.j2ee.jws.content.crypto.UnsupportedCryptoSchemaFault
Accessor method.
getFaultInfo() - Method in exception oracle.irm.j2ee.jws.content.sealing.ContentParseFault
Accessor method.
getFaultInfo() - Method in exception oracle.irm.j2ee.jws.content.sealing.IllegalEncryptedContentBlockSizeFault
Accessor method.
getFaultInfo() - Method in exception oracle.irm.j2ee.jws.content.sealing.PublicHeaderLengthFault
Accessor method.
getFaultInfo() - Method in exception oracle.irm.j2ee.jws.content.type.IllegalMimeTypeFault
Accessor method.
getFaultInfo() - Method in exception oracle.irm.j2ee.jws.content.type.UnsupportedContentTypeFault
Accessor method.
getFaultInfo() - Method in exception oracle.irm.j2ee.jws.core.classification.UnknownClassificationFault
Accessor method.
getFaultInfo() - Method in exception oracle.irm.j2ee.jws.core.desktop.RepudiateFault
Accessor method.
getFaultInfo() - Method in exception oracle.irm.j2ee.jws.core.license.LicenseInUseFault
Accessor method.
getFaultInfo() - Method in exception oracle.irm.j2ee.jws.core.license.LicenseUnavailableFault
Accessor method.
getFaultInfo() - Method in exception oracle.irm.j2ee.jws.core.status.StatusPageRedirectFault
Accessor method.
getFaultInfo() - Method in exception oracle.irm.j2ee.jws.rights.context.AccountAlreadyAdministratorFault
Accessor method.
getFaultInfo() - Method in exception oracle.irm.j2ee.jws.rights.context.AccountAlreadyAssignedFault
Accessor method.
getFaultInfo() - Method in exception oracle.irm.j2ee.jws.rights.context.AccountAlreadyInspectorFault
Accessor method.
getFaultInfo() - Method in exception oracle.irm.j2ee.jws.rights.context.AccountAlreadyManagerFault
Accessor method.
getFaultInfo() - Method in exception oracle.irm.j2ee.jws.rights.context.CannotRemoveAdministratorsFault
Accessor method.
getFaultInfo() - Method in exception oracle.irm.j2ee.jws.rights.context.CannotRemoveContextInstanceFault
Accessor method.
getFaultInfo() - Method in exception oracle.irm.j2ee.jws.rights.context.CannotRemoveContextTemplateFault
Accessor method.
getFaultInfo() - Method in exception oracle.irm.j2ee.jws.rights.context.CannotRemoveDocumentRoleFault
Accessor method.
getFaultInfo() - Method in exception oracle.irm.j2ee.jws.rights.context.CannotRemoveManagersFault
Accessor method.
getFaultInfo() - Method in exception oracle.irm.j2ee.jws.rights.context.ContextInstanceAlreadyExistsFault
Accessor method.
getFaultInfo() - Method in exception oracle.irm.j2ee.jws.rights.context.ContextTemplateAlreadyExistsFault
Accessor method.
getFaultInfo() - Method in exception oracle.irm.j2ee.jws.rights.context.DocumentRoleAlreadyExistsFault
Accessor method.
getFaultInfo() - Method in exception oracle.irm.j2ee.jws.rights.context.DomainAlreadyExistsFault
Accessor method.
getFaultInfo() - Method in exception oracle.irm.j2ee.jws.rights.context.ImmutableDocumentRoleFault
Accessor method.
getFaultInfo() - Method in exception oracle.irm.j2ee.jws.rights.context.InactiveContextTemplateFault
Accessor method.
getFaultInfo() - Method in exception oracle.irm.j2ee.jws.rights.context.InvalidDocumentRoleFault
Accessor method.
getFaultInfo() - Method in exception oracle.irm.j2ee.jws.rights.context.InvalidFeaturesFault
Accessor method.
getFaultInfo() - Method in exception oracle.irm.j2ee.jws.rights.context.InvalidTimePeriodFault
Accessor method.
getFaultInfo() - Method in exception oracle.irm.j2ee.jws.rights.context.UnknownContextTemplateFault
Accessor method.
getFaultInfo() - Method in exception oracle.irm.j2ee.jws.rights.context.UnknownDocumentRightFault
Accessor method.
getFaultInfo() - Method in exception oracle.irm.j2ee.jws.rights.context.UnknownDocumentRoleFault
Accessor method.
getFaultInfo() - Method in exception oracle.irm.j2ee.jws.rights.context.UnknownDomainFault
Accessor method.
getFaultInfo() - Method in exception oracle.irm.j2ee.jws.rights.context.UnsupportedDocumentRoleFault
Accessor method.
getFaultInfo() - Method in exception oracle.irm.j2ee.jws.system.general.AuthorizationDeniedFault
Accessor method.
getFeature(String) - Method in interface oracle.irm.engine.core.feature.FeatureOperations
Get a feature.
getFeature(String) - Static method in class oracle.irm.engine.core.feature.FeatureOperationsInstance
Get a feature.
getFeature() - Method in interface oracle.irm.engine.rights.journal.ContextJournalEntry
The application feature being performed.
getFeature() - Method in class oracle.irm.engine.types.rights.journal.ContextJournalEntry
The application feature being performed.
getFeatureById(Collection<Feature>, String) - Static method in class oracle.irm.engine.core.feature.FeatureCollectionFactory
Get an element from a Feature collection by Id.
getFeatureLabel(Locale, String) - Method in interface oracle.irm.engine.core.feature.FeatureOperations
Get a feature label.
getFeatureLabel(Locale, String) - Static method in class oracle.irm.engine.core.feature.FeatureOperationsInstance
Get a feature label.
getFeatureRecording(DocumentRole) - Method in interface oracle.irm.engine.rights.context.DocumentRoleOperations
Infer whether feature recording has been set on a document role.
getFeatureRecording(DocumentRole) - Static method in class oracle.irm.engine.rights.context.DocumentRoleOperationsInstance
Infer whether feature recording has been set on a document role.
getFeatures(String[]) - Method in interface oracle.irm.engine.core.feature.FeatureOperations
Get a set of features from an array of feature identities.
getFeatures(String[]) - Static method in class oracle.irm.engine.core.feature.FeatureOperationsInstance
Get a set of features from an array of feature identities.
getFeatures() - Method in interface oracle.irm.engine.core.license.LicenseCriteria
The valid features.
getFeatures() - Method in interface oracle.irm.engine.rights.context.DocumentRole
The valid features.
getFeatures() - Method in class oracle.irm.engine.types.core.license.LicenseCriteria
The valid features.
getFeatures() - Method in class oracle.irm.engine.types.rights.context.DocumentRole
The valid features.
getFile() - Method in interface oracle.irm.engine.content.source.FileSource
The file.
getFile() - Method in class oracle.irm.engine.types.content.source.FileSource
The file.
getFirst() - Method in interface oracle.irm.engine.core.general.PageRange
First record index.
getFirst() - Method in class oracle.irm.engine.types.core.general.PageRange
First record index.
getHmacSigningAlgorithm() - Method in interface oracle.irm.engine.content.crypto.CryptoSchema
The signing algorithm specification.
getHmacSigningAlgorithm() - Method in class oracle.irm.engine.types.content.crypto.CryptoSchema
The signing algorithm specification.
getHmacSigningKeySize() - Method in interface oracle.irm.engine.content.crypto.CryptoSchema
The key size (in bits) for the HMAC operation.
getHmacSigningKeySize() - Method in class oracle.irm.engine.types.content.crypto.CryptoSchema
The key size (in bits) for the HMAC operation.
getHour() - Method in interface oracle.irm.engine.core.time.TimePoint
Hour of the day.
getHour() - Method in class oracle.irm.engine.types.core.time.TimePoint
Hour of the day.
getId() - Method in interface oracle.irm.engine.content.crypto.CryptoSchema
The identity of the schema.
getId() - Method in exception oracle.irm.engine.content.crypto.UnknownCryptoSchemaException
The Id of the unknown/unsupported schema.
getId() - Method in interface oracle.irm.engine.core.classification.Classification
The classification Id.
getId() - Method in interface oracle.irm.engine.core.feature.Feature
The feature identity.
getId() - Method in exception oracle.irm.engine.core.feature.UnknownFeatureException
The Id of the unknown feature.
getId() - Method in class oracle.irm.engine.types.content.crypto.CryptoSchema
The identity of the schema.
getId() - Method in class oracle.irm.engine.types.content.crypto.CryptoSchemaRef
The identity of the schema.
getId() - Method in class oracle.irm.engine.types.content.crypto.UnknownCryptoSchemaException
The Id of the unknown/unsupported schema.
getId() - Method in class oracle.irm.engine.types.core.classification.Classification
The classification Id.
getId() - Method in class oracle.irm.engine.types.core.feature.Feature
The feature identity.
getId() - Method in class oracle.irm.engine.types.core.feature.UnknownFeatureException
The Id of the unknown feature.
getIndex() - Method in interface oracle.irm.engine.core.classification.ClassificationFilter
Classification filter index.
getIndex() - Method in class oracle.irm.engine.types.core.classification.ClassificationFilter
Classification filter index.
getInformation() - Method in interface oracle.irm.engine.core.status.StatusPageResponse
Status page information.
getInformation() - Method in class oracle.irm.engine.types.core.status.StatusPageResponse
Status page information.
getInputStream() - Method in interface oracle.irm.engine.content.source.Source
An input stream to the content source.
getIpAddresses() - Method in interface oracle.irm.engine.core.device.NetworkAdapter
IP Address(es).
getIpAddresses() - Method in class oracle.irm.engine.types.core.device.NetworkAdapter
IP Address(es).
getItemCode() - Method in interface oracle.irm.engine.classifications.context.ContextCookie
The item code.
getItemCode() - Method in interface oracle.irm.engine.rights.journal.ContextJournalEntry
The item code of the content.
getItemCode() - Method in class oracle.irm.engine.types.classifications.context.ContextCookie
The item code.
getItemCode() - Method in class oracle.irm.engine.types.rights.journal.ContextJournalEntry
The item code of the content.
getItemCodes() - Method in interface oracle.irm.engine.classifications.item.ItemConstraints
The item codes.
getItemCodes() - Method in interface oracle.irm.engine.rights.context.DocumentRight
Item restrictions.
getItemCodes() - Method in class oracle.irm.engine.types.classifications.item.ItemConstraints
The item codes.
getItemCodes() - Method in class oracle.irm.engine.types.rights.context.DocumentRight
Item restrictions.
getItemConstraints() - Method in interface oracle.irm.engine.rights.context.DocumentRole
Item constraints.
getItemConstraints() - Method in class oracle.irm.engine.types.rights.context.DocumentRole
Item constraints.
getItems() - Method in interface oracle.irm.engine.rights.context.ContextInstance
Context level item exclusions.
getItems() - Method in class oracle.irm.engine.types.rights.context.ContextInstance
Context level item exclusions.
getKeys() - Method in interface oracle.irm.engine.core.license.License
The related key sets.
getKeys() - Method in interface oracle.irm.engine.core.storage.DesktopStore
Key sets.
getKeys() - Method in class oracle.irm.engine.types.core.license.License
The related key sets.
getKeySet() - Method in interface oracle.irm.engine.core.classification.Classification
The key set used to encrypt/de-crypt content sealed with this classification.
getKeySet() - Method in class oracle.irm.engine.types.core.classification.Classification
The key set used to encrypt/de-crypt content sealed with this classification.
getKeySetByUuid(Collection<KeySet>, UUID) - Static method in class oracle.irm.engine.content.key.KeySetCollectionFactory
Get an element from a Key Set collection by Uuid.
getKeySets() - Method in interface oracle.irm.engine.rights.context.ContextInstance
Key sets.
getKeySize() - Method in exception oracle.irm.engine.content.key.IllegalWrappingKeySizeException
The size in bits of the key.
getKeySize() - Method in class oracle.irm.engine.types.content.key.IllegalWrappingKeySizeException
The size in bits of the key.
getKeyStore() - Method in interface oracle.irm.engine.content.store.KeySettings
The key store.
getKeyStore() - Method in class oracle.irm.engine.types.content.store.KeySettings
The key store.
getLabel() - Method in interface oracle.irm.engine.core.general.HyperLink
The label.
getLabel(Collection<Label>, Locale[]) - Method in interface oracle.irm.engine.core.general.LabelOperations
Get a label from a collection.
getLabel(Collection<Label>, Locale[]) - Static method in class oracle.irm.engine.core.general.LabelOperationsInstance
Get a label from a collection.
getLabel() - Method in class oracle.irm.engine.types.core.general.HyperLink
The label.
getLabelByLocale(Collection<Label>, Locale) - Static method in class oracle.irm.engine.core.general.LabelCollectionFactory
Get an element from a Label collection by Locale.
getLabels() - Method in interface oracle.irm.engine.core.classification.Classification
Labels for the classification.
getLabels() - Method in interface oracle.irm.engine.rights.context.ContextInstance
Labels for the context.
getLabels() - Method in interface oracle.irm.engine.rights.context.ContextTemplate
Template labels.
getLabels() - Method in interface oracle.irm.engine.rights.context.DocumentRole
Role labels.
getLabels() - Method in interface oracle.irm.engine.rights.context.Domain
Domain labels.
getLabels() - Method in class oracle.irm.engine.types.core.classification.Classification
Labels for the classification.
getLabels() - Method in class oracle.irm.engine.types.rights.context.ContextInstance
Labels for the context.
getLabels() - Method in class oracle.irm.engine.types.rights.context.ContextTemplate
Template labels.
getLabels() - Method in class oracle.irm.engine.types.rights.context.DocumentRole
Role labels.
getLabels() - Method in class oracle.irm.engine.types.rights.context.Domain
Domain labels.
getLast() - Method in interface oracle.irm.engine.core.general.PageRange
Last record index.
getLast() - Method in class oracle.irm.engine.types.core.general.PageRange
Last record index.
getLength() - Method in exception oracle.irm.engine.content.sealing.PublicHeaderLengthException
Actual length.
getLength() - Method in exception oracle.irm.engine.system.general.IllegalArgumentLengthException
The value's length.
getLength() - Method in exception oracle.irm.engine.system.general.IllegalPropertyLengthException
The value's length.
getLength() - Method in class oracle.irm.engine.types.content.sealing.PublicHeaderLengthException
Actual length.
getLength() - Method in class oracle.irm.engine.types.system.general.IllegalArgumentLengthException
The value's length.
getLength() - Method in class oracle.irm.engine.types.system.general.IllegalPropertyLengthException
The value's length.
getLicense() - Method in interface oracle.irm.engine.core.license.LicenseStatus
License.
getLicense() - Method in class oracle.irm.engine.types.core.license.LicenseStatus
License.
getLicenseByUuid(Collection<License>, UUID) - Static method in class oracle.irm.engine.core.license.LicenseCollectionFactory
Get an element from a License collection by Uuid.
getLicenses() - Method in exception oracle.irm.engine.core.license.LicenseUnavailableException
The list of licenses and the reasons why the licenses cannot be used.
getLicenses() - Method in class oracle.irm.engine.types.core.license.LicenseUnavailableException
The list of licenses and the reasons why the licenses cannot be used.
getLicensesByIndex(String) - Method in interface oracle.irm.engine.core.license.LicenseIndex
Get licenses given an index value.
getLicensesByIndex(Object, String) - Static method in class oracle.irm.engine.core.license.LicenseIndexCasting
Casting support for the LicenseIndex.getLicensesByIndex(java.lang.String) method.
getLicenseTime() - Method in interface oracle.irm.engine.core.license.License
License time.
getLicenseTime() - Method in class oracle.irm.engine.types.core.license.License
License time.
getLinks() - Method in interface oracle.irm.engine.core.status.StatusPageInformation
Further assistance links.
getLinks() - Method in class oracle.irm.engine.types.core.status.StatusPageInformation
Further assistance links.
getLocale() - Method in interface oracle.irm.engine.core.desktop.Desktop
The desktop locale.
getLocale() - Method in interface oracle.irm.engine.core.general.Label
Locale.
getLocale() - Method in class oracle.irm.engine.types.core.desktop.Desktop
The desktop locale.
getLocale() - Method in class oracle.irm.engine.types.core.general.Label
Locale.
getMacAddress() - Method in interface oracle.irm.engine.core.device.NetworkAdapter
MAC address.
getMacAddress() - Method in class oracle.irm.engine.types.core.device.NetworkAdapter
MAC address.
getMajor() - Method in interface oracle.irm.engine.content.schema.SchemaVersion
Major version number.
getMajor() - Method in interface oracle.irm.engine.core.general.ProductVersion
Major version number.
getManagers() - Method in exception oracle.irm.engine.rights.context.CannotRemoveManagersException
The existing managers.
getManagers() - Method in class oracle.irm.engine.types.rights.context.CannotRemoveManagersException
The existing managers.
getMaximum() - Method in exception oracle.irm.engine.content.sealing.PublicHeaderLengthException
Maximum length.
getMaximum() - Method in exception oracle.irm.engine.system.general.IllegalArgumentLengthException
The maximum permitted length.
getMaximum() - Method in exception oracle.irm.engine.system.general.IllegalPropertyLengthException
The maximum permitted length.
getMaximum() - Method in class oracle.irm.engine.types.content.sealing.PublicHeaderLengthException
Maximum length.
getMaximum() - Method in class oracle.irm.engine.types.system.general.IllegalArgumentLengthException
The maximum permitted length.
getMaximum() - Method in class oracle.irm.engine.types.system.general.IllegalPropertyLengthException
The maximum permitted length.
getMethod() - Method in interface oracle.irm.engine.core.status.StatusPageRedirectTarget
The redirection method to use.
getMethod() - Method in exception oracle.irm.engine.system.general.IllegalArgumentLengthException
The method name.
getMethod() - Method in exception oracle.irm.engine.system.general.IllegalArgumentValueException
The method name.
getMethod() - Method in exception oracle.irm.engine.system.general.MandatoryArgumentException
The method name.
getMethod() - Method in class oracle.irm.engine.types.core.status.StatusPageRedirectTarget
The redirection method to use.
getMethod() - Method in class oracle.irm.engine.types.system.general.IllegalArgumentLengthException
The method name.
getMethod() - Method in class oracle.irm.engine.types.system.general.IllegalArgumentValueException
The method name.
getMethod() - Method in class oracle.irm.engine.types.system.general.MandatoryArgumentException
The method name.
getMimeType() - Method in interface oracle.irm.engine.content.source.BufferSource
MIME type of the data in the buffer.
getMimeType() - Method in exception oracle.irm.engine.content.type.IllegalMimeTypeException
The invalid MIME type.
getMimeType() - Method in class oracle.irm.engine.types.content.source.BufferSource
MIME type of the data in the buffer.
getMimeType() - Method in class oracle.irm.engine.types.content.type.IllegalMimeTypeException
The invalid MIME type.
getMimeTypes() - Method in interface oracle.irm.engine.content.type.ContentType
The unsealed MIME type.
getMimeTypes() - Method in class oracle.irm.engine.types.content.type.ContentType
The unsealed MIME type.
getMinor() - Method in interface oracle.irm.engine.content.schema.SchemaVersion
Minor version number.
getMinute() - Method in interface oracle.irm.engine.core.time.TimePoint
Minute in the hour.
getMinute() - Method in class oracle.irm.engine.types.core.time.TimePoint
Minute in the hour.
getName() - Method in interface oracle.irm.engine.core.account.Account
The user or group name.
getName() - Method in interface oracle.irm.engine.core.desktop.DesktopApplication
The application name.
getName() - Method in interface oracle.irm.engine.core.device.Device
The name of the device.
getName() - Method in interface oracle.irm.engine.core.general.Label
Name.
getName() - Method in exception oracle.irm.engine.system.general.DuplicateElementException
The duplicate element name.
getName() - Method in exception oracle.irm.engine.system.general.IllegalArgumentLengthException
The parameter name.
getName() - Method in exception oracle.irm.engine.system.general.IllegalArgumentValueException
The parameter name.
getName() - Method in exception oracle.irm.engine.system.general.IllegalPropertyLengthException
The parameter name.
getName() - Method in exception oracle.irm.engine.system.general.IllegalPropertyValueException
The property name.
getName() - Method in exception oracle.irm.engine.system.general.MandatoryArgumentException
The parameter name.
getName() - Method in exception oracle.irm.engine.system.general.MandatoryPropertyException
The property name.
getName() - Method in class oracle.irm.engine.types.core.account.Account
The user or group name.
getName() - Method in class oracle.irm.engine.types.core.desktop.DesktopApplication
The application name.
getName() - Method in class oracle.irm.engine.types.core.device.Device
The name of the device.
getName() - Method in class oracle.irm.engine.types.core.general.Label
Name.
getName() - Method in class oracle.irm.engine.types.system.general.DuplicateElementException
The duplicate element name.
getName() - Method in class oracle.irm.engine.types.system.general.IllegalArgumentLengthException
The parameter name.
getName() - Method in class oracle.irm.engine.types.system.general.IllegalArgumentValueException
The parameter name.
getName() - Method in class oracle.irm.engine.types.system.general.IllegalPropertyLengthException
The parameter name.
getName() - Method in class oracle.irm.engine.types.system.general.IllegalPropertyValueException
The property name.
getName() - Method in class oracle.irm.engine.types.system.general.MandatoryArgumentException
The parameter name.
getName() - Method in class oracle.irm.engine.types.system.general.MandatoryPropertyException
The property name.
getNamespaceContexts() - Method in interface oracle.irm.engine.core.general.XPathExpression
The namespace contexts used in the expression.
getNamespaceContexts() - Method in class oracle.irm.engine.types.core.general.XPathExpression
The namespace contexts used in the expression.
getObject() - Method in exception oracle.irm.engine.system.general.IllegalPropertyLengthException
The method name.
getObject() - Method in exception oracle.irm.engine.system.general.IllegalPropertyValueException
The object name.
getObject() - Method in exception oracle.irm.engine.system.general.ImmutablePropertyException
The object name.
getObject() - Method in exception oracle.irm.engine.system.general.MandatoryPropertyException
The object name.
getObject() - Method in class oracle.irm.engine.types.system.general.IllegalPropertyLengthException
The method name.
getObject() - Method in class oracle.irm.engine.types.system.general.IllegalPropertyValueException
The object name.
getObject() - Method in class oracle.irm.engine.types.system.general.ImmutablePropertyException
The object name.
getObject() - Method in class oracle.irm.engine.types.system.general.MandatoryPropertyException
The object name.
getOperatingSystem() - Method in interface oracle.irm.engine.core.desktop.Desktop
The desktop operating system.
getOperatingSystem() - Method in class oracle.irm.engine.types.core.desktop.Desktop
The desktop operating system.
getOrder() - Method in interface oracle.irm.engine.rights.journal.ContextJournalSorting
Sort order.
getOrder() - Method in class oracle.irm.engine.types.rights.journal.ContextJournalSorting
Sort order.
getPatchSet() - Method in interface oracle.irm.engine.core.general.ProductVersion
Patch set.
getPath() - Method in interface oracle.irm.engine.content.source.ResourceSource
The resource path.
getPath() - Method in interface oracle.irm.engine.content.store.KeyStoreSettings
File path to the key store.
getPath() - Method in exception oracle.irm.engine.content.store.UnknownKeyException
The key store path.
getPath() - Method in class oracle.irm.engine.types.content.source.ResourceSource
The resource path.
getPath() - Method in class oracle.irm.engine.types.content.store.KeyStoreSettings
File path to the key store.
getPath() - Method in class oracle.irm.engine.types.content.store.UnknownKeyException
The key store path.
getPort() - Method in interface oracle.irm.engine.core.general.ProductVersion
OS Port.
getProductVersion() - Method in interface oracle.irm.engine.content.schema.ContentSchema
Minimum desktop version that must be installed locally in order to seal or unseal content with the corresponding schema version.
getProperty() - Method in exception oracle.irm.engine.system.general.ImmutablePropertyException
The property name.
getProperty() - Method in class oracle.irm.engine.types.system.general.ImmutablePropertyException
The property name.
getPublicHeaderPeriod() - Method in interface oracle.irm.engine.content.sealing.EncryptionOptions
Public header repeat period.
getPublicHeaderPeriod() - Method in class oracle.irm.engine.types.content.sealing.EncryptionOptions
Public header repeat period.
getReason() - Method in exception oracle.irm.engine.content.sealing.ContentParseException
The reason the parsing failed.
getReason() - Method in class oracle.irm.engine.types.content.sealing.ContentParseException
The reason the parsing failed.
getRecord() - Method in interface oracle.irm.engine.core.feature.Feature
Whether use of this feature is recorded.
getRecord() - Method in class oracle.irm.engine.types.core.feature.Feature
Whether use of this feature is recorded.
getRedirectionParameter(String, Locale, StatusPageRequest.StatusPage, DesktopState) - Method in interface oracle.irm.engine.core.status.StatusPageOperations
Gets the value for the status page redirection URI parameter given.
getRedirectionParameter(String, Locale, StatusPageRequest.StatusPage, DesktopState) - Static method in class oracle.irm.engine.core.status.StatusPageOperationsInstance
Gets the value for the status page redirection URI parameter given.
getReferenceDate(TimeSpan, Date, Classification, License) - Method in interface oracle.irm.engine.core.time.TimeSpanCheck
Obtain the date that the time span should be compare against.
getReferenceDate(TimeSpan, Date, Classification, License) - Static method in class oracle.irm.engine.core.time.TimeSpanCheckInstance
Obtain the date that the time span should be compare against.
getReferencePoint() - Method in interface oracle.irm.engine.core.time.TimeSpan
The reference point for a time span.
getReferencePoint() - Method in class oracle.irm.engine.types.core.time.TimeSpan
The reference point for a time span.
getRefreshPeriod() - Method in interface oracle.irm.engine.core.license.LicenseCriteria
The refresh period.
getRefreshPeriod() - Method in interface oracle.irm.engine.rights.context.DocumentRole
The refresh period.
getRefreshPeriod() - Method in class oracle.irm.engine.types.core.license.LicenseCriteria
The refresh period.
getRefreshPeriod() - Method in class oracle.irm.engine.types.rights.context.DocumentRole
The refresh period.
getRefreshTime() - Method in interface oracle.irm.engine.core.license.License
Refresh time.
getRefreshTime() - Method in class oracle.irm.engine.types.core.license.License
Refresh time.
getRelease() - Method in interface oracle.irm.engine.core.general.ProductVersion
Release.
getRequestTime() - Method in interface oracle.irm.engine.core.license.License
Request time.
getRequestTime() - Method in class oracle.irm.engine.types.core.license.License
Request time.
getRole() - Method in exception oracle.irm.engine.rights.context.AccountAlreadyAssignedException
The document role.
getRole(Account) - Method in interface oracle.irm.engine.rights.context.ContextOperations
Find out if an account has any context based role.
getRole(Account) - Static method in class oracle.irm.engine.rights.context.ContextOperationsInstance
Find out if an account has any context based role.
getRole() - Method in interface oracle.irm.engine.rights.context.DocumentRight
The role.
getRole() - Method in exception oracle.irm.engine.rights.context.DocumentRoleAlreadyExistsException
The document role that already exists.
getRole() - Method in interface oracle.irm.engine.rights.context.DomainAccount
The domain role.
getRole() - Method in exception oracle.irm.engine.rights.context.ImmutableDocumentRoleException
The document role.
getRole() - Method in exception oracle.irm.engine.rights.context.InvalidDocumentRoleException
The document role.
getRole() - Method in exception oracle.irm.engine.rights.context.UnsupportedDocumentRoleException
The invalid document role.
getRole() - Method in class oracle.irm.engine.types.rights.context.AccountAlreadyAssignedException
The document role.
getRole() - Method in class oracle.irm.engine.types.rights.context.DocumentRight
The role.
getRole() - Method in class oracle.irm.engine.types.rights.context.DocumentRoleAlreadyExistsException
The document role that already exists.
getRole() - Method in class oracle.irm.engine.types.rights.context.DomainAccount
The domain role.
getRole() - Method in class oracle.irm.engine.types.rights.context.ImmutableDocumentRoleException
The document role.
getRole() - Method in class oracle.irm.engine.types.rights.context.InvalidDocumentRoleException
The document role.
getRole() - Method in class oracle.irm.engine.types.rights.context.UnsupportedDocumentRoleException
The invalid document role.
getRoleForContext(ContextInstance, Account) - Method in interface oracle.irm.engine.rights.context.ContextOperations
Find out what role an account has within a context.
getRoleForContext(ContextInstance, Account) - Static method in class oracle.irm.engine.rights.context.ContextOperationsInstance
Find out what role an account has within a context.
getRoleForDomain(Domain, Account) - Method in interface oracle.irm.engine.rights.context.ContextOperations
Find out what (context related) role an account has within a domain.
getRoleForDomain(Domain, Account) - Static method in class oracle.irm.engine.rights.context.ContextOperationsInstance
Find out what (context related) role an account has within a domain.
getRoleForDomain(Domain, Account) - Method in interface oracle.irm.engine.rights.context.DomainOperations
Find out what role an account has within a domain.
getRoleForDomain(Domain, Account) - Static method in class oracle.irm.engine.rights.context.DomainOperationsInstance
Find out what role an account has within a domain.
getRoles() - Method in interface oracle.irm.engine.rights.context.ContextTemplate
Document roles.
getRoles() - Method in class oracle.irm.engine.types.rights.context.ContextTemplate
Document roles.
getSchema() - Method in exception oracle.irm.engine.content.crypto.UnsupportedCryptoSchemaException
The unsupported cryptography schema.
getSchema() - Method in interface oracle.irm.engine.content.key.KeySet
The cryptography schema used to create this key.
getSchema() - Method in interface oracle.irm.engine.content.sealing.ContentDescription
Content schema version.
getSchema() - Method in class oracle.irm.engine.types.content.crypto.UnsupportedCryptoSchemaException
The unsupported cryptography schema.
getSchema() - Method in class oracle.irm.engine.types.content.key.KeySet
The cryptography schema used to create this key.
getSchema() - Method in class oracle.irm.engine.types.content.sealing.ContentDescription
Content schema version.
getSchemas() - Method in interface oracle.irm.engine.core.storage.DesktopStore
Cryptography schemas.
getSchemaVersion() - Method in interface oracle.irm.engine.content.schema.ContentSchema
Schema version.
getSchemaVersion() - Method in class oracle.irm.engine.types.content.schema.ContentSchema
Schema version.
getSealedExtension() - Method in interface oracle.irm.engine.content.type.ContentType
The sealed file extension.
getSealedExtension() - Method in class oracle.irm.engine.types.content.type.ContentType
The sealed file extension.
getSealedFileName(String) - Method in interface oracle.irm.engine.content.type.ContentTypeOperations
Convert a file name into the corresponding sealed file name.
getSealedFileName(String) - Static method in class oracle.irm.engine.content.type.ContentTypeOperationsInstance
Convert a file name into the corresponding sealed file name.
getSealedFileName(String) - Method in interface oracle.irm.j2ee.jws.content.type.ContentTypeOperationsEndpoint
Convert a file name into the corresponding sealed file name.
getSealedMime() - Method in interface oracle.irm.engine.content.sealing.ContentDescription
The MIME type of the sealed file.
getSealedMime() - Method in class oracle.irm.engine.types.content.sealing.ContentDescription
The MIME type of the sealed file.
getSealedMimeType() - Method in interface oracle.irm.engine.content.type.ContentType
The sealed MIME type.
getSealedMimeType() - Method in class oracle.irm.engine.types.content.type.ContentType
The sealed MIME type.
getSealingServicesEndpoint() - Static method in class oracle.irm.j2ee.jws.content.sealing.SealingServices
Get the Sealing Services endpoint interface.
getSealingServicesEndpoint(URI) - Static method in class oracle.irm.j2ee.jws.content.sealing.SealingServices
Get the Sealing Services endpoint interface.
getSealingServicesEndpoint(String) - Static method in class oracle.irm.j2ee.jws.content.sealing.SealingServices
Get the Sealing Services endpoint interface.
getServeUuid() - Method in interface oracle.irm.engine.core.license.License
Serve UUID.
getServeUuid() - Method in class oracle.irm.engine.types.core.license.License
Serve UUID.
getSessionKeyEncryptionAlgorithm() - Method in interface oracle.irm.engine.content.crypto.CryptoSchema
The session key encryption algorithm name extracted from the encryption transformation.
getSessionKeyEncryptionKeySize() - Method in interface oracle.irm.engine.content.crypto.CryptoSchema
The key size (in bits) for session key encryption.
getSessionKeyEncryptionKeySize() - Method in class oracle.irm.engine.types.content.crypto.CryptoSchema
The key size (in bits) for session key encryption.
getSessionKeyEncryptionTransformation() - Method in interface oracle.irm.engine.content.crypto.CryptoSchema
The session key encryption transformation.
getSessionKeyEncryptionTransformation() - Method in class oracle.irm.engine.types.content.crypto.CryptoSchema
The session key encryption transformation.
getSigningKey() - Method in interface oracle.irm.engine.content.key.NativeKeySetExtensions
Signing key.
getSigningKey() - Method in interface oracle.irm.engine.content.key.RawKeySetExtensions
Signing key.
getSigningKey() - Method in interface oracle.irm.engine.content.key.WrappedKeySetExtensions
Wrapped signing key.
getSigningKey() - Method in class oracle.irm.engine.types.content.key.RawKeySetExtensions
Signing key.
getSigningKey() - Method in class oracle.irm.engine.types.content.key.WrappedKeySetExtensions
Wrapped signing key.
getSize() - Method in interface oracle.irm.engine.content.source.Source
The file size if known.
getStart() - Method in interface oracle.irm.engine.core.time.TimeWindow
The starting time for this time window.
getStart() - Method in class oracle.irm.engine.types.core.time.TimeWindow
The starting time for this time window.
getStartTime() - Method in interface oracle.irm.engine.core.time.AbsoluteTimeSpan
Start time for the time span.
getStartTime() - Method in interface oracle.irm.engine.core.time.RelativeTimeSpan
Start time for the time span.
getStartTime(Classification, License) - Method in interface oracle.irm.engine.core.time.TimeSpan
Get the absolute start time of this time span.
getStartTime() - Method in class oracle.irm.engine.types.core.time.AbsoluteTimeSpan
Start time for the time span.
getStartTime() - Method in class oracle.irm.engine.types.core.time.RelativeTimeSpan
Start time for the time span.
getState() - Method in interface oracle.irm.engine.core.status.StatusPageResponse
The desktop state.
getState() - Method in class oracle.irm.engine.types.core.status.StatusPageResponse
The desktop state.
getStatus() - Method in interface oracle.irm.engine.core.status.StatusPageResponse
The status.
getStatus() - Method in interface oracle.irm.engine.rights.context.ContextTemplate
Template status.
getStatus() - Method in interface oracle.irm.engine.rights.journal.ContextJournalEntry
The status of the action.
getStatus() - Method in class oracle.irm.engine.types.core.status.StatusPageResponse
The status.
getStatus() - Method in class oracle.irm.engine.types.rights.context.ContextTemplate
Template status.
getStatus() - Method in class oracle.irm.engine.types.rights.journal.ContextJournalEntry
The status of the action.
getStatusLabel(Locale, StatusPageRequest.StatusPage, DesktopState) - Method in interface oracle.irm.engine.core.status.StatusPageOperations
Get a caption and description for a status page.
getStatusLabel(Locale, StatusPageRequest.StatusPage, DesktopState) - Static method in class oracle.irm.engine.core.status.StatusPageOperationsInstance
Get a caption and description for a status page.
getStatusPageContentType(DesktopState) - Method in interface oracle.irm.engine.core.status.StatusPageOperations
Gets the appropriate content type from the desktop state.
getStatusPageContentType(DesktopState) - Static method in class oracle.irm.engine.core.status.StatusPageOperationsInstance
Gets the appropriate content type from the desktop state.
getStatusPageFromQuery(String) - Method in interface oracle.irm.engine.core.status.StatusPageOperations
Extract the status page from a query.
getStatusPageFromQuery(String) - Static method in class oracle.irm.engine.core.status.StatusPageOperationsInstance
Extract the status page from a query.
getStatusPageInformation(Locale, StatusPageRequest.StatusPage, DesktopState) - Method in interface oracle.irm.engine.core.status.StatusPageOperations
Obtain status page information.
getStatusPageInformation(Locale, StatusPageRequest.StatusPage, DesktopState) - Static method in class oracle.irm.engine.core.status.StatusPageOperationsInstance
Obtain status page information.
getStatusPageLinks(Locale, StatusPageRequest.StatusPage, DesktopState) - Method in interface oracle.irm.engine.core.status.StatusPageOperations
Get status page links.
getStatusPageLinks(Locale, StatusPageRequest.StatusPage, DesktopState) - Static method in class oracle.irm.engine.core.status.StatusPageOperationsInstance
Get status page links.
getStatusPageResponse(String, DesktopState) - Method in interface oracle.irm.engine.core.status.StatusPageOperations
Obtain a status page response.
getStatusPageResponse(String, DesktopState) - Static method in class oracle.irm.engine.core.status.StatusPageOperationsInstance
Obtain a status page response.
getStatusPageURI(URI, StatusPageRequest.StatusPage) - Method in interface oracle.irm.engine.core.status.StatusPageOperations
Get the full URI for a status page.
getStatusPageURI(URI, StatusPageRequest.StatusPage) - Static method in class oracle.irm.engine.core.status.StatusPageOperationsInstance
Get the full URI for a status page.
getStopTime() - Method in interface oracle.irm.engine.core.time.AbsoluteTimeSpan
Stop time for the time span.
getStopTime() - Method in interface oracle.irm.engine.core.time.RelativeTimeSpan
Stop time for the time span.
getStopTime(Classification, License) - Method in interface oracle.irm.engine.core.time.TimeSpan
Get the absolute stop time of this time span.
getStopTime() - Method in class oracle.irm.engine.types.core.time.AbsoluteTimeSpan
Stop time for the time span.
getStopTime() - Method in class oracle.irm.engine.types.core.time.RelativeTimeSpan
Stop time for the time span.
getStorage() - Method in interface oracle.irm.engine.core.license.LicenseCriteria
Storage specifier.
getStorage() - Method in interface oracle.irm.engine.rights.context.DocumentRole
Storage specifier.
getStorage() - Method in class oracle.irm.engine.types.core.license.LicenseCriteria
Storage specifier.
getStorage() - Method in class oracle.irm.engine.types.rights.context.DocumentRole
Storage specifier.
getSystem() - Method in interface oracle.irm.engine.core.classification.Classification
The classification system.
getSystem() - Method in interface oracle.irm.engine.core.classification.ClassificationFilter
The classification system.
getSystem() - Method in exception oracle.irm.engine.core.classification.UnknownClassificationException
Classification system.
getSystem() - Method in exception oracle.irm.engine.core.classification.UnsupportedClassificationSystemException
The unknown classification system.
getSystem() - Method in interface oracle.irm.engine.core.status.StatusPageInformation
System label.
getSystem() - Method in class oracle.irm.engine.types.core.classification.Classification
The classification system.
getSystem() - Method in class oracle.irm.engine.types.core.classification.ClassificationFilter
The classification system.
getSystem() - Method in class oracle.irm.engine.types.core.classification.UnknownClassificationException
Classification system.
getSystem() - Method in class oracle.irm.engine.types.core.classification.UnsupportedClassificationSystemException
The unknown classification system.
getSystem() - Method in class oracle.irm.engine.types.core.status.StatusPageInformation
System label.
getTarget() - Method in exception oracle.irm.engine.core.status.StatusPageRedirectException
The target of the redirection.
getTarget() - Method in class oracle.irm.engine.types.core.status.StatusPageRedirectException
The target of the redirection.
getTemplate() - Method in interface oracle.irm.engine.rights.context.ContextInstance
The context template.
getTemplate() - Method in exception oracle.irm.engine.rights.context.InvalidDocumentRoleException
The context template.
getTemplate() - Method in class oracle.irm.engine.types.rights.context.ContextInstance
The context template.
getTemplate() - Method in class oracle.irm.engine.types.rights.context.InvalidDocumentRoleException
The context template.
getTime() - Method in interface oracle.irm.engine.classifications.item.ItemCode
The item code time stamp.
getTime() - Method in interface oracle.irm.engine.rights.journal.ContextJournalEntry
The time of the action.
getTime() - Method in class oracle.irm.engine.types.classifications.item.ItemCode
The item code time stamp.
getTime() - Method in class oracle.irm.engine.types.rights.journal.ContextJournalEntry
The time of the action.
getTimeBase() - Method in interface oracle.irm.engine.core.time.RelativeTimeSpan
The relative time base.
getTimeBase() - Method in class oracle.irm.engine.types.core.time.RelativeTimeSpan
The relative time base.
getTimeConstraints(DocumentRole) - Method in interface oracle.irm.engine.rights.context.DocumentRoleOperations
Get the time constraints set on a document role.
getTimeConstraints(DocumentRole) - Static method in class oracle.irm.engine.rights.context.DocumentRoleOperationsInstance
Get the time constraints set on a document role.
getTimeRangeByInterval(Date, TimeRange.Direction, TimeRange.Interval, int) - Method in interface oracle.irm.engine.core.time.TimeOperations
Create a time range using a time interval.
getTimeRangeByInterval(Date, TimeRange.Direction, TimeRange.Interval, int) - Static method in class oracle.irm.engine.core.time.TimeOperationsInstance
Create a time range using a time interval.
getTimeSpans() - Method in interface oracle.irm.engine.core.license.LicenseCriteria
Time constraints.
getTimeSpans() - Method in interface oracle.irm.engine.rights.context.DocumentRole
Time constraints.
getTimeSpans() - Method in class oracle.irm.engine.types.core.license.LicenseCriteria
Time constraints.
getTimeSpans() - Method in class oracle.irm.engine.types.rights.context.DocumentRole
Time constraints.
getTimeStamp() - Method in interface oracle.irm.engine.core.desktop.Desktop
The desktop time stamp.
getTimeStamp() - Method in class oracle.irm.engine.types.core.desktop.Desktop
The desktop time stamp.
getTrustedContexts() - Method in interface oracle.irm.engine.rights.context.ContextInstance
Trusted contexts.
getTrustedContexts() - Method in class oracle.irm.engine.types.rights.context.ContextInstance
Trusted contexts.
getType() - Method in interface oracle.irm.engine.classifications.item.ItemConstraints
The type of constraint.
getType() - Method in interface oracle.irm.engine.content.store.KeyStoreSettings
The key store type.
getType() - Method in interface oracle.irm.engine.core.account.Account
The type of account.
getType() - Method in class oracle.irm.engine.types.classifications.item.ItemConstraints
The type of constraint.
getType() - Method in class oracle.irm.engine.types.content.store.KeyStoreSettings
The key store type.
getType() - Method in class oracle.irm.engine.types.core.account.Account
The type of account.
getUnits() - Method in interface oracle.irm.engine.core.time.TimePeriod
Time units.
getUnits() - Method in class oracle.irm.engine.types.core.time.TimePeriod
Time units.
getUnknownLabel(Locale) - Method in interface oracle.irm.engine.core.general.LabelOperations
Get the unknown label.
getUnknownLabel(Locale) - Static method in class oracle.irm.engine.core.general.LabelOperationsInstance
Get the unknown label.
getUnsealedSize() - Method in interface oracle.irm.engine.content.sealing.ContentDescription
The size of the original unsealed file.
getUnsealedSize() - Method in class oracle.irm.engine.types.content.sealing.ContentDescription
The size of the original unsealed file.
getUri() - Method in interface oracle.irm.engine.core.classification.Classification
Desktop URI.
getUri() - Method in interface oracle.irm.engine.core.classification.ClassificationFilter
Server URI.
getUri() - Method in interface oracle.irm.engine.core.general.HyperLink
The hyper-link URI.
getUri() - Method in interface oracle.irm.engine.core.status.StatusPageRedirectTarget
The redirection URI.
getUri() - Method in interface oracle.irm.engine.core.status.StatusPageRequest
Status page URI.
getUri() - Method in interface oracle.irm.engine.rights.journal.ContextJournalEntry
The source of the content.
getUri() - Method in class oracle.irm.engine.types.core.classification.Classification
Desktop URI.
getUri() - Method in class oracle.irm.engine.types.core.classification.ClassificationFilter
Server URI.
getUri() - Method in class oracle.irm.engine.types.core.general.HyperLink
The hyper-link URI.
getUri() - Method in class oracle.irm.engine.types.core.status.StatusPageRedirectTarget
The redirection URI.
getUri() - Method in class oracle.irm.engine.types.core.status.StatusPageRequest
Status page URI.
getUri() - Method in class oracle.irm.engine.types.rights.journal.ContextJournalEntry
The source of the content.
getUrl() - Method in interface oracle.irm.engine.content.source.URLSource
The URL to the content.
getUrl() - Method in class oracle.irm.engine.types.content.source.URLSource
The URL to the content.
getUse() - Method in interface oracle.irm.engine.core.feature.Feature
How this feature is obtained.
getUse() - Method in interface oracle.irm.engine.core.license.LicenseCriteria
License use.
getUse() - Method in class oracle.irm.engine.types.core.feature.Feature
How this feature is obtained.
getUse() - Method in class oracle.irm.engine.types.core.license.LicenseCriteria
License use.
getUseFips() - Method in interface oracle.irm.engine.content.crypto.CryptoSchema
If true, only FIPS-approved cryptography implementations should be used.
getUseFips() - Method in class oracle.irm.engine.types.content.crypto.CryptoSchema
If true, only FIPS-approved cryptography implementations should be used.
getUuid() - Method in interface oracle.irm.engine.classifications.context.Context
Context UUID.
getUuid() - Method in exception oracle.irm.engine.classifications.context.UnknownContextException
The unknown context UUID.
getUuid() - Method in interface oracle.irm.engine.content.key.KeySet
Key UUID.
getUuid() - Method in exception oracle.irm.engine.content.key.KeySetAlreadyExistsException
The key set UUID that already exists.
getUuid() - Method in exception oracle.irm.engine.content.key.UnknownKeySetException
The unknown key set's UUID.
getUuid() - Method in interface oracle.irm.engine.content.sealing.CustomData
Custom data UUID This UUID value should uniquely identify the type of custom data provided.
getUuid() - Method in interface oracle.irm.engine.core.account.Account
The user or group UUID.
getUuid() - Method in exception oracle.irm.engine.core.account.UnknownAccountException
The user or group identifier that is unknown.
getUuid() - Method in interface oracle.irm.engine.core.classification.ClassificationSystem
A globally unique id for the classification system.
getUuid() - Method in interface oracle.irm.engine.core.desktop.Desktop
The globally unique desktop UUID.
getUuid() - Method in interface oracle.irm.engine.core.device.Device
The globally unique device UUID.
getUuid() - Method in interface oracle.irm.engine.core.license.License
An unique identity for a license.
getUuid() - Method in exception oracle.irm.engine.rights.context.ContextInstanceAlreadyExistsException
The UUID of the context instance that already exists.
getUuid() - Method in interface oracle.irm.engine.rights.context.ContextTemplate
An UUID for the template.
getUuid() - Method in interface oracle.irm.engine.rights.context.DocumentRight
Globally unique right Id.
getUuid() - Method in interface oracle.irm.engine.rights.context.DocumentRole
Role UUID.
getUuid() - Method in interface oracle.irm.engine.rights.context.Domain
The UUID of the domain.
getUuid() - Method in exception oracle.irm.engine.rights.context.UnknownContextTemplateException
The template UUID.
getUuid() - Method in exception oracle.irm.engine.rights.context.UnknownDocumentRightException
The right UUID.
getUuid() - Method in exception oracle.irm.engine.rights.context.UnknownDocumentRoleException
The document role UUID.
getUuid() - Method in exception oracle.irm.engine.rights.context.UnknownDomainException
The unknown domain UUID.
getUuid() - Method in interface oracle.irm.engine.rights.journal.ContextJournalEntry
The context journal entry UUID.
getUuid() - Method in class oracle.irm.engine.types.classifications.context.Context
Context UUID.
getUuid() - Method in class oracle.irm.engine.types.classifications.context.ContextRef
Context UUID.
getUuid() - Method in class oracle.irm.engine.types.classifications.context.UnknownContextException
The unknown context UUID.
getUuid() - Method in class oracle.irm.engine.types.content.key.KeySet
Key UUID.
getUuid() - Method in class oracle.irm.engine.types.content.key.KeySetAlreadyExistsException
The key set UUID that already exists.
getUuid() - Method in class oracle.irm.engine.types.content.key.KeySetRef
Key UUID.
getUuid() - Method in class oracle.irm.engine.types.content.key.UnknownKeySetException
The unknown key set's UUID.
getUuid() - Method in class oracle.irm.engine.types.content.sealing.CustomData
Custom data UUID This UUID value should uniquely identify the type of custom data provided.
getUuid() - Method in class oracle.irm.engine.types.core.account.Account
The user or group UUID.
getUuid() - Method in class oracle.irm.engine.types.core.account.AccountRef
The user or group UUID.
getUuid() - Method in class oracle.irm.engine.types.core.account.UnknownAccountException
The user or group identifier that is unknown.
getUuid() - Method in class oracle.irm.engine.types.core.classification.ClassificationSystem
A globally unique id for the classification system.
getUuid() - Method in class oracle.irm.engine.types.core.classification.ClassificationSystemRef
A globally unique id for the classification system.
getUuid() - Method in class oracle.irm.engine.types.core.desktop.Desktop
The globally unique desktop UUID.
getUuid() - Method in class oracle.irm.engine.types.core.device.Device
The globally unique device UUID.
getUuid() - Method in class oracle.irm.engine.types.core.license.License
An unique identity for a license.
getUuid() - Method in class oracle.irm.engine.types.rights.context.ContextInstanceAlreadyExistsException
The UUID of the context instance that already exists.
getUuid() - Method in class oracle.irm.engine.types.rights.context.ContextTemplate
An UUID for the template.
getUuid() - Method in class oracle.irm.engine.types.rights.context.ContextTemplateRef
An UUID for the template.
getUuid() - Method in class oracle.irm.engine.types.rights.context.DocumentRight
Globally unique right Id.
getUuid() - Method in class oracle.irm.engine.types.rights.context.DocumentRightRef
Globally unique right Id.
getUuid() - Method in class oracle.irm.engine.types.rights.context.DocumentRole
Role UUID.
getUuid() - Method in class oracle.irm.engine.types.rights.context.DocumentRoleRef
Role UUID.
getUuid() - Method in class oracle.irm.engine.types.rights.context.Domain
The UUID of the domain.
getUuid() - Method in class oracle.irm.engine.types.rights.context.DomainRef
The UUID of the domain.
getUuid() - Method in class oracle.irm.engine.types.rights.context.UnknownContextTemplateException
The template UUID.
getUuid() - Method in class oracle.irm.engine.types.rights.context.UnknownDocumentRightException
The right UUID.
getUuid() - Method in class oracle.irm.engine.types.rights.context.UnknownDocumentRoleException
The document role UUID.
getUuid() - Method in class oracle.irm.engine.types.rights.context.UnknownDomainException
The unknown domain UUID.
getUuid() - Method in class oracle.irm.engine.types.rights.journal.ContextJournalEntry
The context journal entry UUID.
getValue() - Method in interface oracle.irm.engine.classifications.item.ItemCode
The item code value.
getValue() - Method in exception oracle.irm.engine.content.type.UnsupportedContentTypeException
The unknown thing.
getValue() - Method in interface oracle.irm.engine.core.general.XPathExpression
The XPath expression value.
getValue() - Method in interface oracle.irm.engine.rights.journal.ContextJournalSorting
Sort property value.
getValue() - Method in exception oracle.irm.engine.system.general.IllegalArgumentLengthException
The invalid value.
getValue() - Method in exception oracle.irm.engine.system.general.IllegalPropertyLengthException
The invalid value.
getValue() - Method in exception oracle.irm.engine.system.general.UnsupportedEnumValueException
The unsupported enumeration value.
getValue() - Method in class oracle.irm.engine.types.classifications.item.ItemCode
The item code value.
getValue() - Method in class oracle.irm.engine.types.content.type.UnsupportedContentTypeException
The unknown thing.
getValue() - Method in class oracle.irm.engine.types.core.general.XPathExpression
The XPath expression value.
getValue() - Method in class oracle.irm.engine.types.rights.journal.ContextJournalSorting
Sort property value.
getValue() - Method in class oracle.irm.engine.types.system.general.IllegalArgumentLengthException
The invalid value.
getValue() - Method in class oracle.irm.engine.types.system.general.IllegalPropertyLengthException
The invalid value.
getValue() - Method in class oracle.irm.engine.types.system.general.UnsupportedEnumValueException
The unsupported enumeration value.
getVersion() - Method in interface oracle.irm.engine.content.schema.SchemaVersion
Version string.
getVersion() - Method in interface oracle.irm.engine.core.desktop.Desktop
The desktop product version.
getVersion() - Method in interface oracle.irm.engine.core.general.ProductVersion
The version string.
getVersion() - Method in class oracle.irm.engine.types.content.schema.SchemaVersion
Version string.
getVersion() - Method in class oracle.irm.engine.types.core.desktop.Desktop
The desktop product version.
getVersion() - Method in class oracle.irm.engine.types.core.general.ProductVersion
The version string.
getVisibility() - Method in interface oracle.irm.engine.rights.context.ContextInstance
Context visibility.
getVisibility() - Method in class oracle.irm.engine.types.rights.context.ContextInstance
Context visibility.
getWrappingKeySize() - Method in exception oracle.irm.engine.content.key.IllegalWrappingKeySizeException
The size in bits of the wrapping key.
getWrappingKeySize() - Method in class oracle.irm.engine.types.content.key.IllegalWrappingKeySizeException
The size in bits of the wrapping key.
GroupNotSupportedException - Exception in oracle.irm.engine.core.account
Group accounts are not supported.
GroupNotSupportedException(Account) - Constructor for exception oracle.irm.engine.core.account.GroupNotSupportedException
Constructor.
GroupNotSupportedException(Account, Throwable) - Constructor for exception oracle.irm.engine.core.account.GroupNotSupportedException
Constructor.
GroupNotSupportedException - Class in oracle.irm.engine.types.core.account
Group Not Supported exception information.
GroupNotSupportedException() - Constructor for class oracle.irm.engine.types.core.account.GroupNotSupportedException
Default constructor.
GroupNotSupportedException(Account) - Constructor for class oracle.irm.engine.types.core.account.GroupNotSupportedException
Constructor.

H

hasPrimaryFeature(Collection<Feature>) - Method in interface oracle.irm.engine.core.feature.FeatureOperations
Check a collection of features has at least one primary feature.
hasPrimaryFeature(Collection<Feature>) - Static method in class oracle.irm.engine.core.feature.FeatureOperationsInstance
Check a collection of features has at least one primary feature.
hasRecordedFeature(Collection<Feature>) - Method in interface oracle.irm.engine.core.feature.FeatureOperations
Check whether a collection of features includes recorded feature.
hasRecordedFeature(Collection<Feature>) - Static method in class oracle.irm.engine.core.feature.FeatureOperationsInstance
Check whether a collection of features includes recorded feature.
HyperLink - Interface in oracle.irm.engine.core.general
A hyper-link.
HyperLink - Class in oracle.irm.engine.types.core.general
Hyper Link type.
HyperLink() - Constructor for class oracle.irm.engine.types.core.general.HyperLink
No argument constructor.
HyperLink(Label, URI) - Constructor for class oracle.irm.engine.types.core.general.HyperLink
Constructor.
HyperLinkCollectionFactory - Class in oracle.irm.engine.core.general
Hyper Link collection factory and utilities.
HyperLinkFactory - Class in oracle.irm.engine.core.general
Hyper Link factory.
hyperLinksAsSet(Collection<HyperLink>) - Static method in class oracle.irm.engine.core.general.HyperLinkCollectionFactory
Create a set of Hyper Link elements from a collection.

I

IllegalArgumentLengthException - Exception in oracle.irm.engine.system.general
An invalid value has been passed as a method argument.
IllegalArgumentLengthException(String, String, Object, int, int) - Constructor for exception oracle.irm.engine.system.general.IllegalArgumentLengthException
Constructor.
IllegalArgumentLengthException(String, String, Object, int, int, Throwable) - Constructor for exception oracle.irm.engine.system.general.IllegalArgumentLengthException
Constructor.
IllegalArgumentLengthException - Class in oracle.irm.engine.types.system.general
Illegal Argument Length exception information.
IllegalArgumentLengthException() - Constructor for class oracle.irm.engine.types.system.general.IllegalArgumentLengthException
Default constructor.
IllegalArgumentLengthException(String, String, Object, int, int) - Constructor for class oracle.irm.engine.types.system.general.IllegalArgumentLengthException
Constructor.
IllegalArgumentValueException - Exception in oracle.irm.engine.system.general
Illegal argument value passed into a method.
IllegalArgumentValueException(String, String) - Constructor for exception oracle.irm.engine.system.general.IllegalArgumentValueException
Constructor.
IllegalArgumentValueException(String, String, Throwable) - Constructor for exception oracle.irm.engine.system.general.IllegalArgumentValueException
Constructor.
IllegalArgumentValueException - Class in oracle.irm.engine.types.system.general
Illegal Argument Value exception information.
IllegalArgumentValueException() - Constructor for class oracle.irm.engine.types.system.general.IllegalArgumentValueException
Default constructor.
IllegalArgumentValueException(String, String) - Constructor for class oracle.irm.engine.types.system.general.IllegalArgumentValueException
Constructor.
IllegalEncryptedContentBlockSizeException - Exception in oracle.irm.engine.content.sealing
Illegal encrypted content block size.
IllegalEncryptedContentBlockSizeException(int, int) - Constructor for exception oracle.irm.engine.content.sealing.IllegalEncryptedContentBlockSizeException
Constructor.
IllegalEncryptedContentBlockSizeException(int, int, Throwable) - Constructor for exception oracle.irm.engine.content.sealing.IllegalEncryptedContentBlockSizeException
Constructor.
IllegalEncryptedContentBlockSizeException - Class in oracle.irm.engine.types.content.sealing
Illegal Encrypted Content Block Size exception information.
IllegalEncryptedContentBlockSizeException() - Constructor for class oracle.irm.engine.types.content.sealing.IllegalEncryptedContentBlockSizeException
Default constructor.
IllegalEncryptedContentBlockSizeException(int, int) - Constructor for class oracle.irm.engine.types.content.sealing.IllegalEncryptedContentBlockSizeException
Constructor.
IllegalEncryptedContentBlockSizeFault - Exception in oracle.irm.j2ee.jws.content.sealing
Illegal encrypted content block size.
IllegalMimeTypeException - Exception in oracle.irm.engine.content.type
MIME type is syntactically invalid.
IllegalMimeTypeException(String) - Constructor for exception oracle.irm.engine.content.type.IllegalMimeTypeException
Constructor.
IllegalMimeTypeException(String, Throwable) - Constructor for exception oracle.irm.engine.content.type.IllegalMimeTypeException
Constructor.
IllegalMimeTypeException - Class in oracle.irm.engine.types.content.type
Illegal Mime Type exception information.
IllegalMimeTypeException() - Constructor for class oracle.irm.engine.types.content.type.IllegalMimeTypeException
Default constructor.
IllegalMimeTypeException(String) - Constructor for class oracle.irm.engine.types.content.type.IllegalMimeTypeException
Constructor.
IllegalMimeTypeFault - Exception in oracle.irm.j2ee.jws.content.type
MIME type is syntactically invalid.
IllegalPropertyLengthException - Exception in oracle.irm.engine.system.general
A property value has exceeded the maximum permitted length.
IllegalPropertyLengthException(String, String, Object, int, int) - Constructor for exception oracle.irm.engine.system.general.IllegalPropertyLengthException
Constructor.
IllegalPropertyLengthException(String, String, Object, int, int, Throwable) - Constructor for exception oracle.irm.engine.system.general.IllegalPropertyLengthException
Constructor.
IllegalPropertyLengthException - Class in oracle.irm.engine.types.system.general
Illegal Property Length exception information.
IllegalPropertyLengthException() - Constructor for class oracle.irm.engine.types.system.general.IllegalPropertyLengthException
Default constructor.
IllegalPropertyLengthException(String, String, Object, int, int) - Constructor for class oracle.irm.engine.types.system.general.IllegalPropertyLengthException
Constructor.
IllegalPropertyValueException - Exception in oracle.irm.engine.system.general
An illegal property value has been specified.
IllegalPropertyValueException(String, String) - Constructor for exception oracle.irm.engine.system.general.IllegalPropertyValueException
Constructor.
IllegalPropertyValueException(String, String, Throwable) - Constructor for exception oracle.irm.engine.system.general.IllegalPropertyValueException
Constructor.
IllegalPropertyValueException - Class in oracle.irm.engine.types.system.general
Illegal Property Value exception information.
IllegalPropertyValueException() - Constructor for class oracle.irm.engine.types.system.general.IllegalPropertyValueException
Default constructor.
IllegalPropertyValueException(String, String) - Constructor for class oracle.irm.engine.types.system.general.IllegalPropertyValueException
Constructor.
IllegalWrappingKeySizeException - Exception in oracle.irm.engine.content.key
Illegal wrapping key size.
IllegalWrappingKeySizeException(int, int) - Constructor for exception oracle.irm.engine.content.key.IllegalWrappingKeySizeException
Constructor.
IllegalWrappingKeySizeException(int, int, Throwable) - Constructor for exception oracle.irm.engine.content.key.IllegalWrappingKeySizeException
Constructor.
IllegalWrappingKeySizeException - Class in oracle.irm.engine.types.content.key
Illegal Wrapping Key Size exception information.
IllegalWrappingKeySizeException() - Constructor for class oracle.irm.engine.types.content.key.IllegalWrappingKeySizeException
Default constructor.
IllegalWrappingKeySizeException(int, int) - Constructor for class oracle.irm.engine.types.content.key.IllegalWrappingKeySizeException
Constructor.
ImmutableDocumentRoleException - Exception in oracle.irm.engine.rights.context
Immutable document role.
ImmutableDocumentRoleException(DocumentRole) - Constructor for exception oracle.irm.engine.rights.context.ImmutableDocumentRoleException
Constructor.
ImmutableDocumentRoleException(DocumentRole, Throwable) - Constructor for exception oracle.irm.engine.rights.context.ImmutableDocumentRoleException
Constructor.
ImmutableDocumentRoleException - Class in oracle.irm.engine.types.rights.context
Immutable Document Role exception information.
ImmutableDocumentRoleException() - Constructor for class oracle.irm.engine.types.rights.context.ImmutableDocumentRoleException
Default constructor.
ImmutableDocumentRoleException(DocumentRoleRef) - Constructor for class oracle.irm.engine.types.rights.context.ImmutableDocumentRoleException
Constructor.
ImmutableDocumentRoleFault - Exception in oracle.irm.j2ee.jws.rights.context
Immutable document role.
ImmutablePropertyException - Exception in oracle.irm.engine.system.general
Immutable property.
ImmutablePropertyException(String, String) - Constructor for exception oracle.irm.engine.system.general.ImmutablePropertyException
Constructor.
ImmutablePropertyException(String, String, Throwable) - Constructor for exception oracle.irm.engine.system.general.ImmutablePropertyException
Constructor.
ImmutablePropertyException - Class in oracle.irm.engine.types.system.general
Immutable Property exception information.
ImmutablePropertyException() - Constructor for class oracle.irm.engine.types.system.general.ImmutablePropertyException
Default constructor.
ImmutablePropertyException(String, String) - Constructor for class oracle.irm.engine.types.system.general.ImmutablePropertyException
Constructor.
InactiveContextTemplateException - Exception in oracle.irm.engine.rights.context
The context template is inactive.
InactiveContextTemplateException(ContextTemplate) - Constructor for exception oracle.irm.engine.rights.context.InactiveContextTemplateException
Constructor.
InactiveContextTemplateException(ContextTemplate, Throwable) - Constructor for exception oracle.irm.engine.rights.context.InactiveContextTemplateException
Constructor.
InactiveContextTemplateException - Class in oracle.irm.engine.types.rights.context
Inactive Context Template exception information.
InactiveContextTemplateException() - Constructor for class oracle.irm.engine.types.rights.context.InactiveContextTemplateException
Default constructor.
InactiveContextTemplateException(ContextTemplateRef) - Constructor for class oracle.irm.engine.types.rights.context.InactiveContextTemplateException
Constructor.
InactiveContextTemplateFault - Exception in oracle.irm.j2ee.jws.rights.context
The context template is inactive.
insertStateIntoBody(DesktopState, OutputStream) - Method in interface oracle.irm.engine.core.status.StatusPageOperations
Create the response body for a status page.
insertStateIntoBody(DesktopState, OutputStream) - Static method in class oracle.irm.engine.core.status.StatusPageOperationsInstance
Create the response body for a status page.
installDomain() - Method in interface oracle.irm.engine.rights.context.DomainOperations
Create a new domain with the standard set of roles and templates.
installDomain() - Static method in class oracle.irm.engine.rights.context.DomainOperationsInstance
Create a new domain with the standard set of roles and templates.
installStandardSystem(Domain) - Method in interface oracle.irm.engine.rights.context.DomainOperations
Install the standard set of roles and templates.
installStandardSystem(Domain) - Static method in class oracle.irm.engine.rights.context.DomainOperationsInstance
Install the standard set of roles and templates.
InternalException - Exception in oracle.irm.engine.system.general
Internal exception.
InternalException() - Constructor for exception oracle.irm.engine.system.general.InternalException
Constructor.
InternalException(Throwable) - Constructor for exception oracle.irm.engine.system.general.InternalException
Constructor.
InternalException - Class in oracle.irm.engine.types.system.general
Internal exception information.
InternalException() - Constructor for class oracle.irm.engine.types.system.general.InternalException
Default constructor.
InvalidDocumentRoleException - Exception in oracle.irm.engine.rights.context
Invalid document role.
InvalidDocumentRoleException(DocumentRole, ContextTemplate) - Constructor for exception oracle.irm.engine.rights.context.InvalidDocumentRoleException
Constructor.
InvalidDocumentRoleException(DocumentRole, ContextTemplate, Throwable) - Constructor for exception oracle.irm.engine.rights.context.InvalidDocumentRoleException
Constructor.
InvalidDocumentRoleException - Class in oracle.irm.engine.types.rights.context
Invalid Document Role exception information.
InvalidDocumentRoleException() - Constructor for class oracle.irm.engine.types.rights.context.InvalidDocumentRoleException
Default constructor.
InvalidDocumentRoleException(DocumentRoleRef, ContextTemplateRef) - Constructor for class oracle.irm.engine.types.rights.context.InvalidDocumentRoleException
Constructor.
InvalidDocumentRoleFault - Exception in oracle.irm.j2ee.jws.rights.context
Invalid document role.
InvalidFeaturesException - Exception in oracle.irm.engine.rights.context
Invalid features.
InvalidFeaturesException(DocumentRole) - Constructor for exception oracle.irm.engine.rights.context.InvalidFeaturesException
Constructor.
InvalidFeaturesException(DocumentRole, Throwable) - Constructor for exception oracle.irm.engine.rights.context.InvalidFeaturesException
Constructor.
InvalidFeaturesException - Class in oracle.irm.engine.types.rights.context
Invalid Features exception information.
InvalidFeaturesException() - Constructor for class oracle.irm.engine.types.rights.context.InvalidFeaturesException
Default constructor.
InvalidFeaturesException(DocumentRoleRef) - Constructor for class oracle.irm.engine.types.rights.context.InvalidFeaturesException
Constructor.
InvalidFeaturesFault - Exception in oracle.irm.j2ee.jws.rights.context
Invalid features.
InvalidTimePeriodException - Exception in oracle.irm.engine.rights.context
Invalid time period.
InvalidTimePeriodException(DocumentRole) - Constructor for exception oracle.irm.engine.rights.context.InvalidTimePeriodException
Constructor.
InvalidTimePeriodException(DocumentRole, Throwable) - Constructor for exception oracle.irm.engine.rights.context.InvalidTimePeriodException
Constructor.
InvalidTimePeriodException - Class in oracle.irm.engine.types.rights.context
Invalid Time Period exception information.
InvalidTimePeriodException() - Constructor for class oracle.irm.engine.types.rights.context.InvalidTimePeriodException
Default constructor.
InvalidTimePeriodException(DocumentRoleRef) - Constructor for class oracle.irm.engine.types.rights.context.InvalidTimePeriodException
Constructor.
InvalidTimePeriodFault - Exception in oracle.irm.j2ee.jws.rights.context
Invalid time period.
isAfter(TimeSpan, Date, Classification, License) - Method in interface oracle.irm.engine.core.time.TimeSpanCheck
Check to see if a time is after the time span ends.
isAfter(TimeSpan, Date, Classification, License) - Static method in class oracle.irm.engine.core.time.TimeSpanCheckInstance
Check to see if a time is after the time span ends.
isApplicable(Classification) - Method in interface oracle.irm.engine.core.classification.ClassificationFilter
Check to see if a classification is applicable for this filter.
isBefore(TimeSpan, Date, Classification, License) - Method in interface oracle.irm.engine.core.time.TimeSpanCheck
Check to see if a time is before the time span starts.
isBefore(TimeSpan, Date, Classification, License) - Static method in class oracle.irm.engine.core.time.TimeSpanCheckInstance
Check to see if a time is before the time span starts.
isPrimaryFeature(Feature) - Method in interface oracle.irm.engine.core.feature.FeatureOperations
Check whether a feature is a primary feature.
isPrimaryFeature(Feature) - Static method in class oracle.irm.engine.core.feature.FeatureOperationsInstance
Check whether a feature is a primary feature.
isSealableFile(String) - Method in interface oracle.irm.engine.content.type.ContentTypeOperations
Determines if a file can be sealed, given a path to the file.
isSealableFile(String) - Static method in class oracle.irm.engine.content.type.ContentTypeOperationsInstance
Determines if a file can be sealed, given a path to the file.
isSealableFile(String) - Method in interface oracle.irm.j2ee.jws.content.type.ContentTypeOperationsEndpoint
Determines if a file can be sealed, given a path to the file.
isSealableMimeType(String) - Method in interface oracle.irm.engine.content.type.ContentTypeOperations
Determine if content for a specified MIME type can be sealed.
isSealableMimeType(String) - Static method in class oracle.irm.engine.content.type.ContentTypeOperationsInstance
Determine if content for a specified MIME type can be sealed.
isSealableMimeType(String) - Method in interface oracle.irm.j2ee.jws.content.type.ContentTypeOperationsEndpoint
Determine if content for a specified MIME type can be sealed.
isSealedFile(String) - Method in interface oracle.irm.engine.content.type.ContentTypeOperations
Determines if a file is sealed, given a path to the file.
isSealedFile(String) - Static method in class oracle.irm.engine.content.type.ContentTypeOperationsInstance
Determines if a file is sealed, given a path to the file.
isSealedFile(String) - Method in interface oracle.irm.j2ee.jws.content.type.ContentTypeOperationsEndpoint
Determines if a file is sealed, given a path to the file.
isSealedMimeType(String) - Method in interface oracle.irm.engine.content.type.ContentTypeOperations
Determine if a specified MIME type describes sealed content.
isSealedMimeType(String) - Static method in class oracle.irm.engine.content.type.ContentTypeOperationsInstance
Determine if a specified MIME type describes sealed content.
isSealedMimeType(String) - Method in interface oracle.irm.j2ee.jws.content.type.ContentTypeOperationsEndpoint
Determine if a specified MIME type describes sealed content.
isTimeWindowOverlapping(TimeWindow, Collection<TimeWindow>) - Method in interface oracle.irm.engine.core.time.TimeOperations
Check whether a time window overlaps other time windows.
isTimeWindowOverlapping(TimeWindow, Collection<TimeWindow>) - Static method in class oracle.irm.engine.core.time.TimeOperationsInstance
Check whether a time window overlaps other time windows.
isWithin(TimeSpan, Date, Classification, License) - Method in interface oracle.irm.engine.core.time.TimeSpanCheck
Check to see if a time is within the time span.
isWithin(TimeSpan, Date, Classification, License) - Static method in class oracle.irm.engine.core.time.TimeSpanCheckInstance
Check to see if a time is within the time span.
ItemCode - Interface in oracle.irm.engine.classifications.item
Sealed content identifier.
ItemCode - Class in oracle.irm.engine.types.classifications.item
Item Code type.
ItemCode() - Constructor for class oracle.irm.engine.types.classifications.item.ItemCode
No argument constructor.
ItemCode(String, Date) - Constructor for class oracle.irm.engine.types.classifications.item.ItemCode
Constructor.
ItemCodeCollectionFactory - Class in oracle.irm.engine.classifications.item
Item Code collection factory and utilities.
ItemCodeFactory - Class in oracle.irm.engine.classifications.item
Item Code factory.
itemCodesAsSet(Collection<ItemCode>) - Static method in class oracle.irm.engine.classifications.item.ItemCodeCollectionFactory
Create a set of Item Code elements from a collection.
ItemConstraints - Interface in oracle.irm.engine.classifications.item
Item constraints.
ItemConstraints - Class in oracle.irm.engine.types.classifications.item
Item Constraints type.
ItemConstraints() - Constructor for class oracle.irm.engine.types.classifications.item.ItemConstraints
No argument constructor.
ItemConstraints(ItemCode[], ItemConstraints.Type) - Constructor for class oracle.irm.engine.types.classifications.item.ItemConstraints
Constructor.
ItemConstraints.Type - Enum in oracle.irm.engine.classifications.item
Type of item constraint.
ItemConstraints.Type - Enum in oracle.irm.engine.types.classifications.item
Type enumeration.
ItemConstraintsFactory - Class in oracle.irm.engine.classifications.item
Item Constraints factory.

K

KeySet - Interface in oracle.irm.engine.content.key
A set of cryptography keys used in the sealing and unsealing process.
KeySet - Class in oracle.irm.engine.types.content.key
Key Set type.
KeySet() - Constructor for class oracle.irm.engine.types.content.key.KeySet
No argument constructor.
KeySet(UUID, CryptoSchemaRef, Date, KeySetExtensions) - Constructor for class oracle.irm.engine.types.content.key.KeySet
Constructor.
KeySetAlreadyExistsException - Exception in oracle.irm.engine.content.key
The key set already exists.
KeySetAlreadyExistsException(UUID) - Constructor for exception oracle.irm.engine.content.key.KeySetAlreadyExistsException
Constructor.
KeySetAlreadyExistsException(UUID, Throwable) - Constructor for exception oracle.irm.engine.content.key.KeySetAlreadyExistsException
Constructor.
KeySetAlreadyExistsException - Class in oracle.irm.engine.types.content.key
Key Set Already Exists exception information.
KeySetAlreadyExistsException() - Constructor for class oracle.irm.engine.types.content.key.KeySetAlreadyExistsException
Default constructor.
KeySetAlreadyExistsException(UUID) - Constructor for class oracle.irm.engine.types.content.key.KeySetAlreadyExistsException
Constructor.
KeySetCollectionFactory - Class in oracle.irm.engine.content.key
Key Set collection factory and utilities.
KeySetExtensions - Interface in oracle.irm.engine.content.key
Key set extensions.
KeySetExtensions - Class in oracle.irm.engine.types.content.key
Key Set Extensions type.
KeySetExtensions() - Constructor for class oracle.irm.engine.types.content.key.KeySetExtensions
No argument constructor.
KeySetFactory - Class in oracle.irm.engine.content.key
Key Set factory.
KeySetRef - Class in oracle.irm.engine.types.content.key
Key Set reference.
KeySetRef() - Constructor for class oracle.irm.engine.types.content.key.KeySetRef
No argument constructor.
KeySetRef(UUID) - Constructor for class oracle.irm.engine.types.content.key.KeySetRef
Constructor.
keySetsAsMap(Collection<KeySet>) - Static method in class oracle.irm.engine.content.key.KeySetCollectionFactory
Create a map keyed on Uuid from a collection of Key Set elements.
keySetsAsSet(Collection<KeySet>) - Static method in class oracle.irm.engine.content.key.KeySetCollectionFactory
Create a set of Key Set elements from a collection.
KeySettings - Interface in oracle.irm.engine.content.store
Cryptography key settings.
KeySettings - Class in oracle.irm.engine.types.content.store
Key Settings type.
KeySettings() - Constructor for class oracle.irm.engine.types.content.store.KeySettings
No argument constructor.
KeySettings(KeyStoreSettings, String) - Constructor for class oracle.irm.engine.types.content.store.KeySettings
Constructor.
KeySettingsFactory - Class in oracle.irm.engine.content.store
Key Settings factory.
KeyStoreAccessException - Exception in oracle.irm.engine.content.store
Key store access exception.
KeyStoreAccessException() - Constructor for exception oracle.irm.engine.content.store.KeyStoreAccessException
Constructor.
KeyStoreAccessException(Throwable) - Constructor for exception oracle.irm.engine.content.store.KeyStoreAccessException
Constructor.
KeyStoreAccessException - Class in oracle.irm.engine.types.content.store
Key Store Access exception information.
KeyStoreAccessException() - Constructor for class oracle.irm.engine.types.content.store.KeyStoreAccessException
Default constructor.
KeyStoreOperations - Interface in oracle.irm.engine.content.store
Key store related operations.
KeyStoreOperationsInstance - Class in oracle.irm.engine.content.store
Key store related operations.
KeyStoreSettings - Interface in oracle.irm.engine.content.store
Key store settings.
KeyStoreSettings - Class in oracle.irm.engine.types.content.store
Key Store Settings type.
KeyStoreSettings() - Constructor for class oracle.irm.engine.types.content.store.KeyStoreSettings
No argument constructor.
KeyStoreSettings(String, File) - Constructor for class oracle.irm.engine.types.content.store.KeyStoreSettings
Constructor.
KeyStoreSettingsFactory - Class in oracle.irm.engine.content.store
Key Store Settings factory.

L

Label - Interface in oracle.irm.engine.core.general
A label for something.
Label - Class in oracle.irm.engine.types.core.general
Label type.
Label() - Constructor for class oracle.irm.engine.types.core.general.Label
No argument constructor.
Label(Locale, String, String) - Constructor for class oracle.irm.engine.types.core.general.Label
Constructor.
LabelCollectionFactory - Class in oracle.irm.engine.core.general
Label collection factory and utilities.
LabelFactory - Class in oracle.irm.engine.core.general
Label factory.
LabelOperations - Interface in oracle.irm.engine.core.general
Operations on labels.
LabelOperationsInstance - Class in oracle.irm.engine.core.general
Operations on labels.
labelsAsMap(Collection<Label>) - Static method in class oracle.irm.engine.core.general.LabelCollectionFactory
Create a map keyed on Locale from a collection of Label elements.
labelsAsSet(Collection<Label>) - Static method in class oracle.irm.engine.core.general.LabelCollectionFactory
Create a set of Label elements from a collection.
License - Interface in oracle.irm.engine.core.license
A license.
License - Class in oracle.irm.engine.types.core.license
License type.
License() - Constructor for class oracle.irm.engine.types.core.license.License
No argument constructor.
License(UUID, LicenseCriteria, KeySetRef[], Date, Date, UUID, Date) - Constructor for class oracle.irm.engine.types.core.license.License
Constructor.
License.Availability - Enum in oracle.irm.engine.core.license
License availability status options.
License.Availability - Enum in oracle.irm.engine.types.core.license
Availability enumeration.
License.ExpiryType - Enum in oracle.irm.engine.core.license
The reason for a license expiring.
License.ExpiryType - Enum in oracle.irm.engine.types.core.license
Expiry Type enumeration.
LicenseCollectionFactory - Class in oracle.irm.engine.core.license
License collection factory and utilities.
LicenseCriteria - Interface in oracle.irm.engine.core.license
License criteria.
LicenseCriteria - Class in oracle.irm.engine.types.core.license
License Criteria type.
LicenseCriteria() - Constructor for class oracle.irm.engine.types.core.license.LicenseCriteria
No argument constructor.
LicenseCriteria(LicenseCriteria.Storage, LicenseCriteria.Delivery, LicenseCriteria.Use, Feature[], TimeSpan[], TimePeriod, ClassificationFilter, ClassificationFilter) - Constructor for class oracle.irm.engine.types.core.license.LicenseCriteria
Constructor.
LicenseCriteria.Delivery - Enum in oracle.irm.engine.core.license
How a license is delivered to the device.
LicenseCriteria.Delivery - Enum in oracle.irm.engine.types.core.license
Delivery enumeration.
LicenseCriteria.Storage - Enum in oracle.irm.engine.core.license
How a license is stored on a device.
LicenseCriteria.Storage - Enum in oracle.irm.engine.types.core.license
Storage enumeration.
LicenseCriteria.Use - Enum in oracle.irm.engine.core.license
The intended use of a license.
LicenseCriteria.Use - Enum in oracle.irm.engine.types.core.license
Use enumeration.
LicenseCriteriaFactory - Class in oracle.irm.engine.core.license
License Criteria factory.
LicenseFactory - Class in oracle.irm.engine.core.license
License factory.
LicenseIndex - Interface in oracle.irm.engine.core.license
License indexing.
LicenseIndexCasting - Class in oracle.irm.engine.core.license
Dynamic casting helper for LicenseIndex.
LicenseIndexCasting() - Constructor for class oracle.irm.engine.core.license.LicenseIndexCasting
 
LicenseInUseException - Exception in oracle.irm.engine.core.license
A license or licenses is in use on another device or devices.
LicenseInUseException(Collection<Device>) - Constructor for exception oracle.irm.engine.core.license.LicenseInUseException
Constructor.
LicenseInUseException(Collection<Device>, Throwable) - Constructor for exception oracle.irm.engine.core.license.LicenseInUseException
Constructor.
LicenseInUseException - Class in oracle.irm.engine.types.core.license
License In Use exception information.
LicenseInUseException() - Constructor for class oracle.irm.engine.types.core.license.LicenseInUseException
Default constructor.
LicenseInUseException(Device[]) - Constructor for class oracle.irm.engine.types.core.license.LicenseInUseException
Constructor.
LicenseInUseFault - Exception in oracle.irm.j2ee.jws.core.license
A license or licenses is in use on another device or devices.
licensesAsMap(Collection<License>) - Static method in class oracle.irm.engine.core.license.LicenseCollectionFactory
Create a map keyed on Uuid from a collection of License elements.
licensesAsSet(Collection<License>) - Static method in class oracle.irm.engine.core.license.LicenseCollectionFactory
Create a set of License elements from a collection.
LicenseStatus - Interface in oracle.irm.engine.core.license
License status.
LicenseStatus - Class in oracle.irm.engine.types.core.license
License Status type.
LicenseStatus() - Constructor for class oracle.irm.engine.types.core.license.LicenseStatus
No argument constructor.
LicenseStatus(License, License.Availability) - Constructor for class oracle.irm.engine.types.core.license.LicenseStatus
Constructor.
LicenseStatusCollectionFactory - Class in oracle.irm.engine.core.license
License Status collection factory and utilities.
LicenseStatusFactory - Class in oracle.irm.engine.core.license
License Status factory.
LicenseUnavailableException - Exception in oracle.irm.engine.core.license
One or more licenses is unavailable for use.
LicenseUnavailableException(Collection<LicenseStatus>) - Constructor for exception oracle.irm.engine.core.license.LicenseUnavailableException
Constructor.
LicenseUnavailableException(Collection<LicenseStatus>, Throwable) - Constructor for exception oracle.irm.engine.core.license.LicenseUnavailableException
Constructor.
LicenseUnavailableException - Class in oracle.irm.engine.types.core.license
License Unavailable exception information.
LicenseUnavailableException() - Constructor for class oracle.irm.engine.types.core.license.LicenseUnavailableException
Default constructor.
LicenseUnavailableException(LicenseStatus[]) - Constructor for class oracle.irm.engine.types.core.license.LicenseUnavailableException
Constructor.
LicenseUnavailableFault - Exception in oracle.irm.j2ee.jws.core.license
One or more licenses is unavailable for use.
listAccountDetails(Collection<Account>) - Method in interface oracle.irm.engine.core.account.AccountOperations
Retrieve the name and account type from one or more account UUID values.
listAccountDetails(Collection<Account>) - Static method in class oracle.irm.engine.core.account.AccountOperationsInstance
Retrieve the name and account type from one or more account UUID values.
listAccountDetails(Collection<Account>) - Method in interface oracle.irm.engine.rights.context.DomainOperations
Retrieve the name and account type from one or more account UUID values.
listAccountDetails(Collection<Account>) - Static method in class oracle.irm.engine.rights.context.DomainOperationsInstance
Retrieve the name and account type from one or more account UUID values.
listAccountDetails(AccountRef[]) - Method in interface oracle.irm.j2ee.jws.rights.context.DomainOperationsEndpoint
Retrieve the name and account type from one or more account UUID values.
listAccounts(PageRange) - Method in interface oracle.irm.engine.core.account.AccountOperations
Lists accounts.
listAccounts(PageRange) - Static method in class oracle.irm.engine.core.account.AccountOperationsInstance
Lists accounts.
listActiveTemplates(Domain) - Method in interface oracle.irm.engine.rights.context.ContextTemplateOperations
List active templates.
listActiveTemplates(Domain) - Static method in class oracle.irm.engine.rights.context.ContextTemplateOperationsInstance
List active templates.
listActiveTemplates(DomainRef) - Method in interface oracle.irm.j2ee.jws.rights.context.ContextTemplateOperationsEndpoint
List active templates.
listClassifications(Account) - Method in interface oracle.irm.engine.core.classification.ClassificationOperations
List classifications that an account has rights to access.
listClassifications(Account) - Static method in class oracle.irm.engine.core.classification.ClassificationOperationsInstance
List classifications that an account has rights to access.
listClassifications(URI) - Method in interface oracle.irm.engine.core.storage.DesktopServices
Lists classifications.
listClassifications(URI) - Static method in class oracle.irm.engine.core.storage.DesktopServicesInstance
Lists classifications.
listClassifications(URI) - Method in interface oracle.irm.j2ee.jws.core.storage.DesktopServicesEndpoint
Lists classifications.
listClassificationSystemPlugins() - Method in interface oracle.irm.engine.core.classification.ClassificationSystemOperations
Lists all of the classification system plugins.
listClassificationSystemPlugins() - Static method in class oracle.irm.engine.core.classification.ClassificationSystemOperationsInstance
Lists all of the classification system plugins.
listContentSchemas() - Method in interface oracle.irm.engine.content.schema.SchemaOperations
List content schemas.
listContentSchemas() - Static method in class oracle.irm.engine.content.schema.SchemaOperationsInstance
List content schemas.
listContentTypes() - Method in interface oracle.irm.engine.content.type.ContentTypeOperations
Returns a collection of all content type mappings known to the system.
listContentTypes() - Static method in class oracle.irm.engine.content.type.ContentTypeOperationsInstance
Returns a collection of all content type mappings known to the system.
listContentTypes() - Method in interface oracle.irm.j2ee.jws.content.type.ContentTypeOperationsEndpoint
Returns a collection of all content type mappings known to the system.
listContentTypesFromMimeType(String) - Method in interface oracle.irm.engine.content.type.ContentTypeOperations
List all the content type mappings corresponding to a given MIME type.
listContentTypesFromMimeType(String) - Static method in class oracle.irm.engine.content.type.ContentTypeOperationsInstance
List all the content type mappings corresponding to a given MIME type.
listContentTypesFromMimeType(String) - Method in interface oracle.irm.j2ee.jws.content.type.ContentTypeOperationsEndpoint
List all the content type mappings corresponding to a given MIME type.
listContextManagers(ContextInstance) - Method in interface oracle.irm.engine.rights.context.ContextOperations
List context managers.
listContextManagers(ContextInstance) - Static method in class oracle.irm.engine.rights.context.ContextOperationsInstance
List context managers.
listContextManagers(ContextInstanceRef) - Method in interface oracle.irm.j2ee.jws.rights.context.ContextOperationsEndpoint
List context managers.
listContexts(PageRange) - Method in interface oracle.irm.engine.rights.context.ContextOperations
List contexts that the authenticated principal is authorized to access.
listContexts(PageRange) - Static method in class oracle.irm.engine.rights.context.ContextOperationsInstance
List contexts that the authenticated principal is authorized to access.
listContexts(PageRange) - Method in interface oracle.irm.j2ee.jws.rights.context.ContextOperationsEndpoint
List contexts that the authenticated principal is authorized to access.
listContextsByAccount(Account, ContextInstance.Role, PageRange) - Method in interface oracle.irm.engine.rights.context.ContextOperations
List contexts managed by a specified account.
listContextsByAccount(Account, ContextInstance.Role, PageRange) - Static method in class oracle.irm.engine.rights.context.ContextOperationsInstance
List contexts managed by a specified account.
listContextsByDomain(Domain, PageRange) - Method in interface oracle.irm.engine.rights.context.ContextOperations
List contexts owned by a domain.
listContextsByDomain(Domain, PageRange) - Static method in class oracle.irm.engine.rights.context.ContextOperationsInstance
List contexts owned by a domain.
listDomainAccounts(Domain) - Method in interface oracle.irm.engine.rights.context.DomainOperations
Find out what accounts have a role within this domain.
listDomainAccounts(Domain) - Static method in class oracle.irm.engine.rights.context.DomainOperationsInstance
Find out what accounts have a role within this domain.
listDomainAdministrators(Domain) - Method in interface oracle.irm.engine.rights.context.DomainOperations
List domain administrators.
listDomainAdministrators(Domain) - Static method in class oracle.irm.engine.rights.context.DomainOperationsInstance
List domain administrators.
listDomainAdministrators(DomainRef) - Method in interface oracle.irm.j2ee.jws.rights.context.DomainOperationsEndpoint
List domain administrators.
listDomainManagers(Domain) - Method in interface oracle.irm.engine.rights.context.DomainOperations
List domain managers.
listDomainManagers(Domain) - Static method in class oracle.irm.engine.rights.context.DomainOperationsInstance
List domain managers.
listDomainManagers(DomainRef) - Method in interface oracle.irm.j2ee.jws.rights.context.DomainOperationsEndpoint
List domain managers.
listDomains() - Method in interface oracle.irm.engine.rights.context.DomainOperations
List domains that the calling principal is authorized to access.
listDomains() - Static method in class oracle.irm.engine.rights.context.DomainOperationsInstance
List domains that the calling principal is authorized to access.
listDomains() - Method in interface oracle.irm.j2ee.jws.rights.context.DomainOperationsEndpoint
List domains that the calling principal is authorized to access.
listDomainsForAccount(Account, Domain.Role) - Method in interface oracle.irm.engine.rights.context.DomainOperations
List domains administered by an account.
listDomainsForAccount(Account, Domain.Role) - Static method in class oracle.irm.engine.rights.context.DomainOperationsInstance
List domains administered by an account.
listExtensions(boolean, boolean) - Method in interface oracle.irm.engine.content.type.ContentTypeOperations
Returns a collection of recognized file extensions.
listExtensions(boolean, boolean) - Static method in class oracle.irm.engine.content.type.ContentTypeOperationsInstance
Returns a collection of recognized file extensions.
listExtensions(boolean, boolean) - Method in interface oracle.irm.j2ee.jws.content.type.ContentTypeOperationsEndpoint
Returns a collection of recognized file extensions.
listFeatureLabels(Locale, String[]) - Method in interface oracle.irm.engine.core.feature.FeatureOperations
List feature labels.
listFeatureLabels(Locale, String[]) - Static method in class oracle.irm.engine.core.feature.FeatureOperationsInstance
List feature labels.
listFeatures() - Method in interface oracle.irm.engine.core.feature.FeatureOperations
List features.
listFeatures() - Static method in class oracle.irm.engine.core.feature.FeatureOperationsInstance
List features.
listInspectors(Domain) - Method in interface oracle.irm.engine.rights.context.ContextOperations
List inspectors.
listInspectors(Domain) - Static method in class oracle.irm.engine.rights.context.ContextOperationsInstance
List inspectors.
listInspectors(DomainRef) - Method in interface oracle.irm.j2ee.jws.rights.context.ContextOperationsEndpoint
List inspectors.
listMembership(Account) - Method in interface oracle.irm.engine.core.account.AccountOperations
List account group membership.
listMembership(Account) - Static method in class oracle.irm.engine.core.account.AccountOperationsInstance
List account group membership.
listMimeTypes(boolean, boolean) - Method in interface oracle.irm.engine.content.type.ContentTypeOperations
Returns a collection of recognized MIME types.
listMimeTypes(boolean, boolean) - Static method in class oracle.irm.engine.content.type.ContentTypeOperationsInstance
Returns a collection of recognized MIME types.
listMimeTypes(boolean, boolean) - Method in interface oracle.irm.j2ee.jws.content.type.ContentTypeOperationsEndpoint
Returns a collection of recognized MIME types.
listOrphanedContexts(Domain) - Method in interface oracle.irm.engine.rights.context.ContextOperations
List orphaned contexts.
listOrphanedContexts(Domain) - Static method in class oracle.irm.engine.rights.context.ContextOperationsInstance
List orphaned contexts.
listPrimaryFeatures() - Method in interface oracle.irm.engine.core.feature.FeatureOperations
List primary features.
listPrimaryFeatures() - Static method in class oracle.irm.engine.core.feature.FeatureOperationsInstance
List primary features.
listRecordableFeatures() - Method in interface oracle.irm.engine.core.feature.FeatureOperations
List the features that can be recorded by the desktop application.
listRecordableFeatures() - Static method in class oracle.irm.engine.core.feature.FeatureOperationsInstance
List the features that can be recorded by the desktop application.
listRightsByAccount(Account) - Method in interface oracle.irm.engine.rights.context.DocumentRightOperations
List rights for an account.
listRightsByAccount(Account) - Static method in class oracle.irm.engine.rights.context.DocumentRightOperationsInstance
List rights for an account.
listRightsByAccount(AccountRef) - Method in interface oracle.irm.j2ee.jws.rights.context.DocumentRightOperationsEndpoint
List rights for an account.
listRightsByAccounts(Collection<Account>) - Method in interface oracle.irm.engine.rights.context.DocumentRightOperations
List rights for one or more accounts.
listRightsByAccounts(Collection<Account>) - Static method in class oracle.irm.engine.rights.context.DocumentRightOperationsInstance
List rights for one or more accounts.
listRightsByContext(ContextInstance, PageRange) - Method in interface oracle.irm.engine.rights.context.DocumentRightOperations
List rights assigned within a context.
listRightsByContext(ContextInstance, PageRange) - Static method in class oracle.irm.engine.rights.context.DocumentRightOperationsInstance
List rights assigned within a context.
listRightsByContext(ContextInstanceRef, PageRange) - Method in interface oracle.irm.j2ee.jws.rights.context.DocumentRightOperationsEndpoint
List rights assigned within a context.
listRoles(Domain) - Method in interface oracle.irm.engine.rights.context.DocumentRoleOperations
List document roles owned by a domain.
listRoles(Domain) - Static method in class oracle.irm.engine.rights.context.DocumentRoleOperationsInstance
List document roles owned by a domain.
listRoles(DomainRef) - Method in interface oracle.irm.j2ee.jws.rights.context.DocumentRoleOperationsEndpoint
List document roles owned by a domain.
listRolesForContext(ContextInstance) - Method in interface oracle.irm.engine.rights.context.DocumentRoleOperations
List document roles available to a context.
listRolesForContext(ContextInstance) - Static method in class oracle.irm.engine.rights.context.DocumentRoleOperationsInstance
List document roles available to a context.
listRolesForContext(ContextInstanceRef) - Method in interface oracle.irm.j2ee.jws.rights.context.DocumentRoleOperationsEndpoint
List document roles available to a context.
listStandardLabels(UUID, Locale[]) - Method in interface oracle.irm.engine.rights.context.DomainOperations
Obtain the labels for standard set of context templates and document roles.
listStandardLabels(UUID, Locale[]) - Static method in class oracle.irm.engine.rights.context.DomainOperationsInstance
Obtain the labels for standard set of context templates and document roles.
listTemplates(Domain) - Method in interface oracle.irm.engine.rights.context.ContextTemplateOperations
List templates.
listTemplates(Domain) - Static method in class oracle.irm.engine.rights.context.ContextTemplateOperationsInstance
List templates.
listTemplates(DomainRef) - Method in interface oracle.irm.j2ee.jws.rights.context.ContextTemplateOperationsEndpoint
List templates.
listTemplatesByStatus(Domain, ContextTemplate.Status) - Method in interface oracle.irm.engine.rights.context.ContextTemplateOperations
List templates by status.
listTemplatesByStatus(Domain, ContextTemplate.Status) - Static method in class oracle.irm.engine.rights.context.ContextTemplateOperationsInstance
List templates by status.
listTrustedContexts(ContextInstance) - Method in interface oracle.irm.engine.rights.context.ContextOperations
List trusted contexts.
listTrustedContexts(ContextInstance) - Static method in class oracle.irm.engine.rights.context.ContextOperationsInstance
List trusted contexts.

M

MAGIC - Static variable in interface oracle.irm.engine.content.sealing.SealingConstants
Magic.
MAGIC_LITTLE_ENDIAN_BUFFER - Static variable in interface oracle.irm.engine.content.sealing.SealingConstants
Magic as a little endian buffer.
manageOrphanedContexts(Domain) - Method in interface oracle.irm.engine.rights.context.ContextOperations
Gain management rights for all orphaned contexts.
manageOrphanedContexts(Domain) - Static method in class oracle.irm.engine.rights.context.ContextOperationsInstance
Gain management rights for all orphaned contexts.
MandatoryArgumentException - Exception in oracle.irm.engine.system.general
A mandatory argument has not been supplied.
MandatoryArgumentException(String, String) - Constructor for exception oracle.irm.engine.system.general.MandatoryArgumentException
Constructor.
MandatoryArgumentException(String, String, Throwable) - Constructor for exception oracle.irm.engine.system.general.MandatoryArgumentException
Constructor.
MandatoryArgumentException - Class in oracle.irm.engine.types.system.general
Mandatory Argument exception information.
MandatoryArgumentException() - Constructor for class oracle.irm.engine.types.system.general.MandatoryArgumentException
Default constructor.
MandatoryArgumentException(String, String) - Constructor for class oracle.irm.engine.types.system.general.MandatoryArgumentException
Constructor.
MandatoryPropertyException - Exception in oracle.irm.engine.system.general
A mandatory property has not been supplied.
MandatoryPropertyException(String, String) - Constructor for exception oracle.irm.engine.system.general.MandatoryPropertyException
Constructor.
MandatoryPropertyException(String, String, Throwable) - Constructor for exception oracle.irm.engine.system.general.MandatoryPropertyException
Constructor.
MandatoryPropertyException - Class in oracle.irm.engine.types.system.general
Mandatory Property exception information.
MandatoryPropertyException() - Constructor for class oracle.irm.engine.types.system.general.MandatoryPropertyException
Default constructor.
MandatoryPropertyException(String, String) - Constructor for class oracle.irm.engine.types.system.general.MandatoryPropertyException
Constructor.
MAX_ENCRYPTED_CONTENT_BLOCK_SIZE - Static variable in interface oracle.irm.engine.content.sealing.SealingConstants
Maximum encrypted content block size.
MAX_PREAMBLE_SIZE - Static variable in interface oracle.irm.engine.content.sealing.SealingConstants
Maximum sealed file preamble size.
MAX_PRIVATE_HEADER_SIZE - Static variable in interface oracle.irm.engine.content.sealing.SealingConstants
Maximum private header size.
MAX_PUBLIC_HEADER_SIZE - Static variable in interface oracle.irm.engine.content.sealing.SealingConstants
Maximum meta data size.
MAX_PUBLIC_SIGNATURE_SIZE - Static variable in interface oracle.irm.engine.content.sealing.SealingConstants
Maximum public signature size.
MAXIMUM_DESCRIPTION_NAME_SIZE - Static variable in interface oracle.irm.engine.rights.context.ContextConstants
Maximum label description sizes for domains, roles, templates and contexts.
MAXIMUM_JOURNAL_SEARCH_ACCOUNTS - Static variable in interface oracle.irm.engine.rights.context.ContextOperations
The maximum number of accounts that can be specified when searching journal entries.
MAXIMUM_LABEL_NAME_SIZE - Static variable in interface oracle.irm.engine.rights.context.ContextConstants
Maximum label name sizes for domains, roles, templates and contexts.
MTOM_THRESHOLD - Static variable in class oracle.irm.j2ee.jws.content.sealing.SealingServices
MTOM threshold.

N

NativeKeySetExtensions - Interface in oracle.irm.engine.content.key
Content encryption and signing keys in native programming language form.
NativeKeySetExtensionsFactory - Class in oracle.irm.engine.content.key
Native Key Set Extensions factory.
NetworkAdapter - Interface in oracle.irm.engine.core.device
Network adapter.
NetworkAdapter - Class in oracle.irm.engine.types.core.device
Network Adapter type.
NetworkAdapter() - Constructor for class oracle.irm.engine.types.core.device.NetworkAdapter
No argument constructor.
NetworkAdapter(String, String[]) - Constructor for class oracle.irm.engine.types.core.device.NetworkAdapter
Constructor.
NetworkAdapterCollectionFactory - Class in oracle.irm.engine.core.device
Network Adapter collection factory and utilities.
NetworkAdapterFactory - Class in oracle.irm.engine.core.device
Network Adapter factory.
normalizeUuid(Account) - Method in interface oracle.irm.engine.core.account.AccountOperations
Normalize an account UUID or GUID into a standard UUID type.
normalizeUuid(Account) - Static method in class oracle.irm.engine.core.account.AccountOperationsInstance
Normalize an account UUID or GUID into a standard UUID type.
NULL_DEVICE - Static variable in interface oracle.irm.engine.core.device.DeviceConstants
A "null" device.
NULL_DEVICE_UUID - Static variable in interface oracle.irm.engine.core.device.DeviceConstants
Null device UUID.
NULL_DEVICE_UUID_VALUE - Static variable in interface oracle.irm.engine.core.device.DeviceConstants
Null device UUID value.

O

OPEN_FEATURE - Static variable in interface oracle.irm.engine.core.feature.FeatureConstants
Open feature.
OPEN_FEATURE_ID - Static variable in interface oracle.irm.engine.core.feature.FeatureConstants
Open feature ID.
OPEN_FEATURE_NOT_RECORDED - Static variable in interface oracle.irm.engine.core.feature.FeatureConstants
Open feature.
oracle.irm.engine - package oracle.irm.engine
Provides classes and utilities for the IRM application.
oracle.irm.engine.classifications - package oracle.irm.engine.classifications
Classification systems.
oracle.irm.engine.classifications.context - package oracle.irm.engine.classifications.context
Context classification system.
oracle.irm.engine.classifications.item - package oracle.irm.engine.classifications.item
Item codes, locks and exclusions.
oracle.irm.engine.content - package oracle.irm.engine.content
Sealed and unsealed content services.
oracle.irm.engine.content.crypto - package oracle.irm.engine.content.crypto
Provides cryptographic operations for sealing and unsealing content.
oracle.irm.engine.content.key - package oracle.irm.engine.content.key
Sealed content key sets.
oracle.irm.engine.content.schema - package oracle.irm.engine.content.schema
Sealed content schemas and versioning.
oracle.irm.engine.content.sealing - package oracle.irm.engine.content.sealing
Content sealing, unsealing, resealing, peeking and verification.
oracle.irm.engine.content.source - package oracle.irm.engine.content.source
Data sources for sealing content.
oracle.irm.engine.content.store - package oracle.irm.engine.content.store
Cryptography key storage.
oracle.irm.engine.content.type - package oracle.irm.engine.content.type
Sealed content format information.
oracle.irm.engine.core - package oracle.irm.engine.core
Desktop, classification and license services.
oracle.irm.engine.core.account - package oracle.irm.engine.core.account
Users and groups.
oracle.irm.engine.core.classification - package oracle.irm.engine.core.classification
Classification system framework.
oracle.irm.engine.core.desktop - package oracle.irm.engine.core.desktop
Desktop to server access.
oracle.irm.engine.core.device - package oracle.irm.engine.core.device
Device related operations.
oracle.irm.engine.core.feature - package oracle.irm.engine.core.feature
Application features.
oracle.irm.engine.core.general - package oracle.irm.engine.core.general
General use objects.
oracle.irm.engine.core.license - package oracle.irm.engine.core.license
Licensing rules and license distributing algorithms.
oracle.irm.engine.core.status - package oracle.irm.engine.core.status
Desktop status pages.
oracle.irm.engine.core.storage - package oracle.irm.engine.core.storage
Desktop storage services.
oracle.irm.engine.core.time - package oracle.irm.engine.core.time
Time based objects and services.
oracle.irm.engine.rights - package oracle.irm.engine.rights
Rights provisioning.
oracle.irm.engine.rights.context - package oracle.irm.engine.rights.context
Content classification system rights provisioning.
oracle.irm.engine.rights.journal - package oracle.irm.engine.rights.journal
Context classification system journal.
oracle.irm.engine.system.general - package oracle.irm.engine.system.general
General use types and exceptions.
oracle.irm.engine.types.classifications.context - package oracle.irm.engine.types.classifications.context
Context Classification System related objects, enumerations and exceptions.
oracle.irm.engine.types.classifications.item - package oracle.irm.engine.types.classifications.item
Content Item related objects, enumerations and exceptions.
oracle.irm.engine.types.content.crypto - package oracle.irm.engine.types.content.crypto
Cryptography related objects, enumerations and exceptions.
oracle.irm.engine.types.content.key - package oracle.irm.engine.types.content.key
Sealed Content Cryptography related objects, enumerations and exceptions.
oracle.irm.engine.types.content.schema - package oracle.irm.engine.types.content.schema
Content Versioning related objects, enumerations and exceptions.
oracle.irm.engine.types.content.sealing - package oracle.irm.engine.types.content.sealing
Sealing and Unsealing related objects, enumerations and exceptions.
oracle.irm.engine.types.content.source - package oracle.irm.engine.types.content.source
Content Source related objects, enumerations and exceptions.
oracle.irm.engine.types.content.store - package oracle.irm.engine.types.content.store
Key Storage related objects, enumerations and exceptions.
oracle.irm.engine.types.content.type - package oracle.irm.engine.types.content.type
Content Format related objects, enumerations and exceptions.
oracle.irm.engine.types.core.account - package oracle.irm.engine.types.core.account
Account related objects, enumerations and exceptions.
oracle.irm.engine.types.core.classification - package oracle.irm.engine.types.core.classification
Classification related objects, enumerations and exceptions.
oracle.irm.engine.types.core.desktop - package oracle.irm.engine.types.core.desktop
Desktop related objects, enumerations and exceptions.
oracle.irm.engine.types.core.device - package oracle.irm.engine.types.core.device
Device related objects, enumerations and exceptions.
oracle.irm.engine.types.core.feature - package oracle.irm.engine.types.core.feature
Feature related objects, enumerations and exceptions.
oracle.irm.engine.types.core.general - package oracle.irm.engine.types.core.general
General Use related objects, enumerations and exceptions.
oracle.irm.engine.types.core.license - package oracle.irm.engine.types.core.license
License related objects, enumerations and exceptions.
oracle.irm.engine.types.core.status - package oracle.irm.engine.types.core.status
Status Pages related objects, enumerations and exceptions.
oracle.irm.engine.types.core.storage - package oracle.irm.engine.types.core.storage
Storage related objects, enumerations and exceptions.
oracle.irm.engine.types.core.time - package oracle.irm.engine.types.core.time
Time related objects, enumerations and exceptions.
oracle.irm.engine.types.rights.context - package oracle.irm.engine.types.rights.context
Context Rights related objects, enumerations and exceptions.
oracle.irm.engine.types.rights.journal - package oracle.irm.engine.types.rights.journal
Context Journal related objects, enumerations and exceptions.
oracle.irm.engine.types.system.general - package oracle.irm.engine.types.system.general
System Use related objects, enumerations and exceptions.
oracle.irm.j2ee.jws.classifications.context - package oracle.irm.j2ee.jws.classifications.context
Context Classification System related endpoints and faults.
oracle.irm.j2ee.jws.content.crypto - package oracle.irm.j2ee.jws.content.crypto
Cryptography related endpoints and faults.
oracle.irm.j2ee.jws.content.sealing - package oracle.irm.j2ee.jws.content.sealing
Sealing and Unsealing related endpoints and faults.
oracle.irm.j2ee.jws.content.type - package oracle.irm.j2ee.jws.content.type
Content Format related endpoints and faults.
oracle.irm.j2ee.jws.core.classification - package oracle.irm.j2ee.jws.core.classification
Classification related endpoints and faults.
oracle.irm.j2ee.jws.core.desktop - package oracle.irm.j2ee.jws.core.desktop
Desktop related endpoints and faults.
oracle.irm.j2ee.jws.core.license - package oracle.irm.j2ee.jws.core.license
License related endpoints and faults.
oracle.irm.j2ee.jws.core.status - package oracle.irm.j2ee.jws.core.status
Status Pages related endpoints and faults.
oracle.irm.j2ee.jws.core.storage - package oracle.irm.j2ee.jws.core.storage
Storage related endpoints and faults.
oracle.irm.j2ee.jws.rights.context - package oracle.irm.j2ee.jws.rights.context
Context Rights related endpoints and faults.
oracle.irm.j2ee.jws.system.general - package oracle.irm.j2ee.jws.system.general
System Use related endpoints and faults.

P

PAGE_PARAMETER - Static variable in interface oracle.irm.engine.core.status.StatusPageOperations
The page parameter.
PageRange - Interface in oracle.irm.engine.core.general
A page range.
PageRange - Class in oracle.irm.engine.types.core.general
Page Range type.
PageRange() - Constructor for class oracle.irm.engine.types.core.general.PageRange
No argument constructor.
PageRange(int, int) - Constructor for class oracle.irm.engine.types.core.general.PageRange
Constructor.
PageRangeFactory - Class in oracle.irm.engine.core.general
Page Range factory.
peek(InputStream) - Method in interface oracle.irm.engine.content.sealing.SealingOperations
Peek sealed content.
peek(InputStream) - Static method in class oracle.irm.engine.content.sealing.SealingOperationsInstance
Peek sealed content.
peek(InputStream) - Method in interface oracle.irm.engine.content.sealing.SealingServices
Peek sealed content.
peek(InputStream) - Static method in class oracle.irm.engine.content.sealing.SealingServicesInstance
Peek sealed content.
peek(DataHandler) - Method in interface oracle.irm.j2ee.jws.content.sealing.SealingServicesEndpoint
Peek sealed content.
peekContent(byte[]) - Method in interface oracle.irm.engine.rights.context.ContextOperations
Peek sealed content.
peekContent(byte[]) - Static method in class oracle.irm.engine.rights.context.ContextOperationsInstance
Peek sealed content.
populateRedirectionURI(URI, Locale, String, DesktopState) - Method in interface oracle.irm.engine.core.status.StatusPageOperations
Populates a status page redirection URI with all of the requested parameters.
populateRedirectionURI(URI, Locale, String, DesktopState) - Static method in class oracle.irm.engine.core.status.StatusPageOperationsInstance
Populates a status page redirection URI with all of the requested parameters.
PREAMBLE - Static variable in interface oracle.irm.engine.content.sealing.SealingConstants
Sealed content preamble.
PREAMBLE_MATCH - Static variable in interface oracle.irm.engine.content.sealing.SealingConstants
This is the portion of the preamble that's matched during parsing.
PRINT_FEATURE - Static variable in interface oracle.irm.engine.core.feature.FeatureConstants
Print feature.
PRINT_FEATURE_ID - Static variable in interface oracle.irm.engine.core.feature.FeatureConstants
Edit feature ID.
PRINT_FEATURE_NOT_RECORDED - Static variable in interface oracle.irm.engine.core.feature.FeatureConstants
Print feature.
ProductVersion - Interface in oracle.irm.engine.core.general
A product version.
ProductVersion - Class in oracle.irm.engine.types.core.general
Product Version type.
ProductVersion() - Constructor for class oracle.irm.engine.types.core.general.ProductVersion
No argument constructor.
ProductVersion(String) - Constructor for class oracle.irm.engine.types.core.general.ProductVersion
Constructor.
ProductVersionFactory - Class in oracle.irm.engine.core.general
Product Version factory.
PublicHeaderLengthException - Exception in oracle.irm.engine.content.sealing
Public header length exception.
PublicHeaderLengthException(int, int) - Constructor for exception oracle.irm.engine.content.sealing.PublicHeaderLengthException
Constructor.
PublicHeaderLengthException(int, int, Throwable) - Constructor for exception oracle.irm.engine.content.sealing.PublicHeaderLengthException
Constructor.
PublicHeaderLengthException - Class in oracle.irm.engine.types.content.sealing
Public Header Length exception information.
PublicHeaderLengthException() - Constructor for class oracle.irm.engine.types.content.sealing.PublicHeaderLengthException
Default constructor.
PublicHeaderLengthException(int, int) - Constructor for class oracle.irm.engine.types.content.sealing.PublicHeaderLengthException
Constructor.
PublicHeaderLengthFault - Exception in oracle.irm.j2ee.jws.content.sealing
Public header length exception.
purge(Account) - Method in interface oracle.irm.engine.core.account.AccountOperations
Purge all information relating to an account.
purge(Account) - Static method in class oracle.irm.engine.core.account.AccountOperationsInstance
Purge all information relating to an account.

R

RawKeySetExtensions - Interface in oracle.irm.engine.content.key
Raw content encryption and signing keys.
RawKeySetExtensions - Class in oracle.irm.engine.types.content.key
Raw Key Set Extensions type.
RawKeySetExtensions() - Constructor for class oracle.irm.engine.types.content.key.RawKeySetExtensions
No argument constructor.
RawKeySetExtensions(byte[], byte[]) - Constructor for class oracle.irm.engine.types.content.key.RawKeySetExtensions
Constructor.
RawKeySetExtensionsFactory - Class in oracle.irm.engine.content.key
Raw Key Set Extensions factory.
reassignRole(Collection<DocumentRight>, DocumentRole, Collection<ItemCode>) - Method in interface oracle.irm.engine.rights.context.DocumentRightOperations
Alter role assignments.
reassignRole(Collection<DocumentRight>, DocumentRole, Collection<ItemCode>) - Static method in class oracle.irm.engine.rights.context.DocumentRightOperationsInstance
Alter role assignments.
reassignRole(DocumentRightRef[], DocumentRoleRef, ItemCode[]) - Method in interface oracle.irm.j2ee.jws.rights.context.DocumentRightOperationsEndpoint
Alter role assignments.
reclassify(InputStream, OutputStream, Classification) - Method in interface oracle.irm.engine.content.sealing.SealingOperations
Re-classify sealed content.
reclassify(InputStream, OutputStream, Classification) - Static method in class oracle.irm.engine.content.sealing.SealingOperationsInstance
Re-classify sealed content.
reclassify(InputStream, Classification) - Method in interface oracle.irm.engine.content.sealing.SealingServices
Re-classify sealed content.
reclassify(InputStream, Classification) - Static method in class oracle.irm.engine.content.sealing.SealingServicesInstance
Re-classify sealed content.
reclassify(DataHandler, Classification) - Method in interface oracle.irm.j2ee.jws.content.sealing.SealingServicesEndpoint
Re-classify sealed content.
refresh(Classification, UUID) - Method in interface oracle.irm.engine.core.storage.DesktopServices
Perform a license refresh and update the store.
refresh(Classification, UUID) - Static method in class oracle.irm.engine.core.storage.DesktopServicesInstance
Perform a license refresh and update the store.
refreshContext(ContextInstance) - Method in interface oracle.irm.engine.rights.context.ContextOperations
Refresh a context's properties.
refreshContext(ContextInstance) - Static method in class oracle.irm.engine.rights.context.ContextOperationsInstance
Refresh a context's properties.
refreshContextTemplate(ContextTemplate) - Method in interface oracle.irm.engine.rights.context.ContextTemplateOperations
Refresh a template's properties.
refreshContextTemplate(ContextTemplate) - Static method in class oracle.irm.engine.rights.context.ContextTemplateOperationsInstance
Refresh a template's properties.
refreshDocumentRight(DocumentRight) - Method in interface oracle.irm.engine.rights.context.DocumentRightOperations
Refresh a right's properties.
refreshDocumentRight(DocumentRight) - Static method in class oracle.irm.engine.rights.context.DocumentRightOperationsInstance
Refresh a right's properties.
refreshDocumentRole(DocumentRole) - Method in interface oracle.irm.engine.rights.context.DocumentRoleOperations
Refresh a document role's properties.
refreshDocumentRole(DocumentRole) - Static method in class oracle.irm.engine.rights.context.DocumentRoleOperationsInstance
Refresh a document role's properties.
refreshDomain(Domain) - Method in interface oracle.irm.engine.rights.context.DomainOperations
Refresh a domain's properties.
refreshDomain(Domain) - Static method in class oracle.irm.engine.rights.context.DomainOperationsInstance
Refresh a domain's properties.
RelativeTimeSpan - Interface in oracle.irm.engine.core.time
A relative time span.
RelativeTimeSpan - Class in oracle.irm.engine.types.core.time
Relative Time Span type.
RelativeTimeSpan() - Constructor for class oracle.irm.engine.types.core.time.RelativeTimeSpan
No argument constructor.
RelativeTimeSpan(TimeSpan.ReferencePoint, RelativeTimeSpan.TimeBase, TimePeriod, TimePeriod) - Constructor for class oracle.irm.engine.types.core.time.RelativeTimeSpan
Constructor.
RelativeTimeSpan.TimeBase - Enum in oracle.irm.engine.core.time
Relative time bases.
RelativeTimeSpan.TimeBase - Enum in oracle.irm.engine.types.core.time
Time Base enumeration.
RelativeTimeSpanFactory - Class in oracle.irm.engine.core.time
Relative Time Span factory.
removeContextManagers(ContextInstance, Collection<Account>) - Method in interface oracle.irm.engine.rights.context.ContextOperations
Remove one or managers from a context.
removeContextManagers(ContextInstance, Collection<Account>) - Static method in class oracle.irm.engine.rights.context.ContextOperationsInstance
Remove one or managers from a context.
removeContextManagers(ContextInstanceRef, AccountRef[]) - Method in interface oracle.irm.j2ee.jws.rights.context.ContextOperationsEndpoint
Remove one or managers from a context.
removeDomainAccounts(Domain, Collection<DomainAccount>) - Method in interface oracle.irm.engine.rights.context.DomainOperations
Remove domain accounts.
removeDomainAccounts(Domain, Collection<DomainAccount>) - Static method in class oracle.irm.engine.rights.context.DomainOperationsInstance
Remove domain accounts.
removeDomainAdministrators(Domain, Collection<Account>) - Method in interface oracle.irm.engine.rights.context.DomainOperations
Remove one or more administrators from a domain.
removeDomainAdministrators(Domain, Collection<Account>) - Static method in class oracle.irm.engine.rights.context.DomainOperationsInstance
Remove one or more administrators from a domain.
removeDomainAdministrators(DomainRef, AccountRef[]) - Method in interface oracle.irm.j2ee.jws.rights.context.DomainOperationsEndpoint
Remove one or more administrators from a domain.
removeDomainManagers(Domain, Collection<Account>) - Method in interface oracle.irm.engine.rights.context.DomainOperations
Remove one or more domain managers from a domain.
removeDomainManagers(Domain, Collection<Account>) - Static method in class oracle.irm.engine.rights.context.DomainOperationsInstance
Remove one or more domain managers from a domain.
removeDomainManagers(DomainRef, AccountRef[]) - Method in interface oracle.irm.j2ee.jws.rights.context.DomainOperationsEndpoint
Remove one or more domain managers from a domain.
removeInspectors(Domain, Collection<Account>) - Method in interface oracle.irm.engine.rights.context.ContextOperations
Remove one or inspectors from a domain.
removeInspectors(Domain, Collection<Account>) - Static method in class oracle.irm.engine.rights.context.ContextOperationsInstance
Remove one or inspectors from a domain.
removeInspectors(DomainRef, AccountRef[]) - Method in interface oracle.irm.j2ee.jws.rights.context.ContextOperationsEndpoint
Remove one or inspectors from a domain.
RepositoryException - Exception in oracle.irm.engine.core.account
Account repository exception.
RepositoryException() - Constructor for exception oracle.irm.engine.core.account.RepositoryException
Constructor.
RepositoryException(Throwable) - Constructor for exception oracle.irm.engine.core.account.RepositoryException
Constructor.
RepositoryException - Class in oracle.irm.engine.types.core.account
Repository exception information.
RepositoryException() - Constructor for class oracle.irm.engine.types.core.account.RepositoryException
Default constructor.
RepudiateException - Exception in oracle.irm.engine.core.desktop
Desktop has been repudiated.
RepudiateException() - Constructor for exception oracle.irm.engine.core.desktop.RepudiateException
Constructor.
RepudiateException(Throwable) - Constructor for exception oracle.irm.engine.core.desktop.RepudiateException
Constructor.
RepudiateException - Class in oracle.irm.engine.types.core.desktop
Repudiate exception information.
RepudiateException() - Constructor for class oracle.irm.engine.types.core.desktop.RepudiateException
Default constructor.
RepudiateFault - Exception in oracle.irm.j2ee.jws.core.desktop
Desktop has been repudiated.
request(Feature, Classification) - Method in interface oracle.irm.engine.core.storage.DesktopServices
Perform a request and update the store.
request(Feature, Classification) - Static method in class oracle.irm.engine.core.storage.DesktopServicesInstance
Perform a request and update the store.
REQUEST_PATH_STEM - Static variable in interface oracle.irm.engine.core.classification.ClassificationConstants
Classification request path.
reseal(InputStream, OutputStream, Collection<CustomData>) - Method in interface oracle.irm.engine.content.sealing.SealingOperations
Reseal content with new custom data.
reseal(InputStream, OutputStream, Collection<CustomData>) - Static method in class oracle.irm.engine.content.sealing.SealingOperationsInstance
Reseal content with new custom data.
reseal(InputStream, Collection<CustomData>) - Method in interface oracle.irm.engine.content.sealing.SealingServices
Reseal content with new custom data.
reseal(InputStream, Collection<CustomData>) - Static method in class oracle.irm.engine.content.sealing.SealingServicesInstance
Reseal content with new custom data.
reseal(DataHandler, CustomData[]) - Method in interface oracle.irm.j2ee.jws.content.sealing.SealingServicesEndpoint
Reseal content with new custom data.
RESEAL_FEATURE - Static variable in interface oracle.irm.engine.core.feature.FeatureConstants
Re-seal feature.
RESEAL_FEATURE_ID - Static variable in interface oracle.irm.engine.core.feature.FeatureConstants
Edit feature ID.
RESEAL_FEATURE_NOT_RECORDED - Static variable in interface oracle.irm.engine.core.feature.FeatureConstants
Re-seal feature.
reset() - Method in interface oracle.irm.engine.core.storage.DesktopServices
Reset the store.
reset() - Static method in class oracle.irm.engine.core.storage.DesktopServicesInstance
Reset the store.
ResourceSource - Interface in oracle.irm.engine.content.source
A resource file source for the sealing process.
ResourceSource - Class in oracle.irm.engine.types.content.source
Resource Source type.
ResourceSource() - Constructor for class oracle.irm.engine.types.content.source.ResourceSource
No argument constructor.
ResourceSource(String) - Constructor for class oracle.irm.engine.types.content.source.ResourceSource
Constructor.
ResourceSourceFactory - Class in oracle.irm.engine.content.source
Resource Source factory.
restore(File) - Method in interface oracle.irm.engine.core.account.AccountOperations
Restore account information from a dump.
restore(File) - Static method in class oracle.irm.engine.core.account.AccountOperationsInstance
Restore account information from a dump.

S

saveChangesToContext(ContextInstance, ContextInstance) - Method in interface oracle.irm.engine.rights.context.ContextOperations
Save changes to a context.
saveChangesToContext(ContextInstance, ContextInstance) - Static method in class oracle.irm.engine.rights.context.ContextOperationsInstance
Save changes to a context.
saveChangesToContext(ContextInstance, ContextInstance) - Method in interface oracle.irm.j2ee.jws.rights.context.ContextOperationsEndpoint
Save changes to a context.
saveChangesToContextTemplate(ContextTemplate, ContextTemplate) - Method in interface oracle.irm.engine.rights.context.ContextTemplateOperations
Save changes to a context template.
saveChangesToContextTemplate(ContextTemplate, ContextTemplate) - Static method in class oracle.irm.engine.rights.context.ContextTemplateOperationsInstance
Save changes to a context template.
saveChangesToContextTemplate(ContextTemplate, ContextTemplate) - Method in interface oracle.irm.j2ee.jws.rights.context.ContextTemplateOperationsEndpoint
Save changes to a context template.
saveChangesToDomain(Domain, Domain) - Method in interface oracle.irm.engine.rights.context.DomainOperations
Save changes to a domain.
saveChangesToDomain(Domain, Domain) - Static method in class oracle.irm.engine.rights.context.DomainOperationsInstance
Save changes to a domain.
saveChangesToDomain(Domain, Domain) - Method in interface oracle.irm.j2ee.jws.rights.context.DomainOperationsEndpoint
Save changes to a domain.
saveChangesToItems(Collection<DocumentRight>, Collection<ItemCode>, Collection<ItemCode>) - Method in interface oracle.irm.engine.rights.context.DocumentRightOperations
Alter the item restrictions for a set of rights.
saveChangesToItems(Collection<DocumentRight>, Collection<ItemCode>, Collection<ItemCode>) - Static method in class oracle.irm.engine.rights.context.DocumentRightOperationsInstance
Alter the item restrictions for a set of rights.
saveChangesToItems(DocumentRightRef[], ItemCode[], ItemCode[]) - Method in interface oracle.irm.j2ee.jws.rights.context.DocumentRightOperationsEndpoint
Alter the item restrictions for a set of rights.
saveChangesToRole(DocumentRole, DocumentRole) - Method in interface oracle.irm.engine.rights.context.DocumentRoleOperations
Save changes to a document role.
saveChangesToRole(DocumentRole, DocumentRole) - Static method in class oracle.irm.engine.rights.context.DocumentRoleOperationsInstance
Save changes to a document role.
saveChangesToRole(DocumentRole, DocumentRole) - Method in interface oracle.irm.j2ee.jws.rights.context.DocumentRoleOperationsEndpoint
Save changes to a document role.
saveNewContextTemplate(Domain, ContextTemplate) - Method in interface oracle.irm.engine.rights.context.ContextTemplateOperations
Save a new context template.
saveNewContextTemplate(Domain, ContextTemplate) - Static method in class oracle.irm.engine.rights.context.ContextTemplateOperationsInstance
Save a new context template.
saveNewContextTemplate(DomainRef, ContextTemplate) - Method in interface oracle.irm.j2ee.jws.rights.context.ContextTemplateOperationsEndpoint
Save a new context template.
saveNewDomain(Domain) - Method in interface oracle.irm.engine.rights.context.DomainOperations
Create a new domain.
saveNewDomain(Domain) - Static method in class oracle.irm.engine.rights.context.DomainOperationsInstance
Create a new domain.
saveNewDomain(Domain) - Method in interface oracle.irm.j2ee.jws.rights.context.DomainOperationsEndpoint
Create a new domain.
saveNewDomainWithAdministrator(Domain, Account) - Method in interface oracle.irm.engine.rights.context.DomainOperations
Create a new domain.
saveNewDomainWithAdministrator(Domain, Account) - Static method in class oracle.irm.engine.rights.context.DomainOperationsInstance
Create a new domain.
saveNewDomainWithAdministrator(Domain, AccountRef) - Method in interface oracle.irm.j2ee.jws.rights.context.DomainOperationsEndpoint
Create a new domain.
saveNewRole(Domain, DocumentRole) - Method in interface oracle.irm.engine.rights.context.DocumentRoleOperations
Save a new document role.
saveNewRole(Domain, DocumentRole) - Static method in class oracle.irm.engine.rights.context.DocumentRoleOperationsInstance
Save a new document role.
saveNewRole(DomainRef, DocumentRole) - Method in interface oracle.irm.j2ee.jws.rights.context.DocumentRoleOperationsEndpoint
Save a new document role.
SCAN_FEATURE - Static variable in interface oracle.irm.engine.core.feature.FeatureConstants
Scan feature.
SCAN_FEATURE_ID - Static variable in interface oracle.irm.engine.core.feature.FeatureConstants
Scan feature ID.
SCAN_FEATURE_NOT_RECORDED - Static variable in interface oracle.irm.engine.core.feature.FeatureConstants
Scan feature.
SchemaConstants - Interface in oracle.irm.engine.content.schema
Content Schema related constants.
SchemaOperations - Interface in oracle.irm.engine.content.schema
Operations for working with sealed content schema versions.
SchemaOperationsInstance - Class in oracle.irm.engine.content.schema
Operations for working with sealed content schema versions.
SchemaVersion - Interface in oracle.irm.engine.content.schema
A schema version.
SchemaVersion - Class in oracle.irm.engine.types.content.schema
Schema Version type.
SchemaVersion() - Constructor for class oracle.irm.engine.types.content.schema.SchemaVersion
No argument constructor.
SchemaVersion(String) - Constructor for class oracle.irm.engine.types.content.schema.SchemaVersion
Constructor.
SchemaVersionFactory - Class in oracle.irm.engine.content.schema
Schema Version factory.
seal(Source, OutputStream, SealingOptions) - Method in interface oracle.irm.engine.content.sealing.SealingOperations
Seal content.
seal(Source, OutputStream, SealingOptions) - Static method in class oracle.irm.engine.content.sealing.SealingOperationsInstance
Seal content.
seal(InputStream, String, SealingOptions) - Method in interface oracle.irm.engine.content.sealing.SealingServices
Seal content.
seal(InputStream, String, SealingOptions) - Static method in class oracle.irm.engine.content.sealing.SealingServicesInstance
Seal content.
seal(DataHandler, String, SealingOptions) - Method in interface oracle.irm.j2ee.jws.content.sealing.SealingServicesEndpoint
Seal content.
SEAL_FEATURE - Static variable in interface oracle.irm.engine.core.feature.FeatureConstants
Seal feature.
SEAL_FEATURE_ID - Static variable in interface oracle.irm.engine.core.feature.FeatureConstants
Seal feature ID.
SEAL_FEATURE_NOT_RECORDED - Static variable in interface oracle.irm.engine.core.feature.FeatureConstants
Seal feature.
SealingConstants - Interface in oracle.irm.engine.content.sealing
Constants used in sealing and unsealing.
SealingOperations - Interface in oracle.irm.engine.content.sealing
Sealing, unsealing, resealing and peeking operations for content.
SealingOperations.Section - Enum in oracle.irm.engine.content.sealing
Logical sections of sealed content.
SealingOperationsInstance - Class in oracle.irm.engine.content.sealing
Sealing, unsealing, resealing and peeking operations for content.
SealingOptions - Interface in oracle.irm.engine.content.sealing
Sealing options.
SealingOptions - Class in oracle.irm.engine.types.content.sealing
Sealing Options type.
SealingOptions() - Constructor for class oracle.irm.engine.types.content.sealing.SealingOptions
No argument constructor.
SealingOptions(Classification, CustomData[], ContentSchema, Date, EncryptionOptions) - Constructor for class oracle.irm.engine.types.content.sealing.SealingOptions
Constructor.
SealingOptionsFactory - Class in oracle.irm.engine.content.sealing
Sealing Options factory.
SealingServices - Interface in oracle.irm.engine.content.sealing
Sealing, unsealing, resealing and peeking services for content.
SealingServices - Class in oracle.irm.j2ee.jws.content.sealing
JAX-WS utilities for the Sealing Services endpoint interface.
SealingServicesEndpoint - Interface in oracle.irm.j2ee.jws.content.sealing
Web Service end point interface for Sealing Services.
SealingServicesInstance - Class in oracle.irm.engine.content.sealing
Sealing, unsealing, resealing and peeking services for content.
SEARCH_FEATURE - Static variable in interface oracle.irm.engine.core.feature.FeatureConstants
Search feature.
SEARCH_FEATURE_ID - Static variable in interface oracle.irm.engine.core.feature.FeatureConstants
Search feature ID.
searchClassificationsByLabel(Collection<Classification>, String) - Method in interface oracle.irm.engine.core.classification.ClassificationOperations
Search classifications by label name.
searchClassificationsByLabel(Collection<Classification>, String) - Static method in class oracle.irm.engine.core.classification.ClassificationOperationsInstance
Search classifications by label name.
searchJournal(Collection<String>, Collection<ItemCode>, TimeRange, PageRange, ContextJournalSorting) - Method in interface oracle.irm.engine.rights.context.ContextOperations
Search the context journal.
searchJournal(Collection<String>, Collection<ItemCode>, TimeRange, PageRange, ContextJournalSorting) - Static method in class oracle.irm.engine.rights.context.ContextOperationsInstance
Search the context journal.
searchJournal(String[], ItemCode[], TimeRange, PageRange, ContextJournalSorting) - Method in interface oracle.irm.j2ee.jws.rights.context.ContextOperationsEndpoint
Search the context journal.
searchRightsByAccount(Account, Context) - Method in interface oracle.irm.engine.rights.context.DocumentRightOperations
Search rights assigned to an account, optionally filtered on a context.
searchRightsByAccount(Account, Context) - Static method in class oracle.irm.engine.rights.context.DocumentRightOperationsInstance
Search rights assigned to an account, optionally filtered on a context.
searchRightsByAccounts(Collection<Account>, Context) - Method in interface oracle.irm.engine.rights.context.DocumentRightOperations
Search rights assigned to one or more accounts, optionally filtered by a context.
searchRightsByAccounts(Collection<Account>, Context) - Static method in class oracle.irm.engine.rights.context.DocumentRightOperationsInstance
Search rights assigned to one or more accounts, optionally filtered by a context.
SERVICE_NAME - Static variable in class oracle.irm.j2ee.jws.content.sealing.SealingServices
Service Name.
SERVICE_NAME - Static variable in class oracle.irm.j2ee.jws.content.type.ContentTypeOperations
Service Name.
SERVICE_NAME - Static variable in class oracle.irm.j2ee.jws.core.storage.DesktopServices
Service Name.
SERVICE_NAME - Static variable in class oracle.irm.j2ee.jws.rights.context.ContextOperations
Service Name.
SERVICE_NAME - Static variable in class oracle.irm.j2ee.jws.rights.context.ContextTemplateOperations
Service Name.
SERVICE_NAME - Static variable in class oracle.irm.j2ee.jws.rights.context.DocumentRightOperations
Service Name.
SERVICE_NAME - Static variable in class oracle.irm.j2ee.jws.rights.context.DocumentRoleOperations
Service Name.
SERVICE_NAME - Static variable in class oracle.irm.j2ee.jws.rights.context.DomainOperations
Service Name.
setAbsoluteTimeConstraints(DocumentRole, Date, Date) - Method in interface oracle.irm.engine.rights.context.DocumentRoleOperations
Set absolute time constraints on a role.
setAbsoluteTimeConstraints(DocumentRole, Date, Date) - Static method in class oracle.irm.engine.rights.context.DocumentRoleOperationsInstance
Set absolute time constraints on a role.
setAccount(Account) - Method in class oracle.irm.engine.types.core.account.GroupNotSupportedException
The group account involved in the operation.
setAccount(Account) - Method in class oracle.irm.engine.types.core.desktop.DesktopState
Authenticated account.
setAccount(AccountRef) - Method in class oracle.irm.engine.types.rights.context.AccountAlreadyAdministratorException
The account.
setAccount(AccountRef) - Method in class oracle.irm.engine.types.rights.context.AccountAlreadyAssignedException
The account.
setAccount(AccountRef) - Method in class oracle.irm.engine.types.rights.context.AccountAlreadyInspectorException
The account.
setAccount(AccountRef) - Method in class oracle.irm.engine.types.rights.context.AccountAlreadyManagerException
The account.
setAccount(AccountRef) - Method in class oracle.irm.engine.types.rights.context.DocumentRight
The account.
setAccount(AccountRef) - Method in class oracle.irm.engine.types.rights.context.DomainAccount
The account.
setAccount(Account) - Method in class oracle.irm.engine.types.rights.journal.ContextJournalEntry
The account performing the action.
setActual(long) - Method in class oracle.irm.engine.types.content.sealing.ContentSizeMismatchException
Actual size of the data read from the stream.
setAdapters(NetworkAdapter[]) - Method in class oracle.irm.engine.types.core.device.Device
The network adapters of the device.
setAdministrators(AccountRef[]) - Method in class oracle.irm.engine.types.rights.context.CannotRemoveAdministratorsException
The existing administrators.
setAlgorithm(String) - Method in class oracle.irm.engine.types.content.key.UnsupportedWrappingAlgorithmException
Unsupported algorithm.
setAlias(String) - Method in class oracle.irm.engine.types.content.key.WrappedKeySetExtensions
The key alias used to wrap these keys.
setAlias(String) - Method in class oracle.irm.engine.types.content.store.KeySettings
The alias used to store and retrieve this key from a key store.
setAlias(String) - Method in class oracle.irm.engine.types.content.store.UnknownKeyException
The alias of the unknown key.
setAmount(int) - Method in class oracle.irm.engine.types.core.time.TimePeriod
The time period amount.
setApplication(DesktopApplication) - Method in class oracle.irm.engine.types.core.desktop.Desktop
The application that is in-use.
setAssignedTime(Date) - Method in class oracle.irm.engine.types.rights.context.DocumentRight
Role assignment time.
setAvailability(License.Availability) - Method in class oracle.irm.engine.types.core.license.LicenseStatus
License availability.
setBegin(Date) - Method in class oracle.irm.engine.types.core.time.TimeRange
Start of the time range.
setBlockSize(int) - Method in class oracle.irm.engine.types.content.sealing.IllegalEncryptedContentBlockSizeException
Cipher block size.
setBody(byte[]) - Method in class oracle.irm.engine.types.core.status.StatusPageRequest
Status page body.
setBuffer(byte[]) - Method in class oracle.irm.engine.types.content.source.BufferSource
Data buffer.
setBundles(DesktopBundle[]) - Method in class oracle.irm.engine.types.core.storage.DesktopStore
Desktop bundles.
setClassification(Classification) - Method in class oracle.irm.engine.types.content.sealing.ContentDescription
The classification used to seal the content.
setClassification(Classification) - Method in class oracle.irm.engine.types.content.sealing.SealingOptions
Classification.
setClassification(Label) - Method in class oracle.irm.engine.types.core.status.StatusPageInformation
Classification label.
setClassifications(ClassificationFilter) - Method in class oracle.irm.engine.types.core.license.LicenseCriteria
Valid classifications.
setClassificationTime(Date) - Method in class oracle.irm.engine.types.core.classification.Classification
Classification Time.
setContainer(String) - Method in class oracle.irm.engine.types.core.desktop.DesktopApplication
The container name.
setContent(Label) - Method in class oracle.irm.engine.types.core.status.StatusPageInformation
Content label.
setContent(ContentType) - Method in class oracle.irm.engine.types.core.status.StatusPageResponse
Content type.
setContentDescription(ContentDescription) - Method in class oracle.irm.engine.types.core.desktop.DesktopState
Content details.
setContentSchema(ContentSchema) - Method in class oracle.irm.engine.types.content.sealing.SealingOptions
Content schema.
setContentUri(URI) - Method in class oracle.irm.engine.types.core.desktop.DesktopState
Content URI.
setContext(ContextRef) - Method in class oracle.irm.engine.types.classifications.context.ContextCookie
The context.
setContext(ContextInstanceRef) - Method in class oracle.irm.engine.types.rights.context.CannotRemoveContextInstanceException
The context that cannot be deleted.
setContext(ContextInstanceRef) - Method in class oracle.irm.engine.types.rights.context.DocumentRight
The related context.
setContext(ContextInstanceRef) - Method in class oracle.irm.engine.types.rights.context.UnsupportedDocumentRoleException
The context.
setContextInstance(ContextInstanceRef) - Method in class oracle.irm.engine.types.rights.journal.ContextJournalEntry
The context of the content.
setContextTemplate(ContextTemplateRef) - Method in class oracle.irm.engine.types.rights.context.CannotRemoveContextTemplateException
The content template that cannot be deleted.
setContextTemplate(ContextTemplateRef) - Method in class oracle.irm.engine.types.rights.context.ContextTemplateAlreadyExistsException
The content template that already exists.
setContextTemplate(ContextTemplateRef) - Method in class oracle.irm.engine.types.rights.context.InactiveContextTemplateException
The inactive content template.
setCookie(Object) - Method in class oracle.irm.engine.types.core.classification.Classification
Classification cookie.
setCookie(Object) - Method in class oracle.irm.engine.types.core.classification.UnknownClassificationException
Classification cookie.
setCreationTime(Date) - Method in class oracle.irm.engine.types.content.key.KeySet
Date and time the key was created.
setCreationTime(Date) - Method in class oracle.irm.engine.types.content.sealing.ContentDescription
Date and time when the content was originally sealed.
setCreationTime(Date) - Method in class oracle.irm.engine.types.content.sealing.SealingOptions
Creation time.
setCriteria(LicenseCriteria) - Method in class oracle.irm.engine.types.core.license.License
The license criteria.
setCustomData(CustomData[]) - Method in class oracle.irm.engine.types.content.sealing.ContentDescription
Optional custom data.
setCustomData(CustomData[]) - Method in class oracle.irm.engine.types.content.sealing.SealingOptions
Custom data.
setData(Object) - Method in class oracle.irm.engine.types.content.sealing.CustomData
Custom data.
setDay(TimeWindow.DayOfWeek) - Method in class oracle.irm.engine.types.core.time.TimeWindow
Day of the week this time window applies.
setDelivery(LicenseCriteria.Delivery) - Method in class oracle.irm.engine.types.core.license.LicenseCriteria
Delivery specifier.
setDescription(String) - Method in class oracle.irm.engine.types.core.general.Label
Description.
setDesktop(Desktop) - Method in class oracle.irm.engine.types.core.desktop.DesktopState
Desktop.
setDestinations(ClassificationFilter) - Method in class oracle.irm.engine.types.core.license.LicenseCriteria
Trusted classifications.
setDevice(Device) - Method in class oracle.irm.engine.types.core.desktop.Desktop
The device associated with the desktop.
setDevice(Device) - Method in class oracle.irm.engine.types.core.storage.DesktopStore
Device details.
setDevice(Device) - Method in class oracle.irm.engine.types.rights.journal.ContextJournalEntry
The device the action was performed.
setDevices(Device[]) - Method in class oracle.irm.engine.types.core.license.LicenseInUseException
The list of devices the licenses are being used.
setDigestAlgorithm(String) - Method in class oracle.irm.engine.types.content.crypto.CryptoSchema
The message digest algorithm.
setDocumentRole(DocumentRoleRef) - Method in class oracle.irm.engine.types.rights.context.CannotRemoveDocumentRoleException
The document role that cannot be deleted.
setDocumentRole(DocumentRoleRef) - Method in class oracle.irm.engine.types.rights.context.InvalidFeaturesException
The invalid document role.
setDocumentRole(DocumentRoleRef) - Method in class oracle.irm.engine.types.rights.context.InvalidTimePeriodException
The invalid document role.
setDomain(DomainRef) - Method in class oracle.irm.engine.types.rights.context.ContextTemplate
The domain that owns this context template.
setDomain(DomainRef) - Method in class oracle.irm.engine.types.rights.context.ContextTemplateRef
The domain that owns this context template.
setDomain(DomainRef) - Method in class oracle.irm.engine.types.rights.context.DocumentRole
The domain that owns this role.
setDomain(DomainRef) - Method in class oracle.irm.engine.types.rights.context.DocumentRoleRef
The domain that owns this role.
setDomain(DomainRef) - Method in class oracle.irm.engine.types.rights.context.DomainAlreadyExistsException
The domain that already exists.
setDomain(DomainRef) - Method in class oracle.irm.engine.types.rights.context.UnknownContextTemplateException
The domain that owns that template.
setDomain(DomainRef) - Method in class oracle.irm.engine.types.rights.context.UnknownDocumentRoleException
The domain that owns that document role.
setEditTime(Date) - Method in class oracle.irm.engine.types.content.sealing.ContentDescription
Date and time when the content was last (re)sealed.
setEncryptedContentBlockSize(int) - Method in class oracle.irm.engine.types.content.sealing.EncryptionOptions
Encrypted content block size.
setEncryptedContentBlockSize(int) - Method in class oracle.irm.engine.types.content.sealing.IllegalEncryptedContentBlockSizeException
Encrypted encrypted content block size.
setEncryptionKey(byte[]) - Method in class oracle.irm.engine.types.content.key.RawKeySetExtensions
Content encryption key.
setEncryptionKey(byte[]) - Method in class oracle.irm.engine.types.content.key.WrappedKeySetExtensions
Wrapped content encryption key.
setEncryptionKeySize(int) - Method in class oracle.irm.engine.types.content.crypto.CryptoSchema
The encryption key size (in bits).
setEncryptionOptions(EncryptionOptions) - Method in class oracle.irm.engine.types.content.sealing.SealingOptions
Encryption options.
setEncryptionTransformation(String) - Method in class oracle.irm.engine.types.content.crypto.CryptoSchema
The encryption transformation.
setEnd(Date) - Method in class oracle.irm.engine.types.core.time.TimeRange
End of the time range.
setEnd(TimePoint) - Method in class oracle.irm.engine.types.core.time.TimeWindow
The end time for this time window.
setExpected(long) - Method in class oracle.irm.engine.types.content.sealing.ContentSizeMismatchException
The expected size of the unsealed data.
setExpectOverwrites(boolean) - Method in class oracle.irm.engine.types.content.type.ContentType
Content format that supports edits.
setExportConstraints(DocumentRole.ExportConstraints) - Method in class oracle.irm.engine.types.rights.context.DocumentRole
Set the export constraints on a role.
setExpression(XPathExpression) - Method in class oracle.irm.engine.types.core.classification.XPathClassificationFilter
The XPath expression.
setExtensions(KeySetExtensions) - Method in class oracle.irm.engine.types.content.key.KeySet
Extended information for the key set.
setExtensions(String[]) - Method in class oracle.irm.engine.types.content.type.ContentType
The unsealed file extensions.
setFeature(Feature) - Method in class oracle.irm.engine.types.rights.journal.ContextJournalEntry
The application feature being performed.
setFeatureRecording(DocumentRole, boolean) - Method in interface oracle.irm.engine.rights.context.DocumentRoleOperations
Set whether feature use is recorded.
setFeatureRecording(DocumentRole, boolean) - Static method in class oracle.irm.engine.rights.context.DocumentRoleOperationsInstance
Set whether feature use is recorded.
setFeatures(Feature[]) - Method in class oracle.irm.engine.types.core.license.LicenseCriteria
The valid features.
setFeatures(Feature[]) - Method in class oracle.irm.engine.types.rights.context.DocumentRole
The valid features.
setFile(File) - Method in class oracle.irm.engine.types.content.source.FileSource
The file.
setFirst(int) - Method in class oracle.irm.engine.types.core.general.PageRange
First record index.
setHmacSigningAlgorithm(String) - Method in class oracle.irm.engine.types.content.crypto.CryptoSchema
The signing algorithm specification.
setHmacSigningKeySize(int) - Method in class oracle.irm.engine.types.content.crypto.CryptoSchema
The key size (in bits) for the HMAC operation.
setHour(short) - Method in class oracle.irm.engine.types.core.time.TimePoint
Hour of the day.
setId(String) - Method in class oracle.irm.engine.types.content.crypto.CryptoSchema
The identity of the schema.
setId(String) - Method in class oracle.irm.engine.types.content.crypto.CryptoSchemaRef
The identity of the schema.
setId(String) - Method in class oracle.irm.engine.types.content.crypto.UnknownCryptoSchemaException
The Id of the unknown/unsupported schema.
setId(String) - Method in class oracle.irm.engine.types.core.classification.Classification
The classification Id.
setId(String) - Method in class oracle.irm.engine.types.core.feature.Feature
The feature identity.
setId(String) - Method in class oracle.irm.engine.types.core.feature.UnknownFeatureException
The Id of the unknown feature.
setIndex(String) - Method in class oracle.irm.engine.types.core.classification.ClassificationFilter
Classification filter index.
setInformation(StatusPageInformation) - Method in class oracle.irm.engine.types.core.status.StatusPageResponse
Status page information.
setIpAddresses(String[]) - Method in class oracle.irm.engine.types.core.device.NetworkAdapter
IP Address(es).
setItemCode(ItemCode) - Method in class oracle.irm.engine.types.classifications.context.ContextCookie
The item code.
setItemCode(ItemCode) - Method in class oracle.irm.engine.types.rights.journal.ContextJournalEntry
The item code of the content.
setItemCodes(ItemCode[]) - Method in class oracle.irm.engine.types.classifications.item.ItemConstraints
The item codes.
setItemCodes(ItemCode[]) - Method in class oracle.irm.engine.types.rights.context.DocumentRight
Item restrictions.
setItemConstraints(ItemConstraints.Type) - Method in class oracle.irm.engine.types.rights.context.DocumentRole
Item constraints.
setItems(ItemCode[]) - Method in class oracle.irm.engine.types.rights.context.ContextInstance
Context level item exclusions.
setKeyPassword(KeySettings, char[]) - Method in interface oracle.irm.engine.content.store.KeyStoreOperations
Set a key password.
setKeyPassword(KeySettings, char[]) - Static method in class oracle.irm.engine.content.store.KeyStoreOperationsInstance
Set a key password.
setKeys(KeySetRef[]) - Method in class oracle.irm.engine.types.core.license.License
The related key sets.
setKeySet(KeySetRef) - Method in class oracle.irm.engine.types.core.classification.Classification
The key set used to encrypt/de-crypt content sealed with this classification.
setKeySize(int) - Method in class oracle.irm.engine.types.content.key.IllegalWrappingKeySizeException
The size in bits of the key.
setKeyStore(KeyStoreSettings) - Method in class oracle.irm.engine.types.content.store.KeySettings
The key store.
setKeyStorePassword(KeyStoreSettings, char[]) - Method in interface oracle.irm.engine.content.store.KeyStoreOperations
Set a key store password.
setKeyStorePassword(KeyStoreSettings, char[]) - Static method in class oracle.irm.engine.content.store.KeyStoreOperationsInstance
Set a key store password.
setLabel(Label) - Method in class oracle.irm.engine.types.core.general.HyperLink
The label.
setLabels(Label[]) - Method in class oracle.irm.engine.types.core.classification.Classification
Labels for the classification.
setLabels(Label[]) - Method in class oracle.irm.engine.types.rights.context.ContextInstance
Labels for the context.
setLabels(Label[]) - Method in class oracle.irm.engine.types.rights.context.ContextTemplate
Template labels.
setLabels(Label[]) - Method in class oracle.irm.engine.types.rights.context.DocumentRole
Role labels.
setLabels(Label[]) - Method in class oracle.irm.engine.types.rights.context.Domain
Domain labels.
setLast(int) - Method in class oracle.irm.engine.types.core.general.PageRange
Last record index.
setLength(int) - Method in class oracle.irm.engine.types.content.sealing.PublicHeaderLengthException
Actual length.
setLength(int) - Method in class oracle.irm.engine.types.system.general.IllegalArgumentLengthException
The value's length.
setLength(int) - Method in class oracle.irm.engine.types.system.general.IllegalPropertyLengthException
The value's length.
setLicense(License) - Method in class oracle.irm.engine.types.core.license.LicenseStatus
License.
setLicenses(LicenseStatus[]) - Method in class oracle.irm.engine.types.core.license.LicenseUnavailableException
The list of licenses and the reasons why the licenses cannot be used.
setLicenseTime(Date) - Method in class oracle.irm.engine.types.core.license.License
License time.
setLinks(HyperLink[]) - Method in class oracle.irm.engine.types.core.status.StatusPageInformation
Further assistance links.
setLocale(Locale) - Method in class oracle.irm.engine.types.core.desktop.Desktop
The desktop locale.
setLocale(Locale) - Method in class oracle.irm.engine.types.core.general.Label
Locale.
setMacAddress(String) - Method in class oracle.irm.engine.types.core.device.NetworkAdapter
MAC address.
setManagers(AccountRef[]) - Method in class oracle.irm.engine.types.rights.context.CannotRemoveManagersException
The existing managers.
setMaximum(int) - Method in class oracle.irm.engine.types.content.sealing.PublicHeaderLengthException
Maximum length.
setMaximum(int) - Method in class oracle.irm.engine.types.system.general.IllegalArgumentLengthException
The maximum permitted length.
setMaximum(int) - Method in class oracle.irm.engine.types.system.general.IllegalPropertyLengthException
The maximum permitted length.
setMethod(StatusPageRedirectTarget.HTTPMethod) - Method in class oracle.irm.engine.types.core.status.StatusPageRedirectTarget
The redirection method to use.
setMethod(String) - Method in class oracle.irm.engine.types.system.general.IllegalArgumentLengthException
The method name.
setMethod(String) - Method in class oracle.irm.engine.types.system.general.IllegalArgumentValueException
The method name.
setMethod(String) - Method in class oracle.irm.engine.types.system.general.MandatoryArgumentException
The method name.
setMimeType(String) - Method in class oracle.irm.engine.types.content.source.BufferSource
MIME type of the data in the buffer.
setMimeType(String) - Method in class oracle.irm.engine.types.content.type.IllegalMimeTypeException
The invalid MIME type.
setMimeTypes(String[]) - Method in class oracle.irm.engine.types.content.type.ContentType
The unsealed MIME type.
setMinute(short) - Method in class oracle.irm.engine.types.core.time.TimePoint
Minute in the hour.
setName(String) - Method in class oracle.irm.engine.types.core.account.Account
The user or group name.
setName(String) - Method in class oracle.irm.engine.types.core.desktop.DesktopApplication
The application name.
setName(String) - Method in class oracle.irm.engine.types.core.device.Device
The name of the device.
setName(String) - Method in class oracle.irm.engine.types.core.general.Label
Name.
setName(String) - Method in class oracle.irm.engine.types.system.general.DuplicateElementException
The duplicate element name.
setName(String) - Method in class oracle.irm.engine.types.system.general.IllegalArgumentLengthException
The parameter name.
setName(String) - Method in class oracle.irm.engine.types.system.general.IllegalArgumentValueException
The parameter name.
setName(String) - Method in class oracle.irm.engine.types.system.general.IllegalPropertyLengthException
The parameter name.
setName(String) - Method in class oracle.irm.engine.types.system.general.IllegalPropertyValueException
The property name.
setName(String) - Method in class oracle.irm.engine.types.system.general.MandatoryArgumentException
The parameter name.
setName(String) - Method in class oracle.irm.engine.types.system.general.MandatoryPropertyException
The property name.
setNamespaceContexts(QName[]) - Method in class oracle.irm.engine.types.core.general.XPathExpression
The namespace contexts used in the expression.
setObject(String) - Method in class oracle.irm.engine.types.system.general.IllegalPropertyLengthException
The method name.
setObject(String) - Method in class oracle.irm.engine.types.system.general.IllegalPropertyValueException
The object name.
setObject(String) - Method in class oracle.irm.engine.types.system.general.ImmutablePropertyException
The object name.
setObject(String) - Method in class oracle.irm.engine.types.system.general.MandatoryPropertyException
The object name.
setOperatingSystem(String) - Method in class oracle.irm.engine.types.core.desktop.Desktop
The desktop operating system.
setOrder(ContextJournalSorting.SortOrder) - Method in class oracle.irm.engine.types.rights.journal.ContextJournalSorting
Sort order.
setPath(String) - Method in class oracle.irm.engine.types.content.source.ResourceSource
The resource path.
setPath(File) - Method in class oracle.irm.engine.types.content.store.KeyStoreSettings
File path to the key store.
setPath(File) - Method in class oracle.irm.engine.types.content.store.UnknownKeyException
The key store path.
setProperty(String) - Method in class oracle.irm.engine.types.system.general.ImmutablePropertyException
The property name.
setPublicHeaderPeriod(int) - Method in class oracle.irm.engine.types.content.sealing.EncryptionOptions
Public header repeat period.
setReason(ContentParseException.Reason) - Method in class oracle.irm.engine.types.content.sealing.ContentParseException
The reason the parsing failed.
setRecord(boolean) - Method in class oracle.irm.engine.types.core.feature.Feature
Whether use of this feature is recorded.
setReferencePoint(TimeSpan.ReferencePoint) - Method in class oracle.irm.engine.types.core.time.TimeSpan
The reference point for a time span.
setRefreshPeriod(TimePeriod) - Method in class oracle.irm.engine.types.core.license.LicenseCriteria
The refresh period.
setRefreshPeriod(TimePeriod) - Method in class oracle.irm.engine.types.rights.context.DocumentRole
The refresh period.
setRefreshTime(Date) - Method in class oracle.irm.engine.types.core.license.License
Refresh time.
setRelativeAssignmentTimeConstraints(DocumentRole, TimePeriod) - Method in interface oracle.irm.engine.rights.context.DocumentRoleOperations
Set relative to assignment time constraints on a role.
setRelativeAssignmentTimeConstraints(DocumentRole, TimePeriod) - Static method in class oracle.irm.engine.rights.context.DocumentRoleOperationsInstance
Set relative to assignment time constraints on a role.
setRelativeClassificationTimeConstraints(DocumentRole, TimePeriod) - Method in interface oracle.irm.engine.rights.context.DocumentRoleOperations
Set relative to classification time constraints on a role.
setRelativeClassificationTimeConstraints(DocumentRole, TimePeriod) - Static method in class oracle.irm.engine.rights.context.DocumentRoleOperationsInstance
Set relative to classification time constraints on a role.
setRequestTime(Date) - Method in class oracle.irm.engine.types.core.license.License
Request time.
setRole(DocumentRoleRef) - Method in class oracle.irm.engine.types.rights.context.AccountAlreadyAssignedException
The document role.
setRole(DocumentRole) - Method in class oracle.irm.engine.types.rights.context.DocumentRight
The role.
setRole(DocumentRoleRef) - Method in class oracle.irm.engine.types.rights.context.DocumentRoleAlreadyExistsException
The document role that already exists.
setRole(Domain.Role) - Method in class oracle.irm.engine.types.rights.context.DomainAccount
The domain role.
setRole(DocumentRoleRef) - Method in class oracle.irm.engine.types.rights.context.ImmutableDocumentRoleException
The document role.
setRole(DocumentRoleRef) - Method in class oracle.irm.engine.types.rights.context.InvalidDocumentRoleException
The document role.
setRole(DocumentRoleRef) - Method in class oracle.irm.engine.types.rights.context.UnsupportedDocumentRoleException
The invalid document role.
setRoles(DocumentRoleRef[]) - Method in class oracle.irm.engine.types.rights.context.ContextTemplate
Document roles.
setSchema(CryptoSchema) - Method in class oracle.irm.engine.types.content.crypto.UnsupportedCryptoSchemaException
The unsupported cryptography schema.
setSchema(CryptoSchemaRef) - Method in class oracle.irm.engine.types.content.key.KeySet
The cryptography schema used to create this key.
setSchema(ContentSchema) - Method in class oracle.irm.engine.types.content.sealing.ContentDescription
Content schema version.
setSchemaVersion(SchemaVersion) - Method in class oracle.irm.engine.types.content.schema.ContentSchema
Schema version.
setSealedExtension(String) - Method in class oracle.irm.engine.types.content.type.ContentType
The sealed file extension.
setSealedMime(String) - Method in class oracle.irm.engine.types.content.sealing.ContentDescription
The MIME type of the sealed file.
setSealedMimeType(String) - Method in class oracle.irm.engine.types.content.type.ContentType
The sealed MIME type.
setServeUuid(UUID) - Method in class oracle.irm.engine.types.core.license.License
Serve UUID.
setSessionKeyEncryptionKeySize(int) - Method in class oracle.irm.engine.types.content.crypto.CryptoSchema
The key size (in bits) for session key encryption.
setSessionKeyEncryptionTransformation(String) - Method in class oracle.irm.engine.types.content.crypto.CryptoSchema
The session key encryption transformation.
setSigningKey(byte[]) - Method in class oracle.irm.engine.types.content.key.RawKeySetExtensions
Signing key.
setSigningKey(byte[]) - Method in class oracle.irm.engine.types.content.key.WrappedKeySetExtensions
Wrapped signing key.
setStart(TimePoint) - Method in class oracle.irm.engine.types.core.time.TimeWindow
The starting time for this time window.
setStartTime(Date) - Method in class oracle.irm.engine.types.core.time.AbsoluteTimeSpan
Start time for the time span.
setStartTime(TimePeriod) - Method in class oracle.irm.engine.types.core.time.RelativeTimeSpan
Start time for the time span.
setState(DesktopState) - Method in class oracle.irm.engine.types.core.status.StatusPageResponse
The desktop state.
setStatus(Label) - Method in class oracle.irm.engine.types.core.status.StatusPageResponse
The status.
setStatus(ContextTemplate.Status) - Method in class oracle.irm.engine.types.rights.context.ContextTemplate
Template status.
setStatus(ContextJournalEntry.Status) - Method in class oracle.irm.engine.types.rights.journal.ContextJournalEntry
The status of the action.
setStopTime(Date) - Method in class oracle.irm.engine.types.core.time.AbsoluteTimeSpan
Stop time for the time span.
setStopTime(TimePeriod) - Method in class oracle.irm.engine.types.core.time.RelativeTimeSpan
Stop time for the time span.
setStorage(LicenseCriteria.Storage) - Method in class oracle.irm.engine.types.core.license.LicenseCriteria
Storage specifier.
setStorage(LicenseCriteria.Storage) - Method in class oracle.irm.engine.types.rights.context.DocumentRole
Storage specifier.
setSystem(ClassificationSystemRef) - Method in class oracle.irm.engine.types.core.classification.Classification
The classification system.
setSystem(ClassificationSystemRef) - Method in class oracle.irm.engine.types.core.classification.ClassificationFilter
The classification system.
setSystem(ClassificationSystem) - Method in class oracle.irm.engine.types.core.classification.UnknownClassificationException
Classification system.
setSystem(ClassificationSystem) - Method in class oracle.irm.engine.types.core.classification.UnsupportedClassificationSystemException
The unknown classification system.
setSystem(Label) - Method in class oracle.irm.engine.types.core.status.StatusPageInformation
System label.
setTarget(StatusPageRedirectTarget) - Method in class oracle.irm.engine.types.core.status.StatusPageRedirectException
The target of the redirection.
setTemplate(ContextTemplateRef) - Method in class oracle.irm.engine.types.rights.context.ContextInstance
The context template.
setTemplate(ContextTemplateRef) - Method in class oracle.irm.engine.types.rights.context.InvalidDocumentRoleException
The context template.
setTime(Date) - Method in class oracle.irm.engine.types.classifications.item.ItemCode
The item code time stamp.
setTime(Date) - Method in class oracle.irm.engine.types.rights.journal.ContextJournalEntry
The time of the action.
setTimeBase(RelativeTimeSpan.TimeBase) - Method in class oracle.irm.engine.types.core.time.RelativeTimeSpan
The relative time base.
setTimeSpans(TimeSpan[]) - Method in class oracle.irm.engine.types.core.license.LicenseCriteria
Time constraints.
setTimeSpans(TimeSpan[]) - Method in class oracle.irm.engine.types.rights.context.DocumentRole
Time constraints.
setTimeStamp(Date) - Method in class oracle.irm.engine.types.core.desktop.Desktop
The desktop time stamp.
setTrustedContexts(ContextInstanceRef[]) - Method in class oracle.irm.engine.types.rights.context.ContextInstance
Trusted contexts.
setType(ItemConstraints.Type) - Method in class oracle.irm.engine.types.classifications.item.ItemConstraints
The type of constraint.
setType(String) - Method in class oracle.irm.engine.types.content.store.KeyStoreSettings
The key store type.
setType(Account.Type) - Method in class oracle.irm.engine.types.core.account.Account
The type of account.
setUnits(TimePeriod.Units) - Method in class oracle.irm.engine.types.core.time.TimePeriod
Time units.
setUnsealedSize(long) - Method in class oracle.irm.engine.types.content.sealing.ContentDescription
The size of the original unsealed file.
setUri(URI) - Method in class oracle.irm.engine.types.core.classification.Classification
Desktop URI.
setUri(URI) - Method in class oracle.irm.engine.types.core.classification.ClassificationFilter
Server URI.
setUri(URI) - Method in class oracle.irm.engine.types.core.general.HyperLink
The hyper-link URI.
setUri(URI) - Method in class oracle.irm.engine.types.core.status.StatusPageRedirectTarget
The redirection URI.
setUri(URI) - Method in class oracle.irm.engine.types.core.status.StatusPageRequest
Status page URI.
setUri(URI) - Method in class oracle.irm.engine.types.rights.journal.ContextJournalEntry
The source of the content.
setUrl(URL) - Method in class oracle.irm.engine.types.content.source.URLSource
The URL to the content.
setUse(Feature.Use) - Method in class oracle.irm.engine.types.core.feature.Feature
How this feature is obtained.
setUse(LicenseCriteria.Use) - Method in class oracle.irm.engine.types.core.license.LicenseCriteria
License use.
setUseFips(boolean) - Method in class oracle.irm.engine.types.content.crypto.CryptoSchema
If true, only FIPS-approved cryptography implementations should be used.
setUuid(UUID) - Method in class oracle.irm.engine.types.classifications.context.Context
Context UUID.
setUuid(UUID) - Method in class oracle.irm.engine.types.classifications.context.ContextRef
Context UUID.
setUuid(UUID) - Method in class oracle.irm.engine.types.classifications.context.UnknownContextException
The unknown context UUID.
setUuid(UUID) - Method in class oracle.irm.engine.types.content.key.KeySet
Key UUID.
setUuid(UUID) - Method in class oracle.irm.engine.types.content.key.KeySetAlreadyExistsException
The key set UUID that already exists.
setUuid(UUID) - Method in class oracle.irm.engine.types.content.key.KeySetRef
Key UUID.
setUuid(UUID) - Method in class oracle.irm.engine.types.content.key.UnknownKeySetException
The unknown key set's UUID.
setUuid(UUID) - Method in class oracle.irm.engine.types.content.sealing.CustomData
Custom data UUID This UUID value should uniquely identify the type of custom data provided.
setUuid(String) - Method in class oracle.irm.engine.types.core.account.Account
The user or group UUID.
setUuid(String) - Method in class oracle.irm.engine.types.core.account.AccountRef
The user or group UUID.
setUuid(String) - Method in class oracle.irm.engine.types.core.account.UnknownAccountException
The user or group identifier that is unknown.
setUuid(UUID) - Method in class oracle.irm.engine.types.core.classification.ClassificationSystem
A globally unique id for the classification system.
setUuid(UUID) - Method in class oracle.irm.engine.types.core.classification.ClassificationSystemRef
A globally unique id for the classification system.
setUuid(UUID) - Method in class oracle.irm.engine.types.core.desktop.Desktop
The globally unique desktop UUID.
setUuid(UUID) - Method in class oracle.irm.engine.types.core.device.Device
The globally unique device UUID.
setUuid(UUID) - Method in class oracle.irm.engine.types.core.license.License
An unique identity for a license.
setUuid(UUID) - Method in class oracle.irm.engine.types.rights.context.ContextInstanceAlreadyExistsException
The UUID of the context instance that already exists.
setUuid(UUID) - Method in class oracle.irm.engine.types.rights.context.ContextTemplate
An UUID for the template.
setUuid(UUID) - Method in class oracle.irm.engine.types.rights.context.ContextTemplateRef
An UUID for the template.
setUuid(UUID) - Method in class oracle.irm.engine.types.rights.context.DocumentRight
Globally unique right Id.
setUuid(UUID) - Method in class oracle.irm.engine.types.rights.context.DocumentRightRef
Globally unique right Id.
setUuid(UUID) - Method in class oracle.irm.engine.types.rights.context.DocumentRole
Role UUID.
setUuid(UUID) - Method in class oracle.irm.engine.types.rights.context.DocumentRoleRef
Role UUID.
setUuid(UUID) - Method in class oracle.irm.engine.types.rights.context.Domain
The UUID of the domain.
setUuid(UUID) - Method in class oracle.irm.engine.types.rights.context.DomainRef
The UUID of the domain.
setUuid(UUID) - Method in class oracle.irm.engine.types.rights.context.UnknownContextTemplateException
The template UUID.
setUuid(UUID) - Method in class oracle.irm.engine.types.rights.context.UnknownDocumentRightException
The right UUID.
setUuid(UUID) - Method in class oracle.irm.engine.types.rights.context.UnknownDocumentRoleException
The document role UUID.
setUuid(UUID) - Method in class oracle.irm.engine.types.rights.context.UnknownDomainException
The unknown domain UUID.
setUuid(UUID) - Method in class oracle.irm.engine.types.rights.journal.ContextJournalEntry
The context journal entry UUID.
setValue(String) - Method in class oracle.irm.engine.types.classifications.item.ItemCode
The item code value.
setValue(String) - Method in class oracle.irm.engine.types.content.type.UnsupportedContentTypeException
The unknown thing.
setValue(String) - Method in class oracle.irm.engine.types.core.general.XPathExpression
The XPath expression value.
setValue(ContextJournalSorting.SortProperty) - Method in class oracle.irm.engine.types.rights.journal.ContextJournalSorting
Sort property value.
setValue(Object) - Method in class oracle.irm.engine.types.system.general.IllegalArgumentLengthException
The invalid value.
setValue(Object) - Method in class oracle.irm.engine.types.system.general.IllegalPropertyLengthException
The invalid value.
setValue(Enum<?>) - Method in class oracle.irm.engine.types.system.general.UnsupportedEnumValueException
The unsupported enumeration value.
setVersion(String) - Method in class oracle.irm.engine.types.content.schema.SchemaVersion
Version string.
setVersion(ProductVersion) - Method in class oracle.irm.engine.types.core.desktop.Desktop
The desktop product version.
setVersion(String) - Method in class oracle.irm.engine.types.core.general.ProductVersion
The version string.
setVisibility(ContextInstance.Visibility) - Method in class oracle.irm.engine.types.rights.context.ContextInstance
Context visibility.
setWrappingKeySize(int) - Method in class oracle.irm.engine.types.content.key.IllegalWrappingKeySizeException
The size in bits of the wrapping key.
SIGNATURE_KIND_V1 - Static variable in interface oracle.irm.engine.content.sealing.SealingConstants
Version one public header signature.
sortLabels(Collection<Label>, Locale[]) - Method in interface oracle.irm.engine.core.general.LabelOperations
Sort labels into a locale preference order.
sortLabels(Collection<Label>, Locale[]) - Static method in class oracle.irm.engine.core.general.LabelOperationsInstance
Sort labels into a locale preference order.
sortTimePeriods(Collection<TimePeriod>) - Method in interface oracle.irm.engine.core.time.TimeOperations
Sort a set of time periods in ascending order.
sortTimePeriods(Collection<TimePeriod>) - Static method in class oracle.irm.engine.core.time.TimeOperationsInstance
Sort a set of time periods in ascending order.
Source - Interface in oracle.irm.engine.content.source
A source of content for the sealing process.
Source - Class in oracle.irm.engine.types.content.source
Source type.
Source() - Constructor for class oracle.irm.engine.types.content.source.Source
No argument constructor.
SourceCollectionFactory - Class in oracle.irm.engine.content.source
Source collection factory and utilities.
STANDARD_CONTEXT_TEMPLATES - Static variable in interface oracle.irm.engine.rights.context.ContextConstants
Set of standard template UUID values.
STANDARD_DOCUMENT_ROLES - Static variable in interface oracle.irm.engine.rights.context.ContextConstants
Set of standard role UUID values.
startOfPeriod(Date) - Method in interface oracle.irm.engine.core.time.TimePeriod
Work out the start of the specified period.
StatusPageInformation - Interface in oracle.irm.engine.core.status
Status page information.
StatusPageInformation - Class in oracle.irm.engine.types.core.status
Status Page Information type.
StatusPageInformation() - Constructor for class oracle.irm.engine.types.core.status.StatusPageInformation
No argument constructor.
StatusPageInformation(Label, Label, Label, HyperLink[]) - Constructor for class oracle.irm.engine.types.core.status.StatusPageInformation
Constructor.
StatusPageInformationFactory - Class in oracle.irm.engine.core.status
Status Page Information factory.
StatusPageOperations - Interface in oracle.irm.engine.core.status
Operations relating to the status pages.
StatusPageOperationsInstance - Class in oracle.irm.engine.core.status
Operations relating to the status pages.
StatusPageRedirectException - Exception in oracle.irm.engine.core.status
Status page redirect.
StatusPageRedirectException(StatusPageRedirectTarget) - Constructor for exception oracle.irm.engine.core.status.StatusPageRedirectException
Constructor.
StatusPageRedirectException(StatusPageRedirectTarget, Throwable) - Constructor for exception oracle.irm.engine.core.status.StatusPageRedirectException
Constructor.
StatusPageRedirectException - Class in oracle.irm.engine.types.core.status
Status Page Redirect exception information.
StatusPageRedirectException() - Constructor for class oracle.irm.engine.types.core.status.StatusPageRedirectException
Default constructor.
StatusPageRedirectException(StatusPageRedirectTarget) - Constructor for class oracle.irm.engine.types.core.status.StatusPageRedirectException
Constructor.
StatusPageRedirectFault - Exception in oracle.irm.j2ee.jws.core.status
Status page redirect.
StatusPageRedirectTarget - Interface in oracle.irm.engine.core.status
A status page direct target.
StatusPageRedirectTarget - Class in oracle.irm.engine.types.core.status
Status Page Redirect Target type.
StatusPageRedirectTarget() - Constructor for class oracle.irm.engine.types.core.status.StatusPageRedirectTarget
No argument constructor.
StatusPageRedirectTarget(URI, StatusPageRedirectTarget.HTTPMethod) - Constructor for class oracle.irm.engine.types.core.status.StatusPageRedirectTarget
Constructor.
StatusPageRedirectTarget.HTTPMethod - Enum in oracle.irm.engine.core.status
The HTTP method.
StatusPageRedirectTarget.HTTPMethod - Enum in oracle.irm.engine.types.core.status
HTTP Method enumeration.
StatusPageRedirectTargetFactory - Class in oracle.irm.engine.core.status
Status Page Redirect Target factory.
StatusPageRequest - Interface in oracle.irm.engine.core.status
A status page HTTP request.
StatusPageRequest - Class in oracle.irm.engine.types.core.status
Status Page Request type.
StatusPageRequest() - Constructor for class oracle.irm.engine.types.core.status.StatusPageRequest
No argument constructor.
StatusPageRequest(URI, byte[]) - Constructor for class oracle.irm.engine.types.core.status.StatusPageRequest
Constructor.
StatusPageRequest.StatusPage - Enum in oracle.irm.engine.core.status
The status pages provided by the desktop web site.
StatusPageRequest.StatusPage - Enum in oracle.irm.engine.types.core.status
Status Page enumeration.
StatusPageRequestFactory - Class in oracle.irm.engine.core.status
Status Page Request factory.
StatusPageResponse - Interface in oracle.irm.engine.core.status
A status page response.
StatusPageResponse - Class in oracle.irm.engine.types.core.status
Status Page Response type.
StatusPageResponse() - Constructor for class oracle.irm.engine.types.core.status.StatusPageResponse
No argument constructor.
StatusPageResponse(Label, DesktopState, ContentType, StatusPageInformation) - Constructor for class oracle.irm.engine.types.core.status.StatusPageResponse
Constructor.
StatusPageResponseFactory - Class in oracle.irm.engine.core.status
Status Page Response factory.
StreamSource - Interface in oracle.irm.engine.content.source
A stream based source for the sealing process.
StreamSourceFactory - Class in oracle.irm.engine.content.source
Stream Source factory.
stripFeatures(Collection<Feature>, String[]) - Method in interface oracle.irm.engine.core.feature.FeatureOperations
Remove features from a collection by feature identity.
stripFeatures(Collection<Feature>, String[]) - Static method in class oracle.irm.engine.core.feature.FeatureOperationsInstance
Remove features from a collection by feature identity.
stripPrimaryFeatures(Collection<Feature>) - Method in interface oracle.irm.engine.core.feature.FeatureOperations
Remove primary features from a collection of features.
stripPrimaryFeatures(Collection<Feature>) - Static method in class oracle.irm.engine.core.feature.FeatureOperationsInstance
Remove primary features from a collection of features.
stripRecordedFeatures(Collection<Feature>) - Method in interface oracle.irm.engine.core.feature.FeatureOperations
Remove recorded features from a collection of features.
stripRecordedFeatures(Collection<Feature>) - Static method in class oracle.irm.engine.core.feature.FeatureOperationsInstance
Remove recorded features from a collection of features.
synchronize(URI) - Method in interface oracle.irm.engine.core.storage.DesktopServices
Perform a synchronize for the specified server and update the store.
synchronize(URI) - Static method in class oracle.irm.engine.core.storage.DesktopServicesInstance
Perform a synchronize for the specified server and update the store.

T

TimeOperations - Interface in oracle.irm.engine.core.time
Operations for manipulating and creating time based objects.
TimeOperationsInstance - Class in oracle.irm.engine.core.time
Operations for manipulating and creating time based objects.
TimePeriod - Interface in oracle.irm.engine.core.time
A definition of a length of time.
TimePeriod - Class in oracle.irm.engine.types.core.time
Time Period type.
TimePeriod() - Constructor for class oracle.irm.engine.types.core.time.TimePeriod
No argument constructor.
TimePeriod(int, TimePeriod.Units) - Constructor for class oracle.irm.engine.types.core.time.TimePeriod
Constructor.
TimePeriod.Units - Enum in oracle.irm.engine.core.time
Time units.
TimePeriod.Units - Enum in oracle.irm.engine.types.core.time
Units enumeration.
TimePeriodCollectionFactory - Class in oracle.irm.engine.core.time
Time Period collection factory and utilities.
TimePeriodFactory - Class in oracle.irm.engine.core.time
Time Period factory.
timePeriodsAsSet(Collection<TimePeriod>) - Static method in class oracle.irm.engine.core.time.TimePeriodCollectionFactory
Create a set of Time Period elements from a collection.
TimePoint - Interface in oracle.irm.engine.core.time
A point in time during the day.
TimePoint - Class in oracle.irm.engine.types.core.time
Time Point type.
TimePoint() - Constructor for class oracle.irm.engine.types.core.time.TimePoint
No argument constructor.
TimePoint(short, short) - Constructor for class oracle.irm.engine.types.core.time.TimePoint
Constructor.
TimePointFactory - Class in oracle.irm.engine.core.time
Time Point factory.
TimeRange - Interface in oracle.irm.engine.core.time
An absolute time range.
TimeRange - Class in oracle.irm.engine.types.core.time
Time Range type.
TimeRange() - Constructor for class oracle.irm.engine.types.core.time.TimeRange
No argument constructor.
TimeRange(Date, Date) - Constructor for class oracle.irm.engine.types.core.time.TimeRange
Constructor.
TimeRange.Direction - Enum in oracle.irm.engine.core.time
Time interval direction.
TimeRange.Direction - Enum in oracle.irm.engine.types.core.time
Direction enumeration.
TimeRange.Interval - Enum in oracle.irm.engine.core.time
Time interval.
TimeRange.Interval - Enum in oracle.irm.engine.types.core.time
Interval enumeration.
TimeRangeFactory - Class in oracle.irm.engine.core.time
Time Range factory.
TimeSpan - Interface in oracle.irm.engine.core.time
A time span.
TimeSpan - Class in oracle.irm.engine.types.core.time
Time Span type.
TimeSpan() - Constructor for class oracle.irm.engine.types.core.time.TimeSpan
No argument constructor.
TimeSpan(TimeSpan.ReferencePoint) - Constructor for class oracle.irm.engine.types.core.time.TimeSpan
Constructor.
TimeSpan.ReferencePoint - Enum in oracle.irm.engine.core.time
Time reference point.
TimeSpan.ReferencePoint - Enum in oracle.irm.engine.types.core.time
Reference Point enumeration.
TimeSpanCheck - Interface in oracle.irm.engine.core.time
Validity checks for absolute and relative time spans.
TimeSpanCheckInstance - Class in oracle.irm.engine.core.time
Validity checks for absolute and relative time spans.
TimeSpanCollectionFactory - Class in oracle.irm.engine.core.time
Time Span collection factory and utilities.
TimeWindow - Interface in oracle.irm.engine.core.time
A window of time on a specified day of the week.
TimeWindow - Class in oracle.irm.engine.types.core.time
Time Window type.
TimeWindow() - Constructor for class oracle.irm.engine.types.core.time.TimeWindow
No argument constructor.
TimeWindow(TimePoint, TimePoint, TimeWindow.DayOfWeek) - Constructor for class oracle.irm.engine.types.core.time.TimeWindow
Constructor.
TimeWindow.DayOfWeek - Enum in oracle.irm.engine.core.time
Days of the week.
TimeWindow.DayOfWeek - Enum in oracle.irm.engine.types.core.time
Day Of Week enumeration.
TimeWindowCollectionFactory - Class in oracle.irm.engine.core.time
Time Window collection factory and utilities.
TimeWindowFactory - Class in oracle.irm.engine.core.time
Time Window factory.
toMinutes() - Method in interface oracle.irm.engine.core.time.TimePoint
Total number of minutes for the time point.
toSeconds() - Method in interface oracle.irm.engine.core.time.TimePeriod
Convert this time period to seconds.
transfer(Account, Account) - Method in interface oracle.irm.engine.core.account.AccountOperations
Transfer all information relating to an account to another account.
transfer(Account, Account) - Static method in class oracle.irm.engine.core.account.AccountOperationsInstance
Transfer all information relating to an account to another account.

U

unassignRight(DocumentRight) - Method in interface oracle.irm.engine.rights.context.DocumentRightOperations
Un-assign a right.
unassignRight(DocumentRight) - Static method in class oracle.irm.engine.rights.context.DocumentRightOperationsInstance
Un-assign a right.
unassignRights(Collection<DocumentRight>) - Method in interface oracle.irm.engine.rights.context.DocumentRightOperations
Un-assign a set of rights.
unassignRights(Collection<DocumentRight>) - Static method in class oracle.irm.engine.rights.context.DocumentRightOperationsInstance
Un-assign a set of rights.
unassignRights(DocumentRightRef[]) - Method in interface oracle.irm.j2ee.jws.rights.context.DocumentRightOperationsEndpoint
Un-assign a set of rights.
unassignRightsByContext(ContextInstance) - Method in interface oracle.irm.engine.rights.context.DocumentRightOperations
Un-assign rights assigned to a context.
unassignRightsByContext(ContextInstance) - Static method in class oracle.irm.engine.rights.context.DocumentRightOperationsInstance
Un-assign rights assigned to a context.
UnknownAccountException - Exception in oracle.irm.engine.core.account
Unknown account.
UnknownAccountException(String) - Constructor for exception oracle.irm.engine.core.account.UnknownAccountException
Constructor.
UnknownAccountException(String, Throwable) - Constructor for exception oracle.irm.engine.core.account.UnknownAccountException
Constructor.
UnknownAccountException - Class in oracle.irm.engine.types.core.account
Unknown Account exception information.
UnknownAccountException() - Constructor for class oracle.irm.engine.types.core.account.UnknownAccountException
Default constructor.
UnknownAccountException(String) - Constructor for class oracle.irm.engine.types.core.account.UnknownAccountException
Constructor.
UnknownClassificationException - Exception in oracle.irm.engine.core.classification
Unknown classification.
UnknownClassificationException(ClassificationSystem, Object) - Constructor for exception oracle.irm.engine.core.classification.UnknownClassificationException
Constructor.
UnknownClassificationException(ClassificationSystem, Object, Throwable) - Constructor for exception oracle.irm.engine.core.classification.UnknownClassificationException
Constructor.
UnknownClassificationException - Class in oracle.irm.engine.types.core.classification
Unknown Classification exception information.
UnknownClassificationException() - Constructor for class oracle.irm.engine.types.core.classification.UnknownClassificationException
Default constructor.
UnknownClassificationException(ClassificationSystem, Object) - Constructor for class oracle.irm.engine.types.core.classification.UnknownClassificationException
Constructor.
UnknownClassificationFault - Exception in oracle.irm.j2ee.jws.core.classification
Unknown classification.
UnknownContentTypeException - Exception in oracle.irm.engine.content.type
Unknown content type.
UnknownContentTypeException() - Constructor for exception oracle.irm.engine.content.type.UnknownContentTypeException
Constructor.
UnknownContentTypeException(Throwable) - Constructor for exception oracle.irm.engine.content.type.UnknownContentTypeException
Constructor.
UnknownContentTypeException - Class in oracle.irm.engine.types.content.type
Unknown Content Type exception information.
UnknownContentTypeException() - Constructor for class oracle.irm.engine.types.content.type.UnknownContentTypeException
Default constructor.
UnknownContextException - Exception in oracle.irm.engine.classifications.context
Unknown context.
UnknownContextException(UUID) - Constructor for exception oracle.irm.engine.classifications.context.UnknownContextException
Constructor.
UnknownContextException(UUID, Throwable) - Constructor for exception oracle.irm.engine.classifications.context.UnknownContextException
Constructor.
UnknownContextException - Class in oracle.irm.engine.types.classifications.context
Unknown Context exception information.
UnknownContextException() - Constructor for class oracle.irm.engine.types.classifications.context.UnknownContextException
Default constructor.
UnknownContextException(UUID) - Constructor for class oracle.irm.engine.types.classifications.context.UnknownContextException
Constructor.
UnknownContextFault - Exception in oracle.irm.j2ee.jws.classifications.context
Unknown context.
UnknownContextTemplateException - Exception in oracle.irm.engine.rights.context
Unknown context template.
UnknownContextTemplateException(UUID, Domain) - Constructor for exception oracle.irm.engine.rights.context.UnknownContextTemplateException
Constructor.
UnknownContextTemplateException(UUID, Domain, Throwable) - Constructor for exception oracle.irm.engine.rights.context.UnknownContextTemplateException
Constructor.
UnknownContextTemplateException - Class in oracle.irm.engine.types.rights.context
Unknown Context Template exception information.
UnknownContextTemplateException() - Constructor for class oracle.irm.engine.types.rights.context.UnknownContextTemplateException
Default constructor.
UnknownContextTemplateException(UUID, DomainRef) - Constructor for class oracle.irm.engine.types.rights.context.UnknownContextTemplateException
Constructor.
UnknownContextTemplateFault - Exception in oracle.irm.j2ee.jws.rights.context
Unknown context template.
UnknownCryptoSchemaException - Exception in oracle.irm.engine.content.crypto
Unknown or unsupported cryptography schema.
UnknownCryptoSchemaException(String) - Constructor for exception oracle.irm.engine.content.crypto.UnknownCryptoSchemaException
Constructor.
UnknownCryptoSchemaException(String, Throwable) - Constructor for exception oracle.irm.engine.content.crypto.UnknownCryptoSchemaException
Constructor.
UnknownCryptoSchemaException - Class in oracle.irm.engine.types.content.crypto
Unknown Crypto Schema exception information.
UnknownCryptoSchemaException() - Constructor for class oracle.irm.engine.types.content.crypto.UnknownCryptoSchemaException
Default constructor.
UnknownCryptoSchemaException(String) - Constructor for class oracle.irm.engine.types.content.crypto.UnknownCryptoSchemaException
Constructor.
UnknownDocumentRightException - Exception in oracle.irm.engine.rights.context
Unknown right.
UnknownDocumentRightException(UUID) - Constructor for exception oracle.irm.engine.rights.context.UnknownDocumentRightException
Constructor.
UnknownDocumentRightException(UUID, Throwable) - Constructor for exception oracle.irm.engine.rights.context.UnknownDocumentRightException
Constructor.
UnknownDocumentRightException - Class in oracle.irm.engine.types.rights.context
Unknown Document Right exception information.
UnknownDocumentRightException() - Constructor for class oracle.irm.engine.types.rights.context.UnknownDocumentRightException
Default constructor.
UnknownDocumentRightException(UUID) - Constructor for class oracle.irm.engine.types.rights.context.UnknownDocumentRightException
Constructor.
UnknownDocumentRightFault - Exception in oracle.irm.j2ee.jws.rights.context
Unknown right.
UnknownDocumentRoleException - Exception in oracle.irm.engine.rights.context
Unknown document role.
UnknownDocumentRoleException(UUID, Domain) - Constructor for exception oracle.irm.engine.rights.context.UnknownDocumentRoleException
Constructor.
UnknownDocumentRoleException(UUID, Domain, Throwable) - Constructor for exception oracle.irm.engine.rights.context.UnknownDocumentRoleException
Constructor.
UnknownDocumentRoleException - Class in oracle.irm.engine.types.rights.context
Unknown Document Role exception information.
UnknownDocumentRoleException() - Constructor for class oracle.irm.engine.types.rights.context.UnknownDocumentRoleException
Default constructor.
UnknownDocumentRoleException(UUID, DomainRef) - Constructor for class oracle.irm.engine.types.rights.context.UnknownDocumentRoleException
Constructor.
UnknownDocumentRoleFault - Exception in oracle.irm.j2ee.jws.rights.context
Unknown document role.
UnknownDomainException - Exception in oracle.irm.engine.rights.context
Unknown domain.
UnknownDomainException(UUID) - Constructor for exception oracle.irm.engine.rights.context.UnknownDomainException
Constructor.
UnknownDomainException(UUID, Throwable) - Constructor for exception oracle.irm.engine.rights.context.UnknownDomainException
Constructor.
UnknownDomainException - Class in oracle.irm.engine.types.rights.context
Unknown Domain exception information.
UnknownDomainException() - Constructor for class oracle.irm.engine.types.rights.context.UnknownDomainException
Default constructor.
UnknownDomainException(UUID) - Constructor for class oracle.irm.engine.types.rights.context.UnknownDomainException
Constructor.
UnknownDomainFault - Exception in oracle.irm.j2ee.jws.rights.context
Unknown domain.
UnknownFeatureException - Exception in oracle.irm.engine.core.feature
Unknown feature.
UnknownFeatureException(String) - Constructor for exception oracle.irm.engine.core.feature.UnknownFeatureException
Constructor.
UnknownFeatureException(String, Throwable) - Constructor for exception oracle.irm.engine.core.feature.UnknownFeatureException
Constructor.
UnknownFeatureException - Class in oracle.irm.engine.types.core.feature
Unknown Feature exception information.
UnknownFeatureException() - Constructor for class oracle.irm.engine.types.core.feature.UnknownFeatureException
Default constructor.
UnknownFeatureException(String) - Constructor for class oracle.irm.engine.types.core.feature.UnknownFeatureException
Constructor.
UnknownKeyException - Exception in oracle.irm.engine.content.store
Unknown key.
UnknownKeyException(String, File) - Constructor for exception oracle.irm.engine.content.store.UnknownKeyException
Constructor.
UnknownKeyException(String, File, Throwable) - Constructor for exception oracle.irm.engine.content.store.UnknownKeyException
Constructor.
UnknownKeyException - Class in oracle.irm.engine.types.content.store
Unknown Key exception information.
UnknownKeyException() - Constructor for class oracle.irm.engine.types.content.store.UnknownKeyException
Default constructor.
UnknownKeyException(String, File) - Constructor for class oracle.irm.engine.types.content.store.UnknownKeyException
Constructor.
UnknownKeySetException - Exception in oracle.irm.engine.content.key
Unknown key set.
UnknownKeySetException(UUID) - Constructor for exception oracle.irm.engine.content.key.UnknownKeySetException
Constructor.
UnknownKeySetException(UUID, Throwable) - Constructor for exception oracle.irm.engine.content.key.UnknownKeySetException
Constructor.
UnknownKeySetException - Class in oracle.irm.engine.types.content.key
Unknown Key Set exception information.
UnknownKeySetException() - Constructor for class oracle.irm.engine.types.content.key.UnknownKeySetException
Default constructor.
UnknownKeySetException(UUID) - Constructor for class oracle.irm.engine.types.content.key.UnknownKeySetException
Constructor.
unmodifiableAccounts(Collection<Account>) - Static method in class oracle.irm.engine.core.account.AccountCollectionFactory
Create an immutable shallow copy of a Account collection.
unmodifiableClassifications(Collection<Classification>) - Static method in class oracle.irm.engine.core.classification.ClassificationCollectionFactory
Create an immutable shallow copy of a Classification collection.
unmodifiableContentSchemas(Collection<ContentSchema>) - Static method in class oracle.irm.engine.content.schema.ContentSchemaCollectionFactory
Create an immutable shallow copy of a Content Schema collection.
unmodifiableContentTypes(Collection<ContentType>) - Static method in class oracle.irm.engine.content.type.ContentTypeCollectionFactory
Create an immutable shallow copy of a Content Type collection.
unmodifiableContextCookies(Collection<ContextCookie>) - Static method in class oracle.irm.engine.classifications.context.ContextCookieCollectionFactory
Create an immutable shallow copy of a Context Cookie collection.
unmodifiableContextInstances(Collection<ContextInstance>) - Static method in class oracle.irm.engine.rights.context.ContextInstanceCollectionFactory
Create an immutable shallow copy of a Context Instance collection.
unmodifiableContextJournalEntries(Collection<ContextJournalEntry>) - Static method in class oracle.irm.engine.rights.journal.ContextJournalEntryCollectionFactory
Create an immutable shallow copy of a Context Journal Entry collection.
unmodifiableContexts(Collection<Context>) - Static method in class oracle.irm.engine.classifications.context.ContextCollectionFactory
Create an immutable shallow copy of a Context collection.
unmodifiableContextTemplates(Collection<ContextTemplate>) - Static method in class oracle.irm.engine.rights.context.ContextTemplateCollectionFactory
Create an immutable shallow copy of a Context Template collection.
unmodifiableCryptoSchemas(Collection<CryptoSchema>) - Static method in class oracle.irm.engine.content.crypto.CryptoSchemaCollectionFactory
Create an immutable shallow copy of a Crypto Schema collection.
unmodifiableCustomData(Collection<CustomData>) - Static method in class oracle.irm.engine.content.sealing.CustomDataCollectionFactory
Create an immutable shallow copy of a Custom Data collection.
unmodifiableDevices(Collection<Device>) - Static method in class oracle.irm.engine.core.device.DeviceCollectionFactory
Create an immutable shallow copy of a Device collection.
unmodifiableDocumentRights(Collection<DocumentRight>) - Static method in class oracle.irm.engine.rights.context.DocumentRightCollectionFactory
Create an immutable shallow copy of a Document Right collection.
unmodifiableDocumentRoles(Collection<DocumentRole>) - Static method in class oracle.irm.engine.rights.context.DocumentRoleCollectionFactory
Create an immutable shallow copy of a Document Role collection.
unmodifiableDomainAccounts(Collection<DomainAccount>) - Static method in class oracle.irm.engine.rights.context.DomainAccountCollectionFactory
Create an immutable shallow copy of a Domain Account collection.
unmodifiableDomains(Collection<Domain>) - Static method in class oracle.irm.engine.rights.context.DomainCollectionFactory
Create an immutable shallow copy of a Domain collection.
unmodifiableFeatures(Collection<Feature>) - Static method in class oracle.irm.engine.core.feature.FeatureCollectionFactory
Create an immutable shallow copy of a Feature collection.
unmodifiableHyperLinks(Collection<HyperLink>) - Static method in class oracle.irm.engine.core.general.HyperLinkCollectionFactory
Create an immutable shallow copy of a Hyper Link collection.
unmodifiableItemCodes(Collection<ItemCode>) - Static method in class oracle.irm.engine.classifications.item.ItemCodeCollectionFactory
Create an immutable shallow copy of a Item Code collection.
unmodifiableKeySets(Collection<KeySet>) - Static method in class oracle.irm.engine.content.key.KeySetCollectionFactory
Create an immutable shallow copy of a Key Set collection.
unmodifiableLabels(Collection<Label>) - Static method in class oracle.irm.engine.core.general.LabelCollectionFactory
Create an immutable shallow copy of a Label collection.
unmodifiableLicenses(Collection<License>) - Static method in class oracle.irm.engine.core.license.LicenseCollectionFactory
Create an immutable shallow copy of a License collection.
unmodifiableLicenseStatuses(Collection<LicenseStatus>) - Static method in class oracle.irm.engine.core.license.LicenseStatusCollectionFactory
Create an immutable shallow copy of a License Status collection.
unmodifiableNetworkAdapters(Collection<NetworkAdapter>) - Static method in class oracle.irm.engine.core.device.NetworkAdapterCollectionFactory
Create an immutable shallow copy of a Network Adapter collection.
unmodifiableSources(Collection<Source>) - Static method in class oracle.irm.engine.content.source.SourceCollectionFactory
Create an immutable shallow copy of a Source collection.
unmodifiableTimePeriods(Collection<TimePeriod>) - Static method in class oracle.irm.engine.core.time.TimePeriodCollectionFactory
Create an immutable shallow copy of a Time Period collection.
unmodifiableTimeSpans(Collection<TimeSpan>) - Static method in class oracle.irm.engine.core.time.TimeSpanCollectionFactory
Create an immutable shallow copy of a Time Span collection.
unmodifiableTimeWindows(Collection<TimeWindow>) - Static method in class oracle.irm.engine.core.time.TimeWindowCollectionFactory
Create an immutable shallow copy of a Time Window collection.
unseal(InputStream, OutputStream) - Method in interface oracle.irm.engine.content.sealing.SealingOperations
Unseal a stream into an output stream.
unseal(InputStream, OutputStream) - Static method in class oracle.irm.engine.content.sealing.SealingOperationsInstance
Unseal a stream into an output stream.
unseal(InputStream) - Method in interface oracle.irm.engine.content.sealing.SealingServices
Unseal a stream into an output stream.
unseal(InputStream) - Static method in class oracle.irm.engine.content.sealing.SealingServicesInstance
Unseal a stream into an output stream.
unseal(DataHandler) - Method in interface oracle.irm.j2ee.jws.content.sealing.SealingServicesEndpoint
Unseal a stream into an output stream.
UNSEAL_FEATURE - Static variable in interface oracle.irm.engine.core.feature.FeatureConstants
Save unsealed feature.
UNSEAL_FEATURE_ID - Static variable in interface oracle.irm.engine.core.feature.FeatureConstants
Unseal feature ID.
UNSEAL_FEATURE_NOT_RECORDED - Static variable in interface oracle.irm.engine.core.feature.FeatureConstants
Save unsealed feature.
UNSPECIFIED_CLASSIFICATION_URI - Static variable in interface oracle.irm.engine.core.classification.ClassificationConstants
Unspecified classification URI.
UNSPECIFIED_UNSEALED_SIZE - Static variable in interface oracle.irm.engine.content.sealing.ContentDescription
The value of the unsealed size if no size was specified during sealing.
UnsupportedClassificationSystemException - Exception in oracle.irm.engine.core.classification
Unsupported classification system.
UnsupportedClassificationSystemException(ClassificationSystem) - Constructor for exception oracle.irm.engine.core.classification.UnsupportedClassificationSystemException
Constructor.
UnsupportedClassificationSystemException(ClassificationSystem, Throwable) - Constructor for exception oracle.irm.engine.core.classification.UnsupportedClassificationSystemException
Constructor.
UnsupportedClassificationSystemException - Class in oracle.irm.engine.types.core.classification
Unsupported Classification System exception information.
UnsupportedClassificationSystemException() - Constructor for class oracle.irm.engine.types.core.classification.UnsupportedClassificationSystemException
Default constructor.
UnsupportedClassificationSystemException(ClassificationSystem) - Constructor for class oracle.irm.engine.types.core.classification.UnsupportedClassificationSystemException
Constructor.
UnsupportedContentTypeException - Exception in oracle.irm.engine.content.type
Unsupported content type/format.
UnsupportedContentTypeException(String) - Constructor for exception oracle.irm.engine.content.type.UnsupportedContentTypeException
Constructor.
UnsupportedContentTypeException(String, Throwable) - Constructor for exception oracle.irm.engine.content.type.UnsupportedContentTypeException
Constructor.
UnsupportedContentTypeException - Class in oracle.irm.engine.types.content.type
Unsupported Content Type exception information.
UnsupportedContentTypeException() - Constructor for class oracle.irm.engine.types.content.type.UnsupportedContentTypeException
Default constructor.
UnsupportedContentTypeException(String) - Constructor for class oracle.irm.engine.types.content.type.UnsupportedContentTypeException
Constructor.
UnsupportedContentTypeFault - Exception in oracle.irm.j2ee.jws.content.type
Unsupported content type/format.
UnsupportedCryptoSchemaException - Exception in oracle.irm.engine.content.crypto
Unsupported cryptography schema.
UnsupportedCryptoSchemaException(CryptoSchema) - Constructor for exception oracle.irm.engine.content.crypto.UnsupportedCryptoSchemaException
Constructor.
UnsupportedCryptoSchemaException(CryptoSchema, Throwable) - Constructor for exception oracle.irm.engine.content.crypto.UnsupportedCryptoSchemaException
Constructor.
UnsupportedCryptoSchemaException - Class in oracle.irm.engine.types.content.crypto
Unsupported Crypto Schema exception information.
UnsupportedCryptoSchemaException() - Constructor for class oracle.irm.engine.types.content.crypto.UnsupportedCryptoSchemaException
Default constructor.
UnsupportedCryptoSchemaException(CryptoSchema) - Constructor for class oracle.irm.engine.types.content.crypto.UnsupportedCryptoSchemaException
Constructor.
UnsupportedCryptoSchemaFault - Exception in oracle.irm.j2ee.jws.content.crypto
Unsupported cryptography schema.
UnsupportedDocumentRoleException - Exception in oracle.irm.engine.rights.context
Unsupported document role.
UnsupportedDocumentRoleException(DocumentRole, ContextInstance) - Constructor for exception oracle.irm.engine.rights.context.UnsupportedDocumentRoleException
Constructor.
UnsupportedDocumentRoleException(DocumentRole, ContextInstance, Throwable) - Constructor for exception oracle.irm.engine.rights.context.UnsupportedDocumentRoleException
Constructor.
UnsupportedDocumentRoleException - Class in oracle.irm.engine.types.rights.context
Unsupported Document Role exception information.
UnsupportedDocumentRoleException() - Constructor for class oracle.irm.engine.types.rights.context.UnsupportedDocumentRoleException
Default constructor.
UnsupportedDocumentRoleException(DocumentRoleRef, ContextInstanceRef) - Constructor for class oracle.irm.engine.types.rights.context.UnsupportedDocumentRoleException
Constructor.
UnsupportedDocumentRoleFault - Exception in oracle.irm.j2ee.jws.rights.context
Unsupported document role.
UnsupportedEnumValueException - Exception in oracle.irm.engine.system.general
Unsupported enumeration value.
UnsupportedEnumValueException(Enum<?>) - Constructor for exception oracle.irm.engine.system.general.UnsupportedEnumValueException
Constructor.
UnsupportedEnumValueException(Enum<?>, Throwable) - Constructor for exception oracle.irm.engine.system.general.UnsupportedEnumValueException
Constructor.
UnsupportedEnumValueException - Class in oracle.irm.engine.types.system.general
Unsupported Enum Value exception information.
UnsupportedEnumValueException() - Constructor for class oracle.irm.engine.types.system.general.UnsupportedEnumValueException
Default constructor.
UnsupportedEnumValueException(Enum<?>) - Constructor for class oracle.irm.engine.types.system.general.UnsupportedEnumValueException
Constructor.
UnsupportedWrappingAlgorithmException - Exception in oracle.irm.engine.content.key
Unsupported wrapping key algorithm.
UnsupportedWrappingAlgorithmException(String) - Constructor for exception oracle.irm.engine.content.key.UnsupportedWrappingAlgorithmException
Constructor.
UnsupportedWrappingAlgorithmException(String, Throwable) - Constructor for exception oracle.irm.engine.content.key.UnsupportedWrappingAlgorithmException
Constructor.
UnsupportedWrappingAlgorithmException - Class in oracle.irm.engine.types.content.key
Unsupported Wrapping Algorithm exception information.
UnsupportedWrappingAlgorithmException() - Constructor for class oracle.irm.engine.types.content.key.UnsupportedWrappingAlgorithmException
Default constructor.
UnsupportedWrappingAlgorithmException(String) - Constructor for class oracle.irm.engine.types.content.key.UnsupportedWrappingAlgorithmException
Constructor.
updateClassification(Classification) - Method in interface oracle.irm.engine.core.classification.ClassificationOperations
Update classification details.
updateClassification(Classification) - Static method in class oracle.irm.engine.core.classification.ClassificationOperationsInstance
Update classification details.
updateExportConstraints(Collection<Feature>, DocumentRole.ExportConstraints) - Method in interface oracle.irm.engine.rights.context.DocumentRoleOperations
Update a set of features based on export constraints.
updateExportConstraints(Collection<Feature>, DocumentRole.ExportConstraints) - Static method in class oracle.irm.engine.rights.context.DocumentRoleOperationsInstance
Update a set of features based on export constraints.
uploadJournalEntries(Collection<ContextJournalEntry>) - Method in interface oracle.irm.engine.rights.context.ContextOperations
Uploads a set of context journal entries.
uploadJournalEntries(Collection<ContextJournalEntry>) - Static method in class oracle.irm.engine.rights.context.ContextOperationsInstance
Uploads a set of context journal entries.
URLSource - Interface in oracle.irm.engine.content.source
A URL based source for the sealing process.
URLSource - Class in oracle.irm.engine.types.content.source
URL Source type.
URLSource() - Constructor for class oracle.irm.engine.types.content.source.URLSource
No argument constructor.
URLSource(URL) - Constructor for class oracle.irm.engine.types.content.source.URLSource
Constructor.
URLSourceFactory - Class in oracle.irm.engine.content.source
URL Source factory.

V

validateCryptoSchema(CryptoSchema) - Method in interface oracle.irm.engine.content.crypto.CryptoSchemaOperations
Test the validity of a cryptography schema.
validateCryptoSchema(CryptoSchema) - Static method in class oracle.irm.engine.content.crypto.CryptoSchemaOperationsInstance
Test the validity of a cryptography schema.
validatedPeek(InputStream) - Method in interface oracle.irm.engine.content.sealing.SealingOperations
Peek sealed content (with validation of the signature).
validatedPeek(InputStream) - Static method in class oracle.irm.engine.content.sealing.SealingOperationsInstance
Peek sealed content (with validation of the signature).
validatedPeek(InputStream) - Method in interface oracle.irm.engine.content.sealing.SealingServices
Peek sealed content (with validation of the signature).
validatedPeek(InputStream) - Static method in class oracle.irm.engine.content.sealing.SealingServicesInstance
Peek sealed content (with validation of the signature).
validatedPeek(DataHandler) - Method in interface oracle.irm.j2ee.jws.content.sealing.SealingServicesEndpoint
Peek sealed content (with validation of the signature).
validateLabel(Label, int, int) - Method in interface oracle.irm.engine.core.general.LabelOperations
Validate the name and description lengths of a label.
validateLabel(Label, int, int) - Static method in class oracle.irm.engine.core.general.LabelOperationsInstance
Validate the name and description lengths of a label.
validateLabels(Collection<Label>, int, int) - Method in interface oracle.irm.engine.core.general.LabelOperations
Validate the name and description lengths of a set of label values.
validateLabels(Collection<Label>, int, int) - Static method in class oracle.irm.engine.core.general.LabelOperationsInstance
Validate the name and description lengths of a set of label values.
value() - Method in enum oracle.irm.engine.types.classifications.item.ItemConstraints.Type
Get the enumeration string value.
value() - Method in enum oracle.irm.engine.types.content.sealing.ContentParseException.Reason
Get the enumeration string value.
value() - Method in enum oracle.irm.engine.types.core.account.Account.Type
Get the enumeration string value.
value() - Method in enum oracle.irm.engine.types.core.feature.Feature.Support
Get the enumeration string value.
value() - Method in enum oracle.irm.engine.types.core.feature.Feature.Use
Get the enumeration string value.
value() - Method in enum oracle.irm.engine.types.core.license.License.Availability
Get the enumeration string value.
value() - Method in enum oracle.irm.engine.types.core.license.License.ExpiryType
Get the enumeration string value.
value() - Method in enum oracle.irm.engine.types.core.license.LicenseCriteria.Delivery
Get the enumeration string value.
value() - Method in enum oracle.irm.engine.types.core.license.LicenseCriteria.Storage
Get the enumeration string value.
value() - Method in enum oracle.irm.engine.types.core.license.LicenseCriteria.Use
Get the enumeration string value.
value() - Method in enum oracle.irm.engine.types.core.status.StatusPageRedirectTarget.HTTPMethod
Get the enumeration string value.
value() - Method in enum oracle.irm.engine.types.core.status.StatusPageRequest.StatusPage
Get the enumeration string value.
value() - Method in enum oracle.irm.engine.types.core.time.RelativeTimeSpan.TimeBase
Get the enumeration string value.
value() - Method in enum oracle.irm.engine.types.core.time.TimePeriod.Units
Get the enumeration string value.
value() - Method in enum oracle.irm.engine.types.core.time.TimeRange.Direction
Get the enumeration string value.
value() - Method in enum oracle.irm.engine.types.core.time.TimeRange.Interval
Get the enumeration string value.
value() - Method in enum oracle.irm.engine.types.core.time.TimeSpan.ReferencePoint
Get the enumeration string value.
value() - Method in enum oracle.irm.engine.types.core.time.TimeWindow.DayOfWeek
Get the enumeration string value.
value() - Method in enum oracle.irm.engine.types.rights.context.ContextInstance.Role
Get the enumeration string value.
value() - Method in enum oracle.irm.engine.types.rights.context.ContextInstance.Visibility
Get the enumeration string value.
value() - Method in enum oracle.irm.engine.types.rights.context.ContextTemplate.Status
Get the enumeration string value.
value() - Method in enum oracle.irm.engine.types.rights.context.DocumentRole.ExportConstraints
Get the enumeration string value.
value() - Method in enum oracle.irm.engine.types.rights.context.DocumentRole.TimeConstraints
Get the enumeration string value.
value() - Method in enum oracle.irm.engine.types.rights.context.Domain.Role
Get the enumeration string value.
value() - Method in enum oracle.irm.engine.types.rights.journal.ContextJournalEntry.Status
Get the enumeration string value.
value() - Method in enum oracle.irm.engine.types.rights.journal.ContextJournalSorting.SortOrder
Get the enumeration string value.
value() - Method in enum oracle.irm.engine.types.rights.journal.ContextJournalSorting.SortProperty
Get the enumeration string value.
valueOf(String) - Static method in enum oracle.irm.engine.classifications.item.ItemConstraints.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.content.sealing.ContentParseException.Reason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.content.sealing.SealingOperations.Section
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.core.account.Account.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.core.feature.Feature.Support
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.core.feature.Feature.Use
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.core.license.License.Availability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.core.license.License.ExpiryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.core.license.LicenseCriteria.Delivery
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.core.license.LicenseCriteria.Storage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.core.license.LicenseCriteria.Use
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.core.status.StatusPageRedirectTarget.HTTPMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.core.status.StatusPageRequest.StatusPage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.core.time.RelativeTimeSpan.TimeBase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.core.time.TimePeriod.Units
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.core.time.TimeRange.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.core.time.TimeRange.Interval
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.core.time.TimeSpan.ReferencePoint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.core.time.TimeWindow.DayOfWeek
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.rights.context.ContextInstance.Role
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.rights.context.ContextInstance.Visibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.rights.context.ContextTemplate.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.rights.context.DocumentRole.ExportConstraints
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.rights.context.DocumentRole.TimeConstraints
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.rights.context.Domain.Role
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.rights.journal.ContextJournalEntry.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.rights.journal.ContextJournalSorting.SortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.rights.journal.ContextJournalSorting.SortProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.types.classifications.item.ItemConstraints.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.types.content.sealing.ContentParseException.Reason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.types.core.account.Account.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.types.core.feature.Feature.Support
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.types.core.feature.Feature.Use
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.types.core.license.License.Availability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.types.core.license.License.ExpiryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.types.core.license.LicenseCriteria.Delivery
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.types.core.license.LicenseCriteria.Storage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.types.core.license.LicenseCriteria.Use
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.types.core.status.StatusPageRedirectTarget.HTTPMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.types.core.status.StatusPageRequest.StatusPage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.types.core.time.RelativeTimeSpan.TimeBase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.types.core.time.TimePeriod.Units
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.types.core.time.TimeRange.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.types.core.time.TimeRange.Interval
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.types.core.time.TimeSpan.ReferencePoint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.types.core.time.TimeWindow.DayOfWeek
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.types.rights.context.ContextInstance.Role
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.types.rights.context.ContextInstance.Visibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.types.rights.context.ContextTemplate.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.types.rights.context.DocumentRole.ExportConstraints
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.types.rights.context.DocumentRole.TimeConstraints
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.types.rights.context.Domain.Role
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.types.rights.journal.ContextJournalEntry.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.types.rights.journal.ContextJournalSorting.SortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.irm.engine.types.rights.journal.ContextJournalSorting.SortProperty
Returns the enum constant of this type with the specified name.
values() - Static method in enum oracle.irm.engine.classifications.item.ItemConstraints.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.content.sealing.ContentParseException.Reason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.content.sealing.SealingOperations.Section
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.core.account.Account.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.core.feature.Feature.Support
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.core.feature.Feature.Use
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.core.license.License.Availability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.core.license.License.ExpiryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.core.license.LicenseCriteria.Delivery
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.core.license.LicenseCriteria.Storage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.core.license.LicenseCriteria.Use
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.core.status.StatusPageRedirectTarget.HTTPMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.core.status.StatusPageRequest.StatusPage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.core.time.RelativeTimeSpan.TimeBase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.core.time.TimePeriod.Units
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.core.time.TimeRange.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.core.time.TimeRange.Interval
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.core.time.TimeSpan.ReferencePoint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.core.time.TimeWindow.DayOfWeek
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.rights.context.ContextInstance.Role
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.rights.context.ContextInstance.Visibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.rights.context.ContextTemplate.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.rights.context.DocumentRole.ExportConstraints
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.rights.context.DocumentRole.TimeConstraints
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.rights.context.Domain.Role
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.rights.journal.ContextJournalEntry.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.rights.journal.ContextJournalSorting.SortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.rights.journal.ContextJournalSorting.SortProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.types.classifications.item.ItemConstraints.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.types.content.sealing.ContentParseException.Reason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.types.core.account.Account.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.types.core.feature.Feature.Support
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.types.core.feature.Feature.Use
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.types.core.license.License.Availability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.types.core.license.License.ExpiryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.types.core.license.LicenseCriteria.Delivery
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.types.core.license.LicenseCriteria.Storage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.types.core.license.LicenseCriteria.Use
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.types.core.status.StatusPageRedirectTarget.HTTPMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.types.core.status.StatusPageRequest.StatusPage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.types.core.time.RelativeTimeSpan.TimeBase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.types.core.time.TimePeriod.Units
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.types.core.time.TimeRange.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.types.core.time.TimeRange.Interval
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.types.core.time.TimeSpan.ReferencePoint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.types.core.time.TimeWindow.DayOfWeek
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.types.rights.context.ContextInstance.Role
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.types.rights.context.ContextInstance.Visibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.types.rights.context.ContextTemplate.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.types.rights.context.DocumentRole.ExportConstraints
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.types.rights.context.DocumentRole.TimeConstraints
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.types.rights.context.Domain.Role
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.types.rights.journal.ContextJournalEntry.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.types.rights.journal.ContextJournalSorting.SortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.irm.engine.types.rights.journal.ContextJournalSorting.SortProperty
Returns an array containing the constants of this enum type, in the order they are declared.
verify(InputStream, SealingOperations.Section) - Method in interface oracle.irm.engine.content.sealing.SealingOperations
Verify content is sealed.
verify(InputStream, SealingOperations.Section) - Static method in class oracle.irm.engine.content.sealing.SealingOperationsInstance
Verify content is sealed.

W

WrappedKeySetExtensions - Interface in oracle.irm.engine.content.key
Wrapped content encryption and signing keys.
WrappedKeySetExtensions - Class in oracle.irm.engine.types.content.key
Wrapped Key Set Extensions type.
WrappedKeySetExtensions() - Constructor for class oracle.irm.engine.types.content.key.WrappedKeySetExtensions
No argument constructor.
WrappedKeySetExtensions(String, byte[], byte[]) - Constructor for class oracle.irm.engine.types.content.key.WrappedKeySetExtensions
Constructor.
WrappedKeySetExtensionsFactory - Class in oracle.irm.engine.content.key
Wrapped Key Set Extensions factory.
WSDL_NAMESPACE - Static variable in class oracle.irm.j2ee.jws.content.sealing.SealingServices
WSDL namespace.
WSDL_NAMESPACE - Static variable in class oracle.irm.j2ee.jws.content.type.ContentTypeOperations
WSDL namespace.
WSDL_NAMESPACE - Static variable in class oracle.irm.j2ee.jws.core.storage.DesktopServices
WSDL namespace.
WSDL_NAMESPACE - Static variable in class oracle.irm.j2ee.jws.rights.context.ContextOperations
WSDL namespace.
WSDL_NAMESPACE - Static variable in class oracle.irm.j2ee.jws.rights.context.ContextTemplateOperations
WSDL namespace.
WSDL_NAMESPACE - Static variable in class oracle.irm.j2ee.jws.rights.context.DocumentRightOperations
WSDL namespace.
WSDL_NAMESPACE - Static variable in class oracle.irm.j2ee.jws.rights.context.DocumentRoleOperations
WSDL namespace.
WSDL_NAMESPACE - Static variable in class oracle.irm.j2ee.jws.rights.context.DomainOperations
WSDL namespace.
WSDL_RESOURCE_LOCATION - Static variable in class oracle.irm.j2ee.jws.content.sealing.SealingServices
WSDL location.
WSDL_RESOURCE_LOCATION - Static variable in class oracle.irm.j2ee.jws.content.type.ContentTypeOperations
WSDL location.
WSDL_RESOURCE_LOCATION - Static variable in class oracle.irm.j2ee.jws.core.storage.DesktopServices
WSDL location.
WSDL_RESOURCE_LOCATION - Static variable in class oracle.irm.j2ee.jws.rights.context.ContextOperations
WSDL location.
WSDL_RESOURCE_LOCATION - Static variable in class oracle.irm.j2ee.jws.rights.context.ContextTemplateOperations
WSDL location.
WSDL_RESOURCE_LOCATION - Static variable in class oracle.irm.j2ee.jws.rights.context.DocumentRightOperations
WSDL location.
WSDL_RESOURCE_LOCATION - Static variable in class oracle.irm.j2ee.jws.rights.context.DocumentRoleOperations
WSDL location.
WSDL_RESOURCE_LOCATION - Static variable in class oracle.irm.j2ee.jws.rights.context.DomainOperations
WSDL location.

X

XPathClassificationFilter - Interface in oracle.irm.engine.core.classification
An XPath based classification filter.
XPathClassificationFilter - Class in oracle.irm.engine.types.core.classification
X Path Classification Filter type.
XPathClassificationFilter() - Constructor for class oracle.irm.engine.types.core.classification.XPathClassificationFilter
No argument constructor.
XPathClassificationFilter(ClassificationSystemRef, URI, String, XPathExpression) - Constructor for class oracle.irm.engine.types.core.classification.XPathClassificationFilter
Constructor.
XPathClassificationFilterFactory - Class in oracle.irm.engine.core.classification
X Path Classification Filter factory.
XPathExpression - Interface in oracle.irm.engine.core.general
XPath expression.
XPathExpression - Class in oracle.irm.engine.types.core.general
X Path Expression type.
XPathExpression() - Constructor for class oracle.irm.engine.types.core.general.XPathExpression
No argument constructor.
XPathExpression(QName[], String) - Constructor for class oracle.irm.engine.types.core.general.XPathExpression
Constructor.
XPathExpressionFactory - Class in oracle.irm.engine.core.general
X Path Expression factory.

A B C D E F G H I K L M N O P R S T U V W X

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-03


Copyright © 2011, Oracle. All rights reserved.