public final class GetAttributeValues extends AbstractTagRunner
<ASSETSET.GETATTRIBUTEVALUES NAME="assetsetname" ATTRIBUTE="attribname" [TYPENAME="assettypename"] LISTVARNAME="varname" [ORDERING="ascending|descending"]/>
list| Constructor and Description |
|---|
GetAttributeValues()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static COM.FutureTense.Interfaces.IList |
getAttributeValues(COM.FutureTense.Interfaces.ICS ics,
com.fatwire.assetapi.data.AssetId id,
String deptype,
String locale,
String attr,
String attrType,
String ordering)
Deprecated.
|
void |
setAttribute(String s)
Deprecated.
Sets attribute to the value of
s |
void |
setImmediateonly(String s)
Deprecated.
Sets immediateonly to the value of
s |
void |
setListvarname(String s)
Deprecated.
Sets listvarname to the value of
s |
void |
setName(String s)
Deprecated.
Sets name to the value of
s |
void |
setOrdering(String s)
Deprecated.
Sets ordering to the value of
s |
void |
setTypename(String s)
Deprecated.
Sets typename to the value of
s |
bind, execute, handleError, postExecute, preExecutepublic void setName(String s)
ss - The name of the assetset to returnpublic void setAttribute(String s)
ss - The name of the attributepublic void setListvarname(String s)
ss - The name of the listvarnamepublic void setTypename(String s)
ss - The attribute's typenamepublic void setImmediateonly(String s)
ss - The value of immediateonly: true or falsepublic void setOrdering(String s)
ss - The value of the ordering field: ascending or descendingpublic static COM.FutureTense.Interfaces.IList getAttributeValues(COM.FutureTense.Interfaces.ICS ics,
com.fatwire.assetapi.data.AssetId id,
String deptype,
String locale,
String attr,
String attrType,
String ordering)
ics - Content Server context objectid - asset iddeptype - deptypelocale - locale stringattr - attribute nameattrType - attribute typeordering - string value for attribute orderingCopyright © 2010–2017. All rights reserved.