Class AbstractInventoryExternalService


  • public abstract class AbstractInventoryExternalService
    extends AbstractExternalService
    External Service to be applied to Inventory Objects
    Author:
    Johny Andres Ortega Ruiz <johny.ortega@kuwaiba.org>
    • Constructor Detail

      • AbstractInventoryExternalService

        public AbstractInventoryExternalService()
    • Method Detail

      • appliesTo

        public abstract String appliesTo()
        Defines the inventory object types whose can run this external service.
        Returns:
        The class or superclass whose instances can run this external service. If null all the inventory objects can run this external service.