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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidremoveRelations(boolean deleteAll, int assetID, java.lang.String assetType)Removes an asset's relations.- 
Methods inherited from interface com4j.Com4jObjectadvise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
 - 
Methods inherited from interface step.repository.alm.otaclient.IBaseFactoryaddItem, fetchLevel, fetchLevel, fields, fields, filter, history, item, newList, removeItem
 - 
Methods inherited from interface step.repository.alm.otaclient.IBaseFactoryExmail
 
- 
 
- 
- 
- 
Method Detail- 
removeRelationsvoid 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 -1
- assetType- Optional parameter. Default value is ""
 
 
- 
 
-