Searched refs:ackEntity (Results 1 – 4 of 4) sorted by relevance
150 Entity ackEntity; in toEntity() local151 if (this.key == null) ackEntity = new Entity(KIND); in toEntity()152 else ackEntity = new Entity(key); in toEntity()154 ackEntity.setProperty(TEST_KEY, this.test); in toEntity()155 ackEntity.setProperty(USER_OBJ, this.userObj); in toEntity()159 ackEntity.setProperty(CREATED, created); in toEntity()162 ackEntity.setUnindexedProperty(BRANCHES, new ArrayList<>(this.branches)); in toEntity()165 ackEntity.setUnindexedProperty(DEVICES, new ArrayList<>(this.devices)); in toEntity()168 ackEntity.setUnindexedProperty(TEST_CASE_NAMES, new ArrayList<>(this.testCaseNames)); in toEntity()170 if (this.note != null) ackEntity.setUnindexedProperty(NOTE, new Text(this.note)); in toEntity()[all …]
58 for (Entity ackEntity : in doGetHandler()60 TestAcknowledgmentEntity ack = TestAcknowledgmentEntity.fromEntity(ackEntity); in doGetHandler()
60 for (Entity ackEntity : in doGet()62 TestAcknowledgmentEntity ack = TestAcknowledgmentEntity.fromEntity(ackEntity); in doGet()
124 for (Entity ackEntity : datastore.prepare(q).asIterable()) { in getTestCaseAcknowledgments()125 TestAcknowledgmentEntity ack = TestAcknowledgmentEntity.fromEntity(ackEntity); in getTestCaseAcknowledgments()