Uses of Interface
com.sas.services.information.metadata.TextStoreInterface

Packages that use TextStoreInterface
com.sas.services.information.metadata Information Service metadata. 
 

Uses of TextStoreInterface in com.sas.services.information.metadata
 

Methods in com.sas.services.information.metadata that return TextStoreInterface
 TextStoreInterface VirtualMetadata.addNoteTextStore(java.lang.String name, java.lang.String role, java.lang.String type, java.lang.String text)
           
 TextStoreInterface MetadataInterface.addNoteTextStore(java.lang.String name, java.lang.String role, java.lang.String type, java.lang.String text)
          Creates a TextStore note and adds it to this object.
 TextStoreInterface Metadata.addNoteTextStore(java.lang.String name, java.lang.String role, java.lang.String type, java.lang.String text)
           
 TextStoreInterface PropertyInterface.getConfigurationText()
          Get the configuration text.
 TextStoreInterface VirtualMetadata.getNoteTextStore(java.lang.String name, java.lang.String textRole)
           
 TextStoreInterface MetadataInterface.getNoteTextStore(java.lang.String name, java.lang.String textRole)
          Return a named TextStore note associated with this object or null if the TextStore does not exist.
 TextStoreInterface Metadata.getNoteTextStore(java.lang.String name, java.lang.String textRole)
           
 TextStoreInterface QueryClauseInterface.getSourceCode()
           
 TextStoreInterface AbstractPropertyInterface.getStoredConfiguration()
          Get this property's stored configuration.
 

Methods in com.sas.services.information.metadata that return types with arguments of type TextStoreInterface
 java.util.List<TextStoreInterface> VirtualMetadata.getNoteTextStores()
           
 java.util.List<TextStoreInterface> MetadataInterface.getNoteTextStores()
          Get the List of TextStore notes associated with this object.
 java.util.List<TextStoreInterface> Metadata.getNoteTextStores()
           
 java.util.List<TextStoreInterface> VirtualMetadata.getNoteTextStoresByRole(java.lang.String textRoleFilter)
           
 java.util.List<TextStoreInterface> MetadataInterface.getNoteTextStoresByRole(java.lang.String textRoleFilter)
          Return a list of TextStore notes associated with this object filtered by TextRole.
 java.util.List<TextStoreInterface> Metadata.getNoteTextStoresByRole(java.lang.String textRoleFilter)
           
 

Methods in com.sas.services.information.metadata with parameters of type TextStoreInterface
 void VirtualMetadata.addNoteTextStore(TextStoreInterface note)
           
 void MetadataInterface.addNoteTextStore(TextStoreInterface note)
          Add an associated TextStore note to this object.
 void Metadata.addNoteTextStore(TextStoreInterface note)
           
 void VirtualMetadata.removeNoteTextStore(TextStoreInterface note)
           
 void MetadataInterface.removeNoteTextStore(TextStoreInterface note)
          Remove a TextStore note from this object's Notes association.
 void Metadata.removeNoteTextStore(TextStoreInterface note)
           
 void PropertyInterface.setConfigurationText(TextStoreInterface textStore)
          Set the text store object that contains the configuration text for this property.
 void QueryClauseInterface.setSourceCode(TextStoreInterface text)
           
 void AbstractPropertyInterface.setStoredConfiguration(TextStoreInterface textStore)
          Set the TextStoreInterface that contains this property's stored configuration.
 

Method parameters in com.sas.services.information.metadata with type arguments of type TextStoreInterface
 void VirtualMetadata.setNoteTextStores(java.util.List<TextStoreInterface> notes)
           
 void MetadataInterface.setNoteTextStores(java.util.List<TextStoreInterface> notes)
          Set the list of TextStores associated as Notes for this object.
 void Metadata.setNoteTextStores(java.util.List<TextStoreInterface> notes)
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.