|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeMapInterface | |
---|---|
com.sas.services.publish | Publish services. |
com.sas.services.publish.metadata | Publish Service metadata. |
com.sas.services.util | Utility classes used by Foundation Services. |
Uses of AttributeMapInterface in com.sas.services.publish |
---|
Methods in com.sas.services.publish that return AttributeMapInterface | |
---|---|
AttributeMapInterface |
EntryInterface.getNameValuePairs()
Returns the name/value pairs. |
AttributeMapInterface |
AbstractEntry.getNameValuePairs()
Returns the name/value pairs. |
Methods in com.sas.services.publish with parameters of type AttributeMapInterface | |
---|---|
void |
EntryInterface.setNameValuePairs(AttributeMapInterface namevalues)
Sets the name/value pairs. |
void |
AbstractEntry.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 AttributeMapInterface | |
---|---|
AttributeMapInterface |
PackageInterface.getProperties()
Get the name/value pairs for this package. |
AttributeMapInterface |
DavBinaryPackage.getProperties()
|
Methods in com.sas.services.publish.metadata with parameters of type AttributeMapInterface | |
---|---|
void |
ArchiveInterface.setProperties(AttributeMapInterface map)
Set the name/value pairs on the Archive. |
Uses of AttributeMapInterface in com.sas.services.util |
---|
Methods in com.sas.services.util that return AttributeMapInterface | |
---|---|
static AttributeMapInterface |
AttributeMap.parseNameValuePairs(AttributeMapInterface attrMap,
java.lang.String nameValuePairs)
Parses a name/value pairs string. |
static AttributeMapInterface |
AttributeMap.parseValues(AttributeMapInterface attrMap,
java.lang.String name,
java.lang.String values)
Parses a name/value pairs string. |
Methods in com.sas.services.util with parameters of type AttributeMapInterface | |
---|---|
static boolean |
AttributeMap.applyFilter(java.lang.String filter,
AttributeMapInterface attr)
Apply a filter string to the specified name/value pairs to determine if there is a match. |
static AttributeMapInterface |
AttributeMap.parseNameValuePairs(AttributeMapInterface attrMap,
java.lang.String nameValuePairs)
Parses a name/value pairs string. |
static AttributeMapInterface |
AttributeMap.parseValues(AttributeMapInterface attrMap,
java.lang.String name,
java.lang.String values)
Parses a name/value pairs string. |
|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |