Interface OrchestrationProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
OrchestrationManager

public interface OrchestrationProfile extends OsidProfile

The OrchestrationProfile describes what OSID Providers are available.

  • Method Details

    • supportsAcknowledgementProvider

      boolean supportsAcknowledgementProvider()
      Tests if an acknowledgement provider is supported.
      Returns:
      true if an acknowledgement provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsAssessmentProvider

      boolean supportsAssessmentProvider()
      Tests if an assessment provider is supported.
      Returns:
      true if an assessment provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsAuthenticationProvider

      boolean supportsAuthenticationProvider()
      Tests if an authentication provider is supported.
      Returns:
      true if an authentication provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsAuthorizationProvider

      boolean supportsAuthorizationProvider()
      Tests if an authorization provider is supported.
      Returns:
      true if an authorization provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBiddingProvider

      boolean supportsBiddingProvider()
      Tests if a bidding provider is supported.
      Returns:
      true if a bidding provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBillingProvider

      boolean supportsBillingProvider()
      Tests if a billing provider is supported.
      Returns:
      true if a billing provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBloggingProvider

      boolean supportsBloggingProvider()
      Tests if a blogging provider is supported.
      Returns:
      true if a blogging provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsCalendaringProvider

      boolean supportsCalendaringProvider()
      Tests if a calendaring provider is supported.
      Returns:
      true if a calendaring provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsCatalogingProvider

      boolean supportsCatalogingProvider()
      Tests if a cataloging provider is supported.
      Returns:
      true if a cataloging provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsChecklistProvider

      boolean supportsChecklistProvider()
      Tests if a checklist provider is supported.
      Returns:
      true if a checklist provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsCommentingProvider

      boolean supportsCommentingProvider()
      Tests if a commenting provider is supported.
      Returns:
      true if a commenting provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsCommunicationProvider

      boolean supportsCommunicationProvider()
      Tests if a communication provider is supported.
      Returns:
      true if a communication provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsConfigurationProvider

      boolean supportsConfigurationProvider()
      Tests if a configuration provider is supported.
      Returns:
      true if a configuration provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsContactProvider

      boolean supportsContactProvider()
      Tests if a contact provider is supported.
      Returns:
      true if a contact provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsControlProvider

      boolean supportsControlProvider()
      Tests if a control provider is supported.
      Returns:
      true if a control provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsCourseProvider

      boolean supportsCourseProvider()
      Tests if a course provider is supported.
      Returns:
      true if a course provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsDictionaryProvider

      boolean supportsDictionaryProvider()
      Tests if a dictionary provider is supported.
      Returns:
      true if a dictionary provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsFilingProvider

      boolean supportsFilingProvider()
      Tests if a filing provider is supported.
      Returns:
      true if a filing provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsFinancialsProvider

      boolean supportsFinancialsProvider()
      Tests if a financials provider is supported.
      Returns:
      true if a financials provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsForumProvider

      boolean supportsForumProvider()
      Tests if a forum provider is supported.
      Returns:
      true if a forum provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsGradingProvider

      boolean supportsGradingProvider()
      Tests if a grading provider is supported.
      Returns:
      true if a grading provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsHierarchyProvider

      boolean supportsHierarchyProvider()
      Tests if a hierarchy provider is supported.
      Returns:
      true if a hierarchy provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsHoldProvider

      boolean supportsHoldProvider()
      Tests if a hold provider is supported.
      Returns:
      true if hold provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsIdProvider

      boolean supportsIdProvider()
      Tests if an id provider is supported.
      Returns:
      true if an id provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsInquiryProvider

      boolean supportsInquiryProvider()
      Tests if an inquiry provider is supported.
      Returns:
      true if an inquiry provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsInstallationProvider

      boolean supportsInstallationProvider()
      Tests if an installation provider is supported.
      Returns:
      true if an installation provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsInventoryProvider

      boolean supportsInventoryProvider()
      Tests if an inventory provider is supported.
      Returns:
      true if an inventory provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsJournalingProvider

      boolean supportsJournalingProvider()
      Tests if a journaling provider is supported.
      Returns:
      true if a journaling provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsLearningProvider

      boolean supportsLearningProvider()
      Tests if a learning provider is supported.
      Returns:
      true if a learning provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsLocaleProvider

      boolean supportsLocaleProvider()
      Tests if a locale provider is supported.
      Returns:
      true if a locale provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsLoggingProvider

      boolean supportsLoggingProvider()
      Tests if a logging provider is supported.
      Returns:
      true if a logging provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsMappingProvider

      boolean supportsMappingProvider()
      Tests if a mapping provider is supported.
      Returns:
      true if a mapping provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsMessagingProvider

      boolean supportsMessagingProvider()
      Tests if a messaging provider is supported.
      Returns:
      true if a messaging provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsMeteringProvider

      boolean supportsMeteringProvider()
      Tests if a metering provider is supported.
      Returns:
      true if a metering provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsOfferingProvider

      boolean supportsOfferingProvider()
      Tests if an offering provider is supported.
      Returns:
      true if an offering provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsOntologyProvider

      boolean supportsOntologyProvider()
      Tests if an ontology provider is supported.
      Returns:
      true if an ontology provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsOrderingProvider

      boolean supportsOrderingProvider()
      Tests if an ordering provider is supported.
      Returns:
      true if an ordering provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPersonnelProvider

      boolean supportsPersonnelProvider()
      Tests if a personnel provider is supported.
      Returns:
      true if a personnel provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsProcessProvider

      boolean supportsProcessProvider()
      Tests if a process provider is supported.
      Returns:
      true if a process provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsProfileProvider

      boolean supportsProfileProvider()
      Tests if a profile provider is supported.
      Returns:
      true if a profile provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsProvisioningProvider

      boolean supportsProvisioningProvider()
      Tests if a provisioning provider is supported.
      Returns:
      true if a provisioning provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsProxyProvider

      boolean supportsProxyProvider()
      Tests if a proxy provider is supported.
      Returns:
      true if a proxy provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsRecipeProvider

      boolean supportsRecipeProvider()
      Tests if a recipe provider is supported.
      Returns:
      true if a recipe provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsRecognitionProvider

      boolean supportsRecognitionProvider()
      Tests if a recognition provider is supported.
      Returns:
      true if a recognition provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsRelationshipProvider

      boolean supportsRelationshipProvider()
      Tests if a relationship provider is supported.
      Returns:
      true if a relationship provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsRepositoryProvider

      boolean supportsRepositoryProvider()
      Tests if a repository provider is supported.
      Returns:
      true if a repository provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsResourceProvider

      boolean supportsResourceProvider()
      Tests if a resource provider is supported.
      Returns:
      true if a resource provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsResourcingProvider

      boolean supportsResourcingProvider()
      Tests if a resourcing provider is supported.
      Returns:
      true if a resourcing provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsRulesProvider

      boolean supportsRulesProvider()
      Tests if a rules provider is supported.
      Returns:
      true if a rules provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsSearchProvider

      boolean supportsSearchProvider()
      Tests if a search provider is supported.
      Returns:
      true if a search provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsSequencingProvider

      boolean supportsSequencingProvider()
      Tests if a sequencing provider is supported.
      Returns:
      true if a sequencing provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsSubscriptionProvider

      boolean supportsSubscriptionProvider()
      Tests if a subscription provider is supported.
      Returns:
      true if a subscription provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsTopologyProvider

      boolean supportsTopologyProvider()
      Tests if a topology provider is supported.
      Returns:
      true if a topology provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsTrackingProvider

      boolean supportsTrackingProvider()
      Tests if a tracking provider is supported.
      Returns:
      true if a tracking provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsTransactionProvider

      boolean supportsTransactionProvider()
      Tests if a transaction provider is supported.
      Returns:
      true if a transaction provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsTransportProvider

      boolean supportsTransportProvider()
      Tests if a transport provider is supported.
      Returns:
      true if a transport provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsTypeProvider

      boolean supportsTypeProvider()
      Tests if a type provider is supported.
      Returns:
      true if a type provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsVotingProvider

      boolean supportsVotingProvider()
      Tests if a voting provider is supported.
      Returns:
      true if a voting provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsWorkflowProvider

      boolean supportsWorkflowProvider()
      Tests if a workflow provider is supported.
      Returns:
      true if a workflow provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsAcknowledgementProxyProvider

      boolean supportsAcknowledgementProxyProvider()
      Tests if an acknowledgement provider is supported.
      Returns:
      true if an acknowledgement provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsAssessmentProxyProvider

      boolean supportsAssessmentProxyProvider()
      Tests if an assessment provider is supported.
      Returns:
      true if an assessment provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsAuthenticationProxyProvider

      boolean supportsAuthenticationProxyProvider()
      Tests if an authentication provider is supported.
      Returns:
      true if an authentication provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsAuthorizationProxyProvider

      boolean supportsAuthorizationProxyProvider()
      Tests if an authorization provider is supported.
      Returns:
      true if an authorization provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBiddingProxyProvider

      boolean supportsBiddingProxyProvider()
      Tests if a bidding provider is supported.
      Returns:
      true if a bidding provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBillingProxyProvider

      boolean supportsBillingProxyProvider()
      Tests if a billing provider is supported.
      Returns:
      true if a billing provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBloggingProxyProvider

      boolean supportsBloggingProxyProvider()
      Tests if a blogging provider is supported.
      Returns:
      true if a blogging provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsCalendaringProxyProvider

      boolean supportsCalendaringProxyProvider()
      Tests if a calendaring provider is supported.
      Returns:
      true if a calendaring provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsCatalogingProxyProvider

      boolean supportsCatalogingProxyProvider()
      Tests if a cataloging provider is supported.
      Returns:
      true if a cataloging provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsChecklistProxyProvider

      boolean supportsChecklistProxyProvider()
      Tests if a checklist provider is supported.
      Returns:
      true if a checklist provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsCommentingProxyProvider

      boolean supportsCommentingProxyProvider()
      Tests if a commenting provider is supported.
      Returns:
      true if a commenting provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsCommunicationProxyProvider

      boolean supportsCommunicationProxyProvider()
      Tests if a communication provider is supported.
      Returns:
      true if a communication provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsConfigurationProxyProvider

      boolean supportsConfigurationProxyProvider()
      Tests if a configuration provider is supported.
      Returns:
      true if a configuration provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsContactProxyProvider

      boolean supportsContactProxyProvider()
      Tests if a contact provider is supported.
      Returns:
      true if a contact provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsControlProxyProvider

      boolean supportsControlProxyProvider()
      Tests if a control provider is supported.
      Returns:
      true if a control provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsCourseProxyProvider

      boolean supportsCourseProxyProvider()
      Tests if a course provider is supported.
      Returns:
      true if a course provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsDictionaryProxyProvider

      boolean supportsDictionaryProxyProvider()
      Tests if a dictionary provider is supported.
      Returns:
      true if a dictionary provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsFilingProxyProvider

      boolean supportsFilingProxyProvider()
      Tests if a filing provider is supported.
      Returns:
      true if a filing provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsFinancialsProxyProvider

      boolean supportsFinancialsProxyProvider()
      Tests if a financials provider is supported.
      Returns:
      true if a financials provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsForumProxyProvider

      boolean supportsForumProxyProvider()
      Tests if a forum provider is supported.
      Returns:
      true if a forum provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsGradingProxyProvider

      boolean supportsGradingProxyProvider()
      Tests if a grading provider is supported.
      Returns:
      true if a grading provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsHierarchyProxyProvider

      boolean supportsHierarchyProxyProvider()
      Tests if a hierarchy provider is supported.
      Returns:
      true if a hierarchy provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsHoldProxyProvider

      boolean supportsHoldProxyProvider()
      Tests if a hold provider is supported.
      Returns:
      true if a hold provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsIdProxyProvider

      boolean supportsIdProxyProvider()
      Tests if an id provider is supported.
      Returns:
      true if an id provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsInquiryProxyProvider

      boolean supportsInquiryProxyProvider()
      Tests if an inquiry provider is supported.
      Returns:
      true if an inquiry provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsInstallationProxyProvider

      boolean supportsInstallationProxyProvider()
      Tests if an installation provider is supported.
      Returns:
      true if an installation provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsInventoryProxyProvider

      boolean supportsInventoryProxyProvider()
      Tests if an inventory provider is supported.
      Returns:
      true if an inventory provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsJournalingProxyProvider

      boolean supportsJournalingProxyProvider()
      Tests if a journaling provider is supported.
      Returns:
      true if a journaling provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsLearningProxyProvider

      boolean supportsLearningProxyProvider()
      Tests if a learning provider is supported.
      Returns:
      true if a learning provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsLocaleProxyProvider

      boolean supportsLocaleProxyProvider()
      Tests if a locale provider is supported.
      Returns:
      true if a locale provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsLoggingProxyProvider

      boolean supportsLoggingProxyProvider()
      Tests if a logging provider is supported.
      Returns:
      true if a logging provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsMappingProxyProvider

      boolean supportsMappingProxyProvider()
      Tests if a mapping provider is supported.
      Returns:
      true if a mapping provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsMessagingProxyProvider

      boolean supportsMessagingProxyProvider()
      Tests if a messaging provider is supported.
      Returns:
      true if a messaging provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsMeteringProxyProvider

      boolean supportsMeteringProxyProvider()
      Tests if a metering provider is supported.
      Returns:
      true if a metering provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsOfferingProxyProvider

      boolean supportsOfferingProxyProvider()
      Tests if an offering provider is supported.
      Returns:
      true if an offering provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsOntologyProxyProvider

      boolean supportsOntologyProxyProvider()
      Tests if an ontology provider is supported.
      Returns:
      true if an ontology provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsOrderingProxyProvider

      boolean supportsOrderingProxyProvider()
      Tests if an ordering provider is supported.
      Returns:
      true if an ordering provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPersonnelProxyProvider

      boolean supportsPersonnelProxyProvider()
      Tests if a personnel provider is supported.
      Returns:
      true if a personnel provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsProcessProxyProvider

      boolean supportsProcessProxyProvider()
      Tests if a process provider is supported.
      Returns:
      true if a process provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsProfileProxyProvider

      boolean supportsProfileProxyProvider()
      Tests if a profile provider is supported.
      Returns:
      true if a profile provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsProvisioningProxyProvider

      boolean supportsProvisioningProxyProvider()
      Tests if a provisioning provider is supported.
      Returns:
      true if a provisioning provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsProxyProxyProvider

      boolean supportsProxyProxyProvider()
      Tests if a proxy provider is supported.
      Returns:
      true if a proxy provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsRecipeProxyProvider

      boolean supportsRecipeProxyProvider()
      Tests if a recipe provider is supported.
      Returns:
      true if a recipe provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsRecognitionProxyProvider

      boolean supportsRecognitionProxyProvider()
      Tests if a recognition provider is supported.
      Returns:
      true if a recognition provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsRelationshipProxyProvider

      boolean supportsRelationshipProxyProvider()
      Tests if a relationship provider is supported.
      Returns:
      true if a relationship provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsRepositoryProxyProvider

      boolean supportsRepositoryProxyProvider()
      Tests if a repository provider is supported.
      Returns:
      true if a repository provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsResourceProxyProvider

      boolean supportsResourceProxyProvider()
      Tests if a resource provider is supported.
      Returns:
      true if a resource provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsResourcingProxyProvider

      boolean supportsResourcingProxyProvider()
      Tests if a resourcing provider is supported.
      Returns:
      true if a resourcing provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsRulesProxyProvider

      boolean supportsRulesProxyProvider()
      Tests if a rules provider is supported.
      Returns:
      true if a rules provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsSearchProxyProvider

      boolean supportsSearchProxyProvider()
      Tests if a search provider is supported.
      Returns:
      true if a search provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsSequencingProxyProvider

      boolean supportsSequencingProxyProvider()
      Tests if a sequencing provider is supported.
      Returns:
      true if a sequencing provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsSubscriptionProxyProvider

      boolean supportsSubscriptionProxyProvider()
      Tests if a subscription provider is supported.
      Returns:
      true if a subscription provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsTopologyProxyProvider

      boolean supportsTopologyProxyProvider()
      Tests if a topology provider is supported.
      Returns:
      true if a topology provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsTrackingProxyProvider

      boolean supportsTrackingProxyProvider()
      Tests if a tracking provider is supported.
      Returns:
      true if a tracking provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsTransactionProxyProvider

      boolean supportsTransactionProxyProvider()
      Tests if a transaction provider is supported.
      Returns:
      true if a transaction provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsTransportProxyProvider

      boolean supportsTransportProxyProvider()
      Tests if a transport provider is supported.
      Returns:
      true if a transport provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsTypeProxyProvider

      boolean supportsTypeProxyProvider()
      Tests if a type provider is supported.
      Returns:
      true if a type provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsVotingProxyProvider

      boolean supportsVotingProxyProvider()
      Tests if a voting provider is supported.
      Returns:
      true if a voting provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsWorkflowProxyProvider

      boolean supportsWorkflowProxyProvider()
      Tests if a workflow provider is supported.
      Returns:
      true if a workflow provider is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.