Uses of Class
org.aludratest.hpalm.service.EntityType

Packages that use EntityType
org.aludratest.hpalm.service   
org.aludratest.hpalm.service.impl   
 

Uses of EntityType in org.aludratest.hpalm.service
 

Methods in org.aludratest.hpalm.service that return EntityType
static EntityType EntityType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EntityType[] EntityType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.aludratest.hpalm.service with parameters of type EntityType
 boolean HpAlmCondition.anyEntityExists(EntityType entityType, String query)
           
 void HpAlmVerification.assertAnyEntityExists(EntityType entityType, String query)
           
 void HpAlmVerification.assertEntityExists(EntityType entityType, long id)
           
 void HpAlmVerification.assertEntityFieldMatches(EntityType entityType, long id, String fieldName, org.databene.commons.Validator<String> validator)
           
 void HpAlmVerification.assertEntityNotExists(EntityType entityType, long id)
           
 void HpAlmVerification.assertNoEntityExists(EntityType entityType, String query)
           
 Entity HpAlmInteraction.createEntity(EntityType entityType, Entity value)
          Creates a new entity of the given type.
 void HpAlmInteraction.deleteEntity(EntityType entityType, long id)
          Deletes the given entity.
 boolean HpAlmCondition.entityExists(EntityType entityType, long id)
           
 EntityCollection HpAlmInteraction.getAllEntities(EntityType entityType)
          Returns a collection with all entities of a given entity type.
 Entity HpAlmInteraction.getSingleEntity(EntityType entityType, long id)
          Returns a single entity of the given type with the given ID.
 EntityCollection HpAlmInteraction.queryEntities(EntityType entityType, String query)
          Executes a complex query in HP ALM for entities of a given type.
 void HpAlmInteraction.updateEntity(EntityType entityType, long id, Entity value)
          Updates the given entity.
 

Uses of EntityType in org.aludratest.hpalm.service.impl
 

Methods in org.aludratest.hpalm.service.impl with parameters of type EntityType
 boolean HpAlmVerificationCheckImpl.anyEntityExists(EntityType entityType, String query)
           
 void HpAlmVerificationCheckImpl.assertAnyEntityExists(EntityType entityType, String query)
           
 void HpAlmVerificationCheckImpl.assertEntityExists(EntityType entityType, long id)
           
 void HpAlmVerificationCheckImpl.assertEntityFieldMatches(EntityType entityType, long id, String fieldName, org.databene.commons.Validator<String> validator)
           
 void HpAlmVerificationCheckImpl.assertEntityNotExists(EntityType entityType, long id)
           
 void HpAlmVerificationCheckImpl.assertNoEntityExists(EntityType entityType, String query)
           
 Entity HpAlmInteractionImpl.createEntity(EntityType entityType, Entity value)
           
 void HpAlmInteractionImpl.deleteEntity(EntityType entityType, long id)
           
 boolean HpAlmVerificationCheckImpl.entityExists(EntityType entityType, long id)
           
 EntityCollection HpAlmInteractionImpl.getAllEntities(EntityType entityType)
           
 Entity HpAlmInteractionImpl.getSingleEntity(EntityType entityType, long id)
           
 EntityCollection HpAlmInteractionImpl.queryEntities(EntityType entityType, String query)
           
 void HpAlmInteractionImpl.updateEntity(EntityType entityType, long id, Entity value)
           
 



Copyright © 2015 aludratest.org. All rights reserved.