Interface ProvisioningRulesProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
ProvisioningRulesManager, ProvisioningRulesProxyManager

public interface ProvisioningRulesProfile extends OsidProfile

The provisioning rules profile describes the interoperability among provisioning rules services.

  • Method Details

    • supportsVisibleFederation

      boolean supportsVisibleFederation()
      Tests if any broker federation is exposed. Federation is exposed when a specific broker may be identified, selected and used to create a lookup or admin session. Federation is not exposed when a set of brokers appears as a single broker.
      Returns:
      true if visible federation is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerEnablerLookup

      boolean supportsBrokerEnablerLookup()
      Tests if looking up broker enablers is supported.
      Returns:
      true if broker enabler lookup is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerEnablerQuery

      boolean supportsBrokerEnablerQuery()
      Tests if querying broker enablers is supported.
      Returns:
      true if broker enabler query is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerEnablerSearch

      boolean supportsBrokerEnablerSearch()
      Tests if searching broker enablers is supported.
      Returns:
      true if broker enabler search is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerEnablerAdmin

      boolean supportsBrokerEnablerAdmin()
      Tests if a broker enabler administrative service is supported.
      Returns:
      true if broker enabler administration is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerEnablerNotification

      boolean supportsBrokerEnablerNotification()
      Tests if a broker enabler notification service is supported.
      Returns:
      true if broker enabler notification is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerEnablerDistributor

      boolean supportsBrokerEnablerDistributor()
      Tests if a broker enabler distributor lookup service is supported.
      Returns:
      true if a broker enabler distributor lookup service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerEnablerDistributorAssignment

      boolean supportsBrokerEnablerDistributorAssignment()
      Tests if a broker enabler distributor assignment service is supported.
      Returns:
      true if a broker enabler to distributor assignment service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerEnablerSmartDistributor

      boolean supportsBrokerEnablerSmartDistributor()
      Tests if a broker smart distributor service is supported.
      Returns:
      true if a smart distributor service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerEnablerRuleLookup

      boolean supportsBrokerEnablerRuleLookup()
      Tests if a broker enabler rule lookup service is supported.
      Returns:
      true if a broker enabler rule lookup service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerEnablerRuleApplication

      boolean supportsBrokerEnablerRuleApplication()
      Tests if a broker enabler rule application service is supported.
      Returns:
      true if a broker enabler rule application service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerConstrainerLookup

      boolean supportsBrokerConstrainerLookup()
      Tests if looking up broker constrainers is supported.
      Returns:
      true if broker constrainer lookup is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerConstrainerQuery

      boolean supportsBrokerConstrainerQuery()
      Tests if querying broker constrainers is supported.
      Returns:
      true if broker constrainer query is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerConstrainerSearch

      boolean supportsBrokerConstrainerSearch()
      Tests if searching broker constrainers is supported.
      Returns:
      true if broker constrainer search is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerConstrainerAdmin

      boolean supportsBrokerConstrainerAdmin()
      Tests if a broker constrainer administrative service is supported.
      Returns:
      true if broker constrainer administration is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerConstrainerNotification

      boolean supportsBrokerConstrainerNotification()
      Tests if a broker constrainer notification service is supported.
      Returns:
      true if broker constrainer notification is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerConstrainerDistributor

      boolean supportsBrokerConstrainerDistributor()
      Tests if a broker constrainer distributor lookup service is supported.
      Returns:
      true if a broker constrainer distributor lookup service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerConstrainerDistributorAssignment

      boolean supportsBrokerConstrainerDistributorAssignment()
      Tests if a broker constrainer distributor assignment service is supported.
      Returns:
      true if a broker constrainer to distributor assignment service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerConstrainerSmartDistributor

      boolean supportsBrokerConstrainerSmartDistributor()
      Tests if a broker smart distributor service is supported.
      Returns:
      true if a smart distributor service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerConstrainerRuleLookup

      boolean supportsBrokerConstrainerRuleLookup()
      Tests if a broker constrainer rule lookup service is supported.
      Returns:
      true if a broker constrainer rule lookup service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerConstrainerRuleApplication

      boolean supportsBrokerConstrainerRuleApplication()
      Tests if a broker constrainer rule application service is supported.
      Returns:
      true if a broker constrainer rule application service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerConstrainerEnablerLookup

      boolean supportsBrokerConstrainerEnablerLookup()
      Tests if looking up broker constrainer enablers is supported.
      Returns:
      true if broker constrainer enabler lookup is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerConstrainerEnablerQuery

      boolean supportsBrokerConstrainerEnablerQuery()
      Tests if querying broker constrainer enablers is supported.
      Returns:
      true if broker constrainer enabler query is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerConstrainerEnablerSearch

      boolean supportsBrokerConstrainerEnablerSearch()
      Tests if searching broker constrainer enablers is supported.
      Returns:
      true if broker constrainer enabler search is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerConstrainerEnablerAdmin

      boolean supportsBrokerConstrainerEnablerAdmin()
      Tests if a broker constrainer enabler administrative service is supported.
      Returns:
      true if broker constrainer enabler administration is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerConstrainerEnablerNotification

      boolean supportsBrokerConstrainerEnablerNotification()
      Tests if a broker constrainer enabler notification service is supported.
      Returns:
      true if broker constrainer enabler notification is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerConstrainerEnablerDistributor

      boolean supportsBrokerConstrainerEnablerDistributor()
      Tests if a broker constrainer enabler distributor lookup service is supported.
      Returns:
      true if a broker constrainer enabler distributor lookup service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerConstrainerEnablerDistributorAssignment

      boolean supportsBrokerConstrainerEnablerDistributorAssignment()
      Tests if a broker constrainer enabler distributor assignment service is supported.
      Returns:
      true if a broker constrainer enabler to distributor assignment service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerConstrainerEnablerSmartDistributor

      boolean supportsBrokerConstrainerEnablerSmartDistributor()
      Tests if a broker smart distributor service is supported.
      Returns:
      true if a smart distributor service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerConstrainerEnablerRuleLookup

      boolean supportsBrokerConstrainerEnablerRuleLookup()
      Tests if a broker constrainer enabler rule lookup service is supported.
      Returns:
      true if a broker constrainer enabler rule lookup service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerConstrainerEnablerRuleApplication

      boolean supportsBrokerConstrainerEnablerRuleApplication()
      Tests if a broker constrainer enabler rule application service is supported.
      Returns:
      true if a broker constrainer enabler rule application service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerProcessorLookup

      boolean supportsBrokerProcessorLookup()
      Tests if looking up broker processors is supported.
      Returns:
      true if broker processor lookup is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerProcessorQuery

      boolean supportsBrokerProcessorQuery()
      Tests if querying broker processors is supported.
      Returns:
      true if broker processor query is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerProcessorSearch

      boolean supportsBrokerProcessorSearch()
      Tests if searching broker processors is supported.
      Returns:
      true if broker processor search is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerProcessorAdmin

      boolean supportsBrokerProcessorAdmin()
      Tests if a broker processor administrative service is supported.
      Returns:
      true if broker processor administration is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerProcessorNotification

      boolean supportsBrokerProcessorNotification()
      Tests if a broker processor notification service is supported.
      Returns:
      true if broker processor notification is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerProcessorDistributor

      boolean supportsBrokerProcessorDistributor()
      Tests if a broker processor distributor lookup service is supported.
      Returns:
      true if a broker processor distributor lookup service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerProcessorDistributorAssignment

      boolean supportsBrokerProcessorDistributorAssignment()
      Tests if a broker processor distributor assignment service is supported.
      Returns:
      true if a broker processor to distributor assignment service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerProcessorSmartDistributor

      boolean supportsBrokerProcessorSmartDistributor()
      Tests if a broker smart distributor service is supported.
      Returns:
      true if a smart distributor service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerProcessorRuleLookup

      boolean supportsBrokerProcessorRuleLookup()
      Tests if a broker processor rule lookup service is supported.
      Returns:
      true if a broker processor rule lookup service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerProcessorRuleApplication

      boolean supportsBrokerProcessorRuleApplication()
      Tests if a broker processor rule application service is supported.
      Returns:
      true if a broker processor rule application service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerProcessorEnablerLookup

      boolean supportsBrokerProcessorEnablerLookup()
      Tests if looking up broker processor enablers is supported.
      Returns:
      true if broker processor enabler lookup is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerProcessorEnablerQuery

      boolean supportsBrokerProcessorEnablerQuery()
      Tests if querying broker processor enablers is supported.
      Returns:
      true if broker processor enabler query is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerProcessorEnablerSearch

      boolean supportsBrokerProcessorEnablerSearch()
      Tests if searching broker processor enablers is supported.
      Returns:
      true if broker processor enabler search is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerProcessorEnablerAdmin

      boolean supportsBrokerProcessorEnablerAdmin()
      Tests if a broker processor enabler administrative service is supported.
      Returns:
      true if broker processor enabler administration is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerProcessorEnablerNotification

      boolean supportsBrokerProcessorEnablerNotification()
      Tests if a broker processor enabler notification service is supported.
      Returns:
      true if broker processor enabler notification is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerProcessorEnablerDistributor

      boolean supportsBrokerProcessorEnablerDistributor()
      Tests if a broker processor enabler distributor lookup service is supported.
      Returns:
      true if a broker processor enabler distributor lookup service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerProcessorEnablerDistributorAssignment

      boolean supportsBrokerProcessorEnablerDistributorAssignment()
      Tests if a broker processor enabler distributor assignment service is supported.
      Returns:
      true if a broker processor enabler to distributor assignment service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerProcessorEnablerSmartDistributor

      boolean supportsBrokerProcessorEnablerSmartDistributor()
      Tests if a broker smart distributor service is supported.
      Returns:
      true if a smart distributor service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerProcessorEnablerRuleLookup

      boolean supportsBrokerProcessorEnablerRuleLookup()
      Tests if a broker processor enabler rule lookup service is supported.
      Returns:
      true if a broker processor enabler rule lookup service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerProcessorEnablerRuleApplication

      boolean supportsBrokerProcessorEnablerRuleApplication()
      Tests if a broker processor enabler rule application service is supported.
      Returns:
      true if a broker processor enabler rule application service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueEnablerLookup

      boolean supportsQueueEnablerLookup()
      Tests if looking up queue enablers is supported.
      Returns:
      true if queue enabler lookup is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueEnablerQuery

      boolean supportsQueueEnablerQuery()
      Tests if querying queue enablers is supported.
      Returns:
      true if queue enabler query is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueEnablerSearch

      boolean supportsQueueEnablerSearch()
      Tests if searching queue enablers is supported.
      Returns:
      true if queue enabler search is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueEnablerAdmin

      boolean supportsQueueEnablerAdmin()
      Tests if a queue enabler administrative service is supported.
      Returns:
      true if queue enabler administration is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueEnablerNotification

      boolean supportsQueueEnablerNotification()
      Tests if a queue enabler notification service is supported.
      Returns:
      true if queue enabler notification is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueEnablerDistributor

      boolean supportsQueueEnablerDistributor()
      Tests if a queue enabler distributor lookup service is supported.
      Returns:
      true if a queue enabler distributor lookup service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueEnablerDistributorAssignment

      boolean supportsQueueEnablerDistributorAssignment()
      Tests if a queue enabler distributor assignment service is supported.
      Returns:
      true if a queue enabler to distributor assignment service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueEnablerSmartDistributor

      boolean supportsQueueEnablerSmartDistributor()
      Tests if a queue smart distributor service is supported.
      Returns:
      true if a smart distributor service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueEnablerRuleLookup

      boolean supportsQueueEnablerRuleLookup()
      Tests if a queue enabler rule lookup service is supported.
      Returns:
      true if a queue enabler rule lookup service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueEnablerRuleApplication

      boolean supportsQueueEnablerRuleApplication()
      Tests if a queue enabler rule application service is supported.
      Returns:
      true if a queue enabler rule application service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueConstrainerLookup

      boolean supportsQueueConstrainerLookup()
      Tests if looking up queue constrainer is supported.
      Returns:
      true if queue constrainer lookup is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueConstrainerQuery

      boolean supportsQueueConstrainerQuery()
      Tests if querying queue constrainer is supported.
      Returns:
      true if queue constrainer query is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueConstrainerSearch

      boolean supportsQueueConstrainerSearch()
      Tests if searching queue constrainer is supported.
      Returns:
      true if queue constrainer search is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueConstrainerAdmin

      boolean supportsQueueConstrainerAdmin()
      Tests if a queue constrainer administrative service is supported.
      Returns:
      true if queue constrainer administration is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueConstrainerNotification

      boolean supportsQueueConstrainerNotification()
      Tests if a queue constrainer notification service is supported.
      Returns:
      true if queue constrainer notification is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueConstrainerDistributor

      boolean supportsQueueConstrainerDistributor()
      Tests if a queue constrainer distributor lookup service is supported.
      Returns:
      true if a queue constrainer distributor lookup service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueConstrainerDistributorAssignment

      boolean supportsQueueConstrainerDistributorAssignment()
      Tests if a queue constrainer distributor service is supported.
      Returns:
      true if queue constrainer distributor assignment service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueConstrainerSmartDistributor

      boolean supportsQueueConstrainerSmartDistributor()
      Tests if a queue constrainer distributor lookup service is supported.
      Returns:
      true if a queue constrainer distributor service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueConstrainerRuleLookup

      boolean supportsQueueConstrainerRuleLookup()
      Tests if a queue constrainer rule lookup service is supported.
      Returns:
      true if a queue constrainer rule lookup service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueConstrainerRuleApplication

      boolean supportsQueueConstrainerRuleApplication()
      Tests if a queue constrainer rule application service is supported.
      Returns:
      true if a queue constrainer rule application service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueConstrainerEnablerLookup

      boolean supportsQueueConstrainerEnablerLookup()
      Tests if looking up queue constrainer enablers is supported.
      Returns:
      true if queue constrainer enabler lookup is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueConstrainerEnablerQuery

      boolean supportsQueueConstrainerEnablerQuery()
      Tests if querying queue constrainer enablers is supported.
      Returns:
      true if queue constrainer enabler query is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueConstrainerEnablerSearch

      boolean supportsQueueConstrainerEnablerSearch()
      Tests if searching queue constrainer enablers is supported.
      Returns:
      true if queue constrainer enabler search is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueConstrainerEnablerAdmin

      boolean supportsQueueConstrainerEnablerAdmin()
      Tests if a queue constrainer enabler administrative service is supported.
      Returns:
      true if queue constrainer enabler administration is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueConstrainerEnablerNotification

      boolean supportsQueueConstrainerEnablerNotification()
      Tests if a queue constrainer enabler notification service is supported.
      Returns:
      true if queue constrainer enabler notification is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueConstrainerEnablerDistributor

      boolean supportsQueueConstrainerEnablerDistributor()
      Tests if a queue constrainer enabler distributor lookup service is supported.
      Returns:
      true if a queue constrainer enabler distributor lookup service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueConstrainerEnablerDistributorAssignment

      boolean supportsQueueConstrainerEnablerDistributorAssignment()
      Tests if a queue constrainer enabler distributor service is supported.
      Returns:
      true if queue constrainer enabler distributor assignment service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueConstrainerEnablerSmartDistributor

      boolean supportsQueueConstrainerEnablerSmartDistributor()
      Tests if a queue constrainer enabler distributor lookup service is supported.
      Returns:
      true if a queue constrainer enabler distributor service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueConstrainerEnablerRuleLookup

      boolean supportsQueueConstrainerEnablerRuleLookup()
      Tests if a queue constrainer enabler rule lookup service is supported.
      Returns:
      true if a queue constrainer enabler rule lookup service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueConstrainerEnablerRuleApplication

      boolean supportsQueueConstrainerEnablerRuleApplication()
      Tests if a queue constrainer enabler rule application service is supported.
      Returns:
      true if queue constrainer enabler rule application service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueProcessorLookup

      boolean supportsQueueProcessorLookup()
      Tests if looking up queue processor is supported.
      Returns:
      true if queue processor lookup is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueProcessorQuery

      boolean supportsQueueProcessorQuery()
      Tests if querying queue processor is supported.
      Returns:
      true if queue processor query is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueProcessorSearch

      boolean supportsQueueProcessorSearch()
      Tests if searching queue processor is supported.
      Returns:
      true if queue processor search is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueProcessorAdmin

      boolean supportsQueueProcessorAdmin()
      Tests if a queue processor administrative service is supported.
      Returns:
      true if queue processor administration is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueProcessorNotification

      boolean supportsQueueProcessorNotification()
      Tests if a queue processor notification service is supported.
      Returns:
      true if queue processor notification is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueProcessorDistributor

      boolean supportsQueueProcessorDistributor()
      Tests if a queue processor distributor lookup service is supported.
      Returns:
      true if a queue processor distributor lookup service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueProcessorDistributorAssignment

      boolean supportsQueueProcessorDistributorAssignment()
      Tests if a queue processor distributor service is supported.
      Returns:
      true if queue processor distributor assignment service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueProcessorSmartDistributor

      boolean supportsQueueProcessorSmartDistributor()
      Tests if a queue processor distributor lookup service is supported.
      Returns:
      true if a queue processor distributor service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueProcessorRuleLookup

      boolean supportsQueueProcessorRuleLookup()
      Tests if a queue processor rule lookup service is supported.
      Returns:
      true if a queue processor rule lookup service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueProcessorRuleApplication

      boolean supportsQueueProcessorRuleApplication()
      Tests if a queue processor rule application service is supported.
      Returns:
      true if queue processor rule application service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueProcessorEnablerLookup

      boolean supportsQueueProcessorEnablerLookup()
      Tests if looking up queue processor enablers is supported.
      Returns:
      true if queue processor enabler lookup is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueProcessorEnablerQuery

      boolean supportsQueueProcessorEnablerQuery()
      Tests if querying queue processor enablers is supported.
      Returns:
      true if queue processor enabler query is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueProcessorEnablerSearch

      boolean supportsQueueProcessorEnablerSearch()
      Tests if searching queue processor enablers is supported.
      Returns:
      true if queue processor enabler search is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueProcessorEnablerAdmin

      boolean supportsQueueProcessorEnablerAdmin()
      Tests if a queue processor enabler administrative service is supported.
      Returns:
      true if queue processor enabler administration is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueProcessorEnablerNotification

      boolean supportsQueueProcessorEnablerNotification()
      Tests if a queue processor enabler notification service is supported.
      Returns:
      true if queue processor enabler notification is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueProcessorEnablerDistributor

      boolean supportsQueueProcessorEnablerDistributor()
      Tests if a queue processor enabler distributor lookup service is supported.
      Returns:
      true if a queue processor enabler distributor lookup service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueProcessorEnablerDistributorAssignment

      boolean supportsQueueProcessorEnablerDistributorAssignment()
      Tests if a queue processor enabler distributor service is supported.
      Returns:
      true if queue processor enabler distributor assignment service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueProcessorEnablerSmartDistributor

      boolean supportsQueueProcessorEnablerSmartDistributor()
      Tests if a queue processor enabler distributor lookup service is supported.
      Returns:
      true if a queue processor enabler distributor service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueProcessorEnablerRuleLookup

      boolean supportsQueueProcessorEnablerRuleLookup()
      Tests if a queue processor enabler rule lookup service is supported.
      Returns:
      true if a queue processor enabler rule lookup service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueProcessorEnablerRuleApplication

      boolean supportsQueueProcessorEnablerRuleApplication()
      Tests if a queue processor enabler rule application service is supported.
      Returns:
      true if queue processor enabler rule application service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolEnablerLookup

      boolean supportsPoolEnablerLookup()
      Tests if looking up pool enablers is supported.
      Returns:
      true if pool enabler lookup is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolEnablerQuery

      boolean supportsPoolEnablerQuery()
      Tests if querying pool enablers is supported.
      Returns:
      true if pool enabler query is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolEnablerSearch

      boolean supportsPoolEnablerSearch()
      Tests if searching pool enablers is supported.
      Returns:
      true if pool enabler search is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolEnablerAdmin

      boolean supportsPoolEnablerAdmin()
      Tests if a pool enabler administrative service is supported.
      Returns:
      true if pool enabler administration is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolEnablerNotification

      boolean supportsPoolEnablerNotification()
      Tests if a pool enabler notification service is supported.
      Returns:
      true if pool enabler notification is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolEnablerDistributor

      boolean supportsPoolEnablerDistributor()
      Tests if a pool enabler distributor lookup service is supported.
      Returns:
      true if a pool enabler distributor lookup service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolEnablerDistributorAssignment

      boolean supportsPoolEnablerDistributorAssignment()
      Tests if a pool enabler distributor assignment service is supported.
      Returns:
      true if a pool enabler to distributor assignment service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolEnablerSmartDistributor

      boolean supportsPoolEnablerSmartDistributor()
      Tests if a pool smart distributor service is supported.
      Returns:
      true if a smart distributor service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolEnablerRuleLookup

      boolean supportsPoolEnablerRuleLookup()
      Tests if a pool enabler rule lookup service is supported.
      Returns:
      true if a pool enabler rule lookup service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolEnablerRuleApplication

      boolean supportsPoolEnablerRuleApplication()
      Tests if a pool enabler rule application service is supported.
      Returns:
      true if a pool enabler rule application service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolConstrainerLookup

      boolean supportsPoolConstrainerLookup()
      Tests if looking up pool constrainer is supported.
      Returns:
      true if pool constrainer lookup is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolConstrainerQuery

      boolean supportsPoolConstrainerQuery()
      Tests if querying pool constrainer is supported.
      Returns:
      true if pool constrainer query is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolConstrainerSearch

      boolean supportsPoolConstrainerSearch()
      Tests if searching pool constrainer is supported.
      Returns:
      true if pool constrainer search is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolConstrainerAdmin

      boolean supportsPoolConstrainerAdmin()
      Tests if a pool constrainer administrative service is supported.
      Returns:
      true if pool constrainer administration is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolConstrainerNotification

      boolean supportsPoolConstrainerNotification()
      Tests if a pool constrainer notification service is supported.
      Returns:
      true if pool constrainer notification is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolConstrainerDistributor

      boolean supportsPoolConstrainerDistributor()
      Tests if a pool constrainer distributor lookup service is supported.
      Returns:
      true if a pool constrainer distributor lookup service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolConstrainerDistributorAssignment

      boolean supportsPoolConstrainerDistributorAssignment()
      Tests if a pool constrainer distributor service is supported.
      Returns:
      true if pool constrainer distributor assignment service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolConstrainerSmartDistributor

      boolean supportsPoolConstrainerSmartDistributor()
      Tests if a pool constrainer distributor lookup service is supported.
      Returns:
      true if a pool constrainer distributor service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolConstrainerRuleLookup

      boolean supportsPoolConstrainerRuleLookup()
      Tests if a pool constrainer rule lookup service is supported.
      Returns:
      true if a pool constrainer rule lookup service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolConstrainerRuleApplication

      boolean supportsPoolConstrainerRuleApplication()
      Tests if a pool constrainer rule application service is supported.
      Returns:
      true if a pool constrainer rule application service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolConstrainerEnablerLookup

      boolean supportsPoolConstrainerEnablerLookup()
      Tests if looking up pool constrainer enablers is supported.
      Returns:
      true if pool constrainer enabler lookup is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolConstrainerEnablerQuery

      boolean supportsPoolConstrainerEnablerQuery()
      Tests if querying pool constrainer enablers is supported.
      Returns:
      true if pool constrainer enabler query is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolConstrainerEnablerSearch

      boolean supportsPoolConstrainerEnablerSearch()
      Tests if searching pool constrainer enablers is supported.
      Returns:
      true if pool constrainer enabler search is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolConstrainerEnablerAdmin

      boolean supportsPoolConstrainerEnablerAdmin()
      Tests if a pool constrainer enabler administrative service is supported.
      Returns:
      true if pool constrainer enabler administration is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolConstrainerEnablerNotification

      boolean supportsPoolConstrainerEnablerNotification()
      Tests if a pool constrainer enabler notification service is supported.
      Returns:
      true if pool constrainer enabler notification is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolConstrainerEnablerDistributor

      boolean supportsPoolConstrainerEnablerDistributor()
      Tests if a pool constrainer enabler distributor lookup service is supported.
      Returns:
      true if a pool constrainer enabler distributor lookup service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolConstrainerEnablerDistributorAssignment

      boolean supportsPoolConstrainerEnablerDistributorAssignment()
      Tests if a pool constrainer enabler distributor service is supported.
      Returns:
      true if pool constrainer enabler distributor assignment service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolConstrainerEnablerSmartDistributor

      boolean supportsPoolConstrainerEnablerSmartDistributor()
      Tests if a pool constrainer enabler distributor lookup service is supported.
      Returns:
      true if a pool constrainer enabler distributor service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolConstrainerEnablerRuleLookup

      boolean supportsPoolConstrainerEnablerRuleLookup()
      Tests if a pool constrainer enabler rule lookup service is supported.
      Returns:
      true if a pool constrainer enabler rule lookup service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolConstrainerEnablerRuleApplication

      boolean supportsPoolConstrainerEnablerRuleApplication()
      Tests if a pool constrainer enabler rule application service is supported.
      Returns:
      true if pool constrainer enabler rule application service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolProcessorLookup

      boolean supportsPoolProcessorLookup()
      Tests if looking up pool processor is supported.
      Returns:
      true if pool processor lookup is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolProcessorQuery

      boolean supportsPoolProcessorQuery()
      Tests if querying pool processor is supported.
      Returns:
      true if pool processor query is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolProcessorSearch

      boolean supportsPoolProcessorSearch()
      Tests if searching pool processor is supported.
      Returns:
      true if pool processor search is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolProcessorAdmin

      boolean supportsPoolProcessorAdmin()
      Tests if a pool processor administrative service is supported.
      Returns:
      true if pool processor administration is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolProcessorNotification

      boolean supportsPoolProcessorNotification()
      Tests if a pool processor notification service is supported.
      Returns:
      true if pool processor notification is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolProcessorDistributor

      boolean supportsPoolProcessorDistributor()
      Tests if a pool processor distributor lookup service is supported.
      Returns:
      true if a pool processor distributor lookup service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolProcessorDistributorAssignment

      boolean supportsPoolProcessorDistributorAssignment()
      Tests if a pool processor distributor service is supported.
      Returns:
      true if pool processor distributor assignment service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolProcessorSmartDistributor

      boolean supportsPoolProcessorSmartDistributor()
      Tests if a pool processor distributor lookup service is supported.
      Returns:
      true if a pool processor distributor service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolProcessorRuleLookup

      boolean supportsPoolProcessorRuleLookup()
      Tests if a pool processor rule lookup service is supported.
      Returns:
      true if a pool processor rule lookup service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolProcessorRuleApplication

      boolean supportsPoolProcessorRuleApplication()
      Tests if a pool processor rule application service is supported.
      Returns:
      true if pool processor rule application service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolProcessorEnablerLookup

      boolean supportsPoolProcessorEnablerLookup()
      Tests if looking up pool processor enablers is supported.
      Returns:
      true if pool processor enabler lookup is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolProcessorEnablerQuery

      boolean supportsPoolProcessorEnablerQuery()
      Tests if querying pool processor enablers is supported.
      Returns:
      true if pool processor enabler query is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolProcessorEnablerSearch

      boolean supportsPoolProcessorEnablerSearch()
      Tests if searching pool processor enablers is supported.
      Returns:
      true if pool processor enabler search is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolProcessorEnablerAdmin

      boolean supportsPoolProcessorEnablerAdmin()
      Tests if a pool processor enabler administrative service is supported.
      Returns:
      true if pool processor enabler administration is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolProcessorEnablerNotification

      boolean supportsPoolProcessorEnablerNotification()
      Tests if a pool processor enabler notification service is supported.
      Returns:
      true if pool processor enabler notification is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolProcessorEnablerDistributor

      boolean supportsPoolProcessorEnablerDistributor()
      Tests if a pool processor enabler distributor lookup service is supported.
      Returns:
      true if a pool processor enabler distributor lookup service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolProcessorEnablerDistributorAssignment

      boolean supportsPoolProcessorEnablerDistributorAssignment()
      Tests if a pool processor enabler distributor service is supported.
      Returns:
      true if pool processor enabler distributor assignment service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolProcessorEnablerSmartDistributor

      boolean supportsPoolProcessorEnablerSmartDistributor()
      Tests if a pool processor enabler distributor lookup service is supported.
      Returns:
      true if a pool processor enabler distributor service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolProcessorEnablerRuleLookup

      boolean supportsPoolProcessorEnablerRuleLookup()
      Tests if a pool processor enabler rule lookup service is supported.
      Returns:
      true if a processor enabler rule lookup service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolProcessorEnablerRuleApplication

      boolean supportsPoolProcessorEnablerRuleApplication()
      Tests if a pool processor enabler rule application service is supported.
      Returns:
      true if pool processor enabler rule application service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsProvisionableEnablerLookup

      boolean supportsProvisionableEnablerLookup()
      Tests if looking up provisionable enablers is supported.
      Returns:
      true if provisionable enabler lookup is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsProvisionableEnablerQuery

      boolean supportsProvisionableEnablerQuery()
      Tests if querying provisionable enablers is supported.
      Returns:
      true if provisionable enabler query is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsProvisionableEnablerSearch

      boolean supportsProvisionableEnablerSearch()
      Tests if searching provisionable enablers is supported.
      Returns:
      true if provisionable enabler search is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsProvisionableEnablerAdmin

      boolean supportsProvisionableEnablerAdmin()
      Tests if a provisionable enabler administrative service is supported.
      Returns:
      true if provisionable enabler administration is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsProvisionableEnablerNotification

      boolean supportsProvisionableEnablerNotification()
      Tests if a provisionable enabler notification service is supported.
      Returns:
      true if provisionable enabler notification is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsProvisionableEnablerDistributor

      boolean supportsProvisionableEnablerDistributor()
      Tests if a provisionable enabler distributor lookup service is supported.
      Returns:
      true if a provisionable enabler distributor lookup service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsProvisionableEnablerDistributorAssignment

      boolean supportsProvisionableEnablerDistributorAssignment()
      Tests if a provisionable enabler distributor assignment service is supported.
      Returns:
      true if a provisionable enabler to distributor assignment service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsProvisionableEnablerSmartDistributor

      boolean supportsProvisionableEnablerSmartDistributor()
      Tests if a provisionable smart distributor service is supported.
      Returns:
      true if a smart distributor service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsProvisionableEnablerRuleLookup

      boolean supportsProvisionableEnablerRuleLookup()
      Tests if a provisionable enabler rule lookup service is supported.
      Returns:
      true if a provisionable enabler rule lookup service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsProvisionableEnablerRuleApplication

      boolean supportsProvisionableEnablerRuleApplication()
      Tests if a provisionable enabler rule application service is supported.
      Returns:
      true if a provisionable enabler rule application service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsProvisionEnablerLookup

      boolean supportsProvisionEnablerLookup()
      Tests if looking up provision enablers is supported.
      Returns:
      true if provision enabler lookup is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsProvisionEnablerQuery

      boolean supportsProvisionEnablerQuery()
      Tests if querying provision enablers is supported.
      Returns:
      true if provision enabler query is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsProvisionEnablerSearch

      boolean supportsProvisionEnablerSearch()
      Tests if searching provision enablers is supported.
      Returns:
      true if provision enabler search is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsProvisionEnablerAdmin

      boolean supportsProvisionEnablerAdmin()
      Tests if a provision enabler administrative service is supported.
      Returns:
      true if provision enabler administration is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsProvisionEnablerNotification

      boolean supportsProvisionEnablerNotification()
      Tests if a provision enabler notification service is supported.
      Returns:
      true if provision enabler notification is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsProvisionEnablerDistributor

      boolean supportsProvisionEnablerDistributor()
      Tests if a provision enabler distributor lookup service is supported.
      Returns:
      true if a provision enabler distributor lookup service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsProvisionEnablerDistributorAssignment

      boolean supportsProvisionEnablerDistributorAssignment()
      Tests if a provision enabler distributor assignment service is supported.
      Returns:
      true if a provision enabler to distributor assignment service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsProvisionEnablerSmartDistributor

      boolean supportsProvisionEnablerSmartDistributor()
      Tests if a provision smart distributor service is supported.
      Returns:
      true if a smart distributor service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsProvisionEnablerRuleLookup

      boolean supportsProvisionEnablerRuleLookup()
      Tests if a provision enabler rule lookup service is supported.
      Returns:
      true if a provision enabler rule lookup service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsProvisionEnablerRuleApplication

      boolean supportsProvisionEnablerRuleApplication()
      Tests if a provision enabler rule application service is supported.
      Returns:
      true if a provision enabler rule application service is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • getBrokerEnablerRecordTypes

      TypeList getBrokerEnablerRecordTypes()
      Gets the supported BrokerEnabler record types.
      Returns:
      a list containing the supported BrokerEnabler record types
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerEnablerRecordType

      boolean supportsBrokerEnablerRecordType(Type brokerEnablerRecordType)
      Tests if the given BrokerEnabler record type is supported.
      Parameters:
      brokerEnablerRecordType - a Type indicating a BrokerEnabler record type
      Returns:
      true if the given record type is supported, false otherwise
      Throws:
      NullArgumentException - brokerEnablerRecordType is null
      Compliance:
      mandatory - This method must be implemented.
    • getBrokerEnablerSearchRecordTypes

      TypeList getBrokerEnablerSearchRecordTypes()
      Gets the supported BrokerEnabler search types.
      Returns:
      a list containing the supported BrokerEnabler search types
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerEnablerSearchRecordType

      boolean supportsBrokerEnablerSearchRecordType(Type brokerEnablerSearchRecordType)
      Tests if the given BrokerEnabler search type is supported.
      Parameters:
      brokerEnablerSearchRecordType - a Type indicating a BrokerEnabler search type
      Returns:
      true if the given Type is supported, false otherwise
      Throws:
      NullArgumentException - brokerEnablerSearchRecordType is null
      Compliance:
      mandatory - This method must be implemented.
    • getBrokerConstrainerRecordTypes

      TypeList getBrokerConstrainerRecordTypes()
      Gets the supported BrokerConstrainer record types.
      Returns:
      a list containing the supported BrokerConstrainer record types
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerConstrainerRecordType

      boolean supportsBrokerConstrainerRecordType(Type brokerConstrainerRecordType)
      Tests if the given BrokerConstrainer record type is supported.
      Parameters:
      brokerConstrainerRecordType - a Type indicating a BrokerConstrainer record type
      Returns:
      true if the given record type is supported, false otherwise
      Throws:
      NullArgumentException - brokerConstrainerRecordType is null
      Compliance:
      mandatory - This method must be implemented.
    • getBrokerConstrainerSearchRecordTypes

      TypeList getBrokerConstrainerSearchRecordTypes()
      Gets the supported BrokerConstrainer search types.
      Returns:
      a list containing the supported BrokerConstrainer search types
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerConstrainerSearchRecordType

      boolean supportsBrokerConstrainerSearchRecordType(Type brokerConstrainerSearchRecordType)
      Tests if the given BrokerConstrainer search type is supported.
      Parameters:
      brokerConstrainerSearchRecordType - a Type indicating a BrokerConstrainer search type
      Returns:
      true if the given Type is supported, false otherwise
      Throws:
      NullArgumentException - brokerConstrainerSearchRecordType is null
      Compliance:
      mandatory - This method must be implemented.
    • getBrokerConstrainerEnablerRecordTypes

      TypeList getBrokerConstrainerEnablerRecordTypes()
      Gets the supported BrokerConstrainerEnabler record types.
      Returns:
      a list containing the supported BrokerConstrainerEnabler record types
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerConstrainerEnablerRecordType

      boolean supportsBrokerConstrainerEnablerRecordType(Type brokerConstrainerEnablerRecordType)
      Tests if the given BrokerCosntrainerEnabler record type is supported.
      Parameters:
      brokerConstrainerEnablerRecordType - a Type indicating a BrokerConstrainer Enablerrecord type
      Returns:
      true if the given record type is supported, false otherwise
      Throws:
      NullArgumentException - brokerConstrainerEnablerRecordType is null
      Compliance:
      mandatory - This method must be implemented.
    • getBrokerConstrainerEnablerSearchRecordTypes

      TypeList getBrokerConstrainerEnablerSearchRecordTypes()
      Gets the supported BrokerConstrainerEnabler search types.
      Returns:
      a list containing the supported BrokerConstrainerEnabler search types
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerConstrainerEnablerSearchRecordType

      boolean supportsBrokerConstrainerEnablerSearchRecordType(Type brokerConstrainerEnablerSearchRecordType)
      Tests if the given BrokerConstrainerEnabler search type is supported.
      Parameters:
      brokerConstrainerEnablerSearchRecordType - a Type indicating a BrokerConstrainerEnabler search type
      Returns:
      true if the given Type is supported, false otherwise
      Throws:
      NullArgumentException - brokerConstrainerEnablerSearchRecordType is null
      Compliance:
      mandatory - This method must be implemented.
    • getBrokerProcessorRecordTypes

      TypeList getBrokerProcessorRecordTypes()
      Gets the supported BrokerProcessor record types.
      Returns:
      a list containing the supported BrokerProcessor record types
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerProcessorRecordType

      boolean supportsBrokerProcessorRecordType(Type brokerConstrainerRecordType)
      Tests if the given BrokerProcessor record type is supported.
      Parameters:
      brokerConstrainerRecordType - a Type indicating a BrokerProcessor record type
      Returns:
      true if the given record type is supported, false otherwise
      Throws:
      NullArgumentException - brokerProcessorRecordType is null
      Compliance:
      mandatory - This method must be implemented.
    • getBrokerProcessorSearchRecordTypes

      TypeList getBrokerProcessorSearchRecordTypes()
      Gets the supported BrokerProcessor search types.
      Returns:
      a list containing the supported BrokerProcessor search types
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerProcessorSearchRecordType

      boolean supportsBrokerProcessorSearchRecordType(Type brokerProcessorSearchRecordType)
      Tests if the given BrokerProcessor search type is supported.
      Parameters:
      brokerProcessorSearchRecordType - a Type indicating a BrokerProcessor search type
      Returns:
      true if the given Type is supported, false otherwise
      Throws:
      NullArgumentException - brokerProcessorSearchRecordType is null
      Compliance:
      mandatory - This method must be implemented.
    • getBrokerProcessorEnablerRecordTypes

      TypeList getBrokerProcessorEnablerRecordTypes()
      Gets the supported BrokerProcessorEnabler record types.
      Returns:
      a list containing the supported BrokerProcessorEnabler record types
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerProcessorEnablerRecordType

      boolean supportsBrokerProcessorEnablerRecordType(Type brokerProcessorEnablerRecordType)
      Tests if the given BrokerProcessorEnabler record type is supported.
      Parameters:
      brokerProcessorEnablerRecordType - a Type indicating a BrokerProcessorEnabler record type
      Returns:
      true if the given record type is supported, false otherwise
      Throws:
      NullArgumentException - brokerProcessorEnablerRecordType is null
      Compliance:
      mandatory - This method must be implemented.
    • getBrokerProcessorEnablerSearchRecordTypes

      TypeList getBrokerProcessorEnablerSearchRecordTypes()
      Gets the supported BrokerProcessorEnabler search types.
      Returns:
      a list containing the supported BrokerProcessorEnabler search types
      Compliance:
      mandatory - This method must be implemented.
    • supportsBrokerProcessorEnablerSearchRecordType

      boolean supportsBrokerProcessorEnablerSearchRecordType(Type brokerProcessorEnablerSearchRecordType)
      Tests if the given BrokerProcessorEnabler search type is supported.
      Parameters:
      brokerProcessorEnablerSearchRecordType - a Type indicating a BrokerProcessorEnabler search type
      Returns:
      true if the given Type is supported, false otherwise
      Throws:
      NullArgumentException - brokerProcessorEnablerSearchRecordType is null
      Compliance:
      mandatory - This method must be implemented.
    • getQueueEnablerRecordTypes

      TypeList getQueueEnablerRecordTypes()
      Gets the supported QueueEnabler record types.
      Returns:
      a list containing the supported QueueEnabler record types
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueEnablerRecordType

      boolean supportsQueueEnablerRecordType(Type queueEnablerRecordType)
      Tests if the given QueueEnabler record type is supported.
      Parameters:
      queueEnablerRecordType - a Type indicating a QueueEnabler record type
      Returns:
      true if the given record type is supported, false otherwise
      Throws:
      NullArgumentException - queueEnablerRecordType is null
      Compliance:
      mandatory - This method must be implemented.
    • getQueueEnablerSearchRecordTypes

      TypeList getQueueEnablerSearchRecordTypes()
      Gets the supported QueueEnabler search types.
      Returns:
      a list containing the supported QueueEnabler search types
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueEnablerSearchRecordType

      boolean supportsQueueEnablerSearchRecordType(Type queueEnablerSearchRecordType)
      Tests if the given QueueEnabler search type is supported.
      Parameters:
      queueEnablerSearchRecordType - a Type indicating a QueueEnabler search type
      Returns:
      true if the given Type is supported, false otherwise
      Throws:
      NullArgumentException - queueEnablerSearchRecordType is null
      Compliance:
      mandatory - This method must be implemented.
    • getQueueConstrainerRecordTypes

      TypeList getQueueConstrainerRecordTypes()
      Gets the supported QueueConstrainer record types.
      Returns:
      a list containing the supported QueueConstrainer record types
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueConstrainerRecordType

      boolean supportsQueueConstrainerRecordType(Type queueConstrainerRecordType)
      Tests if the given QueueConstrainer record type is supported.
      Parameters:
      queueConstrainerRecordType - a Type indicating a QueueConstrainer record type
      Returns:
      true if the given record type is supported, false otherwise
      Throws:
      NullArgumentException - queueConstrainerRecordType is null
      Compliance:
      mandatory - This method must be implemented.
    • getQueueConstrainerSearchRecordTypes

      TypeList getQueueConstrainerSearchRecordTypes()
      Gets the supported QueueConstrainer search record types.
      Returns:
      a list containing the supported QueueConstrainer search record types
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueConstrainerSearchRecordType

      boolean supportsQueueConstrainerSearchRecordType(Type queueConstrainerSearchRecordType)
      Tests if the given QueueConstrainer search record type is supported.
      Parameters:
      queueConstrainerSearchRecordType - a Type indicating a QueueConstrainer search record type
      Returns:
      true if the given search record type is supported, false otherwise
      Throws:
      NullArgumentException - queueConstrainerSearchRecordType is null
      Compliance:
      mandatory - This method must be implemented.
    • getQueueConstrainerEnablerRecordTypes

      TypeList getQueueConstrainerEnablerRecordTypes()
      Gets the supported QueueConstrainerEnabler record interface types.
      Returns:
      a list containing the supported QueueConstrainerEnabler record types
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueConstrainerEnablerRecordType

      boolean supportsQueueConstrainerEnablerRecordType(Type queueConstrainerEnablerRecordType)
      Tests if the given QueueConstrainerEnabler record interface type is supported.
      Parameters:
      queueConstrainerEnablerRecordType - a Type indicating a QueueConstrainerEnabler record type
      Returns:
      true if the given record type is supported, false otherwise
      Throws:
      NullArgumentException - queueConstrainerEnablerRecordType is null
      Compliance:
      mandatory - This method must be implemented.
    • getQueueConstrainerEnablerSearchRecordTypes

      TypeList getQueueConstrainerEnablerSearchRecordTypes()
      Gets the supported QueueConstrainerEnabler search record interface types.
      Returns:
      a list containing the supported QueueConstrainerEnabler search record types
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueConstrainerEnablerSearchRecordType

      boolean supportsQueueConstrainerEnablerSearchRecordType(Type queueConstrainerEnablerSearchRecordType)
      Tests if the given QueueConstrainerEnabler search record interface type is supported.
      Parameters:
      queueConstrainerEnablerSearchRecordType - a Type indicating a QueueConstrainerEnabler search record type
      Returns:
      true if the given search record type is supported, false otherwise
      Throws:
      NullArgumentException - queueConstrainerEnablerSearchRecordType is null
      Compliance:
      mandatory - This method must be implemented.
    • getQueueProcessorRecordTypes

      TypeList getQueueProcessorRecordTypes()
      Gets the supported QueueProcessor record interface types.
      Returns:
      a list containing the supported QueueProcessor record types
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueProcessorRecordType

      boolean supportsQueueProcessorRecordType(Type queueProcessorRecordType)
      Tests if the given QueueProcessor record interface type is supported.
      Parameters:
      queueProcessorRecordType - a Type indicating a QueueProcessor record type
      Returns:
      true if the given record type is supported, false otherwise
      Throws:
      NullArgumentException - queueProcessorRecordType is null
      Compliance:
      mandatory - This method must be implemented.
    • getQueueProcessorSearchRecordTypes

      TypeList getQueueProcessorSearchRecordTypes()
      Gets the supported QueueProcessor search record interface types.
      Returns:
      a list containing the supported QueueProcessor search record types
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueProcessorSearchRecordType

      boolean supportsQueueProcessorSearchRecordType(Type queueProcessorSearchRecordType)
      Tests if the given QueueProcessor search record interface type is supported.
      Parameters:
      queueProcessorSearchRecordType - a Type indicating a QueueProcessor search record type
      Returns:
      true if the given search record type is supported, false otherwise
      Throws:
      NullArgumentException - queueProcessorSearchRecordType is null
      Compliance:
      mandatory - This method must be implemented.
    • getQueueProcessorEnablerRecordTypes

      TypeList getQueueProcessorEnablerRecordTypes()
      Gets the supported QueueProcessorEnabler record interface types.
      Returns:
      a list containing the supported QueueProcessorEnabler record types
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueProcessorEnablerRecordType

      boolean supportsQueueProcessorEnablerRecordType(Type queueProcessorEnablerRecordType)
      Tests if the given QueueProcessorEnabler record interface type is supported.
      Parameters:
      queueProcessorEnablerRecordType - a Type indicating a QueueProcessorEnabler record type
      Returns:
      true if the given record type is supported, false otherwise
      Throws:
      NullArgumentException - queueProcessorEnablerRecordType is null
      Compliance:
      mandatory - This method must be implemented.
    • getQueueProcessorEnablerSearchRecordTypes

      TypeList getQueueProcessorEnablerSearchRecordTypes()
      Gets the supported QueueProcessorEnabler search record interface types.
      Returns:
      a list containing the supported QueueProcessorEnabler search record types
      Compliance:
      mandatory - This method must be implemented.
    • supportsQueueProcessorEnablerSearchRecordType

      boolean supportsQueueProcessorEnablerSearchRecordType(Type queueProcessorEnablerSearchRecordType)
      Tests if the given QueueProcessorEnabler search record interface type is supported.
      Parameters:
      queueProcessorEnablerSearchRecordType - a Type indicating a QueueProcessorEnabler search record type
      Returns:
      true if the given search record type is supported, false otherwise
      Throws:
      NullArgumentException - queueProcessorEnablerSearchRecordType is null
      Compliance:
      mandatory - This method must be implemented.
    • getPoolEnablerRecordTypes

      TypeList getPoolEnablerRecordTypes()
      Gets the supported PoolEnabler record types.
      Returns:
      a list containing the supported PoolEnabler record types
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolEnablerRecordType

      boolean supportsPoolEnablerRecordType(Type poolEnablerRecordType)
      Tests if the given PoolEnabler record type is supported.
      Parameters:
      poolEnablerRecordType - a Type indicating a PoolEnabler record type
      Returns:
      true if the given record type is supported, false otherwise
      Throws:
      NullArgumentException - poolEnablerRecordType is null
      Compliance:
      mandatory - This method must be implemented.
    • getPoolEnablerSearchRecordTypes

      TypeList getPoolEnablerSearchRecordTypes()
      Gets the supported PoolEnabler search types.
      Returns:
      a list containing the supported PoolEnabler search types
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolEnablerSearchRecordType

      boolean supportsPoolEnablerSearchRecordType(Type poolEnablerSearchRecordType)
      Tests if the given PoolEnabler search type is supported.
      Parameters:
      poolEnablerSearchRecordType - a Type indicating a PoolEnabler search type
      Returns:
      true if the given Type is supported, false otherwise
      Throws:
      NullArgumentException - poolEnablerSearchRecordType is null
      Compliance:
      mandatory - This method must be implemented.
    • getPoolConstrainerRecordTypes

      TypeList getPoolConstrainerRecordTypes()
      Gets the supported PoolConstrainer record types.
      Returns:
      a list containing the supported PoolConstrainer record types
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolConstrainerRecordType

      boolean supportsPoolConstrainerRecordType(Type poolConstrainerRecordType)
      Tests if the given PoolConstrainer record type is supported.
      Parameters:
      poolConstrainerRecordType - a Type indicating a PoolConstrainer record type
      Returns:
      true if the given record type is supported, false otherwise
      Throws:
      NullArgumentException - poolConstrainerRecordType is null
      Compliance:
      mandatory - This method must be implemented.
    • getPoolConstrainerSearchRecordTypes

      TypeList getPoolConstrainerSearchRecordTypes()
      Gets the supported PoolConstrainer search record types.
      Returns:
      a list containing the supported PoolConstrainer search record types
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolConstrainerSearchRecordType

      boolean supportsPoolConstrainerSearchRecordType(Type poolConstrainerSearchRecordType)
      Tests if the given PoolConstrainer search record type is supported.
      Parameters:
      poolConstrainerSearchRecordType - a Type indicating a PoolConstrainer search record type
      Returns:
      true if the given search record type is supported, false otherwise
      Throws:
      NullArgumentException - poolConstrainerSearchRecordType is null
      Compliance:
      mandatory - This method must be implemented.
    • getPoolConstrainerEnablerRecordTypes

      TypeList getPoolConstrainerEnablerRecordTypes()
      Gets the supported PoolConstrainerEnabler record interface types.
      Returns:
      a list containing the supported PoolConstrainerEnabler record types
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolConstrainerEnablerRecordType

      boolean supportsPoolConstrainerEnablerRecordType(Type poolConstrainerEnablerRecordType)
      Tests if the given PoolConstrainerEnabler record interface type is supported.
      Parameters:
      poolConstrainerEnablerRecordType - a Type indicating a PoolConstrainerEnabler record type
      Returns:
      true if the given record type is supported, false otherwise
      Throws:
      NullArgumentException - poolConstrainerEnablerRecordType is null
      Compliance:
      mandatory - This method must be implemented.
    • getPoolConstrainerEnablerSearchRecordTypes

      TypeList getPoolConstrainerEnablerSearchRecordTypes()
      Gets the supported PoolConstrainerEnabler search record interface types.
      Returns:
      a list containing the supported PoolConstrainerEnabler search record types
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolConstrainerEnablerSearchRecordType

      boolean supportsPoolConstrainerEnablerSearchRecordType(Type poolConstrainerEnablerSearchRecordType)
      Tests if the given PoolConstrainerEnabler search record interface type is supported.
      Parameters:
      poolConstrainerEnablerSearchRecordType - a Type indicating a PoolConstrainerEnabler search record type
      Returns:
      true if the given search record type is supported, false otherwise
      Throws:
      NullArgumentException - poolConstrainerEnablerSearchRecordType is null
      Compliance:
      mandatory - This method must be implemented.
    • getPoolProcessorRecordTypes

      TypeList getPoolProcessorRecordTypes()
      Gets the supported PoolProcessor record interface types.
      Returns:
      a list containing the supported PoolProcessor record types
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolProcessorRecordType

      boolean supportsPoolProcessorRecordType(Type poolProcessorRecordType)
      Tests if the given PoolProcessor record interface type is supported.
      Parameters:
      poolProcessorRecordType - a Type indicating a PoolProcessor record type
      Returns:
      true if the given record type is supported, false otherwise
      Throws:
      NullArgumentException - poolProcessorRecordType is null
      Compliance:
      mandatory - This method must be implemented.
    • getPoolProcessorSearchRecordTypes

      TypeList getPoolProcessorSearchRecordTypes()
      Gets the supported PoolProcessor search record interface types.
      Returns:
      a list containing the supported PoolProcessor search record types
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolProcessorSearchRecordType

      boolean supportsPoolProcessorSearchRecordType(Type poolProcessorSearchRecordType)
      Tests if the given PoolProcessor search record interface type is supported.
      Parameters:
      poolProcessorSearchRecordType - a Type indicating a PoolProcessor search record type
      Returns:
      true if the given search record type is supported, false otherwise
      Throws:
      NullArgumentException - poolProcessorSearchRecordType is null
      Compliance:
      mandatory - This method must be implemented.
    • getPoolProcessorEnablerRecordTypes

      TypeList getPoolProcessorEnablerRecordTypes()
      Gets the supported PoolProcessorEnabler record interface types.
      Returns:
      a list containing the supported PoolProcessorEnabler record types
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolProcessorEnablerRecordType

      boolean supportsPoolProcessorEnablerRecordType(Type poolProcessorEnablerRecordType)
      Tests if the given PoolProcessorEnabler record interface type is supported.
      Parameters:
      poolProcessorEnablerRecordType - a Type indicating a PoolProcessorEnabler record type
      Returns:
      true if the given record type is supported, false otherwise
      Throws:
      NullArgumentException - poolProcessorEnablerRecordType is null
      Compliance:
      mandatory - This method must be implemented.
    • getPoolProcessorEnablerSearchRecordTypes

      TypeList getPoolProcessorEnablerSearchRecordTypes()
      Gets the supported PoolProcessorEnabler search record interface types.
      Returns:
      a list containing the supported PoolProcessorEnabler search record types
      Compliance:
      mandatory - This method must be implemented.
    • supportsPoolProcessorEnablerSearchRecordType

      boolean supportsPoolProcessorEnablerSearchRecordType(Type poolProcessorEnablerSearchRecordType)
      Tests if the given PoolProcessorEnabler search record interface type is supported.
      Parameters:
      poolProcessorEnablerSearchRecordType - a Type indicating a PoolProcessorEnabler search record type
      Returns:
      true if the given search record type is supported, false otherwise
      Throws:
      NullArgumentException - poolProcessorEnablerSearchRecordType is null
      Compliance:
      mandatory - This method must be implemented.
    • getProvisionEnablerRecordTypes

      TypeList getProvisionEnablerRecordTypes()
      Gets the supported ProvisionEnabler record types.
      Returns:
      a list containing the supported ProvisionEnabler record types
      Compliance:
      mandatory - This method must be implemented.
    • supportsProvisionEnablerRecordType

      boolean supportsProvisionEnablerRecordType(Type provisionEnablerRecordType)
      Tests if the given ProvisionEnabler record type is supported.
      Parameters:
      provisionEnablerRecordType - a Type indicating a ProvisionEnabler record type
      Returns:
      true if the given record type is supported, false otherwise
      Throws:
      NullArgumentException - provisionEnablerRecordType is null
      Compliance:
      mandatory - This method must be implemented.
    • getProvisionEnablerSearchRecordTypes

      TypeList getProvisionEnablerSearchRecordTypes()
      Gets the supported ProvisionEnabler search types.
      Returns:
      a list containing the supported ProvisionEnabler search types
      Compliance:
      mandatory - This method must be implemented.
    • supportsProvisionEnablerSearchRecordType

      boolean supportsProvisionEnablerSearchRecordType(Type provisionEnablerSearchRecordType)
      Tests if the given ProvisionEnabler search type is supported.
      Parameters:
      provisionEnablerSearchRecordType - a Type indicating a ProvisionEnabler search record type
      Returns:
      true if the given Type is supported, false otherwise
      Throws:
      NullArgumentException - provisionEnablerSearchRecordType is null
      Compliance:
      mandatory - This method must be implemented.
    • getProvisionableEnablerRecordTypes

      TypeList getProvisionableEnablerRecordTypes()
      Gets the supported ProvisionableEnabler record types.
      Returns:
      a list containing the supported ProvisionableEnabler record types
      Compliance:
      mandatory - This method must be implemented.
    • supportsProvisionableEnablerRecordType

      boolean supportsProvisionableEnablerRecordType(Type provisionableEnablerRecordType)
      Tests if the given ProvisionableEnabler record type is supported.
      Parameters:
      provisionableEnablerRecordType - a Type indicating a ProvisionableEnabler record type
      Returns:
      true if the given record type is supported, false otherwise
      Throws:
      NullArgumentException - provisionableEnablerRecordType is null
      Compliance:
      mandatory - This method must be implemented.
    • getProvisionableEnablerSearchRecordTypes

      TypeList getProvisionableEnablerSearchRecordTypes()
      Gets the supported ProvisionableEnabler search types.
      Returns:
      a list containing the supported ProvisionableEnabler search types
      Compliance:
      mandatory - This method must be implemented.
    • supportsProvisionableEnablerSearchRecordType

      boolean supportsProvisionableEnablerSearchRecordType(Type provisionableEnablerSearchRecordType)
      Tests if the given ProvisionableEnabler search type is supported.
      Parameters:
      provisionableEnablerSearchRecordType - a Type indicating a ProvisionableEnabler search type
      Returns:
      true if the given Type is supported, false otherwise
      Throws:
      NullArgumentException - provisionableEnablerSearchRecordType is null
      Compliance:
      mandatory - This method must be implemented.