|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MutableAssetData
Interface that is a mutable extension of AssetData
| Method Summary | |
|---|---|
void |
addAssociation(java.lang.String associationName,
java.util.List<AssetId> assets)
Adds an associations by a given name |
void |
addAttributeData(AttributeData data)
Adds an attribute data. |
void |
removeAttributeData(java.lang.String attributeName)
Removes an attribute data from collection |
void |
setAssociation(java.lang.String associationName,
java.util.List<AssetId> assets)
Sets an associations by a given name. |
void |
setAttributeData(java.util.List<AttributeData> data)
Sets data for this instance of AssetData |
void |
setParents(java.util.List<AssetId> ids)
Sets parent assets for this instance of AssetData |
| Methods inherited from interface com.fatwire.assetapi.data.AssetData |
|---|
getAssetId, getAssetTypeDef, getAssociatedAssets, getAttributeData, getAttributeData, getAttributeData, getAttributeNames, getImmediateParents, getParents, setAssetId |
| Method Detail |
|---|
void setAttributeData(java.util.List<AttributeData> data)
data - data to setvoid addAttributeData(AttributeData data)
data - data to addvoid removeAttributeData(java.lang.String attributeName)
attributeName - attribute to remove
void setParents(java.util.List<AssetId> ids)
throws AssetAccessException
ids - ids of parents
AssetAccessException - throw this Exception if error met
void addAssociation(java.lang.String associationName,
java.util.List<AssetId> assets)
associationName - name of the association to addassets - to be added as associations.
void setAssociation(java.lang.String associationName,
java.util.List<AssetId> assets)
associationName - name of the association to addassets - to be added as associations.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||