Uses of Class
be.fgov.ehealth.technicalconnector.ra.domain.Actor

Packages that use Actor
be.fgov.ehealth.technicalconnector.ra.domain   
be.fgov.ehealth.technicalconnector.ra.mapper   
 

Uses of Actor in be.fgov.ehealth.technicalconnector.ra.domain
 

Methods in be.fgov.ehealth.technicalconnector.ra.domain that return Actor
 Actor Actor.Builder.build()
          Returns a Actor built from the parameters previously set.
 Actor CertificateIdentifier.getActor()
           
 Actor ForeignerRequest.getForeignPerson()
           
 Actor RevocationContractRequest.getSigner()
           
 Actor NewCertificateContract.getSigner()
           
 Actor GeneratedRevocationContract.getSigner()
           
 Actor GeneratedContract.getSigner()
           
 Actor ContractRequest.getSigner()
           
 

Methods in be.fgov.ehealth.technicalconnector.ra.domain with parameters of type Actor
 CertificateIdentifier.Builder CertificateIdentifier.Builder.actor(Actor actor)
          Sets the actor and returns a reference to this Builder so that the methods can be chained together.
 void CertificateIdentifier.setActor(Actor actor)
           
 void GeneratedRevocationContract.setSigner(Actor signer)
           
 void GeneratedContract.setSigner(Actor signer)
           
 RevocationContractRequest.Builder RevocationContractRequest.Builder.signer(Actor signer)
          Sets the signer and returns a reference to this Builder so that the methods can be chained together.
 ContractRequest.Builder ContractRequest.Builder.signer(Actor signer)
          Sets the actor and returns a reference to this Builder so that the methods can be chained together.
 

Constructors in be.fgov.ehealth.technicalconnector.ra.domain with parameters of type Actor
ForeignerRequest(Actor foreignPerson, ContactData contactData, byte[] csr)
           
 

Uses of Actor in be.fgov.ehealth.technicalconnector.ra.mapper
 

Methods in be.fgov.ehealth.technicalconnector.ra.mapper that return Actor
 Actor RaMapperSelmaGeneratedClass.asActor(ActorType inActorType)
           
 

Methods in be.fgov.ehealth.technicalconnector.ra.mapper with parameters of type Actor
 ActorType RaMapperSelmaGeneratedClass.asActorType(Actor inActor)
           
 




Connector Packaging TECHNICAL 3.24.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.