|
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ItemCode | |
|---|---|
| oracle.irm.engine.classifications.context | Context classification system. |
| oracle.irm.engine.classifications.item | Item codes, locks and exclusions. |
| oracle.irm.engine.rights.context | Content classification system rights provisioning. |
| oracle.irm.engine.rights.journal | Context classification system journal. |
| Uses of ItemCode in oracle.irm.engine.classifications.context |
|---|
| Methods in oracle.irm.engine.classifications.context that return ItemCode | |
|---|---|
ItemCode |
ContextCookie.getItemCode()The item code. |
| Methods in oracle.irm.engine.classifications.context with parameters of type ItemCode | |
|---|---|
static ContextCookie |
ContextCookieFactory.createContextCookie(Context context, ItemCode itemCode)Create a context classification cookie. |
| Uses of ItemCode in oracle.irm.engine.classifications.item |
|---|
| Fields in oracle.irm.engine.classifications.item with type parameters of type ItemCode | |
|---|---|
static Collection<ItemCode> |
ItemCodeCollectionFactory.EMPTY_ITEM_CODESAn empty Item Code collection. |
| Methods in oracle.irm.engine.classifications.item that return ItemCode | |
|---|---|
static ItemCode |
ItemCodeFactory.createItemCode(String value)Create an item code without a time stamp. |
static ItemCode |
ItemCodeFactory.createItemCode(String value, Date time)Create an item code. |
| Methods in oracle.irm.engine.classifications.item that return types with arguments of type ItemCode | |
|---|---|
static Collection<ItemCode> |
ItemCodeCollectionFactory.copyItemCodes(Collection<ItemCode> collection)Create a shallow copy of a Item Code collection. |
static Collection<ItemCode> |
ItemCodeCollectionFactory.createItemCodes(int capacity)Create an empty Item Code collection with a capacity specified. |
static Collection<ItemCode> |
ItemCodeCollectionFactory.createItemCodes(ItemCode... elements)Create a Item Code collection containing zero or more elements. |
Collection<ItemCode> |
ItemConstraints.getItemCodes()The item codes. |
static Set<ItemCode> |
ItemCodeCollectionFactory.itemCodesAsSet(Collection<ItemCode> collection)Create a set of Item Code elements from a collection. |
static Collection<ItemCode> |
ItemCodeCollectionFactory.unmodifiableItemCodes(Collection<ItemCode> value)Create an immutable shallow copy of a Item Code collection. |
| Methods in oracle.irm.engine.classifications.item with parameters of type ItemCode | |
|---|---|
static Collection<ItemCode> |
ItemCodeCollectionFactory.createItemCodes(ItemCode... elements)Create a Item Code collection containing zero or more elements. |
| Method parameters in oracle.irm.engine.classifications.item with type arguments of type ItemCode | |
|---|---|
static Collection<ItemCode> |
ItemCodeCollectionFactory.copyItemCodes(Collection<ItemCode> collection)Create a shallow copy of a Item Code collection. |
static ItemConstraints |
ItemConstraintsFactory.createItemConstraints(ItemConstraints.Type type, Collection<ItemCode> itemCodes)Create item constraints. |
static Set<ItemCode> |
ItemCodeCollectionFactory.itemCodesAsSet(Collection<ItemCode> collection)Create a set of Item Code elements from a collection. |
static Collection<ItemCode> |
ItemCodeCollectionFactory.unmodifiableItemCodes(Collection<ItemCode> value)Create an immutable shallow copy of a Item Code collection. |
| Uses of ItemCode in oracle.irm.engine.rights.context |
|---|
| Methods in oracle.irm.engine.rights.context that return types with arguments of type ItemCode | |
|---|---|
Collection<ItemCode> |
DocumentRight.getItemCodes()Item restrictions. |
Collection<ItemCode> |
ContextInstance.getItems()Context level item exclusions. |
| Method parameters in oracle.irm.engine.rights.context with type arguments of type ItemCode | |
|---|---|
Collection<DocumentRight> |
DocumentRightOperations.assignRole(ContextInstance context, DocumentRole role, Collection<Account> accounts, Collection<ItemCode> items)Assign a document role. |
static Collection<DocumentRight> |
DocumentRightOperationsInstance.assignRole(ContextInstance context, DocumentRole role, Collection<Account> accounts, Collection<ItemCode> items)Assign a document role. |
static ContextInstance |
ContextInstanceFactory.createContextInstance(UUID uuid, Collection<Label> labels, Collection<ItemCode> items, Collection<ContextInstance> trustedContexts, ContextInstance.Visibility visibility, Collection<KeySet> keySets, ContextTemplate template)Create a context instance. |
static ContextInstance |
ContextInstanceFactory.createContextInstance(UUID uuid, Collection<Label> labels, Collection<ItemCode> items, Collection<ContextInstance> trustedContexts, ContextInstance.Visibility visibility, ContextTemplate template)Create a context instance. |
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, Date assignedTime, Account account, DocumentRole role, Collection<ItemCode> itemCodes, ContextInstance context)Create a new right with a deterministic UUID. |
Collection<DocumentRight> |
DocumentRightOperations.reassignRole(Collection<DocumentRight> rights, DocumentRole role, Collection<ItemCode> items)Alter role assignments. |
static Collection<DocumentRight> |
DocumentRightOperationsInstance.reassignRole(Collection<DocumentRight> rights, DocumentRole role, Collection<ItemCode> items)Alter role assignments. |
Collection<DocumentRight> |
DocumentRightOperations.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.saveChangesToItems(Collection<DocumentRight> rights, Collection<ItemCode> itemCodes, Collection<ItemCode> delta)Alter the item restrictions for a set of rights. |
static Collection<DocumentRight> |
DocumentRightOperationsInstance.saveChangesToItems(Collection<DocumentRight> rights, Collection<ItemCode> itemCodes, Collection<ItemCode> delta)Alter the item restrictions for a set of rights. |
static Collection<ContextJournalEntry> |
ContextOperationsInstance.searchJournal(Collection<String> accountNames, Collection<ItemCode> items, TimeRange timeRange, PageRange pageRange, ContextJournalSorting sorting)Search the context journal. |
Collection<ContextJournalEntry> |
ContextOperations.searchJournal(Collection<String> accountNames, Collection<ItemCode> items, TimeRange timeRange, PageRange pageRange, ContextJournalSorting sorting)Search the context journal. |
| Uses of ItemCode in oracle.irm.engine.rights.journal |
|---|
| Methods in oracle.irm.engine.rights.journal that return ItemCode | |
|---|---|
ItemCode |
ContextJournalEntry.getItemCode()The item code of the content. |
| Methods in oracle.irm.engine.rights.journal with parameters of type ItemCode | |
|---|---|
static ContextJournalEntry |
ContextJournalEntryFactory.createContextJournalEntry(Date time, ContextJournalEntry.Status status, Account account, Feature feature, ContextInstance contextInstance, ItemCode itemCode, URI uri, Device device)Create a context journal entry. |
static ContextJournalEntry |
ContextJournalEntryFactory.createContextJournalEntry(UUID uuid, Date time, ContextJournalEntry.Status status, Account account, Feature feature, ContextInstance contextInstance, ItemCode itemCode, URI uri, Device device)Recreate a context journal entry. |
|
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||