Skip navigation links

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

E12907-03


Uses of Interface
oracle.irm.engine.rights.context.DocumentRight

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

 

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

 

Fields in oracle.irm.engine.rights.context with type parameters of type DocumentRight
static Collection<DocumentRight> DocumentRightCollectionFactory.EMPTY_DOCUMENT_RIGHTS
          An empty Document Right collection.

 

Methods in oracle.irm.engine.rights.context that return DocumentRight
static DocumentRight DocumentRightFactory.createDocumentRight(Date assignedTime, Account account, DocumentRole role, Collection<ItemCode> itemCodes, ContextInstance context)
          Create a new right.
static DocumentRight DocumentRightFactory.createDocumentRight(DocumentRight right, Collection<ItemCode> itemCodes)
          Copy the right with altered items.
static DocumentRight DocumentRightFactory.createDocumentRight(UUID uuid)
          Load an existing document right.
static DocumentRight DocumentRightFactory.createDocumentRight(UUID uuid, Date assignedTime, Account account, DocumentRole role, Collection<ItemCode> itemCodes, ContextInstance context)
          Create a new right with a deterministic UUID.
static DocumentRight DocumentRightCollectionFactory.getDocumentRightByUuid(Collection<DocumentRight> collection, UUID key)
          Get an element from a Document Right collection by Uuid.
static DocumentRight DocumentRightOperationsInstance.refreshDocumentRight(DocumentRight right)
          Refresh a right's properties.
 DocumentRight DocumentRightOperations.refreshDocumentRight(DocumentRight right)
          Refresh a right's properties.

 

Methods in oracle.irm.engine.rights.context that return types with arguments of type DocumentRight
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 Collection<DocumentRight> DocumentRightOperationsInstance.checkInRightsForAccount(Account account)
          Check all rights in use by an account.
 Collection<DocumentRight> DocumentRightOperations.checkInRightsForAccount(Account account)
          Check all rights in use by an account.
static Collection<DocumentRight> DocumentRightCollectionFactory.copyDocumentRights(Collection<DocumentRight> collection)
          Create a shallow copy of a Document Right collection.
static Collection<DocumentRight> DocumentRightCollectionFactory.createDocumentRights(DocumentRight... elements)
          Create a Document Right collection containing zero or more elements.
static Collection<DocumentRight> DocumentRightCollectionFactory.createDocumentRights(int capacity)
          Create an empty Document Right collection with a capacity specified.
static Map<UUID,DocumentRight> DocumentRightCollectionFactory.documentRightsAsMap(Collection<DocumentRight> collection)
          Create a map keyed on Uuid from a collection of Document Right elements.
static Set<DocumentRight> DocumentRightCollectionFactory.documentRightsAsSet(Collection<DocumentRight> collection)
          Create a set of Document Right elements from a collection.
static Collection<DocumentRight> DocumentRightOperationsInstance.filterRightsByAccounts(ContextInstance context, Collection<Account> accounts)
          List a filtered set of rights assigned within a context based on account details.
 Collection<DocumentRight> DocumentRightOperations.filterRightsByAccounts(ContextInstance context, Collection<Account> accounts)
          List a filtered set of rights assigned within a context based on account details.
static Collection<DocumentRight> DocumentRightOperationsInstance.listRightsByAccount(Account account)
          List rights for an account.
 Collection<DocumentRight> DocumentRightOperations.listRightsByAccount(Account account)
          List rights for an account.
static Collection<DocumentRight> DocumentRightOperationsInstance.listRightsByAccounts(Collection<Account> accounts)
          List rights for one or more accounts.
 Collection<DocumentRight> DocumentRightOperations.listRightsByAccounts(Collection<Account> accounts)
          List rights for one or more accounts.
