|
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LicenseIndex
License indexing. Licenses may contain an index value. This index value is used to speed up lookups of licenses that can be used for a given classification. The DesktopBundle supports this interface (via casting) so that licenses can be retrieved from the bundle for a given index value.
The methods on LicenseIndex can be called directly using LicenseIndexCasting or by using narrow to obtain a reference to the LicenseIndex interface.
| Method Summary | |
|---|---|
Collection<License> |
getLicensesByIndex(String index)Get licenses given an index value. |
| Method Detail |
|---|
Collection<License> getLicensesByIndex(String index)
index - index value. This parameter is optional, it is valid to pass null.
|
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||