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 void
AbstractJdbcTestCase.InsertSection. run(java.util.concurrent.atomic.AtomicInteger id, java.sql.Connection connection, AbstractJdbcTestCase.Flows flows)
void
AbstractJdbcTestCase.InsertSection. thread(java.util.concurrent.atomic.AtomicInteger id, java.sql.Connection connection, AbstractJdbcTestCase.NewThread thread)
void
AbstractJdbcTestCase.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 void
AbstractJpaTestCase.StressSelectSection. run(AbstractJpaTestCase.SelectInput input, AbstractJpaTestCase.StressSelectSection.Flows flows, javax.persistence.EntityManager entityManager)
void
AbstractJpaTestCase.ReadSection. service(AbstractJpaTestCase.Result result, javax.persistence.EntityManager entityManager)
void
AbstractJpaTestCase.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 void
AbstractPolyglotProcedureTest.FlowHandlers. flowWithParameter(java.lang.String param, Var<java.lang.String> result)
void
AbstractPolyglotProcedureTest.FlowHandlers. flowWithParameterAndCallback(java.lang.String param, Var<java.lang.String> result)
void
AbstractPolyglotProcedureTest.CollectionReturn. service(CollectionTypes result, Out<CollectionTypes> out)
void
AbstractPolyglotProcedureTest.ObjectReturn. service(ObjectTypes result, Out<ObjectTypes> out)
void
AbstractPolyglotProcedureTest.ParameterReturn. service(ParameterTypes result, Out<ParameterTypes> out)
void
AbstractPolyglotProcedureTest.PrimitiveReturn. service(PrimitiveTypes result, Out<PrimitiveTypes> out)
void
AbstractPolyglotProcedureTest.VariablePass. service(Closure<VariableTypes> capture, Out<Closure<VariableTypes>> out)
void
AbstractPolyglotProcedureTest.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 void
AbstractHttpServerImplementationTestCase.PressureOverloadServicer. backPressure(java.lang.Thread serviceThread, ServerHttpConnection connection, AbstractHttpServerImplementationTestCase.TeamMarker marker)
void
AbstractHttpServerImplementationTestCase.ThreadedServicer. doFlow(ServerHttpConnection connection, java.lang.Thread thread, AbstractHttpServerImplementationTestCase.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 Depth
IncreaseDepthLogic. increase(Depth depth)
void
SendDepthLogic. send(Depth depth, ObjectResponse<Depth> response)
-
Uses of Parameter in net.officefloor.tutorial.cosmosasyncdbhttpserver
Method parameters in net.officefloor.tutorial.cosmosasyncdbhttpserver with annotations of type Parameter Modifier and Type Method Description void
CosmosAsyncDbLogic. sendPost(Post post, ObjectResponse<Post> response)
void
CosmosAsyncDbLogic. sendPosts(Post[] posts, ObjectResponse<Post[]> 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 void
ExceptionHandler. 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 void
JwtRoles. 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 void
JwtRoles. retrieveRoles(JwtRoleCollector<Claims> collector)
-
Uses of Parameter in net.officefloor.tutorial.r2dbchttpserver
Method parameters in net.officefloor.tutorial.r2dbchttpserver with annotations of type Parameter Modifier and Type Method Description void
R2dbcLogic. send(Message message, ObjectResponse<Message> response)
-
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 void
ReactorLogic. 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 void
SendResponse. 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 void
Template. handleException(java.lang.Exception ex)
LetterEncryption
Template. retrieveFromDatabase(char letter, java.sql.Connection connection)
void
Template. 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 void
TransactionLogic. fail(java.lang.Exception failure, PostRepository repository, TeamMarkerBean marker)
void
CommitExceptionHandler. handle(java.io.EOFException exception, ServerHttpConnection connection)
void
RollbackExceptionHandler. handle(java.lang.IllegalArgumentException exception, ServerHttpConnection connection)
-