Uses of Interface
com.sas.services.information.metadata.prompt.OMRPromptGroupInterface
Packages that use OMRPromptGroupInterface
-
Uses of OMRPromptGroupInterface in com.sas.services.information.metadata.prompt
Classes in com.sas.services.information.metadata.prompt that implement OMRPromptGroupInterfaceModifier and TypeClassDescriptionfinal classThis object represents an instance ofcom.sas.prompts.groups.PromptGroupInterfaceas stored in metadata.Methods in com.sas.services.information.metadata.prompt that return OMRPromptGroupInterfaceModifier and TypeMethodDescriptionstatic OMRPromptGroupInterfacePromptsPersistUtil.newGroupSmartObject(com.sas.prompts.groups.PromptGroupInterface group, UserContextInterface userContext, RepositoryInterface repository, String name, com.sas.util.xmlpersist.PromptsWritingContext writingContext) Returns a new prompt group smart object that represents the supplied PromptGroupInterface in metadata.static OMRPromptGroupInterfacePromptsPersistUtil.saveGroupToFolder(com.sas.prompts.groups.PromptGroupInterface group, UserContextInterface userContext, FolderInterface folder, String name) Saves a prompt group as a public prompt (represented by a OMRPromptGroupInterface smart object) to the supplied folder with the supplied name.static OMRPromptGroupInterfacePromptsPersistUtil.saveGroupToFolder(com.sas.prompts.groups.PromptGroupInterface group, UserContextInterface userContext, PathUrl sbipUrl) Saves a prompt group as a public prompt (represented by a OMRPromptGroupInterface smart object) to the supplied SBIP URL.static OMRPromptGroupInterfacePromptsPersistUtil.saveGroupToFolder(com.sas.prompts.groups.PromptGroupInterface group, UserContextInterface userContext, String sbipUrl) Saves a prompt group as a public prompt (represented by a OMRPromptGroupInterface smart object) to the supplied SBIP URL.static OMRPromptGroupInterfacePromptsPersistUtil.updateGroupSmartObject(com.sas.prompts.groups.PromptGroupInterface group, UserContextInterface userContext, OMRPromptGroupInterface smartObject, com.sas.util.xmlpersist.PromptsWritingContext writingContext) Updates an existing prompt group smart object from the supplied PromptGroupInterface in metadata.Methods in com.sas.services.information.metadata.prompt with parameters of type OMRPromptGroupInterfaceModifier and TypeMethodDescriptionstatic OMRPromptGroupInterfacePromptsPersistUtil.updateGroupSmartObject(com.sas.prompts.groups.PromptGroupInterface group, UserContextInterface userContext, OMRPromptGroupInterface smartObject, com.sas.util.xmlpersist.PromptsWritingContext writingContext) Updates an existing prompt group smart object from the supplied PromptGroupInterface in metadata.