Uses of Interface
com.sas.services.deployment.ConsumedResourceInterface
Packages that use ConsumedResourceInterface
Package
Description
SAS Foundation Services.
This subsystem provides utilities to deploy and lookup SAS Foundation Services.
Interact with data repositories on behalf of client applications.
Send runtime messages to one or more output destinations.
Perform Authentication against modular authentication providers with user identities.
Session services.
Maintain user identities and profiles.
-
Uses of ConsumedResourceInterface in com.sas.services
Methods in com.sas.services that return ConsumedResourceInterfaceModifier and TypeMethodDescriptionprotected ConsumedResourceInterfaceAbstractServiceComponentConfig.removeConsumedResource(String resourceID) Removes the resource from the consumer usage model.AbstractServiceComponentConfig.removeResource(String resourceID, Set<ConsumedResourceInterface> removedConsumedResourceSet) Removes the resource which can be used by consumers.protected ConsumedResourceInterfaceAbstractServiceComponentConfig.removeResourceAdapter(ConsumedResourceAdapter consumedResource, Set<ConsumedResourceInterface> removedConsumedResources) Adds a resource which can be used by consumers.Methods in com.sas.services that return types with arguments of type ConsumedResourceInterfaceModifier and TypeMethodDescriptionAbstractServiceComponentConfig.getResourcesWhichUseResource(Set<ConsumedResourceInterface> consumedResources) Gets the set of resources which use the specified resource.AbstractServiceComponentConfig.getUnusedResources(Set<String> removedConsumerNames) Gets the set ofConsumedResourceInterfaceobjects representing the resources which will be unused if the specified consumers are removed.Methods in com.sas.services with parameters of type ConsumedResourceInterfaceModifier and TypeMethodDescriptionprotected voidAbstractServiceComponentConfig.addResource(ConsumedResourceInterface consumedResource) Adds a resource which can be used by consumers.StringAbstractServiceComponentConfig.getConfirmDeleteUnusedResourceMsg(ConsumedResourceInterface consumedResource) Gets a localized message which can be used in a confirmation dialog that is presented to notify the user the specified unused resource will be deleted.Method parameters in com.sas.services with type arguments of type ConsumedResourceInterfaceModifier and TypeMethodDescriptionAbstractServiceComponentConfig.getResourcesWhichUseResource(Set<ConsumedResourceInterface> consumedResources) Gets the set of resources which use the specified resource.AbstractServiceComponentConfig.removeResource(String resourceID, Set<ConsumedResourceInterface> removedConsumedResourceSet) Removes the resource which can be used by consumers.protected ConsumedResourceInterfaceAbstractServiceComponentConfig.removeResourceAdapter(ConsumedResourceAdapter consumedResource, Set<ConsumedResourceInterface> removedConsumedResources) Adds a resource which can be used by consumers. -
Uses of ConsumedResourceInterface in com.sas.services.deployment
Classes in com.sas.services.deployment that implement ConsumedResourceInterfaceModifier and TypeClassDescriptionfinal classA service configuration's resource which can be used by aConsumer.classAdapter for a resource defined within a service configuration which may be consumed by an application.Methods in com.sas.services.deployment that return ConsumedResourceInterfaceModifier and TypeMethodDescriptionConsumerUsage.getConsumedResource(String id) Gets the consumed resource for the specified resource ID.ConsumedResourceLocatorInterface.getResource(String id) Gets the consumed resource for the specified ID.ConsumerUsage.getResourceUsingUID(String id) Gets the consumed resource for the specified resource ID.ConsumerUsage.removeResource(String resourceID) Removes a resource for which we no longer want to track its usage by consumers.Methods in com.sas.services.deployment that return types with arguments of type ConsumedResourceInterfaceModifier and TypeMethodDescriptionConsumerUsage.getConsumedResources()Gets the set ofConsumedResourceInterface.Methods in com.sas.services.deployment with parameters of type ConsumedResourceInterfaceModifier and TypeMethodDescriptionvoidConsumerUsage.addResource(ConsumedResourceInterface consumedResource) Adds a resource for which we want to track its usage by consumers. -
Uses of ConsumedResourceInterface in com.sas.services.information
Classes in com.sas.services.information that implement ConsumedResourceInterfaceModifier and TypeClassDescriptionfinal classAn Information Service factory's action (type, class name, and optionally method name) and optional filter.classThis class holds a definition for a repository connection.classRepository group.classServer definition used by an Information Service configuration.Methods in com.sas.services.information that return ConsumedResourceInterfaceModifier and TypeMethodDescriptionInformationServiceInitObject.removeResource(String resourceID, Set<ConsumedResourceInterface> removedConsumedResources) InformationServiceInitObject.removeServerDefinition(ServerDef serverDef) Remove an Information Service server definition from the model.Methods in com.sas.services.information that return types with arguments of type ConsumedResourceInterfaceModifier and TypeMethodDescriptionInformationServiceInitObject.getUnusedResources(Set<String> removedConsumerNames) Gets the set ofConsumedResourceInterfaceobjects representing the resources which will be unused if the specified consumers are removed.InformationServiceInitObject.removeSmartDefAction(SmartDef.ActionDef smartAction) Removes the action from the Smart Object definition.Method parameters in com.sas.services.information with type arguments of type ConsumedResourceInterfaceModifier and TypeMethodDescriptionInformationServiceInitObject.removeResource(String resourceID, Set<ConsumedResourceInterface> removedConsumedResources) -
Uses of ConsumedResourceInterface in com.sas.services.logging
Methods in com.sas.services.logging that return ConsumedResourceInterfaceModifier and TypeMethodDescriptionLoggingServiceInitObject2.removeResource(String resourceID, Set<ConsumedResourceInterface> removedConsumedResources) Removes the resource for the specified ID from both the data and usage models.Methods in com.sas.services.logging that return types with arguments of type ConsumedResourceInterfaceModifier and TypeMethodDescriptionLoggingServiceInitObject2.getResourcesWhichUseResource(Set<ConsumedResourceInterface> consumedResources) Gets the set of resources which use the specified resource.LoggingServiceInitObject2.getUnusedResources(Set<String> removedConsumerNames) Gets the set ofConsumedResourceInterfaceobjects representing the resources which will be unused if the specified consumers are removed.Method parameters in com.sas.services.logging with type arguments of type ConsumedResourceInterfaceModifier and TypeMethodDescriptionLoggingServiceInitObject2.getResourcesWhichUseResource(Set<ConsumedResourceInterface> consumedResources) Gets the set of resources which use the specified resource.LoggingServiceInitObject2.removeResource(String resourceID, Set<ConsumedResourceInterface> removedConsumedResources) Removes the resource for the specified ID from both the data and usage models. -
Uses of ConsumedResourceInterface in com.sas.services.security
Methods in com.sas.services.security with parameters of type ConsumedResourceInterfaceModifier and TypeMethodDescriptionStringAuthenticationServiceInitObject.getConfirmDeleteUnusedResourceMsg(ConsumedResourceInterface consumedResource) Gets a localized message which can be used in a confirmation dialog that is presented to notify the user the specified unused resource will be deleted. -
Uses of ConsumedResourceInterface in com.sas.services.session
Methods in com.sas.services.session with parameters of type ConsumedResourceInterfaceModifier and TypeMethodDescriptionStringSessionServiceInitObject.getConfirmDeleteUnusedResourceMsg(ConsumedResourceInterface consumedResource) Gets a localized message which can be used in a confirmation dialog that is presented to notify the user the specified unused resource will be deleted. -
Uses of ConsumedResourceInterface in com.sas.services.user
Classes in com.sas.services.user that implement ConsumedResourceInterfaceModifier and TypeClassDescriptionfinal classThis class is used by the UserServiceInitializer to hold the configuration data about Profiles.classThe SimpleUserIdentity class implements a simple user/password identity.Methods in com.sas.services.user that return ConsumedResourceInterfaceModifier and TypeMethodDescriptionUserServiceInitObject.removeResource(String resourceID, Set<ConsumedResourceInterface> removedConsumedResources) Removes a resource which can be used by consumers.Methods in com.sas.services.user with parameters of type ConsumedResourceInterfaceModifier and TypeMethodDescriptionStringUserServiceInitObject.getConfirmDeleteUnusedResourceMsg(ConsumedResourceInterface consumedResource) Gets a localized message which can be used in a confirmation dialog that is presented to notify the user the specified unused resource will be deleted.Method parameters in com.sas.services.user with type arguments of type ConsumedResourceInterfaceModifier and TypeMethodDescriptionUserServiceInitObject.removeResource(String resourceID, Set<ConsumedResourceInterface> removedConsumedResources) Removes a resource which can be used by consumers.