Uses of Class
net.officefloor.plugin.section.clazz.Parameter
-
-
Uses of Parameter in net.officefloor.jdbc.test
Method parameters in net.officefloor.jdbc.test with annotations of type Parameter Modifier and Type Method Description voidAbstractJdbcTestCase.InsertSection. run(java.util.concurrent.atomic.AtomicInteger id, java.sql.Connection connection, AbstractJdbcTestCase.Flows flows)voidAbstractJdbcTestCase.InsertSection. thread(java.util.concurrent.atomic.AtomicInteger id, java.sql.Connection connection, AbstractJdbcTestCase.NewThread thread)voidAbstractJdbcTestCase.SelectSection. thread(java.sql.Connection connection, AbstractJdbcTestCase.SelectParameter parameter, AbstractJdbcTestCase.NewThread tag) -
Uses of Parameter in net.officefloor.jpa.test
Method parameters in net.officefloor.jpa.test with annotations of type Parameter Modifier and Type Method Description voidAbstractJpaTestCase.StressSelectSection. run(AbstractJpaTestCase.SelectInput input, AbstractJpaTestCase.StressSelectSection.Flows flows, javax.persistence.EntityManager entityManager)voidAbstractJpaTestCase.ReadSection. service(AbstractJpaTestCase.Result result, javax.persistence.EntityManager entityManager)voidAbstractJpaTestCase.StressSelectSection. thread(javax.persistence.EntityManager entityManager, AbstractJpaTestCase.SelectParameter parameter, AbstractJpaTestCase.NewThread tag) -
Uses of Parameter in net.officefloor.polyglot.test
Method parameters in net.officefloor.polyglot.test with annotations of type Parameter Modifier and Type Method Description voidAbstractPolyglotProcedureTest.FlowHandlers. flowWithParameter(java.lang.String param, Var<java.lang.String> result)voidAbstractPolyglotProcedureTest.FlowHandlers. flowWithParameterAndCallback(java.lang.String param, Var<java.lang.String> result)voidAbstractPolyglotProcedureTest.CollectionReturn. service(CollectionTypes result, Out<CollectionTypes> out)voidAbstractPolyglotProcedureTest.ObjectReturn. service(ObjectTypes result, Out<ObjectTypes> out)voidAbstractPolyglotProcedureTest.ParameterReturn. service(ParameterTypes result, Out<ParameterTypes> out)voidAbstractPolyglotProcedureTest.PrimitiveReturn. service(PrimitiveTypes result, Out<PrimitiveTypes> out)voidAbstractPolyglotProcedureTest.VariablePass. service(Closure<VariableTypes> capture, Out<Closure<VariableTypes>> out)voidAbstractPolyglotProcedureTest.VariableReturn. service(VariableTypes result, In<Closure<VariableTypes>> in) -
Uses of Parameter in net.officefloor.server.http
Method parameters in net.officefloor.server.http with annotations of type Parameter Modifier and Type Method Description voidAbstractHttpServerImplementationTest.PressureOverloadServicer. backPressure(java.lang.Thread serviceThread, ServerHttpConnection connection, AbstractHttpServerImplementationTest.TeamMarker marker)voidAbstractHttpServerImplementationTest.ThreadedServicer. doFlow(ServerHttpConnection connection, java.lang.Thread thread, AbstractHttpServerImplementationTest.ThreadedManagedObject managedObject) -
Uses of Parameter in net.officefloor.tutorial.activityhttpserver
Method parameters in net.officefloor.tutorial.activityhttpserver with annotations of type Parameter Modifier and Type Method Description DepthIncreaseDepthLogic. increase(Depth depth)voidSendDepthLogic. send(Depth depth, ObjectResponse<Depth> response) -
Uses of Parameter in net.officefloor.tutorial.exceptionhttpserver
Method parameters in net.officefloor.tutorial.exceptionhttpserver with annotations of type Parameter Modifier and Type Method Description voidExceptionHandler. handleSqlException(java.sql.SQLException ex) -
Uses of Parameter in net.officefloor.tutorial.jwthttpserver
Method parameters in net.officefloor.tutorial.jwthttpserver with annotations of type Parameter Modifier and Type Method Description voidJwtRoles. retrieveRoles(JwtRoleCollector<Claims> collector) -
Uses of Parameter in net.officefloor.tutorial.jwtresourcehttpserver
Method parameters in net.officefloor.tutorial.jwtresourcehttpserver with annotations of type Parameter Modifier and Type Method Description voidJwtRoles. retrieveRoles(JwtRoleCollector<Claims> collector) -
Uses of Parameter in net.officefloor.tutorial.reactorhttpserver
Method parameters in net.officefloor.tutorial.reactorhttpserver with annotations of type Parameter Modifier and Type Method Description voidReactorLogic. send(ServerResponse result, ObjectResponse<ServerResponse> response) -
Uses of Parameter in net.officefloor.tutorial.springwebfluxhttpserver.migrated
Method parameters in net.officefloor.tutorial.springwebfluxhttpserver.migrated with annotations of type Parameter Modifier and Type Method Description voidSendResponse. send(ResponseModel payload, ObjectResponse<ResponseModel> response) -
Uses of Parameter in net.officefloor.tutorial.teamhttpserver
Method parameters in net.officefloor.tutorial.teamhttpserver with annotations of type Parameter Modifier and Type Method Description voidTemplate. handleException(java.lang.Exception ex)LetterEncryptionTemplate. retrieveFromDatabase(char letter, java.sql.Connection connection)voidTemplate. setDisplayCode(LetterEncryption encryption) -
Uses of Parameter in net.officefloor.tutorial.transactionhttpserver
Method parameters in net.officefloor.tutorial.transactionhttpserver with annotations of type Parameter Modifier and Type Method Description voidTransactionLogic. fail(java.lang.Exception failure, PostRepository repository, TeamMarkerBean marker)voidCommitExceptionHandler. handle(java.io.EOFException exception, ServerHttpConnection connection)voidRollbackExceptionHandler. handle(java.lang.IllegalArgumentException exception, ServerHttpConnection connection)
-