Uses of Class
org.rr0.im.business.actor.Actor

Packages that use Actor
org.rr0.im.business.actor 
org.rr0.im.business.event 
org.rr0.im.business.evidence 

Uses of Actor in org.rr0.im.business.actor
 

Subinterfaces of Actor in org.rr0.im.business.actor
interface Being
          A single physical and intelligent being.
interface Organization
          
 

Classes in org.rr0.im.business.actor that implement Actor
class ActorImpl
          Actor Reference Implementation.
 

Uses of Actor in org.rr0.im.business.event
 

Fields in org.rr0.im.business.event declared as Actor
private ActorRelationshipImpl.object
          
private ActorRelationshipImpl.subject
          
 

Methods in org.rr0.im.business.event that return Actor
ActorEmployment.getEmployer()
          
ActorRelationship.getObject()
          The relationship type.
ActorRelationship.getSubject()
          The relationship destination.
ActorRelationshipImpl.getObject()
          
ActorRelationshipImpl.getSubject()
          
 

Methods in org.rr0.im.business.event with parameters of type Actor
voidRelationship.setObject(Actor object)
          
voidRelationship.setSubject(Actor subject)
          
voidRelationshipImpl.setObject(Actor object)
          
voidRelationshipImpl.setSubject(Actor subject)
          
 

Uses of Actor in org.rr0.im.business.evidence
 

Fields in org.rr0.im.business.evidence declared as Actor
private ActorDocumentImpl.author
          The document's author.
 

Constructors in org.rr0.im.business.evidence with parameters of type Actor
AffidavitImpl.AffidavitImpl(String text, Actor author)
          
ArticleImpl.ArticleImpl(String title, Actor author, Moment releaseDate)
          
ArticleImpl.ArticleImpl(String title, Actor author)
          
BroadcastImpl.BroadcastImpl(String title, Actor author)
          
DocumentImpl.DocumentImpl(String title, Actor author)
          
 

Methods in org.rr0.im.business.evidence that return Actor
ActorDocument.getAuthor()
          
ActorDocumentImpl.getAuthor()