Interface IScopeItemFactory
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseFactory
,IBaseFactoryEx
public interface IScopeItemFactory extends IBaseFactoryEx
ScopeItem Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IList
supportsQPMContentEntitiesTables()
Returns the names of the entities' tables that support QPM.java.lang.Object
supportsQPMContentEntitiesTables(int index)
-
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.v16.otaclient.IBaseFactory
addItem, fetchLevel, fetchLevel, fields, fields, filter, history, item, newList, removeItem
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFactoryEx
mail
-
-
-
-
Method Detail
-
supportsQPMContentEntitiesTables
IList supportsQPMContentEntitiesTables()
Returns the names of the entities' tables that support QPM.
Getter method for the COM property "SupportsQPMContentEntitiesTables"
- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
-
supportsQPMContentEntitiesTables
java.lang.Object supportsQPMContentEntitiesTables(int index)
-
-