Package step.repository.alm.otaclient
Interface IComponentFactory
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseFactory
- All Known Subinterfaces:
IComponentFactory2
,IComponentFactory3
public interface IComponentFactory extends IBaseFactory
Services for managing business components.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isComponentNameValid(java.lang.String bsName, com4j.Holder<java.lang.String> pbsErrorString)
Checks if the specified name is a valid name for a business component.-
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
-
-
-
-
Method Detail
-
isComponentNameValid
boolean isComponentNameValid(java.lang.String bsName, com4j.Holder<java.lang.String> pbsErrorString)
Checks if the specified name is a valid name for a business component.
- Parameters:
bsName
- Mandatory java.lang.String parameter.pbsErrorString
- Mandatory Holderparameter. - Returns:
- Returns a value of type boolean
-
-