Skip navigation links

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

E12907-03


Uses of Class
oracle.irm.engine.rights.context.UnknownDocumentRoleException

Packages that use UnknownDocumentRoleException
oracle.irm.engine.rights.context Content classification system rights provisioning. 

 

Uses of UnknownDocumentRoleException in oracle.irm.engine.rights.context

 

Methods in oracle.irm.engine.rights.context that throw UnknownDocumentRoleException
static Collection<DocumentRight> DocumentRightOperationsInstance.assignRole(ContextInstance context, DocumentRole role, Collection<Account> accounts, Collection<ItemCode> items)
          Assign a document role.
 Collection<DocumentRight> DocumentRightOperations.assignRole(ContextInstance context, DocumentRole role, Collection<Account> accounts, Collection<ItemCode> items)
          Assign a document role.
static DocumentRole DocumentRoleOperationsInstance.copyRole(DocumentRole role, Domain domain)
          Copy a role.
 DocumentRole DocumentRoleOperations.copyRole(DocumentRole role, Domain domain)
          Copy a role.
static Collection<DocumentRole> DocumentRoleOperationsInstance.copyRoles(Collection<DocumentRole> roles, Domain domain)
          Copy a set of roles.
 Collection<DocumentRole> DocumentRoleOperations.copyRoles(Collection<DocumentRole> roles, Domain domain)
          Copy a set of roles.
static int DocumentRightOperationsInstance.countRightsByRole(DocumentRole role)
          Count the number of rights assigned to a role.
 int DocumentRightOperations.countRightsByRole(DocumentRole role)
          Count the number of rights assigned to a role.
static int DocumentRightOperationsInstance.countRightsByTemplate(ContextTemplate template, DocumentRole role)
          Count the number of rights assigned to a role, with a relationship to the specified template.
 int DocumentRightOperations.countRightsByTemplate(ContextTemplate template, DocumentRole role)
          Count the number of rights assigned to a role, with a relationship to the specified template.
static DocumentRole DocumentRoleFactory.createDocumentRole(UUID uuid, Domain domain)
          Recreate an existing role.
static Collection<DocumentRight> DocumentRightOperationsInstance.reassignRole(Collection<DocumentRight> rights, DocumentRole role, Collection<ItemCode> items)
          Alter role assignments.
 Collection<DocumentRight> DocumentRightOperations.reassignRole(Collection<DocumentRight> rights, DocumentRole role, Collection<ItemCode> items)
          Alter role assignments.
static DocumentRole DocumentRoleOperationsInstance.refreshDocumentRole(DocumentRole role)
          Refresh a document role's properties.
 DocumentRole DocumentRoleOperations.refreshDocumentRole(DocumentRole role)
          Refresh a document role's properties.
static ContextTemplate ContextTemplateOperationsInstance.saveChangesToContextTemplate(ContextTemplate template, ContextTemplate delta)
          Save changes to a context template.
 ContextTemplate ContextTemplateOperations.saveChangesToContextTemplate(ContextTemplate template, ContextTemplate delta)
          Save changes to a context template.
static DocumentRole DocumentRoleOperationsInstance.saveChangesToRole(DocumentRole role, DocumentRole delta)
          Save changes to a document role.
 DocumentRole DocumentRoleOperations.saveChangesToRole(DocumentRole role, DocumentRole delta)
          Save changes to a document role.
static ContextTemplate ContextTemplateOperationsInstance.saveNewContextTemplate(Domain domain, ContextTemplate template)
          Save a new context template.
 ContextTemplate ContextTemplateOperations.saveNewContextTemplate(Domain domain, ContextTemplate template)
          Save a new context template.

 


Skip navigation links

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

E12907-03


Copyright © 2011, Oracle. All rights reserved.