Interface ICrossProjectAPI
-
- All Superinterfaces:
com4j.Com4jObject
public interface ICrossProjectAPI extends com4j.Com4jObject
For HP use. Cross-Project service API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IList
getEntitiesFieldIntersection(IList pProjectIds, IList pEntityTypes, int entityFieldComparisonStrategy)
Return a list of lists.
-
-
-
Method Detail
-
getEntitiesFieldIntersection
IList getEntitiesFieldIntersection(IList pProjectIds, IList pEntityTypes, int entityFieldComparisonStrategy)
Return a list of lists. Each list contains the intersection of fields of a specific entity in the specified projects. Each entity in the specified list of entities has it's own list of fields.
- Parameters:
pProjectIds
- Mandatory step.repository.alm.v16.otaclient.IList parameter.pEntityTypes
- Mandatory step.repository.alm.v16.otaclient.IList parameter.entityFieldComparisonStrategy
- Mandatory int parameter.- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
-
-