Uses of Interface
com.sas.metadata.remote.Text
Packages that use Text
Package
Description
Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture.
Provides the implementation of the remote java interface to the SAS Metadata Server.
-
Uses of Text in com.sas.metadata.remote
Subinterfaces of Text in com.sas.metadata.remoteModifier and TypeInterfaceDescriptioninterfaceOne of several metadata types used to describe the physical location of some form of content.interfaceRepresents an archive, such as a tar file or a zip file, which may contain entries.interfaceA Document is a web page or other conent that contains documentation pertinent to the object to which this document is related.interfaceRepresents a file in the file system.interfaceRepresents a separate storage unit within a SAS catalog.interfaceRepresents storing text in the repository.Methods in com.sas.metadata.remote that return TextModifier and TypeMethodDescriptionAbstractTransformation.getSourceCode()Gets theTextforSourceCodeQueryClause.getSourceCode()Gets theTextforSourceCodeAbstractProperty.getStoredConfiguration()Gets theTextforStoredConfigurationPropertyType.getStoredConfiguration()Gets theTextforStoredConfigurationMiningResult.getTrainCode()Gets theTextforTrainCodeMethods in com.sas.metadata.remote with parameters of type TextModifier and TypeMethodDescriptionvoidAbstractTransformation.setSourceCode(Text inObject) Sets theSourceCodeslist 0th element to beinObject.voidQueryClause.setSourceCode(Text inObject) Sets theSourceCodeslist 0th element to beinObject.voidAbstractProperty.setStoredConfiguration(Text inObject) Sets theStoredConfigurationslist 0th element to beinObject.voidPropertyType.setStoredConfiguration(Text inObject) Sets theStoredConfigurationslist 0th element to beinObject.voidMiningResult.setTrainCode(Text inObject) Sets theTrainCodeslist 0th element to beinObject. -
Uses of Text in com.sas.metadata.remote.impl
Methods in com.sas.metadata.remote.impl that return TextModifier and TypeMethodDescriptionAbstractTransformationImpl.getSourceCode()Gets theTextforSourceCodeNOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.QueryClauseImpl.getSourceCode()Gets theTextforSourceCodeNOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.AbstractPropertyImpl.getStoredConfiguration()Gets theTextforStoredConfigurationNOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.PropertyTypeImpl.getStoredConfiguration()Gets theTextforStoredConfigurationNOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.MiningResultImpl.getTrainCode()Gets theTextforTrainCodeNOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.Methods in com.sas.metadata.remote.impl with parameters of type TextModifier and TypeMethodDescriptionvoidAbstractTransformationImpl.setSourceCode(Text inObject) Sets theSourceCodeslist 0th element to beinObject.voidQueryClauseImpl.setSourceCode(Text inObject) Sets theSourceCodeslist 0th element to beinObject.voidAbstractPropertyImpl.setStoredConfiguration(Text inObject) Sets theStoredConfigurationslist 0th element to beinObject.voidPropertyTypeImpl.setStoredConfiguration(Text inObject) Sets theStoredConfigurationslist 0th element to beinObject.voidMiningResultImpl.setTrainCode(Text inObject) Sets theTrainCodeslist 0th element to beinObject.