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.rights.context.DocumentRoleRef

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

 

Methods in oracle.irm.engine.types.rights.context that return DocumentRoleRef
 DocumentRoleRef InvalidTimePeriodException.getDocumentRole()
          The invalid document role.
 DocumentRoleRef InvalidFeaturesException.getDocumentRole()
          The invalid document role.
 DocumentRoleRef CannotRemoveDocumentRoleException.getDocumentRole()
          The document role that cannot be deleted.
 DocumentRoleRef UnsupportedDocumentRoleException.getRole()
          The invalid document role.
 DocumentRoleRef InvalidDocumentRoleException.getRole()
          The document role.
 DocumentRoleRef ImmutableDocumentRoleException.getRole()
          The document role.
 DocumentRoleRef DocumentRoleAlreadyExistsException.getRole()
          The document role that already exists.
 DocumentRoleRef AccountAlreadyAssignedException.getRole()
          The document role.
 DocumentRoleRef[] ContextTemplate.getRoles()
          Document roles.

 

Methods in oracle.irm.engine.types.rights.context with parameters of type DocumentRoleRef
 void InvalidTimePeriodException.setDocumentRole(DocumentRoleRef value)
          The invalid document role.
 void InvalidFeaturesException.setDocumentRole(DocumentRoleRef value)
          The invalid document role.
 void CannotRemoveDocumentRoleException.setDocumentRole(DocumentRoleRef value)
          The document role that cannot be deleted.
 void UnsupportedDocumentRoleException.setRole(DocumentRoleRef value)
          The invalid document role.
 void InvalidDocumentRoleException.setRole(DocumentRoleRef value)
          The document role.
 void ImmutableDocumentRoleException.setRole(DocumentRoleRef value)
          The document role.
 void DocumentRoleAlreadyExistsException.setRole(DocumentRoleRef value)
          The document role that already exists.
 void AccountAlreadyAssignedException.setRole(DocumentRoleRef value)
          The document role.
 void ContextTemplate.setRoles(DocumentRoleRef[] value)
          Document roles.

 

Constructors in oracle.irm.engine.types.rights.context with parameters of type DocumentRoleRef
AccountAlreadyAssignedException(AccountRef account, DocumentRoleRef role)
          Constructor.
CannotRemoveDocumentRoleException(DocumentRoleRef documentRole)
          Constructor.
ContextTemplate(UUID uuid, Label[] labels, ContextTemplate.Status status, DocumentRoleRef[] roles, DomainRef domain)
          Constructor.
DocumentRoleAlreadyExistsException(DocumentRoleRef role)
          Constructor.
ImmutableDocumentRoleException(DocumentRoleRef role)
          Constructor.
InvalidDocumentRoleException(DocumentRoleRef role, ContextTemplateRef template)
          Constructor.
InvalidFeaturesException(DocumentRoleRef documentRole)
          Constructor.
InvalidTimePeriodException(DocumentRoleRef documentRole)
          Constructor.
UnsupportedDocumentRoleException(DocumentRoleRef role, ContextInstanceRef context)
          Constructor.

 

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

 

Methods in oracle.irm.j2ee.jws.rights.context with parameters of type DocumentRoleRef
 DocumentRight[] DocumentRightOperationsEndpoint.assignRole(ContextInstanceRef context, DocumentRoleRef role, AccountRef[] accounts, ItemCode[] items)
          Assign a document role.
 DocumentRole[] DocumentRoleOperationsEndpoint.copyRoles(DocumentRoleRef[] roles, DomainRef domain)
          Copy a set of roles.
 void DocumentRoleOperationsEndpoint.deleteRoles(DocumentRoleRef[] roles)
          Delete a set of roles.
 DocumentRight[] DocumentRightOperationsEndpoint.reassignRole(DocumentRightRef[] rights, DocumentRoleRef role, ItemCode[] items)
          Alter role assignments.

 


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.