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.AccountRef

Packages that use AccountRef
oracle.irm.engine.types.rights.context Context Rights related objects, enumerations and exceptions. 
oracle.irm.j2ee.jws.rights.context Context Rights related endpoints and faults. 

 

Uses of AccountRef in oracle.irm.engine.types.rights.context

 

Methods in oracle.irm.engine.types.rights.context that return AccountRef
 AccountRef DomainAccount.getAccount()
          The account.
 AccountRef DocumentRight.getAccount()
          The account.
 AccountRef AccountAlreadyManagerException.getAccount()
          The account.
 AccountRef AccountAlreadyInspectorException.getAccount()
          The account.
 AccountRef AccountAlreadyAssignedException.getAccount()
          The account.
 AccountRef AccountAlreadyAdministratorException.getAccount()
          The account.
 AccountRef[] CannotRemoveAdministratorsException.getAdministrators()
          The existing administrators.
 AccountRef[] CannotRemoveManagersException.getManagers()
          The existing managers.

 

Methods in oracle.irm.engine.types.rights.context with parameters of type AccountRef
 void DomainAccount.setAccount(AccountRef value)
          The account.
 void DocumentRight.setAccount(AccountRef value)
          The account.
 void AccountAlreadyManagerException.setAccount(AccountRef value)
          The account.
 void AccountAlreadyInspectorException.setAccount(AccountRef value)
          The account.
 void AccountAlreadyAssignedException.setAccount(AccountRef value)
          The account.
 void AccountAlreadyAdministratorException.setAccount(AccountRef value)
          The account.
 void CannotRemoveAdministratorsException.setAdministrators(AccountRef[] value)
          The existing administrators.
 void CannotRemoveManagersException.setManagers(AccountRef[] value)
          The existing managers.

 

Constructors in oracle.irm.engine.types.rights.context with parameters of type AccountRef
AccountAlreadyAdministratorException(AccountRef account)
          Constructor.
AccountAlreadyAssignedException(AccountRef account, DocumentRoleRef role)
          Constructor.
AccountAlreadyInspectorException(AccountRef account)
          Constructor.
AccountAlreadyManagerException(AccountRef account)
          Constructor.
CannotRemoveAdministratorsException(AccountRef[] administrators)
          Constructor.
CannotRemoveManagersException(AccountRef[] managers)
          Constructor.
DocumentRight(UUID uuid, AccountRef account, DocumentRole role, Date assignedTime, ItemCode[] itemCodes, ContextInstanceRef context)
          Constructor.
DomainAccount(Domain.Role role, AccountRef account)
          Constructor.

 

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

 

Methods in oracle.irm.j2ee.jws.rights.context that return AccountRef
 AccountRef[] ContextOperationsEndpoint.listContextManagers(ContextInstanceRef context)
          List context managers.
 AccountRef[] DomainOperationsEndpoint.listDomainAdministrators(DomainRef domain)
          List domain administrators.
 AccountRef[] DomainOperationsEndpoint.listDomainManagers(DomainRef domain)
          List domain managers.
 AccountRef[] ContextOperationsEndpoint.listInspectors(DomainRef domain)
          List inspectors.

 

Methods in oracle.irm.j2ee.jws.rights.context with parameters of type AccountRef
 void ContextOperationsEndpoint.addContextManagers(ContextInstanceRef context, AccountRef[] accounts)
          Add one or managers to a context.
 void DomainOperationsEndpoint.addDomainAdministrators(DomainRef domain, AccountRef[] accounts)
          Add one or more administrators to a domain.
 void DomainOperationsEndpoint.addDomainManagers(DomainRef domain, AccountRef[] accounts)
          Add one or more managers to a domain.
 void ContextOperationsEndpoint.addInspectors(DomainRef domain, AccountRef[] accounts)
          Add one or inspectors to a domain.
 DocumentRight[] DocumentRightOperationsEndpoint.assignRole(ContextInstanceRef context, DocumentRoleRef role, AccountRef[] accounts, ItemCode[] items)
          Assign a document role.
 DocumentRight[] DocumentRightOperationsEndpoint.checkInRightsForAccount(AccountRef account)
          Check all rights in use by an account.
 ContextInstance ContextOperationsEndpoint.createContextFromTemplate(UUID uuid, ContextTemplateRef template, Label[] labels, ContextInstance.Visibility visibility, AccountRef[] managers)
          Create a context.
 Account[] DomainOperationsEndpoint.listAccountDetails(AccountRef[] accounts)
          Retrieve the name and account type from one or more account UUID values.
 DocumentRight[] DocumentRightOperationsEndpoint.listRightsByAccount(AccountRef account)
          List rights for an account.
 void ContextOperationsEndpoint.removeContextManagers(ContextInstanceRef context, AccountRef[] accounts)
          Remove one or managers from a context.
 void DomainOperationsEndpoint.removeDomainAdministrators(DomainRef domain, AccountRef[] accounts)
          Remove one or more administrators from a domain.
 void DomainOperationsEndpoint.removeDomainManagers(DomainRef domain, AccountRef[] accounts)
          Remove one or more domain managers from a domain.
 void ContextOperationsEndpoint.removeInspectors(DomainRef domain, AccountRef[] accounts)
          Remove one or inspectors from a domain.
 Domain DomainOperationsEndpoint.saveNewDomainWithAdministrator(Domain domain, AccountRef administrator)
          Create a new domain.

 


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.