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.types.core.account.Account

Packages that use Account
oracle.irm.engine.types.core.account Account related objects, enumerations and exceptions. 
oracle.irm.engine.types.core.desktop Desktop related objects, enumerations and exceptions. 
oracle.irm.engine.types.rights.journal Context Journal related objects, enumerations and exceptions. 
oracle.irm.j2ee.jws.rights.context Context Rights related endpoints and faults. 

 

Uses of Account in oracle.irm.engine.types.core.account

 

Methods in oracle.irm.engine.types.core.account that return Account
 Account GroupNotSupportedException.getAccount()
          The group account involved in the operation.

 

Methods in oracle.irm.engine.types.core.account with parameters of type Account
 void GroupNotSupportedException.setAccount(Account value)
          The group account involved in the operation.

 

Constructors in oracle.irm.engine.types.core.account with parameters of type Account
GroupNotSupportedException(Account account)
          Constructor.

 

Uses of Account in oracle.irm.engine.types.core.desktop

 

Methods in oracle.irm.engine.types.core.desktop that return Account
 Account DesktopState.getAccount()
          Authenticated account.

 

Methods in oracle.irm.engine.types.core.desktop with parameters of type Account
 void DesktopState.setAccount(Account value)
          Authenticated account.

 

Constructors in oracle.irm.engine.types.core.desktop with parameters of type Account
DesktopState(Desktop desktop, ContentDescription contentDescription, URI contentUri, Account account)
          Constructor.

 

Uses of Account in oracle.irm.engine.types.rights.journal

 

Methods in oracle.irm.engine.types.rights.journal that return Account
 Account ContextJournalEntry.getAccount()
          The account performing the action.

 

Methods in oracle.irm.engine.types.rights.journal with parameters of type Account
 void ContextJournalEntry.setAccount(Account value)
          The account performing the action.

 

Constructors in oracle.irm.engine.types.rights.journal with parameters of type Account
ContextJournalEntry(UUID uuid, Date time, ContextJournalEntry.Status status, Account account, Feature feature, ContextInstanceRef contextInstance, ItemCode itemCode, URI uri, Device device)
          Constructor.

 

Uses of Account in oracle.irm.j2ee.jws.rights.context

 

Methods in oracle.irm.j2ee.jws.rights.context that return Account
 Account[] DomainOperationsEndpoint.listAccountDetails(AccountRef[] accounts)
          Retrieve the name and account type from one or more account UUID values.

 


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.