Uses of Interface
com.sas.services.information.metadata.TextStoreInterface
Packages that use TextStoreInterface
-
Uses of TextStoreInterface in com.sas.services.information.metadata
Subinterfaces of TextStoreInterface in com.sas.services.information.metadataMethods in com.sas.services.information.metadata that return TextStoreInterfaceModifier and TypeMethodDescriptionMetadata.addNoteTextStore(String name, String role, String type, String text) MetadataInterface.addNoteTextStore(String name, String role, String type, String text) Creates a TextStore note and adds it to this object.VirtualMetadata.addNoteTextStore(String name, String role, String type, String text) OMRProperty.getConfigurationText()PropertyInterface.getConfigurationText()Get the configuration text.Metadata.getNoteTextStore(String name, String textRole) MetadataInterface.getNoteTextStore(String name, String textRole) Return a named TextStore note associated with this object or null if the TextStore does not exist.VirtualMetadata.getNoteTextStore(String name, String textRole) OMRQueryClause.getSourceCode()QueryClauseInterface.getSourceCode()AbstractPropertyInterface.getStoredConfiguration()Get this property's stored configuration.OMRAbstractProperty.getStoredConfiguration()Methods in com.sas.services.information.metadata that return types with arguments of type TextStoreInterfaceModifier and TypeMethodDescriptionList<TextStoreInterface> Metadata.getNoteTextStores()List<TextStoreInterface> MetadataInterface.getNoteTextStores()Get the List of TextStore notes associated with this object.List<TextStoreInterface> VirtualMetadata.getNoteTextStores()List<TextStoreInterface> Metadata.getNoteTextStoresByRole(String textRoleFilter) List<TextStoreInterface> MetadataInterface.getNoteTextStoresByRole(String textRoleFilter) Return a list of TextStore notes associated with this object filtered by TextRole.List<TextStoreInterface> VirtualMetadata.getNoteTextStoresByRole(String textRoleFilter) Methods in com.sas.services.information.metadata with parameters of type TextStoreInterfaceModifier and TypeMethodDescriptionvoidMetadata.addNoteTextStore(TextStoreInterface note) voidMetadataInterface.addNoteTextStore(TextStoreInterface note) Add an associated TextStore note to this object.voidVirtualMetadata.addNoteTextStore(TextStoreInterface note) voidMetadata.removeNoteTextStore(TextStoreInterface note) voidMetadataInterface.removeNoteTextStore(TextStoreInterface note) Remove a TextStore note from this object's Notes association.voidVirtualMetadata.removeNoteTextStore(TextStoreInterface note) voidOMRProperty.setConfigurationText(TextStoreInterface textStore) voidPropertyInterface.setConfigurationText(TextStoreInterface textStore) Set the text store object that contains the configuration text for this property.voidOMRQueryClause.setSourceCode(TextStoreInterface text) voidQueryClauseInterface.setSourceCode(TextStoreInterface text) voidAbstractPropertyInterface.setStoredConfiguration(TextStoreInterface textStore) Set the TextStoreInterface that contains this property's stored configuration.voidOMRAbstractProperty.setStoredConfiguration(TextStoreInterface textStore) Method parameters in com.sas.services.information.metadata with type arguments of type TextStoreInterfaceModifier and TypeMethodDescriptionvoidMetadata.setNoteTextStores(List<TextStoreInterface> notes) voidMetadataInterface.setNoteTextStores(List<TextStoreInterface> notes) Set the list of TextStores associated as Notes for this object.voidVirtualMetadata.setNoteTextStores(List<TextStoreInterface> notes)