public class GetSubtype extends AbstractTagRunner
list
Constructor and Description |
---|
GetSubtype()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static String |
getSubtype(COM.FutureTense.Interfaces.ICS ics,
com.fatwire.assetapi.data.AssetId id)
Deprecated.
Get the subtype of the specified asset.
|
static String |
getSubtype(COM.FutureTense.Interfaces.ICS ics,
String loadedAssetName)
Deprecated.
Get the subtype for the specified loaded asset.
|
static String |
getSubtype(COM.FutureTense.Interfaces.ICS ics,
String c,
String cid)
Deprecated.
Get the subtype of the specified asset.
|
void |
setAssetId(com.fatwire.assetapi.data.AssetId id)
Deprecated.
|
void |
setName(String s)
Deprecated.
|
void |
setObjectid(long id)
Deprecated.
|
void |
setOutput(String s)
Deprecated.
|
void |
setType(String s)
Deprecated.
|
bind, execute, handleError, postExecute, preExecute
public void setAssetId(com.fatwire.assetapi.data.AssetId id)
public void setName(String s)
public void setType(String s)
public void setObjectid(long id)
public void setOutput(String s)
public static String getSubtype(COM.FutureTense.Interfaces.ICS ics, com.fatwire.assetapi.data.AssetId id)
ics
- ICS contextid
- the Id of the asset to return the subtype for.public static String getSubtype(COM.FutureTense.Interfaces.ICS ics, String c, String cid)
ics
- ICS contextc
- the type of the asset to return the subtype for.cid
- the id of the asset to return the subtype for.Copyright © 2010–2017. All rights reserved.