Package step.repository.alm.otaclient
Interface IAssetRelationFactory
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseFactory
,IBaseFactoryEx
public interface IAssetRelationFactory extends IBaseFactoryEx
Services for managing relations between assets.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
removeRelations(boolean deleteAll, int assetID, java.lang.String assetType)
Removes an asset's relations.-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.otaclient.IBaseFactory
addItem, fetchLevel, fetchLevel, fields, fields, filter, history, item, newList, removeItem
-
Methods inherited from interface step.repository.alm.otaclient.IBaseFactoryEx
mail
-
-
-
-
Method Detail
-
removeRelations
void removeRelations(boolean deleteAll, @DefaultValue("-1") int assetID, @DefaultValue("") java.lang.String assetType)
Removes an asset's relations.
- Parameters:
deleteAll
- Mandatory boolean parameter.assetID
- Optional parameter. Default value is -1assetType
- Optional parameter. Default value is ""
-
-