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.rights.context.Domain.Role

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

 

Uses of Domain.Role in oracle.irm.engine.rights.context

 

Methods in oracle.irm.engine.rights.context that return Domain.Role
 Domain.Role DomainAccount.getRole()
          The domain role.
static Domain.Role DomainOperationsInstance.getRoleForDomain(Domain domain, Account account)
          Find out what role an account has within a domain.
 Domain.Role DomainOperations.getRoleForDomain(Domain domain, Account account)
          Find out what role an account has within a domain.
static Domain.Role Domain.Role.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Domain.Role[] Domain.Role.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.irm.engine.rights.context with parameters of type Domain.Role
static DomainAccount DomainAccountFactory.createDomainAccount(Domain.Role role, Account account)
          Create a domain account.
static Collection<Domain> DomainOperationsInstance.listDomainsForAccount(Account account, Domain.Role filter)
          List domains administered by an account.
 Collection<Domain> DomainOperations.listDomainsForAccount(Account account, Domain.Role filter)
          List domains administered by an account.

 


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.