Skip navigation links

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-03


Uses of Class
oracle.irm.j2ee.jws.rights.context.UnknownDomainFault

Packages that use UnknownDomainFault
oracle.irm.j2ee.jws.rights.context Context Rights related endpoints and faults. 

 

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

 

Methods in oracle.irm.j2ee.jws.rights.context that throw UnknownDomainFault
 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.
 ContextTemplate ContextTemplateOperationsEndpoint.copyContextTemplate(DomainRef domain, ContextTemplateRef template)
          Copy a context template.
 DocumentRole[] DocumentRoleOperationsEndpoint.copyRoles(DocumentRoleRef[] roles, DomainRef domain)
          Copy a set of roles.
 ContextTemplate[] ContextTemplateOperationsEndpoint.listActiveTemplates(DomainRef domain)
          List active templates.
 AccountRef[] DomainOperationsEndpoint.listDomainAdministrators(DomainRef domain)
          List domain administrators.
 AccountRef[] DomainOperationsEndpoint.listDomainManagers(DomainRef domain)
          List domain managers.
 AccountRef[] ContextOperationsEndpoint.listInspectors(DomainRef domain)
          List inspectors.
 DocumentRole[] DocumentRoleOperationsEndpoint.listRoles(DomainRef domain)
          List document roles owned by a domain.
 ContextTemplate[] ContextTemplateOperationsEndpoint.listTemplates(DomainRef domain)
          List templates.
 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.saveChangesToDomain(Domain domain, Domain delta)
          Save changes to a domain.
 ContextTemplate ContextTemplateOperationsEndpoint.saveNewContextTemplate(DomainRef domain, ContextTemplate template)
          Save a new context template.
 DocumentRole DocumentRoleOperationsEndpoint.saveNewRole(DomainRef domain, DocumentRole role)
          Save a new document role.

 


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.