static Collection<DocumentRight> DocumentRightOperationsInstance.listRightsByContext(ContextInstance context, PageRange pageRange)
          List rights assigned within a context.
 Collection<DocumentRight> DocumentRightOperations.listRightsByContext(ContextInstance context, PageRange pageRange)
          List rights assigned within a context.
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 Collection<DocumentRight> DocumentRightOperationsInstance.saveChangesToItems(Collection<DocumentRight> rights, Collection<ItemCode> itemCodes, Collection<ItemCode> delta)
          Alter the item restrictions for a set of rights.
 Collection<DocumentRight> DocumentRightOperations.saveChangesToItems(Collection<DocumentRight> rights, Collection<ItemCode> itemCodes, Collection<ItemCode> delta)
          Alter the item restrictions for a set of rights.
static Collection<DocumentRight> DocumentRightOperationsInstance.searchRightsByAccount(Account account, Context context)
          Search rights assigned to an account, optionally filtered on a context.
 Collection<DocumentRight> DocumentRightOperations.searchRightsByAccount(Account account, Context context)
          Search rights assigned to an account, optionally filtered on a context.
static Collection<DocumentRight> DocumentRightOperationsInstance.searchRightsByAccounts(Collection<Account> accounts, Context context)
          Search rights assigned to one or more accounts, optionally filtered by a context.
 Collection<DocumentRight> DocumentRightOperations.searchRightsByAccounts(Collection<Account> accounts, Context context)
          Search rights assigned to one or more accounts, optionally filtered by a context.
static Collection<DocumentRight> DocumentRightCollectionFactory.unmodifiableDocumentRights(Collection<DocumentRight> value)
          Create an immutable shallow copy of a Document Right collection.

 

Methods in oracle.irm.engine.rights.context with parameters of type DocumentRight
static DocumentRight DocumentRightFactory.createDocumentRight(DocumentRight right, Collection<ItemCode> itemCodes)
          Copy the right with altered items.
static Collection<DocumentRight> DocumentRightCollectionFactory.createDocumentRights(DocumentRight... elements)
          Create a Document Right collection containing zero or more elements.
static DocumentRight DocumentRightOperationsInstance.refreshDocumentRight(DocumentRight right)
          Refresh a right's properties.
 DocumentRight DocumentRightOperations.refreshDocumentRight(DocumentRight right)
          Refresh a right's properties.
static void DocumentRightOperationsInstance.unassignRight(DocumentRight right)
          Un-assign a right.
 void DocumentRightOperations.unassignRight(DocumentRight right)
          Un-assign a right.

 

Method parameters in oracle.irm.engine.rights.context with type arguments of type DocumentRight
static Collection<DocumentRight> DocumentRightCollectionFactory.copyDocumentRights(Collection<DocumentRight> collection)
          Create a shallow copy of a Document Right collection.
static Map<UUID,DocumentRight> DocumentRightCollectionFactory.documentRightsAsMap(Collection<DocumentRight> collection)
          Create a map keyed on Uuid from a collection of Document Right elements.
static Set<DocumentRight> DocumentRightCollectionFactory.documentRightsAsSet(Collection<DocumentRight> collection)
          Create a set of Document Right elements from a collection.
static DocumentRight DocumentRightCollectionFactory.getDocumentRightByUuid(Collection<DocumentRight> collection, UUID key)
          Get an element from a Document Right collection by Uuid.
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 Collection<DocumentRight> DocumentRightOperationsInstance.saveChangesToItems(Collection<DocumentRight> rights, Collection<ItemCode> itemCodes, Collection<ItemCode> delta)
          Alter the item restrictions for a set of rights.
 Collection<DocumentRight> DocumentRightOperations.saveChangesToItems(Collection<DocumentRight> rights, Collection<ItemCode> itemCodes, Collection<ItemCode> delta)
          Alter the item restrictions for a set of rights.
static void DocumentRightOperationsInstance.unassignRights(Collection<DocumentRight> rights)
          Un-assign a set of rights.
 void DocumentRightOperations.unassignRights(Collection<DocumentRight> rights)
          Un-assign a set of rights.
static Collection<DocumentRight> DocumentRightCollectionFactory.unmodifiableDocumentRights(Collection<DocumentRight> value)
          Create an immutable shallow copy of a Document Right collection.

 


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.