Uses of Interface
com.sas.services.information.metadata.prompt.BaseOMRPromptInterface
Packages that use BaseOMRPromptInterface
Package
Description
Information Service metadata.
Information Service prompt model.
-
Uses of BaseOMRPromptInterface in com.sas.services.information.metadata
Methods in com.sas.services.information.metadata that return BaseOMRPromptInterfaceModifier and TypeMethodDescriptionMetadata.getPrompt()Get the first prompt on this object.MetadataInterface.getPrompt()Get the first prompt on this object.VirtualMetadata.getPrompt()Methods in com.sas.services.information.metadata with parameters of type BaseOMRPromptInterfaceModifier and TypeMethodDescriptionvoidMetadata.addPrompt(BaseOMRPromptInterface prompt) Add a prompt to this object.voidMetadataInterface.addPrompt(BaseOMRPromptInterface prompt) Add a prompt to this object.voidVirtualMetadata.addPrompt(BaseOMRPromptInterface prompt) voidMetadata.removePrompt(BaseOMRPromptInterface prompt) Remove a prompt from this object.voidMetadataInterface.removePrompt(BaseOMRPromptInterface prompt) Remove a prompt from this object.voidVirtualMetadata.removePrompt(BaseOMRPromptInterface prompt) voidMetadata.setPrompt(BaseOMRPromptInterface prompt) Set the prompt on this object.voidMetadataInterface.setPrompt(BaseOMRPromptInterface prompt) Set the prompt on this object.voidVirtualMetadata.setPrompt(BaseOMRPromptInterface prompt) -
Uses of BaseOMRPromptInterface in com.sas.services.information.metadata.prompt
Subinterfaces of BaseOMRPromptInterface in com.sas.services.information.metadata.promptModifier and TypeInterfaceDescriptioninterfaceInterface for a smart object that represents acom.sas.prompts.groups.PromptGroupInterface.Classes in com.sas.services.information.metadata.prompt that implement BaseOMRPromptInterfaceModifier and TypeClassDescriptionfinal classThis smart object stores acom.sas.prompts.definition.PromptDefintionInterfacein metadata as a string of XML passed tosetPromptInfo().final classThis object represents an instance ofcom.sas.prompts.groups.PromptGroupInterfaceas stored in metadata.Methods in com.sas.services.information.metadata.prompt with parameters of type BaseOMRPromptInterfaceModifier and TypeMethodDescriptionvoidBaseOMRPromptInterface.addPromptReference(BaseOMRPromptInterface prompt) Add the supplied prompt as a reference to this prompt, where this prompt is a shared prompt definition or group in a tree folder (therefore a public prompt).voidBaseOMRPromptInterface.addReferencedPrompt(BaseOMRPromptInterface prompt) Adds a referenced prompt (a shared prompt definition or prompt group that is in a tree folder) to the list of referenced prompts kept by this prompt object.voidBaseOMRPromptInterface.removePromptReference(BaseOMRPromptInterface prompt) Removes the supplied prompt from the list of prompt references held by this prompt.voidBaseOMRPromptInterface.removeReferencedPrompt(BaseOMRPromptInterface prompt) Remove the supplied prompt (a shared prompt in a tree folder) from the list of referenced prompts held by this prompt.