Interface IContainsSupportAssetRelations
-
- All Superinterfaces:
com4j.Com4jObject
public interface IContainsSupportAssetRelations extends com4j.Com4jObject
Services for managing relations of contained assets.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
containsUsedBy(java.lang.Object itemKey)
Returns true if this folder contains entities that are used by other entities.
-
-
-
Method Detail
-
containsUsedBy
boolean containsUsedBy(java.lang.Object itemKey)
Returns true if this folder contains entities that are used by other entities.
Getter method for the COM property "ContainsUsedBy"
- Parameters:
itemKey
- Mandatory java.lang.Object parameter.- Returns:
- Returns a value of type boolean
-
-