Skip navigation links

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

E12907-01


Uses of Class
oracle.irm.engine.types.rights.context.DomainRef

Packages that use DomainRef
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 DomainRef in oracle.irm.engine.types.rights.context

 

Methods in oracle.irm.engine.types.rights.context that return DomainRef
 DomainRef DomainAlreadyExistsException.getDomain()
          The domain that already exists.
 DomainRef ContextTemplateRef.getDomain()
          The domain that owns this context template.
 DomainRef ContextTemplate.getDomain()
          The domain that owns this context template.
 DomainRef UnknownDocumentRoleException.getDomain()
          The domain that owns that document role.
 DomainRef DocumentRole.getDomain()
          The domain that owns this role.
 DomainRef UnknownContextTemplateException.getDomain()
          The domain that owns that template.
 DomainRef DocumentRoleRef.getDomain()
          The domain that owns this role.

 

Methods in oracle.irm.engine.types.rights.context with parameters of type DomainRef
 void DomainAlreadyExistsException.setDomain(DomainRef value)
          The domain that already exists.
 void ContextTemplateRef.setDomain(DomainRef value)
          The domain that owns this context template.
 void ContextTemplate.setDomain(DomainRef value)
          The domain that owns this context template.
 void UnknownDocumentRoleException.setDomain(DomainRef value)
          The domain that owns that document role.
 void DocumentRole.setDomain(DomainRef value)
          The domain that owns this role.
 void UnknownContextTemplateException.setDomain(DomainRef value)
          The domain that owns that template.
 void DocumentRoleRef.setDomain(DomainRef value)
          The domain that owns this role.

 

Constructors in oracle.irm.engine.types.rights.context with parameters of type DomainRef
ContextTemplate(UUID uuid, Label[] labels, ContextTemplate.Status status, DocumentRoleRef[] roles, DomainRef domain)
          Constructor.
ContextTemplateRef(UUID uuid, DomainRef domain)
          Constructor.
DocumentRole(UUID uuid, Label[] labels, LicenseCriteria.Storage storage, Feature[] features, TimeSpan[] timeSpans, TimePeriod refreshPeriod, ItemConstraints.Type itemConstraints, DocumentRole.ExportConstraints exportConstraints, DomainRef domain)
          Constructor.
DocumentRoleRef(UUID uuid, DomainRef domain)
          Constructor.
DomainAlreadyExistsException(DomainRef domain)
          Constructor.
UnknownContextTemplateException(UUID uuid, DomainRef domain)
          Constructor.
UnknownDocumentRoleException(UUID uuid, DomainRef domain)
          Constructor.

 

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

 

Methods in oracle.irm.j2ee.jws.rights.context with parameters of type DomainRef
 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.
 void DomainOperationsEndpoint.deleteDomain(DomainRef domain)
          Delete a domain.
 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.
 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-01


Copyright © 2010, Oracle. All rights reserved.