Package dev.dsf.bpe.v2.service.process
Interface ProcessAuthorizationHelper
public interface ProcessAuthorizationHelper
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionorg.hl7.fhir.r4.model.ActivityDefinition
add
(org.hl7.fhir.r4.model.ActivityDefinition activityDefinition, String messageName, String taskProfile, Requester requester, Recipient recipient) org.hl7.fhir.r4.model.ActivityDefinition
add
(org.hl7.fhir.r4.model.ActivityDefinition activityDefinition, String messageName, String taskProfile, Collection<? extends Requester> requesters, Collection<? extends Recipient> recipients) getRecipients
(org.hl7.fhir.r4.model.ActivityDefinition activityDefinition, String processUrl, String processVersion, String messageName, String taskProfiles) getRecipients
(org.hl7.fhir.r4.model.ActivityDefinition activityDefinition, String processUrl, String processVersion, String messageName, Collection<String> taskProfiles) getRequesters
(org.hl7.fhir.r4.model.ActivityDefinition activityDefinition, String processUrl, String processVersion, String messageName, String taskProfile) getRequesters
(org.hl7.fhir.r4.model.ActivityDefinition activityDefinition, String processUrl, String processVersion, String messageName, Collection<String> taskProfiles) boolean
isValid
(org.hl7.fhir.r4.model.ActivityDefinition activityDefinition, Predicate<org.hl7.fhir.r4.model.CanonicalType> profileExists, Predicate<org.hl7.fhir.r4.model.Coding> practitionerRoleExists, Predicate<org.hl7.fhir.r4.model.Identifier> organizationWithIdentifierExists, Predicate<org.hl7.fhir.r4.model.Coding> organizationRoleExists)
-
Method Details
-
getRecipientFactory
ProcessAuthorizationHelper.RecipientFactory getRecipientFactory() -
getRequesterFactory
ProcessAuthorizationHelper.RequesterFactory getRequesterFactory() -
add
-
add
org.hl7.fhir.r4.model.ActivityDefinition add(org.hl7.fhir.r4.model.ActivityDefinition activityDefinition, String messageName, String taskProfile, Collection<? extends Requester> requesters, Collection<? extends Recipient> recipients) -
isValid
boolean isValid(org.hl7.fhir.r4.model.ActivityDefinition activityDefinition, Predicate<org.hl7.fhir.r4.model.CanonicalType> profileExists, Predicate<org.hl7.fhir.r4.model.Coding> practitionerRoleExists, Predicate<org.hl7.fhir.r4.model.Identifier> organizationWithIdentifierExists, Predicate<org.hl7.fhir.r4.model.Coding> organizationRoleExists) -
getRequesters
-
getRequesters
-
getRecipients
-
getRecipients
-