Uses of Interface
com.sas.services.util.AttributeMapInterface
Packages that use AttributeMapInterface
Package
Description
Publish services.
Publish Service metadata.
Utility classes used by Foundation Services.
-
Uses of AttributeMapInterface in com.sas.services.publish
Methods in com.sas.services.publish that return AttributeMapInterfaceModifier and TypeMethodDescriptionAbstractEntry.getNameValuePairs()Returns the name/value pairs.EntryInterface.getNameValuePairs()Returns the name/value pairs.Methods in com.sas.services.publish with parameters of type AttributeMapInterfaceModifier and TypeMethodDescriptionvoidAbstractEntry.setNameValuePairs(AttributeMapInterface namevalues) Sets the name/value pairs.voidEntryInterface.setNameValuePairs(AttributeMapInterface namevalues) Sets the name/value pairs. -
Uses of AttributeMapInterface in com.sas.services.publish.metadata
Methods in com.sas.services.publish.metadata that return AttributeMapInterfaceModifier and TypeMethodDescriptionDavBinaryPackage.getProperties()DavPackage.getProperties()OMRPackage.getProperties()Get the name/value pairs for this package.PackageInterface.getProperties()Get the name/value pairs for this package.Methods in com.sas.services.publish.metadata with parameters of type AttributeMapInterfaceModifier and TypeMethodDescriptionvoidArchiveInterface.setProperties(AttributeMapInterface map) Set the name/value pairs on the Archive.voidOMRArchive.setProperties(AttributeMapInterface map) -
Uses of AttributeMapInterface in com.sas.services.util
Classes in com.sas.services.util that implement AttributeMapInterfaceMethods in com.sas.services.util that return AttributeMapInterfaceModifier and TypeMethodDescriptionstatic AttributeMapInterfaceAttributeMap.parseNameValuePairs(AttributeMapInterface attrMap, String nameValuePairs) Parses a name/value pairs string.static AttributeMapInterfaceAttributeMap.parseValues(AttributeMapInterface attrMap, String name, String values) Parses a name/value pairs string.Methods in com.sas.services.util with parameters of type AttributeMapInterfaceModifier and TypeMethodDescriptionstatic booleanAttributeMap.applyFilter(String filter, AttributeMapInterface attr) Apply a filter string to the specified name/value pairs to determine if there is a match.static AttributeMapInterfaceAttributeMap.parseNameValuePairs(AttributeMapInterface attrMap, String nameValuePairs) Parses a name/value pairs string.static AttributeMapInterfaceAttributeMap.parseValues(AttributeMapInterface attrMap, String name, String values) Parses a name/value pairs string.