From b09ea3da9d9feaf9e42784970e5be75f30e9b81d Mon Sep 17 00:00:00 2001 From: "Jeremy R. Easton-Marks" Date: Fri, 9 Sep 2016 11:01:10 -0400 Subject: [PATCH 1/3] 1.2.1 and JavaDocs - Updated JavaDocs - Change version 1.2.1 --- javadoc/allclasses-frame.html | 111 - javadoc/allclasses-noframe.html | 111 - javadoc/constant-values.html | 4 +- javadoc/deprecated-list.html | 4 +- .../hms/dbmi/bd2k/irct/IRCTApplication.html | 52 +- .../hms/dbmi/bd2k/irct/action/Action.html | 4 +- .../dbmi/bd2k/irct/action/ActionStatus.html | 4 +- .../bd2k/irct/action/ActionUtilities.html | 4 +- .../hms/dbmi/bd2k/irct/action/Executable.html | 343 --- .../bd2k/irct/action/ExecutableState.html | 412 ---- .../dbmi/bd2k/irct/action/ExecutionPlan.html | 341 --- .../hms/dbmi/bd2k/irct/action/JoinAction.html | 4 +- .../dbmi/bd2k/irct/action/JoinExecutable.html | 454 ---- .../dbmi/bd2k/irct/action/ProcessAction.html | 4 +- .../bd2k/irct/action/ProcessExecutable.html | 458 ---- .../dbmi/bd2k/irct/action/QueryAction.html | 4 +- .../bd2k/irct/action/QueryExecutable.html | 413 ---- .../bd2k/irct/action/class-use/Action.html | 64 +- .../irct/action/class-use/ActionStatus.html | 4 +- .../action/class-use/ActionUtilities.html | 4 +- .../irct/action/class-use/Executable.html | 272 --- .../action/class-use/ExecutableState.html | 197 -- .../irct/action/class-use/JoinAction.html | 4 +- .../irct/action/class-use/ProcessAction.html | 4 +- .../action/class-use/ProcessExecutable.html | 124 - .../irct/action/class-use/QueryAction.html | 4 +- .../bd2k/irct/action/join/FullOuterJoin.html | 442 ---- .../dbmi/bd2k/irct/action/join/InnerJoin.html | 442 ---- .../bd2k/irct/action/join/JoinAction.html | 341 --- .../bd2k/irct/action/join/LeftOuterJoin.html | 442 ---- .../bd2k/irct/action/join/RightOuterJoin.html | 442 ---- .../action/join/class-use/JoinAction.html | 274 --- .../bd2k/irct/action/join/package-frame.html | 27 - .../bd2k/irct/action/join/package-tree.html | 148 -- .../dbmi/bd2k/irct/action/package-frame.html | 4 +- .../bd2k/irct/action/package-summary.html | 4 +- .../dbmi/bd2k/irct/action/package-tree.html | 4 +- .../dbmi/bd2k/irct/action/package-use.html | 48 +- .../irct/action/process/ExecuteProcess.html | 387 ---- .../process/class-use/ProcessAction.html | 201 -- .../irct/action/process/package-frame.html | 24 - .../bd2k/irct/action/process/package-use.html | 180 -- .../bd2k/irct/action/query/ExecuteQuery.html | 390 ---- .../bd2k/irct/action/query/package-frame.html | 24 - .../bd2k/irct/action/query/package-use.html | 159 -- .../bd2k/irct/class-use/IRCTApplication.html | 4 +- .../irct/controller/ExecutionController.html | 4 +- .../bd2k/irct/controller/JoinController.html | 4 +- .../bd2k/irct/controller/PathController.html | 55 +- .../irct/controller/ProcessController.html | 4 +- .../bd2k/irct/controller/QueryController.html | 21 +- .../irct/controller/ResourceController.html | 4 +- .../irct/controller/ResultController.html | 4 +- .../irct/controller/SecurityController.html | 6 +- .../class-use/ExecutionController.html | 4 +- .../controller/class-use/JoinController.html | 4 +- .../controller/class-use/PathController.html | 4 +- .../class-use/ProcessController.html | 4 +- .../controller/class-use/QueryController.html | 4 +- .../class-use/ResourceController.html | 4 +- .../class-use/ResultController.html | 4 +- .../class-use/SecurityController.html | 4 +- .../bd2k/irct/controller/package-frame.html | 4 +- .../bd2k/irct/controller/package-summary.html | 6 +- .../bd2k/irct/controller/package-tree.html | 4 +- .../bd2k/irct/controller/package-use.html | 4 +- .../CSVTabularDataConverter.html | 385 ---- .../JSONTabularDataConverter.html | 385 ---- .../dataconverter/ResultDataConverter.html | 12 +- .../irct/dataconverter/ResultDataStream.html | 8 +- .../XMLTabularDataConverter.html | 385 ---- .../XSLXTabularDataConverter.html | 385 ---- .../class-use/CSVTabularDataConverter.html | 124 - .../class-use/JSONTabularDataConverter.html | 124 - .../class-use/ResultDataConverter.html | 48 +- .../class-use/ResultDataStream.html | 4 +- .../class-use/XMLTabularDataConverter.html | 124 - .../class-use/XSLXTabularDataConverter.html | 124 - .../irct/dataconverter/package-frame.html | 8 +- .../irct/dataconverter/package-summary.html | 32 +- .../bd2k/irct/dataconverter/package-tree.html | 12 +- .../bd2k/irct/dataconverter/package-use.html | 27 +- .../EventConverterImplementation.html} | 167 +- .../IRCTEvent.html} | 81 +- .../bd2k/irct/event/IRCTEventListener.html | 699 ++++++ .../action/AfterAction.html} | 112 +- .../irct/event/action/AfterExecutionPlan.html | 248 ++ .../bd2k/irct/event/action/AfterJoin.html | 240 ++ .../bd2k/irct/event/action/AfterProcess.html | 240 ++ .../bd2k/irct/event/action/AfterQuery.html | 242 ++ .../irct/event/action/AfterVisualization.html | 198 ++ .../bd2k/irct/event/action/BeforeAction.html | 240 ++ .../event/action/BeforeExecutionPlan.html | 240 ++ .../bd2k/irct/event/action/BeforeJoin.html | 240 ++ .../bd2k/irct/event/action/BeforeProcess.html | 240 ++ .../bd2k/irct/event/action/BeforeQuery.html | 242 ++ .../event/action/BeforeVisualization.html | 198 ++ .../action/class-use/AfterAction.html} | 24 +- .../action/class-use/AfterExecutionPlan.html} | 24 +- .../action/class-use/AfterJoin.html} | 24 +- .../action/class-use/AfterProcess.html} | 24 +- .../event/action/class-use/AfterQuery.html | 124 + .../action/class-use/AfterVisualization.html | 124 + .../action/class-use/BeforeAction.html} | 24 +- .../action/class-use/BeforeExecutionPlan.html | 124 + .../event/action/class-use/BeforeJoin.html | 124 + .../action/class-use/BeforeProcess.html} | 24 +- .../event/action/class-use/BeforeQuery.html | 124 + .../action/class-use/BeforeVisualization.html | 124 + .../bd2k/irct/event/action/package-frame.html | 31 + .../action}/package-summary.html | 109 +- .../bd2k/irct/event/action/package-tree.html | 148 ++ .../action/package-use.html} | 32 +- .../EventConverterImplementation.html} | 37 +- .../bd2k/irct/event/class-use/IRCTEvent.html | 378 +++ .../class-use/IRCTEventListener.html} | 50 +- .../dbmi/bd2k/irct/event/find/AfterFind.html | 242 ++ .../dbmi/bd2k/irct/event/find/BeforeFind.html | 244 ++ .../find/class-use/AfterFind.html} | 24 +- .../find/class-use/BeforeFind.html} | 24 +- .../bd2k/irct/event/find/package-frame.html | 21 + .../find}/package-summary.html | 38 +- .../action => event/find}/package-tree.html | 29 +- .../find/package-use.html} | 32 +- .../dbmi/bd2k/irct/event/package-frame.html | 25 + .../predicate => event}/package-summary.html | 74 +- .../predicate => event}/package-tree.html | 59 +- .../hms/dbmi/bd2k/irct/event/package-use.html | 269 +++ .../irct/event/result/AfterGetResult.html | 245 ++ .../result/AfterSaveResult.html} | 110 +- .../irct/event/result/BeforeGetResult.html | 240 ++ .../irct/event/result/BeforeSaveResult.html | 238 ++ .../result/class-use/AfterGetResult.html | 124 + .../result/class-use/AfterSaveResult.html} | 24 +- .../result/class-use/BeforeGetResult.html | 124 + .../result/class-use/BeforeSaveResult.html} | 24 +- .../bd2k/irct/event/result/package-frame.html | 23 + .../result}/package-summary.html | 51 +- .../result}/package-tree.html | 37 +- .../result/package-use.html} | 32 +- .../irct/exception/ActionNotSetException.html | 4 +- .../exception/ClauseIsNotTheCorrectType.html | 272 --- .../exception/ClauseNotFoundException.html | 272 --- .../bd2k/irct/exception/FieldException.html | 4 +- .../exception/JoinActionSetupException.html | 4 +- .../irct/exception/JoinTypeNotSupported.html | 272 --- .../exception/LogicalOperatorNotFound.html | 272 --- .../irct/exception/PredicateException.html | 272 --- .../exception/PredicateTypeNotSupported.html | 272 --- .../bd2k/irct/exception/ProcessException.html | 4 +- .../bd2k/irct/exception/QueryException.html | 4 +- .../exception/ResourceInterfaceException.html | 4 +- .../exception/ResourceNotFoundException.html | 272 --- .../exception/SubQueryNotFoundException.html | 272 --- .../class-use/ActionNotSetException.html | 4 +- .../class-use/ClauseIsNotTheCorrectType.html | 124 - .../class-use/ClauseNotFoundException.html | 124 - .../exception/class-use/FieldException.html | 4 +- .../class-use/JoinActionSetupException.html | 4 +- .../class-use/JoinTypeNotSupported.html | 124 - .../class-use/LogicalOperatorNotFound.html | 124 - .../class-use/PredicateException.html | 124 - .../class-use/PredicateTypeNotSupported.html | 124 - .../exception/class-use/ProcessException.html | 4 +- .../exception/class-use/QueryException.html | 11 +- .../class-use/ResourceInterfaceException.html | 54 +- .../class-use/ResourceNotFoundException.html | 124 - .../class-use/SubQueryNotFoundException.html | 124 - .../bd2k/irct/exception/package-frame.html | 4 +- .../bd2k/irct/exception/package-summary.html | 8 +- .../bd2k/irct/exception/package-tree.html | 8 +- .../dbmi/bd2k/irct/exception/package-use.html | 4 +- .../dbmi/bd2k/irct/executable/Executable.html | 4 +- .../irct/executable/ExecutableChildNode.html | 4 +- .../irct/executable/ExecutableLeafNode.html | 4 +- .../irct/executable/ExecutableStatus.html | 4 +- .../bd2k/irct/executable/ExecutionPlan.html | 4 +- .../irct/executable/class-use/Executable.html | 66 +- .../class-use/ExecutableChildNode.html | 4 +- .../class-use/ExecutableLeafNode.html | 4 +- .../class-use/ExecutableStatus.html | 4 +- .../executable/class-use/ExecutionPlan.html | 4 +- .../bd2k/irct/executable/package-frame.html | 4 +- .../bd2k/irct/executable/package-summary.html | 4 +- .../bd2k/irct/executable/package-tree.html | 4 +- .../bd2k/irct/executable/package-use.html | 48 +- .../dbmi/bd2k/irct/join/FullOuterJoin.html | 4 +- .../hms/dbmi/bd2k/irct/join/InnerJoin.html | 4 +- .../bd2k/irct/join/JoinImplementation.html | 4 +- .../dbmi/bd2k/irct/join/LeftOuterJoin.html | 4 +- .../dbmi/bd2k/irct/join/RightOuterJoin.html | 4 +- .../irct/join/class-use/FullOuterJoin.html | 4 +- .../bd2k/irct/join/class-use/InnerJoin.html | 4 +- .../join/class-use/JoinImplementation.html | 4 +- .../irct/join/class-use/LeftOuterJoin.html | 4 +- .../irct/join/class-use/RightOuterJoin.html | 4 +- .../dbmi/bd2k/irct/join/package-frame.html | 4 +- .../dbmi/bd2k/irct/join/package-summary.html | 8 +- .../hms/dbmi/bd2k/irct/join/package-tree.html | 8 +- .../hms/dbmi/bd2k/irct/join/package-use.html | 4 +- .../model/action/class-use/ActionState.html | 193 -- .../bd2k/irct/model/action/package-frame.html | 20 - .../bd2k/irct/model/action/package-use.html | 159 -- .../Column.html => find/FindByOntology.html} | 167 +- .../ActionState.html => find/FindByPath.html} | 197 +- .../FindInformationInterface.html} | 176 +- .../class-use/FindByOntology.html} | 48 +- .../find/class-use/FindByPath.html} | 42 +- .../class-use/FindInformationInterface.html | 318 +++ .../bd2k/irct/model/find/package-frame.html | 25 + .../query => model/find}/package-summary.html | 38 +- .../query => model/find}/package-tree.html | 31 +- .../join => model/find}/package-use.html | 90 +- .../dbmi/bd2k/irct/model/join/IRCTJoin.html | 4 +- .../irct/model/join/class-use/IRCTJoin.html | 47 +- .../bd2k/irct/model/join/package-frame.html | 4 +- .../bd2k/irct/model/join/package-summary.html | 8 +- .../bd2k/irct/model/join/package-tree.html | 8 +- .../bd2k/irct/model/join/package-use.html | 34 +- .../bd2k/irct/model/ontology/DataType.html | 4 +- .../dbmi/bd2k/irct/model/ontology/Entity.html | 72 +- .../model/ontology/OntologyRelationship.html | 4 +- .../irct/model/ontology/OntologyType.html | 4 +- .../dbmi/bd2k/irct/model/ontology/Path.html | 676 ------ .../model/ontology/PrimitiveDataType.html | 453 ---- .../model/ontology/class-use/DataType.html | 4 +- .../irct/model/ontology/class-use/Entity.html | 172 +- .../class-use/OntologyRelationship.html | 4 +- .../ontology/class-use/OntologyType.html | 4 +- .../irct/model/ontology/class-use/Path.html | 472 ---- .../ontology/class-use/PrimitiveDataType.html | 278 --- .../irct/model/ontology/package-frame.html | 4 +- .../irct/model/ontology/package-summary.html | 4 +- .../irct/model/ontology/package-tree.html | 4 +- .../bd2k/irct/model/ontology/package-use.html | 46 +- .../bd2k/irct/model/process/IRCTProcess.html | 25 +- .../process/IRCTProcessParameterType.html | 466 ---- .../bd2k/irct/model/process/ProcessType.html | 511 ---- .../model/process/ProcessTypeParameter.html | 478 ---- .../process/ProcessTypeParameterType.html | 466 ---- .../model/process/class-use/IRCTProcess.html | 64 +- .../class-use/IRCTProcessParameter.html | 181 -- .../class-use/IRCTProcessParameterType.html | 194 -- .../model/process/class-use/ProcessType.html | 212 -- .../class-use/ProcessTypeParameter.html | 181 -- .../class-use/ProcessTypeParameterType.html | 194 -- .../irct/model/process/package-frame.html | 4 +- .../irct/model/process/package-summary.html | 4 +- .../bd2k/irct/model/process/package-tree.html | 4 +- .../bd2k/irct/model/process/package-use.html | 46 +- .../bd2k/irct/model/query/ClauseAbstract.html | 4 +- .../bd2k/irct/model/query/JoinClause.html | 42 +- .../dbmi/bd2k/irct/model/query/JoinType.html | 7 +- .../irct/model/query/LogicalOperator.html | 359 --- .../bd2k/irct/model/query/PredicateType.html | 4 +- .../irct/model/query/PredicateTypeValue.html | 601 ----- .../query/PredicateTypeValueDataType.html | 466 ---- .../hms/dbmi/bd2k/irct/model/query/Query.html | 38 +- .../bd2k/irct/model/query/SelectClause.html | 4 +- .../dbmi/bd2k/irct/model/query/SubQuery.html | 8 +- .../bd2k/irct/model/query/WhereClause.html | 4 +- .../model/query/class-use/ClauseAbstract.html | 4 +- .../model/query/class-use/JoinClause.html | 4 +- .../irct/model/query/class-use/JoinType.html | 138 +- .../query/class-use/LogicalOperator.html | 235 -- .../model/query/class-use/PredicateType.html | 4 +- .../query/class-use/PredicateTypeValue.html | 177 -- .../class-use/PredicateTypeValueDataType.html | 215 -- .../irct/model/query/class-use/Query.html | 68 +- .../model/query/class-use/SelectClause.html | 4 +- .../irct/model/query/class-use/SubQuery.html | 4 +- .../model/query/class-use/WhereClause.html | 4 +- .../bd2k/irct/model/query/package-frame.html | 4 +- .../irct/model/query/package-summary.html | 4 +- .../bd2k/irct/model/query/package-tree.html | 4 +- .../bd2k/irct/model/query/package-use.html | 63 +- .../PredicateImplementationInterface.html | 345 --- .../PredicateImplementationInterface.html | 216 -- .../model/query/predicate/package-frame.html | 20 - .../model/query/predicate/package-use.html | 182 -- .../dbmi/bd2k/irct/model/resource/Field.html | 4 +- .../irct/model/resource/LogicalOperator.html | 4 +- .../PathResourceImplementationInterface.html | 358 --- .../model/resource/PrimitiveDataType.html | 4 +- ...rocessResourceImplementationInterface.html | 293 --- .../bd2k/irct/model/resource/ProcessType.html | 4 +- .../QueryResourceImplementationInterface.html | 338 --- .../bd2k/irct/model/resource/Resource.html | 103 +- .../ResourceImplementationInterface.html | 325 --- .../irct/model/resource/ResourceState.html | 4 +- .../irct/model/resource/class-use/Field.html | 4 +- .../resource/class-use/LogicalOperator.html | 4 +- .../PathResourceImplementationInterface.html | 124 - .../resource/class-use/PrimitiveDataType.html | 4 +- ...rocessResourceImplementationInterface.html | 124 - .../model/resource/class-use/ProcessType.html | 4 +- .../QueryResourceImplementationInterface.html | 124 - .../model/resource/class-use/Resource.html | 133 +- .../ResourceImplementationInterface.html | 246 -- .../resource/class-use/ResourceState.html | 4 +- .../PathResourceImplementationInterface.html | 77 +- ...rocessResourceImplementationInterface.html | 4 +- .../QueryResourceImplementationInterface.html | 4 +- .../ResourceImplementationInterface.html | 4 +- ...zationResourceImplementationInterface.html | 4 +- .../PathResourceImplementationInterface.html | 4 +- ...rocessResourceImplementationInterface.html | 4 +- .../QueryResourceImplementationInterface.html | 4 +- .../ResourceImplementationInterface.html | 4 +- ...zationResourceImplementationInterface.html | 4 +- .../implementation/package-frame.html | 4 +- .../implementation/package-summary.html | 4 +- .../resource/implementation/package-tree.html | 4 +- .../resource/implementation/package-use.html | 4 +- .../irct/model/resource/package-frame.html | 4 +- .../irct/model/resource/package-summary.html | 4 +- .../irct/model/resource/package-tree.html | 4 +- .../bd2k/irct/model/resource/package-use.html | 82 +- .../hms/dbmi/bd2k/irct/model/result/Data.html | 66 +- .../result/DataConverterImplementation.html | 4 +- .../bd2k/irct/model/result/FileResultSet.html | 1875 --------------- .../dbmi/bd2k/irct/model/result/Joinable.html | 502 ---- .../irct/model/result/MemoryResultSet.html | 1372 ----------- .../bd2k/irct/model/result/Persistable.html | 4 +- .../dbmi/bd2k/irct/model/result/Result.html | 4 +- .../irct/model/result/ResultDataType.html | 4 +- .../bd2k/irct/model/result/ResultSet.html | 1455 ------------ .../bd2k/irct/model/result/ResultSetImpl.html | 2045 ----------------- .../bd2k/irct/model/result/ResultStatus.html | 4 +- .../irct/model/result/class-use/Column.html | 199 -- .../irct/model/result/class-use/Data.html | 4 +- .../DataConverterImplementation.html | 4 +- .../irct/model/result/class-use/Joinable.html | 219 -- .../model/result/class-use/Persistable.html | 4 +- .../irct/model/result/class-use/Result.html | 76 +- .../result/class-use/ResultDataType.html | 20 +- .../model/result/class-use/ResultSet.html | 537 ----- .../model/result/class-use/ResultStatus.html | 4 +- .../exception/PersistableException.html | 4 +- .../result/exception/ResultSetException.html | 4 +- .../result/exception/RowSetExeception.html | 4 +- .../class-use/PersistableException.html | 4 +- .../class-use/ResultSetException.html | 4 +- .../exception/class-use/RowSetExeception.html | 4 +- .../model/result/exception/package-frame.html | 4 +- .../result/exception/package-summary.html | 4 +- .../model/result/exception/package-tree.html | 4 +- .../model/result/exception/package-use.html | 4 +- .../model/result/json/JSONResultImpl.html | 11 +- .../model/result/json/JsonFileResult.html | 45 +- .../result/json/class-use/JSONResultImpl.html | 4 +- .../result/json/class-use/JsonFileResult.html | 4 +- .../irct/model/result/json/package-frame.html | 4 +- .../model/result/json/package-summary.html | 4 +- .../irct/model/result/json/package-tree.html | 4 +- .../irct/model/result/json/package-use.html | 4 +- .../bd2k/irct/model/result/package-frame.html | 4 +- .../irct/model/result/package-summary.html | 4 +- .../bd2k/irct/model/result/package-tree.html | 4 +- .../bd2k/irct/model/result/package-use.html | 48 +- .../irct/model/result/tabular/Column.html | 4 +- .../model/result/tabular/FileResultSet.html | 107 +- .../model/result/tabular/MemoryResultSet.html | 6 +- .../irct/model/result/tabular/ResultSet.html | 11 +- .../model/result/tabular/ResultSetImpl.html | 97 +- .../bd2k/irct/model/result/tabular/Row.html | 4 +- .../result/tabular/class-use/Column.html | 4 +- .../tabular/class-use/FileResultSet.html | 4 +- .../tabular/class-use/MemoryResultSet.html | 4 +- .../result/tabular/class-use/ResultSet.html | 4 +- .../tabular/class-use/ResultSetImpl.html | 4 +- .../model/result/tabular/class-use/Row.html | 4 +- .../model/result/tabular/package-frame.html | 4 +- .../model/result/tabular/package-summary.html | 4 +- .../model/result/tabular/package-tree.html | 4 +- .../model/result/tabular/package-use.html | 4 +- .../dbmi/bd2k/irct/model/security/JWT.html | 4 +- .../irct/model/security/SecureSession.html | 4 +- .../dbmi/bd2k/irct/model/security/Token.html | 4 +- .../dbmi/bd2k/irct/model/security/User.html | 4 +- .../irct/model/security/class-use/JWT.html | 4 +- .../security/class-use/SecureSession.html | 268 ++- .../irct/model/security/class-use/Token.html | 4 +- .../irct/model/security/class-use/User.html | 52 +- .../irct/model/security/package-frame.html | 4 +- .../irct/model/security/package-summary.html | 4 +- .../irct/model/security/package-tree.html | 4 +- .../bd2k/irct/model/security/package-use.html | 96 +- .../VisualizationReturnType.html | 4 +- .../visualization/VisualizationType.html | 4 +- .../class-use/VisualizationReturnType.html | 4 +- .../class-use/VisualizationType.html | 4 +- .../model/visualization/package-frame.html | 4 +- .../model/visualization/package-summary.html | 4 +- .../model/visualization/package-tree.html | 4 +- .../irct/model/visualization/package-use.html | 4 +- .../hms/dbmi/bd2k/irct/package-frame.html | 4 +- .../hms/dbmi/bd2k/irct/package-summary.html | 4 +- .../hms/dbmi/bd2k/irct/package-tree.html | 4 +- .../hms/dbmi/bd2k/irct/package-use.html | 4 +- .../bd2k/irct/security/SecurityUtility.html | 4 +- .../security/class-use/SecurityUtility.html | 4 +- .../bd2k/irct/security/package-frame.html | 4 +- .../bd2k/irct/security/package-summary.html | 8 +- .../dbmi/bd2k/irct/security/package-tree.html | 8 +- .../dbmi/bd2k/irct/security/package-use.html | 4 +- .../dbmi/bd2k/irct/util/JsonUtilities.html | 289 --- .../hms/dbmi/bd2k/irct/util/Utilities.html | 35 +- .../bd2k/irct/util/class-use/Utilities.html | 4 +- .../irct/util/converter/DataConverter.html | 4 +- .../util/converter/DataTypeConverter.html | 8 +- ... => IRCTEventImplementationConverter.html} | 64 +- .../util/converter/JoinActionConverter.html | 8 +- .../OntologyRelationshipConverter.html | 4 +- .../converter/ProcessActionConverter.html | 4 +- .../ResourceImplementationConverter.html | 4 +- .../ResultDataImplementationConverter.html | 4 +- .../util/converter/ResultSetConverter.html | 303 --- .../converter/class-use/DataConverter.html | 4 +- .../class-use/DataTypeConverter.html | 4 +- ... => IRCTEventImplementationConverter.html} | 24 +- .../class-use/JoinActionConverter.html | 4 +- .../OntologyRelationshipConverter.html | 4 +- .../class-use/ProcessActionConverter.html | 4 +- .../ResourceImplementationConverter.html | 4 +- .../ResultDataImplementationConverter.html | 4 +- .../irct/util/converter/package-frame.html | 5 +- .../irct/util/converter/package-summary.html | 23 +- .../irct/util/converter/package-tree.html | 9 +- .../bd2k/irct/util/converter/package-use.html | 4 +- .../dbmi/bd2k/irct/util/package-frame.html | 5 +- .../dbmi/bd2k/irct/util/package-summary.html | 18 +- .../hms/dbmi/bd2k/irct/util/package-tree.html | 9 +- .../hms/dbmi/bd2k/irct/util/package-use.html | 4 +- javadoc/help-doc.html | 229 -- javadoc/index-files/index-1.html | 80 +- javadoc/index-files/index-10.html | 8 +- javadoc/index-files/index-11.html | 8 +- javadoc/index-files/index-12.html | 8 +- javadoc/index-files/index-13.html | 8 +- javadoc/index-files/index-14.html | 8 +- javadoc/index-files/index-15.html | 8 +- javadoc/index-files/index-16.html | 12 +- javadoc/index-files/index-17.html | 63 +- javadoc/index-files/index-18.html | 14 +- javadoc/index-files/index-19.html | 12 +- javadoc/index-files/index-2.html | 78 +- javadoc/index-files/index-20.html | 8 +- javadoc/index-files/index-21.html | 12 +- javadoc/index-files/index-22.html | 139 -- javadoc/index-files/index-3.html | 32 +- javadoc/index-files/index-4.html | 8 +- javadoc/index-files/index-5.html | 26 +- javadoc/index-files/index-6.html | 58 +- javadoc/index-files/index-7.html | 92 +- javadoc/index-files/index-8.html | 35 +- javadoc/index-files/index-9.html | 14 +- javadoc/index.html | 74 - javadoc/overview-frame.html | 41 - javadoc/overview-summary.html | 215 -- javadoc/overview-tree.html | 292 --- javadoc/package-list | 21 - javadoc/script.js | 30 - javadoc/serialized-form.html | 901 -------- javadoc/stylesheet.css | 574 ----- pom.xml | 2 +- 466 files changed, 10650 insertions(+), 36116 deletions(-) delete mode 100644 javadoc/allclasses-frame.html delete mode 100644 javadoc/allclasses-noframe.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/Executable.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/ExecutableState.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/ExecutionPlan.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/JoinExecutable.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/ProcessExecutable.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/QueryExecutable.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/class-use/Executable.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/class-use/ExecutableState.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/class-use/ProcessExecutable.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/join/FullOuterJoin.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/join/InnerJoin.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/join/JoinAction.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/join/LeftOuterJoin.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/join/RightOuterJoin.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/join/class-use/JoinAction.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/join/package-frame.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/join/package-tree.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/process/ExecuteProcess.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/process/class-use/ProcessAction.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/process/package-frame.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/process/package-use.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/query/ExecuteQuery.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/query/package-frame.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/query/package-use.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/dataconverter/CSVTabularDataConverter.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/dataconverter/JSONTabularDataConverter.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/dataconverter/XMLTabularDataConverter.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/dataconverter/XSLXTabularDataConverter.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/dataconverter/class-use/CSVTabularDataConverter.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/dataconverter/class-use/JSONTabularDataConverter.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/dataconverter/class-use/XMLTabularDataConverter.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/dataconverter/class-use/XSLXTabularDataConverter.html rename javadoc/edu/harvard/hms/dbmi/bd2k/irct/{model/process/IRCTProcessParameter.html => event/EventConverterImplementation.html} (56%) rename javadoc/edu/harvard/hms/dbmi/bd2k/irct/{action/BinaryTreeExecutable.html => event/IRCTEvent.html} (55%) create mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/event/IRCTEventListener.html rename javadoc/edu/harvard/hms/dbmi/bd2k/irct/{action/query/QueryAction.html => event/action/AfterAction.html} (55%) create mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/event/action/AfterExecutionPlan.html create mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/event/action/AfterJoin.html create mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/event/action/AfterProcess.html create mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/event/action/AfterQuery.html create mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/event/action/AfterVisualization.html create mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/event/action/BeforeAction.html create mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/event/action/BeforeExecutionPlan.html create mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/event/action/BeforeJoin.html create mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/event/action/BeforeProcess.html create mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/event/action/BeforeQuery.html create mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/event/action/BeforeVisualization.html rename javadoc/edu/harvard/hms/dbmi/bd2k/irct/{action/join/class-use/RightOuterJoin.html => event/action/class-use/AfterAction.html} (77%) rename javadoc/edu/harvard/hms/dbmi/bd2k/irct/{util/converter/class-use/ResultSetConverter.html => event/action/class-use/AfterExecutionPlan.html} (76%) rename javadoc/edu/harvard/hms/dbmi/bd2k/irct/{action/join/class-use/LeftOuterJoin.html => event/action/class-use/AfterJoin.html} (77%) rename javadoc/edu/harvard/hms/dbmi/bd2k/irct/{action/query/class-use/ExecuteQuery.html => event/action/class-use/AfterProcess.html} (78%) create mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/event/action/class-use/AfterQuery.html create mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/event/action/class-use/AfterVisualization.html rename javadoc/edu/harvard/hms/dbmi/bd2k/irct/{action/join/class-use/FullOuterJoin.html => event/action/class-use/BeforeAction.html} (78%) create mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/event/action/class-use/BeforeExecutionPlan.html create mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/event/action/class-use/BeforeJoin.html rename javadoc/edu/harvard/hms/dbmi/bd2k/irct/{model/result/class-use/FileResultSet.html => event/action/class-use/BeforeProcess.html} (78%) create mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/event/action/class-use/BeforeQuery.html create mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/event/action/class-use/BeforeVisualization.html create mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/event/action/package-frame.html rename javadoc/edu/harvard/hms/dbmi/bd2k/irct/{action/join => event/action}/package-summary.html (55%) create mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/event/action/package-tree.html rename javadoc/edu/harvard/hms/dbmi/bd2k/irct/{util/class-use/JsonUtilities.html => event/action/package-use.html} (70%) rename javadoc/edu/harvard/hms/dbmi/bd2k/irct/{action/class-use/ExecutionPlan.html => event/class-use/EventConverterImplementation.html} (63%) create mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/event/class-use/IRCTEvent.html rename javadoc/edu/harvard/hms/dbmi/bd2k/irct/{action/class-use/BinaryTreeExecutable.html => event/class-use/IRCTEventListener.html} (58%) create mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/event/find/AfterFind.html create mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/event/find/BeforeFind.html rename javadoc/edu/harvard/hms/dbmi/bd2k/irct/{model/result/class-use/Row.html => event/find/class-use/AfterFind.html} (78%) rename javadoc/edu/harvard/hms/dbmi/bd2k/irct/{action/join/class-use/InnerJoin.html => event/find/class-use/BeforeFind.html} (78%) create mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/event/find/package-frame.html rename javadoc/edu/harvard/hms/dbmi/bd2k/irct/{model/action => event/find}/package-summary.html (75%) rename javadoc/edu/harvard/hms/dbmi/bd2k/irct/{model/action => event/find}/package-tree.html (74%) rename javadoc/edu/harvard/hms/dbmi/bd2k/irct/{action/class-use/JoinExecutable.html => event/find/package-use.html} (69%) create mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/event/package-frame.html rename javadoc/edu/harvard/hms/dbmi/bd2k/irct/{model/query/predicate => event}/package-summary.html (50%) rename javadoc/edu/harvard/hms/dbmi/bd2k/irct/{model/query/predicate => event}/package-tree.html (50%) create mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/event/package-use.html create mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/event/result/AfterGetResult.html rename javadoc/edu/harvard/hms/dbmi/bd2k/irct/{action/process/ProcessAction.html => event/result/AfterSaveResult.html} (54%) create mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/event/result/BeforeGetResult.html create mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/event/result/BeforeSaveResult.html create mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/event/result/class-use/AfterGetResult.html rename javadoc/edu/harvard/hms/dbmi/bd2k/irct/{model/result/class-use/MemoryResultSet.html => event/result/class-use/AfterSaveResult.html} (78%) create mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/event/result/class-use/BeforeGetResult.html rename javadoc/edu/harvard/hms/dbmi/bd2k/irct/{action/process/class-use/ExecuteProcess.html => event/result/class-use/BeforeSaveResult.html} (77%) create mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/event/result/package-frame.html rename javadoc/edu/harvard/hms/dbmi/bd2k/irct/{action/process => event/result}/package-summary.html (72%) rename javadoc/edu/harvard/hms/dbmi/bd2k/irct/{action/process => event/result}/package-tree.html (68%) rename javadoc/edu/harvard/hms/dbmi/bd2k/irct/{action/class-use/QueryExecutable.html => event/result/package-use.html} (69%) delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/exception/ClauseIsNotTheCorrectType.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/exception/ClauseNotFoundException.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/exception/JoinTypeNotSupported.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/exception/LogicalOperatorNotFound.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/exception/PredicateException.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/exception/PredicateTypeNotSupported.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/exception/ResourceNotFoundException.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/exception/SubQueryNotFoundException.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/exception/class-use/ClauseIsNotTheCorrectType.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/exception/class-use/ClauseNotFoundException.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/exception/class-use/JoinTypeNotSupported.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/exception/class-use/LogicalOperatorNotFound.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/exception/class-use/PredicateException.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/exception/class-use/PredicateTypeNotSupported.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/exception/class-use/ResourceNotFoundException.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/exception/class-use/SubQueryNotFoundException.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/action/class-use/ActionState.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/action/package-frame.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/action/package-use.html rename javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/{result/Column.html => find/FindByOntology.html} (58%) rename javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/{action/ActionState.html => find/FindByPath.html} (55%) rename javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/{result/Row.html => find/FindInformationInterface.html} (57%) rename javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/{result/class-use/ResultSetImpl.html => find/class-use/FindByOntology.html} (61%) rename javadoc/edu/harvard/hms/dbmi/bd2k/irct/{action/query/class-use/QueryAction.html => model/find/class-use/FindByPath.html} (62%) create mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/find/class-use/FindInformationInterface.html create mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/find/package-frame.html rename javadoc/edu/harvard/hms/dbmi/bd2k/irct/{action/query => model/find}/package-summary.html (80%) rename javadoc/edu/harvard/hms/dbmi/bd2k/irct/{action/query => model/find}/package-tree.html (69%) rename javadoc/edu/harvard/hms/dbmi/bd2k/irct/{action/join => model/find}/package-use.html (51%) delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/ontology/Path.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/ontology/PrimitiveDataType.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/ontology/class-use/Path.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/ontology/class-use/PrimitiveDataType.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/process/IRCTProcessParameterType.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/process/ProcessType.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/process/ProcessTypeParameter.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/process/ProcessTypeParameterType.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/process/class-use/IRCTProcessParameter.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/process/class-use/IRCTProcessParameterType.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/process/class-use/ProcessType.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/process/class-use/ProcessTypeParameter.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/process/class-use/ProcessTypeParameterType.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/LogicalOperator.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/PredicateTypeValue.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/PredicateTypeValueDataType.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/class-use/LogicalOperator.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/class-use/PredicateTypeValue.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/class-use/PredicateTypeValueDataType.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/predicate/PredicateImplementationInterface.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/predicate/class-use/PredicateImplementationInterface.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/predicate/package-frame.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/predicate/package-use.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/PathResourceImplementationInterface.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/ProcessResourceImplementationInterface.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/QueryResourceImplementationInterface.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/ResourceImplementationInterface.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/class-use/PathResourceImplementationInterface.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/class-use/ProcessResourceImplementationInterface.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/class-use/QueryResourceImplementationInterface.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/class-use/ResourceImplementationInterface.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/FileResultSet.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/Joinable.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/MemoryResultSet.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/ResultSet.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/ResultSetImpl.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/class-use/Column.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/class-use/Joinable.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/class-use/ResultSet.html delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/util/JsonUtilities.html rename javadoc/edu/harvard/hms/dbmi/bd2k/irct/util/converter/{PredicateImplementationConverter.html => IRCTEventImplementationConverter.html} (71%) delete mode 100644 javadoc/edu/harvard/hms/dbmi/bd2k/irct/util/converter/ResultSetConverter.html rename javadoc/edu/harvard/hms/dbmi/bd2k/irct/util/converter/class-use/{PredicateImplementationConverter.html => IRCTEventImplementationConverter.html} (84%) delete mode 100644 javadoc/help-doc.html delete mode 100644 javadoc/index-files/index-22.html delete mode 100644 javadoc/index.html delete mode 100644 javadoc/overview-frame.html delete mode 100644 javadoc/overview-summary.html delete mode 100644 javadoc/overview-tree.html delete mode 100644 javadoc/package-list delete mode 100644 javadoc/script.js delete mode 100644 javadoc/serialized-form.html delete mode 100644 javadoc/stylesheet.css diff --git a/javadoc/allclasses-frame.html b/javadoc/allclasses-frame.html deleted file mode 100644 index 8a12e4c..0000000 --- a/javadoc/allclasses-frame.html +++ /dev/null @@ -1,111 +0,0 @@ - - - - - -All Classes - - - - - -

All Classes

-
- -
- - diff --git a/javadoc/allclasses-noframe.html b/javadoc/allclasses-noframe.html deleted file mode 100644 index 631c623..0000000 --- a/javadoc/allclasses-noframe.html +++ /dev/null @@ -1,111 +0,0 @@ - - - - - -All Classes - - - - - -

All Classes

-
- -
- - diff --git a/javadoc/constant-values.html b/javadoc/constant-values.html index 6aa114e..a21c037 100644 --- a/javadoc/constant-values.html +++ b/javadoc/constant-values.html @@ -2,9 +2,9 @@ - + Constant Field Values - + diff --git a/javadoc/deprecated-list.html b/javadoc/deprecated-list.html index 12418a4..478cb86 100644 --- a/javadoc/deprecated-list.html +++ b/javadoc/deprecated-list.html @@ -2,9 +2,9 @@ - + Deprecated List - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/IRCTApplication.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/IRCTApplication.html index 3374668..a8c578a 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/IRCTApplication.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/IRCTApplication.html @@ -2,9 +2,9 @@ - + IRCTApplication - + @@ -184,29 +184,29 @@

Method Summary

-java.util.Properties -getProperties() -
Get the properties
- - - java.util.Map<java.lang.String,Resource> getResources()
Returns a map of the resources where the Resource name is the key, and the Resource itself is the value
- + ResultDataConverter getResultDataConverter(ResultDataType dataType, java.lang.String format)
Returns a dataconveter for a given datatype and format
- + java.util.Map<ResultDataType,java.util.List<DataConverterImplementation>> getResultDataConverters()  + +java.lang.String +getResultDataFolder() +
Get the name of the result data folder
+ + java.util.Map<java.lang.String,IRCTJoin> getSupportedJoinTypes() @@ -235,19 +235,19 @@

Method Summary

void -setProperties(java.util.Properties properties) -
Set the properties
+setResources(java.util.Map<java.lang.String,Resource> resources) +
Sets a map of the resources.
void -setResources(java.util.Map<java.lang.String,Resource> resources) -
Sets a map of the resources.
- +setResultDataConverters(java.util.Map<ResultDataType,java.util.List<DataConverterImplementation>> resultDataConverters)  void -setResultDataConverters(java.util.Map<ResultDataType,java.util.List<DataConverterImplementation>> resultDataConverters)  +setResultDataFolder(java.lang.String resultDataFolder) +
Sets the name of the result data folder
+ void @@ -504,31 +504,31 @@

doesJoinExists

- + - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/Action.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/Action.html index 366db9e..b52f0e0 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/Action.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/Action.html @@ -2,9 +2,9 @@ - + Action - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/ActionStatus.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/ActionStatus.html index a68244e..cb2fdf6 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/ActionStatus.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/ActionStatus.html @@ -2,9 +2,9 @@ - + ActionStatus - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/ActionUtilities.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/ActionUtilities.html index 47b325c..5b1d29f 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/ActionUtilities.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/ActionUtilities.html @@ -2,9 +2,9 @@ - + ActionUtilities - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/Executable.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/Executable.html deleted file mode 100644 index ce62261..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/Executable.html +++ /dev/null @@ -1,343 +0,0 @@ - - - - - -Executable - - - - - - - - -
- - - - - - - -
- - - -
-
edu.harvard.hms.dbmi.bd2k.irct.action
-

Interface Executable

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    JoinExecutable, ProcessExecutable, QueryExecutable
    -
    -
    -
    -
    public interface Executable
    -
    The executable interface provides a set of methods that an executable must - implement. An executable is the implementing class for any type of process, - query, or action.
    -
    -
    Author:
    -
    Jeremy R. Easton-Marks
    -
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        setup

        -
        void setup(Action action)
        -
        Set up the executable with an action
        -
        -
        Parameters:
        -
        action - Action to be executed
        -
        -
      • -
      - - - - - - - -
        -
      • -

        getState

        -
        ExecutableState getState()
        -
        Get the current state of the executable
        -
        -
        Returns:
        -
        Executable State
        -
        -
      • -
      - - - - - - - -
        -
      • -

        getResource

        -
        Resource getResource()
        -
        Returns the resource the executable will be run on
        -
        -
        Returns:
        -
        Resource to run on
        -
        -
      • -
      - - - -
        -
      • -

        setResource

        -
        void setResource(Resource resource)
        -
        Sets the resource this executable will be run on
        -
        -
        Parameters:
        -
        resource - Resource to run on
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - - - -
- - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/ExecutableState.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/ExecutableState.html deleted file mode 100644 index 1a1b0ce..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/ExecutableState.html +++ /dev/null @@ -1,412 +0,0 @@ - - - - - -ExecutableState - - - - - - - - -
- - - - - - - -
- - - -
-
edu.harvard.hms.dbmi.bd2k.irct.action
-

Enum ExecutableState

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<ExecutableState>
    -
    -
    -
    -
    public enum ExecutableState
    -extends java.lang.Enum<ExecutableState>
    -
    An enumeration of the available executable states
    -
    -
    Author:
    -
    Jeremy R. Easton-Marks
    -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - - - - - - - - - - - - - - -
      Enum Constants 
      Enum Constant and Description
      BLOCKED -
      Currently blocked
      -
      COMPLETED -
      The executable has completed
      -
      CREATED -
      Created but not running
      -
      RUNNING -
      Currently running
      -
      TERMINATED -
      The executable has been terminated
      -
      WAITING -
      Waiting for the next action
      -
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - -
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static ExecutableStatevalueOf(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static ExecutableState[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Enum Constant Detail

      - - - -
        -
      • -

        CREATED

        -
        public static final ExecutableState CREATED
        -
        Created but not running
        -
      • -
      - - - -
        -
      • -

        WAITING

        -
        public static final ExecutableState WAITING
        -
        Waiting for the next action
        -
      • -
      - - - -
        -
      • -

        RUNNING

        -
        public static final ExecutableState RUNNING
        -
        Currently running
        -
      • -
      - - - -
        -
      • -

        BLOCKED

        -
        public static final ExecutableState BLOCKED
        -
        Currently blocked
        -
      • -
      - - - -
        -
      • -

        TERMINATED

        -
        public static final ExecutableState TERMINATED
        -
        The executable has been terminated
        -
      • -
      - - - -
        -
      • -

        COMPLETED

        -
        public static final ExecutableState COMPLETED
        -
        The executable has completed
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static ExecutableState[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (ExecutableState c : ExecutableState.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static ExecutableState valueOf(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - - - -
- - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/ExecutionPlan.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/ExecutionPlan.html deleted file mode 100644 index 5e50c03..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/ExecutionPlan.html +++ /dev/null @@ -1,341 +0,0 @@ - - - - - -ExecutionPlan - - - - - - - - -
- - - - - - - -
- - - -
-
edu.harvard.hms.dbmi.bd2k.irct.action
-

Class ExecutionPlan

-
-
- -
-
    -
  • -
    -
    -
    public class ExecutionPlan
    -extends java.lang.Object
    -
    An execution plan is series of executable processes that are run by the IRCT. - An execution plan is run each time a query, join, or process request for - execution is made.
    -
    -
    Author:
    -
    Jeremy R. Easton-Marks
    -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      ExecutionPlan() 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      ResultSetgetResults() -
      Return the results of the execution plan if they are available
      -
      ExecutableStategetState() -
      Returns the current execution state
      -
      voidrun() -
      Run the base execution plan
      -
      voidsetup(Executable executable) -
      Setup the execution plan with the base executable
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ExecutionPlan

        -
        public ExecutionPlan()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        setup

        -
        public void setup(Executable executable)
        -
        Setup the execution plan with the base executable
        -
        -
        Parameters:
        -
        executable - Base executable
        -
        -
      • -
      - - - -
        -
      • -

        run

        -
        public void run()
        -
        Run the base execution plan
        -
      • -
      - - - -
        -
      • -

        getResults

        -
        public ResultSet getResults()
        -
        Return the results of the execution plan if they are available
        -
        -
        Returns:
        -
        Results
        -
        -
      • -
      - - - -
        -
      • -

        getState

        -
        public ExecutableState getState()
        -
        Returns the current execution state
        -
        -
        Returns:
        -
        Execution state
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - - - -
- - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/JoinAction.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/JoinAction.html index 65434a3..42b9749 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/JoinAction.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/JoinAction.html @@ -2,9 +2,9 @@ - + JoinAction - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/JoinExecutable.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/JoinExecutable.html deleted file mode 100644 index bdaa7da..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/JoinExecutable.html +++ /dev/null @@ -1,454 +0,0 @@ - - - - - -JoinExecutable - - - - - - - - -
- - - - - - - -
- - - -
-
edu.harvard.hms.dbmi.bd2k.irct.action
-

Class JoinExecutable

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    BinaryTreeExecutable, Executable
    -
    -
    -
    -
    public class JoinExecutable
    -extends java.lang.Object
    -implements Executable, BinaryTreeExecutable
    -
    The query executable implements the Executable interface for executing - local joins. It also supports binary tree executions through the - BinaryTreeExecutable interface. - - NOTE: The current implementation has not been implemented
    -
    -
    Author:
    -
    Jeremy R. Easton-Marks
    -
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        JoinExecutable

        -
        public JoinExecutable()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        setup

        -
        public void setup(Action action)
        -
        Description copied from interface: Executable
        -
        Set up the executable with an action
        -
        -
        Specified by:
        -
        setup in interface Executable
        -
        Parameters:
        -
        action - Action to be executed
        -
        -
      • -
      - - - -
        -
      • -

        run

        -
        public void run()
        -
        Description copied from interface: Executable
        -
        Run the executable
        -
        -
        Specified by:
        -
        run in interface Executable
        -
        -
      • -
      - - - -
        -
      • -

        getState

        -
        public ExecutableState getState()
        -
        Description copied from interface: Executable
        -
        Get the current state of the executable
        -
        -
        Specified by:
        -
        getState in interface Executable
        -
        Returns:
        -
        Executable State
        -
        -
      • -
      - - - -
        -
      • -

        getResults

        -
        public ResultSet getResults()
        -
        Description copied from interface: Executable
        -
        Returns the result set
        -
        -
        Specified by:
        -
        getResults in interface Executable
        -
        Returns:
        -
        Result Set
        -
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        setResource

        -
        public void setResource(Resource resource)
        -
        Description copied from interface: Executable
        -
        Sets the resource this executable will be run on
        -
        -
        Specified by:
        -
        setResource in interface Executable
        -
        Parameters:
        -
        resource - Resource to run on
        -
        -
      • -
      - - - -
        -
      • -

        getResource

        -
        public Resource getResource()
        -
        Description copied from interface: Executable
        -
        Returns the resource the executable will be run on
        -
        -
        Specified by:
        -
        getResource in interface Executable
        -
        Returns:
        -
        Resource to run on
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - - - -
- - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/ProcessAction.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/ProcessAction.html index 8b7d6d9..fb9e14e 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/ProcessAction.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/ProcessAction.html @@ -2,9 +2,9 @@ - + ProcessAction - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/ProcessExecutable.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/ProcessExecutable.html deleted file mode 100644 index 463d08b..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/ProcessExecutable.html +++ /dev/null @@ -1,458 +0,0 @@ - - - - - -ProcessExecutable - - - - - - - - -
- - - - - - - -
- - - -
-
edu.harvard.hms.dbmi.bd2k.irct.action
-

Class ProcessExecutable

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    BinaryTreeExecutable, Executable
    -
    -
    -
    -
    public class ProcessExecutable
    -extends java.lang.Object
    -implements Executable, BinaryTreeExecutable
    -
    The query executable implements the Executable interface for executing - processes. It also supports binary tree executions through the - BinaryTreeExecutable interface.
    -
    -
    Author:
    -
    Jeremy R. Easton-Marks
    -
    -
  • -
-
-
- -
-
- -
-
- - -
- - - - - - - -
- - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/QueryAction.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/QueryAction.html index d0fe5f6..1ec714b 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/QueryAction.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/QueryAction.html @@ -2,9 +2,9 @@ - + QueryAction - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/QueryExecutable.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/QueryExecutable.html deleted file mode 100644 index b355a09..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/QueryExecutable.html +++ /dev/null @@ -1,413 +0,0 @@ - - - - - -QueryExecutable - - - - - - - - -
- - - - - - - -
- - - -
-
edu.harvard.hms.dbmi.bd2k.irct.action
-

Class QueryExecutable

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Executable
    -
    -
    -
    -
    public class QueryExecutable
    -extends java.lang.Object
    -implements Executable
    -
    The query executable implements the Executable interface for executing - queries. - - NOTE: The current implementation does not support any child processes.
    -
    -
    Author:
    -
    Jeremy R. Easton-Marks
    -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      QueryExecutable() 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      ResourcegetResource() -
      Returns the resource the executable will be run on
      -
      ResultSetgetResults() -
      Returns the result set
      -
      ExecutableStategetState() -
      Get the current state of the executable
      -
      voidrun() -
      Run the executable
      -
      voidsetResource(Resource resource) -
      Sets the resource this executable will be run on
      -
      voidsetup(Action action) -
      Set up the executable with an action
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
- -
-
- - -
- - - - - - - -
- - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/class-use/Action.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/class-use/Action.html index e70d6ff..6cbcc64 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/class-use/Action.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/class-use/Action.html @@ -2,9 +2,9 @@ - + Uses of Interface edu.harvard.hms.dbmi.bd2k.irct.action.Action - + @@ -87,6 +87,14 @@

  +edu.harvard.hms.dbmi.bd2k.irct.event +  + + +edu.harvard.hms.dbmi.bd2k.irct.event.action +  + + edu.harvard.hms.dbmi.bd2k.irct.executable   @@ -127,6 +135,58 @@

Uses of + + +

Uses of Action in edu.harvard.hms.dbmi.bd2k.irct.event

+ + + + + + + + + + + + + + + + +
Methods in edu.harvard.hms.dbmi.bd2k.irct.event with parameters of type Action 
Modifier and TypeMethod and Description
voidIRCTEventListener.afterAction(SecureSession session, + Action action) +
Runs the event listeners after an action is run
+
voidIRCTEventListener.beforeAction(SecureSession session, + Action action) +
Runs the event listeners before an action is run
+
+ +
  • + + +

    Uses of Action in edu.harvard.hms.dbmi.bd2k.irct.event.action

    + + + + + + + + + + + + + + + + +
    Methods in edu.harvard.hms.dbmi.bd2k.irct.event.action with parameters of type Action 
    Modifier and TypeMethod and Description
    voidBeforeAction.fire(SecureSession session, + Action action) 
    voidAfterAction.fire(SecureSession session, + Action action) 
    +
  • diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/class-use/ActionStatus.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/class-use/ActionStatus.html index 8a0fc4f..1dc5fe9 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/class-use/ActionStatus.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/class-use/ActionStatus.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.action.ActionStatus - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/class-use/ActionUtilities.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/class-use/ActionUtilities.html index 594d54e..1d4a23b 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/class-use/ActionUtilities.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/class-use/ActionUtilities.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.action.ActionUtilities - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/class-use/Executable.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/class-use/Executable.html deleted file mode 100644 index 81ec387..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/class-use/Executable.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - - -Uses of Interface edu.harvard.hms.dbmi.bd2k.irct.action.Executable - - - - - - - - - - - -
    -

    Uses of Interface
    edu.harvard.hms.dbmi.bd2k.irct.action.Executable

    -
    -
    - -
    - - - - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/class-use/ExecutableState.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/class-use/ExecutableState.html deleted file mode 100644 index b575061..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/class-use/ExecutableState.html +++ /dev/null @@ -1,197 +0,0 @@ - - - - - -Uses of Class edu.harvard.hms.dbmi.bd2k.irct.action.ExecutableState - - - - - - - - - - - -
    -

    Uses of Class
    edu.harvard.hms.dbmi.bd2k.irct.action.ExecutableState

    -
    -
    - -
    - - - - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/class-use/JoinAction.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/class-use/JoinAction.html index 1cfe638..c4944e0 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/class-use/JoinAction.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/class-use/JoinAction.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.action.JoinAction - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/class-use/ProcessAction.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/class-use/ProcessAction.html index 961d9f7..679feda 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/class-use/ProcessAction.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/class-use/ProcessAction.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.action.ProcessAction - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/class-use/ProcessExecutable.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/class-use/ProcessExecutable.html deleted file mode 100644 index 7c444d4..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/class-use/ProcessExecutable.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - -Uses of Class edu.harvard.hms.dbmi.bd2k.irct.action.ProcessExecutable - - - - - - - - - - - -
    -

    Uses of Class
    edu.harvard.hms.dbmi.bd2k.irct.action.ProcessExecutable

    -
    -
    No usage of edu.harvard.hms.dbmi.bd2k.irct.action.ProcessExecutable
    - - - - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/class-use/QueryAction.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/class-use/QueryAction.html index af997dc..864affb 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/class-use/QueryAction.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/class-use/QueryAction.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.action.QueryAction - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/join/FullOuterJoin.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/join/FullOuterJoin.html deleted file mode 100644 index 54b0f17..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/join/FullOuterJoin.html +++ /dev/null @@ -1,442 +0,0 @@ - - - - - -FullOuterJoin - - - - - - - - - - - - -
    -
    edu.harvard.hms.dbmi.bd2k.irct.action.join
    -

    Class FullOuterJoin

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • edu.harvard.hms.dbmi.bd2k.irct.action.join.FullOuterJoin
      • -
      -
    • -
    -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Action, JoinAction
      -
      -
      -
      -
      public class FullOuterJoin
      -extends java.lang.Object
      -implements JoinAction
      -
      Performs a full outer join between two result sets that implements the - Joinable interface - - NOTE: Currently returns a MemoryResultSet which may limit the size of joins - that can be performed
      -
      -
      Author:
      -
      Jeremy R. Easton-Marks
      -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Summary

        - - - - - - - - -
        Constructors 
        Constructor and Description
        FullOuterJoin() 
        -
      • -
      - -
        -
      • - - -

        Method Summary

        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        All Methods Instance Methods Concrete Methods 
        Modifier and TypeMethod and Description
        ResultSetgetResults() -
        Gets the results
        -
        java.lang.StringgetType() -
        Returns the join type
        -
        voidrun() -
        Runs the given action
        -
        voidsetJoins(Joinable... joinables) -
        Sets the joinable resultSets that are to be combined and joins them.
        -
        voidsetup(java.util.Map<java.lang.String,java.lang.String> parameters) -
        Sets up the join with the given parameters.
        -
        javax.json.JsonObjecttoJson() -
        Returns a JSONObject representation of the object.
        -
        javax.json.JsonObjecttoJson(int depth) -
        Returns a JSONObject representation of the object.
        -
        -
          -
        • - - -

          Methods inherited from class java.lang.Object

          -equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
        • -
        -
      • -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          FullOuterJoin

          -
          public FullOuterJoin()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          setup

          -
          public void setup(java.util.Map<java.lang.String,java.lang.String> parameters)
          -
          Description copied from interface: JoinAction
          -
          Sets up the join with the given parameters.
          -
          -
          Specified by:
          -
          setup in interface JoinAction
          -
          Parameters:
          -
          parameters - Join Parameters
          -
          -
        • -
        - - - -
          -
        • -

          setJoins

          -
          public void setJoins(Joinable... joinables)
          -              throws java.lang.Exception
          -
          Description copied from interface: JoinAction
          -
          Sets the joinable resultSets that are to be combined and joins them. The - results of these joins can then be retrieved with the getResults() - method.
          -
          -
          Specified by:
          -
          setJoins in interface JoinAction
          -
          Parameters:
          -
          joinables - All RrsultSets that are to be joined
          -
          Throws:
          -
          java.lang.Exception - An exception occurred joining the resultSets
          -
          -
        • -
        - - - -
          -
        • -

          run

          -
          public void run()
          -
          Description copied from interface: Action
          -
          Runs the given action
          -
          -
          Specified by:
          -
          run in interface Action
          -
          -
        • -
        - - - -
          -
        • -

          getResults

          -
          public ResultSet getResults()
          -
          Description copied from interface: Action
          -
          Gets the results
          -
          -
          Specified by:
          -
          getResults in interface Action
          -
          Returns:
          -
          Results ResultSet
          -
          -
        • -
        - - - -
          -
        • -

          getType

          -
          public java.lang.String getType()
          -
          Description copied from interface: JoinAction
          -
          Returns the join type
          -
          -
          Specified by:
          -
          getType in interface JoinAction
          -
          Returns:
          -
          Join Type
          -
          -
        • -
        - - - -
          -
        • -

          toJson

          -
          public javax.json.JsonObject toJson()
          -
          Description copied from interface: JoinAction
          -
          Returns a JSONObject representation of the object. This returns only the - attributes associated with this object and not their representation. - - This is equivalent of toJson(1);
          -
          -
          Specified by:
          -
          toJson in interface JoinAction
          -
          Returns:
          -
          JSON Representation
          -
          -
        • -
        - - - -
          -
        • -

          toJson

          -
          public javax.json.JsonObject toJson(int depth)
          -
          Description copied from interface: JoinAction
          -
          Returns a JSONObject representation of the object. This returns only the - attributes associated with this object and not their representation.
          -
          -
          Specified by:
          -
          toJson in interface JoinAction
          -
          Parameters:
          -
          depth - Depth to travel
          -
          Returns:
          -
          JSON Representation
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/join/InnerJoin.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/join/InnerJoin.html deleted file mode 100644 index 1389e54..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/join/InnerJoin.html +++ /dev/null @@ -1,442 +0,0 @@ - - - - - -InnerJoin - - - - - - - - - - - - -
    -
    edu.harvard.hms.dbmi.bd2k.irct.action.join
    -

    Class InnerJoin

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • edu.harvard.hms.dbmi.bd2k.irct.action.join.InnerJoin
      • -
      -
    • -
    -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Action, JoinAction
      -
      -
      -
      -
      public class InnerJoin
      -extends java.lang.Object
      -implements JoinAction
      -
      Performs a inner join between two result sets that implements the - Joinable interface - - NOTE: Currently returns a MemoryResultSet which may limit the size of joins - that can be performed
      -
      -
      Author:
      -
      Jeremy R. Easton-Marks
      -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Summary

        - - - - - - - - -
        Constructors 
        Constructor and Description
        InnerJoin() 
        -
      • -
      - -
        -
      • - - -

        Method Summary

        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        All Methods Instance Methods Concrete Methods 
        Modifier and TypeMethod and Description
        ResultSetgetResults() -
        Gets the results
        -
        java.lang.StringgetType() -
        Returns the join type
        -
        voidrun() -
        Runs the given action
        -
        voidsetJoins(Joinable... joinables) -
        Sets the joinable resultSets that are to be combined and joins them.
        -
        voidsetup(java.util.Map<java.lang.String,java.lang.String> parameters) -
        Sets up the join with the given parameters.
        -
        javax.json.JsonObjecttoJson() -
        Returns a JSONObject representation of the object.
        -
        javax.json.JsonObjecttoJson(int depth) -
        Returns a JSONObject representation of the object.
        -
        -
          -
        • - - -

          Methods inherited from class java.lang.Object

          -equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
        • -
        -
      • -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          InnerJoin

          -
          public InnerJoin()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          setup

          -
          public void setup(java.util.Map<java.lang.String,java.lang.String> parameters)
          -
          Description copied from interface: JoinAction
          -
          Sets up the join with the given parameters.
          -
          -
          Specified by:
          -
          setup in interface JoinAction
          -
          Parameters:
          -
          parameters - Join Parameters
          -
          -
        • -
        - - - -
          -
        • -

          setJoins

          -
          public void setJoins(Joinable... joinables)
          -              throws java.lang.Exception
          -
          Description copied from interface: JoinAction
          -
          Sets the joinable resultSets that are to be combined and joins them. The - results of these joins can then be retrieved with the getResults() - method.
          -
          -
          Specified by:
          -
          setJoins in interface JoinAction
          -
          Parameters:
          -
          joinables - All RrsultSets that are to be joined
          -
          Throws:
          -
          java.lang.Exception - An exception occurred joining the resultSets
          -
          -
        • -
        - - - -
          -
        • -

          run

          -
          public void run()
          -
          Description copied from interface: Action
          -
          Runs the given action
          -
          -
          Specified by:
          -
          run in interface Action
          -
          -
        • -
        - - - -
          -
        • -

          getResults

          -
          public ResultSet getResults()
          -
          Description copied from interface: Action
          -
          Gets the results
          -
          -
          Specified by:
          -
          getResults in interface Action
          -
          Returns:
          -
          Results ResultSet
          -
          -
        • -
        - - - -
          -
        • -

          getType

          -
          public java.lang.String getType()
          -
          Description copied from interface: JoinAction
          -
          Returns the join type
          -
          -
          Specified by:
          -
          getType in interface JoinAction
          -
          Returns:
          -
          Join Type
          -
          -
        • -
        - - - -
          -
        • -

          toJson

          -
          public javax.json.JsonObject toJson()
          -
          Description copied from interface: JoinAction
          -
          Returns a JSONObject representation of the object. This returns only the - attributes associated with this object and not their representation. - - This is equivalent of toJson(1);
          -
          -
          Specified by:
          -
          toJson in interface JoinAction
          -
          Returns:
          -
          JSON Representation
          -
          -
        • -
        - - - -
          -
        • -

          toJson

          -
          public javax.json.JsonObject toJson(int depth)
          -
          Description copied from interface: JoinAction
          -
          Returns a JSONObject representation of the object. This returns only the - attributes associated with this object and not their representation.
          -
          -
          Specified by:
          -
          toJson in interface JoinAction
          -
          Parameters:
          -
          depth - Depth to travel
          -
          Returns:
          -
          JSON Representation
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/join/JoinAction.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/join/JoinAction.html deleted file mode 100644 index 3f4c8ae..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/join/JoinAction.html +++ /dev/null @@ -1,341 +0,0 @@ - - - - - -JoinAction - - - - - - - - - - - - -
    -
    edu.harvard.hms.dbmi.bd2k.irct.action.join
    -

    Interface JoinAction

    -
    -
    -
    -
      -
    • -
      -
      All Superinterfaces:
      -
      Action
      -
      -
      -
      All Known Implementing Classes:
      -
      FullOuterJoin, InnerJoin, LeftOuterJoin, RightOuterJoin
      -
      -
      -
      -
      public interface JoinAction
      -extends Action
      -
      The JoinAction interface extends the Action interface for Joins. All joins - must implement this interface.
      -
      -
      Author:
      -
      Jeremy R. Easton-Marks
      -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Method Summary

        - - - - - - - - - - - - - - - - - - - - - - - - - - -
        All Methods Instance Methods Abstract Methods 
        Modifier and TypeMethod and Description
        java.lang.StringgetType() -
        Returns the join type
        -
        voidsetJoins(Joinable... joinables) -
        Sets the joinable resultSets that are to be combined and joins them.
        -
        voidsetup(java.util.Map<java.lang.String,java.lang.String> parameters) -
        Sets up the join with the given parameters.
        -
        javax.json.JsonObjecttoJson() -
        Returns a JSONObject representation of the object.
        -
        javax.json.JsonObjecttoJson(int depth) -
        Returns a JSONObject representation of the object.
        -
        - -
      • -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          setup

          -
          void setup(java.util.Map<java.lang.String,java.lang.String> parameters)
          -
          Sets up the join with the given parameters.
          -
          -
          Parameters:
          -
          parameters - Join Parameters
          -
          -
        • -
        - - - -
          -
        • -

          setJoins

          -
          void setJoins(Joinable... joinables)
          -       throws java.lang.Exception
          -
          Sets the joinable resultSets that are to be combined and joins them. The - results of these joins can then be retrieved with the getResults() - method.
          -
          -
          Parameters:
          -
          joinables - All RrsultSets that are to be joined
          -
          Throws:
          -
          java.lang.Exception - An exception occurred joining the resultSets
          -
          -
        • -
        - - - -
          -
        • -

          getType

          -
          java.lang.String getType()
          -
          Returns the join type
          -
          -
          Returns:
          -
          Join Type
          -
          -
        • -
        - - - -
          -
        • -

          toJson

          -
          javax.json.JsonObject toJson()
          -
          Returns a JSONObject representation of the object. This returns only the - attributes associated with this object and not their representation. - - This is equivalent of toJson(1);
          -
          -
          Returns:
          -
          JSON Representation
          -
          -
        • -
        - - - -
          -
        • -

          toJson

          -
          javax.json.JsonObject toJson(int depth)
          -
          Returns a JSONObject representation of the object. This returns only the - attributes associated with this object and not their representation.
          -
          -
          Parameters:
          -
          depth - Depth to travel
          -
          Returns:
          -
          JSON Representation
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/join/LeftOuterJoin.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/join/LeftOuterJoin.html deleted file mode 100644 index 8072017..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/join/LeftOuterJoin.html +++ /dev/null @@ -1,442 +0,0 @@ - - - - - -LeftOuterJoin - - - - - - - - - - - - -
    -
    edu.harvard.hms.dbmi.bd2k.irct.action.join
    -

    Class LeftOuterJoin

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • edu.harvard.hms.dbmi.bd2k.irct.action.join.LeftOuterJoin
      • -
      -
    • -
    -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Action, JoinAction
      -
      -
      -
      -
      public class LeftOuterJoin
      -extends java.lang.Object
      -implements JoinAction
      -
      Performs a left outer join between two result sets that implements the - Joinable interface - - NOTE: Currently returns a MemoryResultSet which may limit the size of joins - that can be performed
      -
      -
      Author:
      -
      Jeremy R. Easton-Marks
      -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Summary

        - - - - - - - - -
        Constructors 
        Constructor and Description
        LeftOuterJoin() 
        -
      • -
      - -
        -
      • - - -

        Method Summary

        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        All Methods Instance Methods Concrete Methods 
        Modifier and TypeMethod and Description
        ResultSetgetResults() -
        Gets the results
        -
        java.lang.StringgetType() -
        Returns the join type
        -
        voidrun() -
        Runs the given action
        -
        voidsetJoins(Joinable... joinables) -
        Sets the joinable resultSets that are to be combined and joins them.
        -
        voidsetup(java.util.Map<java.lang.String,java.lang.String> parameters) -
        Sets up the join with the given parameters.
        -
        javax.json.JsonObjecttoJson() -
        Returns a JSONObject representation of the object.
        -
        javax.json.JsonObjecttoJson(int depth) -
        Returns a JSONObject representation of the object.
        -
        -
          -
        • - - -

          Methods inherited from class java.lang.Object

          -equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
        • -
        -
      • -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          LeftOuterJoin

          -
          public LeftOuterJoin()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          setup

          -
          public void setup(java.util.Map<java.lang.String,java.lang.String> parameters)
          -
          Description copied from interface: JoinAction
          -
          Sets up the join with the given parameters.
          -
          -
          Specified by:
          -
          setup in interface JoinAction
          -
          Parameters:
          -
          parameters - Join Parameters
          -
          -
        • -
        - - - -
          -
        • -

          setJoins

          -
          public void setJoins(Joinable... joinables)
          -              throws java.lang.Exception
          -
          Description copied from interface: JoinAction
          -
          Sets the joinable resultSets that are to be combined and joins them. The - results of these joins can then be retrieved with the getResults() - method.
          -
          -
          Specified by:
          -
          setJoins in interface JoinAction
          -
          Parameters:
          -
          joinables - All RrsultSets that are to be joined
          -
          Throws:
          -
          java.lang.Exception - An exception occurred joining the resultSets
          -
          -
        • -
        - - - -
          -
        • -

          run

          -
          public void run()
          -
          Description copied from interface: Action
          -
          Runs the given action
          -
          -
          Specified by:
          -
          run in interface Action
          -
          -
        • -
        - - - -
          -
        • -

          getResults

          -
          public ResultSet getResults()
          -
          Description copied from interface: Action
          -
          Gets the results
          -
          -
          Specified by:
          -
          getResults in interface Action
          -
          Returns:
          -
          Results ResultSet
          -
          -
        • -
        - - - -
          -
        • -

          getType

          -
          public java.lang.String getType()
          -
          Description copied from interface: JoinAction
          -
          Returns the join type
          -
          -
          Specified by:
          -
          getType in interface JoinAction
          -
          Returns:
          -
          Join Type
          -
          -
        • -
        - - - -
          -
        • -

          toJson

          -
          public javax.json.JsonObject toJson()
          -
          Description copied from interface: JoinAction
          -
          Returns a JSONObject representation of the object. This returns only the - attributes associated with this object and not their representation. - - This is equivalent of toJson(1);
          -
          -
          Specified by:
          -
          toJson in interface JoinAction
          -
          Returns:
          -
          JSON Representation
          -
          -
        • -
        - - - -
          -
        • -

          toJson

          -
          public javax.json.JsonObject toJson(int depth)
          -
          Description copied from interface: JoinAction
          -
          Returns a JSONObject representation of the object. This returns only the - attributes associated with this object and not their representation.
          -
          -
          Specified by:
          -
          toJson in interface JoinAction
          -
          Parameters:
          -
          depth - Depth to travel
          -
          Returns:
          -
          JSON Representation
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/join/RightOuterJoin.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/join/RightOuterJoin.html deleted file mode 100644 index 659b494..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/join/RightOuterJoin.html +++ /dev/null @@ -1,442 +0,0 @@ - - - - - -RightOuterJoin - - - - - - - - - - - - -
    -
    edu.harvard.hms.dbmi.bd2k.irct.action.join
    -

    Class RightOuterJoin

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • edu.harvard.hms.dbmi.bd2k.irct.action.join.RightOuterJoin
      • -
      -
    • -
    -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Action, JoinAction
      -
      -
      -
      -
      public class RightOuterJoin
      -extends java.lang.Object
      -implements JoinAction
      -
      Performs a right outer join between two result sets that implements the - Joinable interface - - NOTE: Currently returns a MemoryResultSet which may limit the size of joins - that can be performed
      -
      -
      Author:
      -
      Jeremy R. Easton-Marks
      -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Summary

        - - - - - - - - -
        Constructors 
        Constructor and Description
        RightOuterJoin() 
        -
      • -
      - -
        -
      • - - -

        Method Summary

        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        All Methods Instance Methods Concrete Methods 
        Modifier and TypeMethod and Description
        ResultSetgetResults() -
        Gets the results
        -
        java.lang.StringgetType() -
        Returns the join type
        -
        voidrun() -
        Runs the given action
        -
        voidsetJoins(Joinable... joinables) -
        Sets the joinable resultSets that are to be combined and joins them.
        -
        voidsetup(java.util.Map<java.lang.String,java.lang.String> parameters) -
        Sets up the join with the given parameters.
        -
        javax.json.JsonObjecttoJson() -
        Returns a JSONObject representation of the object.
        -
        javax.json.JsonObjecttoJson(int depth) -
        Returns a JSONObject representation of the object.
        -
        -
          -
        • - - -

          Methods inherited from class java.lang.Object

          -equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
        • -
        -
      • -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          RightOuterJoin

          -
          public RightOuterJoin()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          setup

          -
          public void setup(java.util.Map<java.lang.String,java.lang.String> parameters)
          -
          Description copied from interface: JoinAction
          -
          Sets up the join with the given parameters.
          -
          -
          Specified by:
          -
          setup in interface JoinAction
          -
          Parameters:
          -
          parameters - Join Parameters
          -
          -
        • -
        - - - -
          -
        • -

          setJoins

          -
          public void setJoins(Joinable... joinables)
          -              throws java.lang.Exception
          -
          Description copied from interface: JoinAction
          -
          Sets the joinable resultSets that are to be combined and joins them. The - results of these joins can then be retrieved with the getResults() - method.
          -
          -
          Specified by:
          -
          setJoins in interface JoinAction
          -
          Parameters:
          -
          joinables - All RrsultSets that are to be joined
          -
          Throws:
          -
          java.lang.Exception - An exception occurred joining the resultSets
          -
          -
        • -
        - - - -
          -
        • -

          run

          -
          public void run()
          -
          Description copied from interface: Action
          -
          Runs the given action
          -
          -
          Specified by:
          -
          run in interface Action
          -
          -
        • -
        - - - -
          -
        • -

          getResults

          -
          public ResultSet getResults()
          -
          Description copied from interface: Action
          -
          Gets the results
          -
          -
          Specified by:
          -
          getResults in interface Action
          -
          Returns:
          -
          Results ResultSet
          -
          -
        • -
        - - - -
          -
        • -

          getType

          -
          public java.lang.String getType()
          -
          Description copied from interface: JoinAction
          -
          Returns the join type
          -
          -
          Specified by:
          -
          getType in interface JoinAction
          -
          Returns:
          -
          Join Type
          -
          -
        • -
        - - - -
          -
        • -

          toJson

          -
          public javax.json.JsonObject toJson()
          -
          Description copied from interface: JoinAction
          -
          Returns a JSONObject representation of the object. This returns only the - attributes associated with this object and not their representation. - - This is equivalent of toJson(1);
          -
          -
          Specified by:
          -
          toJson in interface JoinAction
          -
          Returns:
          -
          JSON Representation
          -
          -
        • -
        - - - -
          -
        • -

          toJson

          -
          public javax.json.JsonObject toJson(int depth)
          -
          Description copied from interface: JoinAction
          -
          Returns a JSONObject representation of the object. This returns only the - attributes associated with this object and not their representation.
          -
          -
          Specified by:
          -
          toJson in interface JoinAction
          -
          Parameters:
          -
          depth - Depth to travel
          -
          Returns:
          -
          JSON Representation
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/join/class-use/JoinAction.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/join/class-use/JoinAction.html deleted file mode 100644 index 1678783..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/join/class-use/JoinAction.html +++ /dev/null @@ -1,274 +0,0 @@ - - - - - -Uses of Interface edu.harvard.hms.dbmi.bd2k.irct.action.join.JoinAction - - - - - - - - - - - -
    -

    Uses of Interface
    edu.harvard.hms.dbmi.bd2k.irct.action.join.JoinAction

    -
    -
    - -
    - - - - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/join/package-frame.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/join/package-frame.html deleted file mode 100644 index 98aa19c..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/join/package-frame.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - -edu.harvard.hms.dbmi.bd2k.irct.action.join - - - - - -

    edu.harvard.hms.dbmi.bd2k.irct.action.join

    -
    -

    Interfaces

    - -

    Classes

    - -
    - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/join/package-tree.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/join/package-tree.html deleted file mode 100644 index 333c87f..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/join/package-tree.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - - -edu.harvard.hms.dbmi.bd2k.irct.action.join Class Hierarchy - - - - - - - - - - - -
    -

    Hierarchy For Package edu.harvard.hms.dbmi.bd2k.irct.action.join

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    -
      -
    • java.lang.Object -
        -
      • edu.harvard.hms.dbmi.bd2k.irct.action.join.FullOuterJoin (implements edu.harvard.hms.dbmi.bd2k.irct.action.join.JoinAction)
      • -
      • edu.harvard.hms.dbmi.bd2k.irct.action.join.InnerJoin (implements edu.harvard.hms.dbmi.bd2k.irct.action.join.JoinAction)
      • -
      • edu.harvard.hms.dbmi.bd2k.irct.action.join.LeftOuterJoin (implements edu.harvard.hms.dbmi.bd2k.irct.action.join.JoinAction)
      • -
      • edu.harvard.hms.dbmi.bd2k.irct.action.join.RightOuterJoin (implements edu.harvard.hms.dbmi.bd2k.irct.action.join.JoinAction)
      • -
      -
    • -
    -

    Interface Hierarchy

    -
      -
    • edu.harvard.hms.dbmi.bd2k.irct.action.Action -
        -
      • edu.harvard.hms.dbmi.bd2k.irct.action.join.JoinAction
      • -
      -
    • -
    -
    - - - - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/package-frame.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/package-frame.html index 5b649de..8a58385 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/package-frame.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/package-frame.html @@ -2,9 +2,9 @@ - + edu.harvard.hms.dbmi.bd2k.irct.action - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/package-summary.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/package-summary.html index 9003781..e4df591 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/package-summary.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/package-summary.html @@ -2,9 +2,9 @@ - + edu.harvard.hms.dbmi.bd2k.irct.action - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/package-tree.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/package-tree.html index a95b8ee..1e4de48 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/package-tree.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/package-tree.html @@ -2,9 +2,9 @@ - + edu.harvard.hms.dbmi.bd2k.irct.action Class Hierarchy - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/package-use.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/package-use.html index 48aa70a..ce38bb4 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/package-use.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/package-use.html @@ -2,9 +2,9 @@ - + Uses of Package edu.harvard.hms.dbmi.bd2k.irct.action - + @@ -87,6 +87,14 @@

      +edu.harvard.hms.dbmi.bd2k.irct.event +  + + +edu.harvard.hms.dbmi.bd2k.irct.event.action +  + + edu.harvard.hms.dbmi.bd2k.irct.executable   @@ -120,6 +128,42 @@

  • +
  • + + + + + + + + + + + + +
    Classes in edu.harvard.hms.dbmi.bd2k.irct.action used by edu.harvard.hms.dbmi.bd2k.irct.event 
    Class and Description
    Action +
    The action interface provides a set of basic functionality that all actions must + accomplish.
    +
    +
  • +
  • + + + + + + + + + + + + +
    Classes in edu.harvard.hms.dbmi.bd2k.irct.action used by edu.harvard.hms.dbmi.bd2k.irct.event.action 
    Class and Description
    Action +
    The action interface provides a set of basic functionality that all actions must + accomplish.
    +
    +
  • diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/process/ExecuteProcess.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/process/ExecuteProcess.html deleted file mode 100644 index a4c8557..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/process/ExecuteProcess.html +++ /dev/null @@ -1,387 +0,0 @@ - - - - - -ExecuteProcess - - - - - - - - - - - - -
    -
    edu.harvard.hms.dbmi.bd2k.irct.action.process
    -

    Class ExecuteProcess

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • edu.harvard.hms.dbmi.bd2k.irct.action.process.ExecuteProcess
      • -
      -
    • -
    -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Action, ProcessAction
      -
      -
      -
      -
      public class ExecuteProcess
      -extends java.lang.Object
      -implements ProcessAction
      -
      Implements the ProcessAction interface to run a process
      -
      -
      Author:
      -
      Jeremy R. Easton-Marks
      -
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ExecuteProcess

          -
          public ExecuteProcess()
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/process/class-use/ProcessAction.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/process/class-use/ProcessAction.html deleted file mode 100644 index 4e239b7..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/process/class-use/ProcessAction.html +++ /dev/null @@ -1,201 +0,0 @@ - - - - - -Uses of Interface edu.harvard.hms.dbmi.bd2k.irct.action.process.ProcessAction - - - - - - - - - - - -
    -

    Uses of Interface
    edu.harvard.hms.dbmi.bd2k.irct.action.process.ProcessAction

    -
    -
    - -
    - - - - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/process/package-frame.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/process/package-frame.html deleted file mode 100644 index f213a4f..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/process/package-frame.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - - -edu.harvard.hms.dbmi.bd2k.irct.action.process - - - - - -

    edu.harvard.hms.dbmi.bd2k.irct.action.process

    -
    -

    Interfaces

    - -

    Classes

    - -
    - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/process/package-use.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/process/package-use.html deleted file mode 100644 index 92fc32c..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/process/package-use.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - -Uses of Package edu.harvard.hms.dbmi.bd2k.irct.action.process - - - - - - - - - - - -
    -

    Uses of Package
    edu.harvard.hms.dbmi.bd2k.irct.action.process

    -
    -
    - -
    - - - - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/query/ExecuteQuery.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/query/ExecuteQuery.html deleted file mode 100644 index 7d282ed..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/query/ExecuteQuery.html +++ /dev/null @@ -1,390 +0,0 @@ - - - - - -ExecuteQuery - - - - - - - - - - - - -
    -
    edu.harvard.hms.dbmi.bd2k.irct.action.query
    -

    Class ExecuteQuery

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • edu.harvard.hms.dbmi.bd2k.irct.action.query.ExecuteQuery
      • -
      -
    • -
    -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Action, QueryAction
      -
      -
      -
      -
      public class ExecuteQuery
      -extends java.lang.Object
      -implements QueryAction
      -
      Implements the QueryAction interface to run a query on a specific instance
      -
      -
      Author:
      -
      Jeremy R. Easton-Marks
      -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Summary

        - - - - - - - - -
        Constructors 
        Constructor and Description
        ExecuteQuery() 
        -
      • -
      - -
        -
      • - - -

        Method Summary

        - - - - - - - - - - - - - - - - - - - - - - - - - - -
        All Methods Instance Methods Concrete Methods 
        Modifier and TypeMethod and Description
        QuerygetQuery() -
        Returns the query to be run
        -
        ResultSetgetResults() -
        Gets the results
        -
        voidrun() -
        Runs the given action
        -
        voidsetQuery(Query query) -
        Sets the query to be run
        -
        voidsetup(Resource resource, - Query query) -
        Sets up a query to be run on a specific resource
        -
        -
          -
        • - - -

          Methods inherited from class java.lang.Object

          -equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
        • -
        -
      • -
      -
    • -
    -
    -
    - -
    -
    - - - - - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/query/package-frame.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/query/package-frame.html deleted file mode 100644 index 792b84f..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/query/package-frame.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - - -edu.harvard.hms.dbmi.bd2k.irct.action.query - - - - - -

    edu.harvard.hms.dbmi.bd2k.irct.action.query

    -
    -

    Interfaces

    - -

    Classes

    - -
    - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/query/package-use.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/query/package-use.html deleted file mode 100644 index 24601a5..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/action/query/package-use.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - -Uses of Package edu.harvard.hms.dbmi.bd2k.irct.action.query - - - - - - - - - - - -
    -

    Uses of Package
    edu.harvard.hms.dbmi.bd2k.irct.action.query

    -
    -
    - -
    - - - - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/class-use/IRCTApplication.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/class-use/IRCTApplication.html index 10f13e2..826f2c3 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/class-use/IRCTApplication.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/class-use/IRCTApplication.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.IRCTApplication - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/ExecutionController.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/ExecutionController.html index b09cb00..11fa8f0 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/ExecutionController.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/ExecutionController.html @@ -2,9 +2,9 @@ - + ExecutionController - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/JoinController.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/JoinController.html index e13dcf8..571b2cf 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/JoinController.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/JoinController.html @@ -2,9 +2,9 @@ - + JoinController - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/PathController.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/PathController.html index 952ce4d..8772eb8 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/PathController.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/PathController.html @@ -2,9 +2,9 @@ - + PathController - + @@ -18,7 +18,7 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10,"i3":10}; +var methods = {"i0":10,"i1":10,"i2":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -161,24 +161,14 @@

    Method Summary

    java.util.List<Entity> -searchForOntology(Resource resource, - Entity resourcePath, - java.lang.String ontologyType, - java.lang.String ontologyTerm, - SecureSession session) -
    Searches a resource for a given ontology term from a given ontology.
    - - - -java.util.List<Entity> -searchForTerm(Resource resource, +searchForTerm(Resource resource, Entity resourcePath, - java.lang.String searchTerm, + FindInformationInterface findInformation, SecureSession session)
    Searches a resource for a given searchTerm.
    - + java.util.List<Entity> traversePath(Resource resource, Entity resourcePath, @@ -251,7 +241,7 @@

    traversePath

  • - + - - - -
      -
    • -

      searchForOntology

      -
      public java.util.List<Entity> searchForOntology(Resource resource,
      -                                                Entity resourcePath,
      -                                                java.lang.String ontologyType,
      -                                                java.lang.String ontologyTerm,
      -                                                SecureSession session)
      -                                         throws ResourceInterfaceException
      -
      Searches a resource for a given ontology term from a given ontology. If - the resource is null it searches all resources for that term regardless - of path.
      -
      -
      Parameters:
      -
      resource - Resource
      -
      resourcePath - Resource Path
      -
      ontologyType - Ontology Type
      -
      ontologyTerm - Ontology Term
      -
      session - Session to run it in
      -
      Returns:
      -
      Paths
      -
      Throws:
      -
      ResourceInterfaceException - A resource interface exception occurred
      -
      -
    • -
    diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/ProcessController.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/ProcessController.html index 3889237..5853e08 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/ProcessController.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/ProcessController.html @@ -2,9 +2,9 @@ - + ProcessController - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/QueryController.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/QueryController.html index 4d88b5d..0908f1e 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/QueryController.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/QueryController.html @@ -2,9 +2,9 @@ - + QueryController - + @@ -152,8 +152,11 @@

    Method Summary

    Method and Description -void -addJoinClause() +java.lang.Long +addJoinClause(java.lang.Long clauseId, + Resource resource, + JoinType joinType, + java.util.Map<java.lang.String,java.lang.String> joinFields)
    Adds a join clause
    @@ -336,16 +339,20 @@

    addSelectClause

    - +
    • addJoinClause

      -
      public void addJoinClause()
      -                   throws QueryException
      +
      public java.lang.Long addJoinClause(java.lang.Long clauseId,
      +                                    Resource resource,
      +                                    JoinType joinType,
      +                                    java.util.Map<java.lang.String,java.lang.String> joinFields)
      +                             throws QueryException
      Adds a join clause
      +
      Returns:
      Throws:
      QueryException - An occurred adding the join clause
      diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/ResourceController.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/ResourceController.html index 1774384..ced7a6c 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/ResourceController.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/ResourceController.html @@ -2,9 +2,9 @@ - + ResourceController - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/ResultController.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/ResultController.html index 4625c5b..c4e196a 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/ResultController.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/ResultController.html @@ -2,9 +2,9 @@ - + ResultController - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/SecurityController.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/SecurityController.html index 34ec6e0..25d7971 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/SecurityController.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/SecurityController.html @@ -2,9 +2,9 @@ - + SecurityController - + @@ -111,7 +111,7 @@

      Class SecurityController


      public class SecurityController
       extends java.lang.Object
      -
      A stateful controller for managing security.
      +
      A stateless controller for managing security.
      Author:
      Jeremy R. Easton-Marks
      diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/class-use/ExecutionController.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/class-use/ExecutionController.html index 676b212..26d2045 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/class-use/ExecutionController.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/class-use/ExecutionController.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.controller.ExecutionController - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/class-use/JoinController.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/class-use/JoinController.html index dc58ef5..fdccc9f 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/class-use/JoinController.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/class-use/JoinController.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.controller.JoinController - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/class-use/PathController.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/class-use/PathController.html index 4a44fa2..cc23171 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/class-use/PathController.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/class-use/PathController.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.controller.PathController - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/class-use/ProcessController.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/class-use/ProcessController.html index f5c92bf..9798e19 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/class-use/ProcessController.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/class-use/ProcessController.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.controller.ProcessController - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/class-use/QueryController.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/class-use/QueryController.html index b0458bf..072f280 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/class-use/QueryController.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/class-use/QueryController.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.controller.QueryController - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/class-use/ResourceController.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/class-use/ResourceController.html index 84a9cb3..ac17fb7 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/class-use/ResourceController.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/class-use/ResourceController.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.controller.ResourceController - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/class-use/ResultController.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/class-use/ResultController.html index bbf281e..198c1df 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/class-use/ResultController.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/class-use/ResultController.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.controller.ResultController - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/class-use/SecurityController.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/class-use/SecurityController.html index 5390a5f..6eab5a4 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/class-use/SecurityController.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/class-use/SecurityController.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.controller.SecurityController - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/package-frame.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/package-frame.html index 6cd2a0c..e8e0313 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/package-frame.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/package-frame.html @@ -2,9 +2,9 @@ - + edu.harvard.hms.dbmi.bd2k.irct.controller - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/package-summary.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/package-summary.html index eeef8b9..7450925 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/package-summary.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/package-summary.html @@ -2,9 +2,9 @@ - + edu.harvard.hms.dbmi.bd2k.irct.controller - + @@ -132,7 +132,7 @@

      Package edu.harvard.hms.dbmi.bd2k.irct.co SecurityController -
      A stateful controller for managing security.
      +
      A stateless controller for managing security.
      diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/package-tree.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/package-tree.html index 1d04999..58e4993 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/package-tree.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/package-tree.html @@ -2,9 +2,9 @@ - + edu.harvard.hms.dbmi.bd2k.irct.controller Class Hierarchy - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/package-use.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/package-use.html index 0cc3a75..37fa1eb 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/package-use.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/controller/package-use.html @@ -2,9 +2,9 @@ - + Uses of Package edu.harvard.hms.dbmi.bd2k.irct.controller - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/dataconverter/CSVTabularDataConverter.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/dataconverter/CSVTabularDataConverter.html deleted file mode 100644 index bc54100..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/dataconverter/CSVTabularDataConverter.html +++ /dev/null @@ -1,385 +0,0 @@ - - - - - -CSVTabularDataConverter - - - - - - - - - - - - -
      -
      edu.harvard.hms.dbmi.bd2k.irct.dataconverter
      -

      Class CSVTabularDataConverter

      -
      -
      -
        -
      • java.lang.Object
      • -
      • -
          -
        • edu.harvard.hms.dbmi.bd2k.irct.dataconverter.CSVTabularDataConverter
        • -
        -
      • -
      -
      -
        -
      • -
        -
        All Implemented Interfaces:
        -
        ResultDataConverter
        -
        -
        -
        -
        public class CSVTabularDataConverter
        -extends java.lang.Object
        -implements ResultDataConverter
        -
        A data converter that returns a CSV Stream
        -
        -
        Author:
        -
        Jeremy R. Easton-Marks
        -
        -
      • -
      -
      -
      -
        -
      • - - - -
          -
        • - - -

          Method Summary

          - - - - - - - - - - - - - - - - - - - - - - - - - - -
          All Methods Instance Methods Concrete Methods 
          Modifier and TypeMethod and Description
          javax.ws.rs.core.StreamingOutputcreateStream(Result result) -
          Returns an output stream
          -
          java.lang.StringgetFileExtension() -
          Returns the file extension that is typically associated with a file of that type
          -
          java.lang.StringgetMediaType() -
          Returns the media type the converter supports
          -
          java.lang.StringgetName() -
          Returns the name of the converter
          -
          ResultDataTypegetResultDataType() -
          Returns the data type the data converter supports
          -
          -
            -
          • - - -

            Methods inherited from class java.lang.Object

            -equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
          • -
          -
        • -
        -
      • -
      -
      -
      -
        -
      • - -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            CSVTabularDataConverter

            -
            public CSVTabularDataConverter()
            -
          • -
          -
        • -
        - - -
      • -
      -
      -
      - - - - - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/dataconverter/JSONTabularDataConverter.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/dataconverter/JSONTabularDataConverter.html deleted file mode 100644 index 2abaea2..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/dataconverter/JSONTabularDataConverter.html +++ /dev/null @@ -1,385 +0,0 @@ - - - - - -JSONTabularDataConverter - - - - - - - - - - - - -
      -
      edu.harvard.hms.dbmi.bd2k.irct.dataconverter
      -

      Class JSONTabularDataConverter

      -
      -
      -
        -
      • java.lang.Object
      • -
      • -
          -
        • edu.harvard.hms.dbmi.bd2k.irct.dataconverter.JSONTabularDataConverter
        • -
        -
      • -
      -
      -
        -
      • -
        -
        All Implemented Interfaces:
        -
        ResultDataConverter
        -
        -
        -
        -
        public class JSONTabularDataConverter
        -extends java.lang.Object
        -implements ResultDataConverter
        -
        A data converter that returns a JSON stream
        -
        -
        Author:
        -
        Jeremy R. Easton-Marks
        -
        -
      • -
      -
      -
      -
        -
      • - - - -
          -
        • - - -

          Method Summary

          - - - - - - - - - - - - - - - - - - - - - - - - - - -
          All Methods Instance Methods Concrete Methods 
          Modifier and TypeMethod and Description
          javax.ws.rs.core.StreamingOutputcreateStream(Result result) -
          Returns an output stream
          -
          java.lang.StringgetFileExtension() -
          Returns the file extension that is typically associated with a file of that type
          -
          java.lang.StringgetMediaType() -
          Returns the media type the converter supports
          -
          java.lang.StringgetName() -
          Returns the name of the converter
          -
          ResultDataTypegetResultDataType() -
          Returns the data type the data converter supports
          -
          -
            -
          • - - -

            Methods inherited from class java.lang.Object

            -equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
          • -
          -
        • -
        -
      • -
      -
      -
      -
        -
      • - -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            JSONTabularDataConverter

            -
            public JSONTabularDataConverter()
            -
          • -
          -
        • -
        - - -
      • -
      -
      -
      - - - - - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/dataconverter/ResultDataConverter.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/dataconverter/ResultDataConverter.html index cf7adbd..8d9eba1 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/dataconverter/ResultDataConverter.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/dataconverter/ResultDataConverter.html @@ -2,9 +2,9 @@ - + ResultDataConverter - + @@ -49,7 +49,7 @@



      -
      public class JoinType
      +
      @Entity
      +public class JoinType
       extends java.lang.Object
       implements java.io.Serializable
      diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/LogicalOperator.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/LogicalOperator.html deleted file mode 100644 index 6a168d3..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/LogicalOperator.html +++ /dev/null @@ -1,359 +0,0 @@ - - - - - -LogicalOperator - - - - - - - - - - - - -
      -
      edu.harvard.hms.dbmi.bd2k.irct.model.query
      -

      Enum LogicalOperator

      -
      -
      -
        -
      • java.lang.Object
      • -
      • -
          -
        • java.lang.Enum<LogicalOperator>
        • -
        • -
            -
          • edu.harvard.hms.dbmi.bd2k.irct.model.query.LogicalOperator
          • -
          -
        • -
        -
      • -
      -
      -
        -
      • -
        -
        All Implemented Interfaces:
        -
        java.io.Serializable, java.lang.Comparable<LogicalOperator>
        -
        -
        -
        -
        public enum LogicalOperator
        -extends java.lang.Enum<LogicalOperator>
        -
        Logical Operator enumerations provide a choice of three different operators - that can be used to combine different where clauses or other parts of a query
        -
        -
        Author:
        -
        Jeremy R. Easton-Marks
        -
        -
      • -
      -
      -
      -
        -
      • - -
          -
        • - - -

          Enum Constant Summary

          - - - - - - - - - - - - - - -
          Enum Constants 
          Enum Constant and Description
          AND 
          NOT 
          OR 
          -
        • -
        - -
          -
        • - - -

          Method Summary

          - - - - - - - - - - - - - - -
          All Methods Static Methods Concrete Methods 
          Modifier and TypeMethod and Description
          static LogicalOperatorvalueOf(java.lang.String name) -
          Returns the enum constant of this type with the specified name.
          -
          static LogicalOperator[]values() -
          Returns an array containing the constants of this enum type, in -the order they are declared.
          -
          -
            -
          • - - -

            Methods inherited from class java.lang.Enum

            -compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
          • -
          -
            -
          • - - -

            Methods inherited from class java.lang.Object

            -getClass, notify, notifyAll, wait, wait, wait
          • -
          -
        • -
        -
      • -
      -
      -
      -
        -
      • - - - -
          -
        • - - -

          Method Detail

          - - - -
            -
          • -

            values

            -
            public static LogicalOperator[] values()
            -
            Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
            -for (LogicalOperator c : LogicalOperator.values())
            -    System.out.println(c);
            -
            -
            -
            Returns:
            -
            an array containing the constants of this enum type, in the order they are declared
            -
            -
          • -
          - - - -
            -
          • -

            valueOf

            -
            public static LogicalOperator valueOf(java.lang.String name)
            -
            Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
            -
            -
            Parameters:
            -
            name - the name of the enum constant to be returned.
            -
            Returns:
            -
            the enum constant with the specified name
            -
            Throws:
            -
            java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
            -
            java.lang.NullPointerException - if the argument is null
            -
            -
          • -
          -
        • -
        -
      • -
      -
      -
      - - - - - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/PredicateType.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/PredicateType.html index 4729eed..908faed 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/PredicateType.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/PredicateType.html @@ -2,9 +2,9 @@ - + PredicateType - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/PredicateTypeValue.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/PredicateTypeValue.html deleted file mode 100644 index dca47e1..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/PredicateTypeValue.html +++ /dev/null @@ -1,601 +0,0 @@ - - - - - -PredicateTypeValue - - - - - - - - - - - - -
      -
      edu.harvard.hms.dbmi.bd2k.irct.model.query
      -

      Class PredicateTypeValue

      -
      -
      -
        -
      • java.lang.Object
      • -
      • -
          -
        • edu.harvard.hms.dbmi.bd2k.irct.model.query.PredicateTypeValue
        • -
        -
      • -
      -
      -
        -
      • -
        -
        All Implemented Interfaces:
        -
        java.io.Serializable
        -
        -
        -
        -
        @Entity
        -public class PredicateTypeValue
        -extends java.lang.Object
        -implements java.io.Serializable
        -
        A predicate type value that is associated with a predicate
        -
        -
        Author:
        -
        Jeremy R. Easton-Marks
        -
        See Also:
        -
        Serialized Form
        -
        -
      • -
      -
      -
      -
        -
      • - -
          -
        • - - -

          Constructor Summary

          - - - - - - - - -
          Constructors 
          Constructor and Description
          PredicateTypeValue() 
          -
        • -
        - -
          -
        • - - -

          Method Summary

          - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          All Methods Instance Methods Concrete Methods 
          Modifier and TypeMethod and Description
          java.lang.StringgetField() 
          longgetId() -
          Returns the id
          -
          java.lang.StringgetName() 
          java.util.List<java.lang.String>getPermittedValues() -
          Returns a list of permitted values if they are limited
          -
          java.lang.StringgetRelationship() 
          java.util.List<PredicateTypeValueDataType>getSupportedDataTypes() -
          Returns a list of supported predicate types
          -
          booleanisRequired() -
          Returns if this value is required
          -
          voidsetField(java.lang.String field) 
          voidsetId(long id) -
          Sets the id
          -
          voidsetName(java.lang.String name) 
          voidsetPermittedValues(java.util.List<java.lang.String> permittedValues) -
          Sets a list of permitted values if they are limited
          -
          voidsetRelationship(java.lang.String relationship) 
          voidsetRequired(boolean required) -
          Sets if this value is required
          -
          voidsetSupportedDataTypes(java.util.List<PredicateTypeValueDataType> supportedDataTypes) -
          Sets the supported predicate types
          -
          booleansupportsDataType(PrimitiveDataType dataType) -
          Returns if the predicate supports a given Data Type
          -
          javax.json.JsonObjecttoJson() -
          Returns a JSONObject representation of the object.
          -
          javax.json.JsonObjecttoJson(int depth) -
          Returns a JSONObject representation of the object.
          -
          -
            -
          • - - -

            Methods inherited from class java.lang.Object

            -equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
          • -
          -
        • -
        -
      • -
      -
      -
      -
        -
      • - -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            PredicateTypeValue

            -
            public PredicateTypeValue()
            -
          • -
          -
        • -
        - -
          -
        • - - -

          Method Detail

          - - - -
            -
          • -

            supportsDataType

            -
            public boolean supportsDataType(PrimitiveDataType dataType)
            -
            Returns if the predicate supports a given Data Type
            -
            -
            Parameters:
            -
            dataType - The Data Type
            -
            Returns:
            -
            If the data type is supported
            -
            -
          • -
          - - - -
            -
          • -

            toJson

            -
            public javax.json.JsonObject toJson()
            -
            Returns a JSONObject representation of the object. This returns only the - attributes associated with this object and not their representation. - - This is equivalent of toJson(1);
            -
            -
            Returns:
            -
            JSON Representation
            -
            -
          • -
          - - - -
            -
          • -

            toJson

            -
            public javax.json.JsonObject toJson(int depth)
            -
            Returns a JSONObject representation of the object. This returns only the - attributes associated with this object and not their representation.
            -
            -
            Parameters:
            -
            depth - Depth to travel
            -
            Returns:
            -
            JSON Representation
            -
            -
          • -
          - - - -
            -
          • -

            getId

            -
            public long getId()
            -
            Returns the id
            -
            -
            Returns:
            -
            Id
            -
            -
          • -
          - - - -
            -
          • -

            setId

            -
            public void setId(long id)
            -
            Sets the id
            -
            -
            Parameters:
            -
            id - Id
            -
            -
          • -
          - - - -
            -
          • -

            getName

            -
            public java.lang.String getName()
            -
            -
            Returns:
            -
            the name
            -
            -
          • -
          - - - -
            -
          • -

            setName

            -
            public void setName(java.lang.String name)
            -
            -
            Parameters:
            -
            name - the name to set
            -
            -
          • -
          - - - -
            -
          • -

            getField

            -
            public java.lang.String getField()
            -
            -
            Returns:
            -
            the field
            -
            -
          • -
          - - - -
            -
          • -

            setField

            -
            public void setField(java.lang.String field)
            -
            -
            Parameters:
            -
            field - the field to set
            -
            -
          • -
          - - - -
            -
          • -

            isRequired

            -
            public boolean isRequired()
            -
            Returns if this value is required
            -
            -
            Returns:
            -
            Required
            -
            -
          • -
          - - - -
            -
          • -

            setRequired

            -
            public void setRequired(boolean required)
            -
            Sets if this value is required
            -
            -
            Parameters:
            -
            required - Required
            -
            -
          • -
          - - - -
            -
          • -

            getSupportedDataTypes

            -
            public java.util.List<PredicateTypeValueDataType> getSupportedDataTypes()
            -
            Returns a list of supported predicate types
            -
            -
            Returns:
            -
            Supported predicate types
            -
            -
          • -
          - - - -
            -
          • -

            setSupportedDataTypes

            -
            public void setSupportedDataTypes(java.util.List<PredicateTypeValueDataType> supportedDataTypes)
            -
            Sets the supported predicate types
            -
            -
            Parameters:
            -
            supportedDataTypes - Supported predicate types
            -
            -
          • -
          - - - -
            -
          • -

            getPermittedValues

            -
            public java.util.List<java.lang.String> getPermittedValues()
            -
            Returns a list of permitted values if they are limited
            -
            -
            Returns:
            -
            Permitted values
            -
            -
          • -
          - - - -
            -
          • -

            setPermittedValues

            -
            public void setPermittedValues(java.util.List<java.lang.String> permittedValues)
            -
            Sets a list of permitted values if they are limited
            -
            -
            Parameters:
            -
            permittedValues - Permitted values
            -
            -
          • -
          - - - -
            -
          • -

            getRelationship

            -
            public java.lang.String getRelationship()
            -
            -
            Returns:
            -
            the relationship
            -
            -
          • -
          - - - -
            -
          • -

            setRelationship

            -
            public void setRelationship(java.lang.String relationship)
            -
            -
            Parameters:
            -
            relationship - the relationship to set
            -
            -
          • -
          -
        • -
        -
      • -
      -
      -
      - - - - - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/PredicateTypeValueDataType.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/PredicateTypeValueDataType.html deleted file mode 100644 index dd7d150..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/PredicateTypeValueDataType.html +++ /dev/null @@ -1,466 +0,0 @@ - - - - - -PredicateTypeValueDataType - - - - - - - - - - - - -
      -
      edu.harvard.hms.dbmi.bd2k.irct.model.query
      -

      Enum PredicateTypeValueDataType

      -
      -
      -
        -
      • java.lang.Object
      • -
      • - -
      • -
      -
      -
        -
      • -
        -
        All Implemented Interfaces:
        -
        java.io.Serializable, java.lang.Comparable<PredicateTypeValueDataType>
        -
        -
        -
        -
        public enum PredicateTypeValueDataType
        -extends java.lang.Enum<PredicateTypeValueDataType>
        -
        A list of possible predicate types available to the predicate
        -
        -
        Author:
        -
        Jeremy R. Easton-Marks
        -
        -
      • -
      -
      -
      -
        -
      • - - - -
          -
        • - - -

          Method Summary

          - - - - - - - - - - - - - - -
          All Methods Static Methods Concrete Methods 
          Modifier and TypeMethod and Description
          static PredicateTypeValueDataTypevalueOf(java.lang.String name) -
          Returns the enum constant of this type with the specified name.
          -
          static PredicateTypeValueDataType[]values() -
          Returns an array containing the constants of this enum type, in -the order they are declared.
          -
          -
            -
          • - - -

            Methods inherited from class java.lang.Enum

            -compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
          • -
          -
            -
          • - - -

            Methods inherited from class java.lang.Object

            -getClass, notify, notifyAll, wait, wait, wait
          • -
          -
        • -
        -
      • -
      -
      -
      - -
      -
      - - - - - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/Query.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/Query.html index dfa55ba..ba602d1 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/Query.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/Query.html @@ -2,9 +2,9 @@ - + Query - + @@ -18,7 +18,7 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -207,7 +207,7 @@

      Method Summary

      -java.util.List<Resource> +java.util.Set<Resource> getResources()
      Returns a list of resources that are associated with the query
      @@ -258,7 +258,7 @@

      Method Summary

      void -setResources(java.util.List<Resource> resources) +setResources(java.util.Set<Resource> resources)
      Sets a list of resources that are associated with the query
      @@ -281,13 +281,19 @@

      Method Summary

      Returns a JSONObject representation of the object.
      + +java.lang.String +toString() +
      Converts the query into a string
      + +
      • Methods inherited from class java.lang.Object

        -equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    @@ -355,6 +361,20 @@

    toJson

    + + + +
      +
    • +

      toString

      +
      public java.lang.String toString()
      +
      Converts the query into a string
      +
      +
      Overrides:
      +
      toString in class java.lang.Object
      +
      +
    • +
    @@ -565,7 +585,7 @@

    removeResource

    • getResources

      -
      public java.util.List<Resource> getResources()
      +
      public java.util.Set<Resource> getResources()
      Returns a list of resources that are associated with the query
      Returns:
      @@ -573,13 +593,13 @@

      getResources

    - +
    • Methods inherited from class java.lang.Object

      -equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • +equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/WhereClause.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/WhereClause.html index 4656f6d..8593a5b 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/WhereClause.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/WhereClause.html @@ -2,9 +2,9 @@ - + WhereClause - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/class-use/ClauseAbstract.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/class-use/ClauseAbstract.html index 873347a..c480a44 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/class-use/ClauseAbstract.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/class-use/ClauseAbstract.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.model.query.ClauseAbstract - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/class-use/JoinClause.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/class-use/JoinClause.html index 2ae6de6..7391d0a 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/class-use/JoinClause.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/class-use/JoinClause.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.model.query.JoinClause - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/class-use/JoinType.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/class-use/JoinType.html index eec698f..d376ed2 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/class-use/JoinType.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/class-use/JoinType.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.model.query.JoinType - + @@ -72,7 +72,139 @@

    Uses of Class
    edu.harvard.hms.dbmi.bd2k.irct.model.query.JoinType

    -
    No usage of edu.harvard.hms.dbmi.bd2k.irct.model.query.JoinType
    +
    + +
    diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/class-use/LogicalOperator.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/class-use/LogicalOperator.html deleted file mode 100644 index 7894cf1..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/class-use/LogicalOperator.html +++ /dev/null @@ -1,235 +0,0 @@ - - - - - -Uses of Class edu.harvard.hms.dbmi.bd2k.irct.model.query.LogicalOperator - - - - - - - - - - - -
    -

    Uses of Class
    edu.harvard.hms.dbmi.bd2k.irct.model.query.LogicalOperator

    -
    -
    - -
    - - - - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/class-use/PredicateType.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/class-use/PredicateType.html index 2113144..4daa245 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/class-use/PredicateType.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/class-use/PredicateType.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.model.query.PredicateType - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/class-use/PredicateTypeValue.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/class-use/PredicateTypeValue.html deleted file mode 100644 index c682304..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/class-use/PredicateTypeValue.html +++ /dev/null @@ -1,177 +0,0 @@ - - - - - -Uses of Class edu.harvard.hms.dbmi.bd2k.irct.model.query.PredicateTypeValue - - - - - - - - - - - -
    -

    Uses of Class
    edu.harvard.hms.dbmi.bd2k.irct.model.query.PredicateTypeValue

    -
    -
    - -
    - - - - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/class-use/PredicateTypeValueDataType.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/class-use/PredicateTypeValueDataType.html deleted file mode 100644 index b9404cb..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/class-use/PredicateTypeValueDataType.html +++ /dev/null @@ -1,215 +0,0 @@ - - - - - -Uses of Class edu.harvard.hms.dbmi.bd2k.irct.model.query.PredicateTypeValueDataType - - - - - - - - - - - -
    -

    Uses of Class
    edu.harvard.hms.dbmi.bd2k.irct.model.query.PredicateTypeValueDataType

    -
    -
    - -
    - - - - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/class-use/Query.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/class-use/Query.html index 3c7eaae..fb0a4ca 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/class-use/Query.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/class-use/Query.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.model.query.Query - + @@ -91,6 +91,14 @@

      +edu.harvard.hms.dbmi.bd2k.irct.event +  + + +edu.harvard.hms.dbmi.bd2k.irct.event.action +  + + edu.harvard.hms.dbmi.bd2k.irct.model.query   @@ -187,6 +195,62 @@

    Uses of + + +

    Uses of Query in edu.harvard.hms.dbmi.bd2k.irct.event

    + + + + + + + + + + + + + + + + +
    Methods in edu.harvard.hms.dbmi.bd2k.irct.event with parameters of type Query 
    Modifier and TypeMethod and Description
    voidIRCTEventListener.afterQuery(SecureSession session, + Resource resource, + Query query) +
    Runs the event listeners after a query is run
    +
    voidIRCTEventListener.beforeQuery(SecureSession session, + Resource resource, + Query query) +
    Runs the event listeners before a query is run
    +
    + +
  • + + +

    Uses of Query in edu.harvard.hms.dbmi.bd2k.irct.event.action

    + + + + + + + + + + + + + + + + +
    Methods in edu.harvard.hms.dbmi.bd2k.irct.event.action with parameters of type Query 
    Modifier and TypeMethod and Description
    voidBeforeQuery.fire(SecureSession session, + Resource resource, + Query query) 
    voidAfterQuery.fire(SecureSession session, + Resource resource, + Query query) 
    +
  • diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/class-use/SelectClause.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/class-use/SelectClause.html index dfb0616..4303fa8 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/class-use/SelectClause.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/class-use/SelectClause.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.model.query.SelectClause - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/class-use/SubQuery.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/class-use/SubQuery.html index c096d05..7087d55 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/class-use/SubQuery.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/class-use/SubQuery.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.model.query.SubQuery - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/class-use/WhereClause.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/class-use/WhereClause.html index b995ee6..c72f9d6 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/class-use/WhereClause.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/class-use/WhereClause.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.model.query.WhereClause - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/package-frame.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/package-frame.html index c4ea594..8bc81df 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/package-frame.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/package-frame.html @@ -2,9 +2,9 @@ - + edu.harvard.hms.dbmi.bd2k.irct.model.query - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/package-summary.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/package-summary.html index 09cfe01..fe07717 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/package-summary.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/package-summary.html @@ -2,9 +2,9 @@ - + edu.harvard.hms.dbmi.bd2k.irct.model.query - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/package-tree.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/package-tree.html index e99d952..ab8e980 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/package-tree.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/package-tree.html @@ -2,9 +2,9 @@ - + edu.harvard.hms.dbmi.bd2k.irct.model.query Class Hierarchy - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/package-use.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/package-use.html index dc760df..8a2abd3 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/package-use.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/package-use.html @@ -2,9 +2,9 @@ - + Uses of Package edu.harvard.hms.dbmi.bd2k.irct.model.query - + @@ -91,6 +91,14 @@

      +edu.harvard.hms.dbmi.bd2k.irct.event +  + + +edu.harvard.hms.dbmi.bd2k.irct.event.action +  + + edu.harvard.hms.dbmi.bd2k.irct.model.query   @@ -133,12 +141,15 @@

    +JoinType  + + PredicateType
    The predicate type class provides a way for the IRCT application to keep track of which predicates can be used.
    - + Query
    The query class represents any query against any individual or group of resources.
    @@ -147,6 +158,42 @@

    + + + + + + + + + + + + +
    Classes in edu.harvard.hms.dbmi.bd2k.irct.model.query used by edu.harvard.hms.dbmi.bd2k.irct.event 
    Class and Description
    Query +
    The query class represents any query against any individual or group of + resources.
    +
    +

  • +
  • + + + + + + + + + + + + +
    Classes in edu.harvard.hms.dbmi.bd2k.irct.model.query used by edu.harvard.hms.dbmi.bd2k.irct.event.action 
    Class and Description
    Query +
    The query class represents any query against any individual or group of + resources.
    +
    +
  • @@ -162,18 +209,21 @@

    +JoinType  + + PredicateType
    The predicate type class provides a way for the IRCT application to keep track of which predicates can be used.
    - + Query
    The query class represents any query against any individual or group of resources.
    - + SubQuery
    A sub query may be part of a query or another sub query.
    @@ -191,6 +241,9 @@

    +JoinType  + + PredicateType
    The predicate type class provides a way for the IRCT application to keep track of which predicates can be used.
    diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/predicate/PredicateImplementationInterface.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/predicate/PredicateImplementationInterface.html deleted file mode 100644 index 132dd66..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/predicate/PredicateImplementationInterface.html +++ /dev/null @@ -1,345 +0,0 @@ - - - - - -PredicateImplementationInterface - - - - - - - - - - - - -
    -
    edu.harvard.hms.dbmi.bd2k.irct.model.query.predicate
    -

    Interface PredicateImplementationInterface

    -
    -
    -
    -
      -
    • -
      -
      -
      public interface PredicateImplementationInterface
      -
      Provides an implementation that describes the API for any predicate that - needs to be run.
      -
      -
      Author:
      -
      Jeremy R. Easton-Marks
      -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Method Summary

        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        All Methods Instance Methods Abstract Methods 
        Modifier and TypeMethod and Description
        ResultSetrun() -
        Runs the predicate action and returns the computed results
        -
        voidsetAdditionalValue(java.lang.String additionalValue) -
        Sets the additional value (if needed) for the predicate action
        -
        voidsetResultSet(ResultSet resultset) -
        Sets the input result set that the predicate will be run on
        -
        voidsetValue(java.lang.String value) -
        Sets the value (if needed) for the predicate action
        -
        javax.json.JsonObjecttoJson() -
        Returns a JSON representation of the implementing interface - - Equivalent to toJson(1);
        -
        javax.json.JsonObjecttoJson(int depth) -
        Returns a JSON representation of the implementing interface while - converting children to JSON of a given depth
        -
        -
      • -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          setResultSet

          -
          void setResultSet(ResultSet resultset)
          -
          Sets the input result set that the predicate will be run on
          -
          -
          Parameters:
          -
          resultset - The input result set
          -
          -
        • -
        - - - -
          -
        • -

          setValue

          -
          void setValue(java.lang.String value)
          -
          Sets the value (if needed) for the predicate action
          -
          -
          Parameters:
          -
          value - Value
          -
          -
        • -
        - - - -
          -
        • -

          setAdditionalValue

          -
          void setAdditionalValue(java.lang.String additionalValue)
          -
          Sets the additional value (if needed) for the predicate action
          -
          -
          Parameters:
          -
          additionalValue - Additional Value
          -
          -
        • -
        - - - - - - - -
          -
        • -

          toJson

          -
          javax.json.JsonObject toJson()
          -
          Returns a JSON representation of the implementing interface - - Equivalent to toJson(1);
          -
          -
          Returns:
          -
          JSON Representation
          -
          -
        • -
        - - - -
          -
        • -

          toJson

          -
          javax.json.JsonObject toJson(int depth)
          -
          Returns a JSON representation of the implementing interface while - converting children to JSON of a given depth
          -
          -
          Parameters:
          -
          depth - Depth to travel
          -
          Returns:
          -
          JSON Representation
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/predicate/class-use/PredicateImplementationInterface.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/predicate/class-use/PredicateImplementationInterface.html deleted file mode 100644 index 9dad4bb..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/predicate/class-use/PredicateImplementationInterface.html +++ /dev/null @@ -1,216 +0,0 @@ - - - - - -Uses of Interface edu.harvard.hms.dbmi.bd2k.irct.model.query.predicate.PredicateImplementationInterface - - - - - - - - - - - -
    -

    Uses of Interface
    edu.harvard.hms.dbmi.bd2k.irct.model.query.predicate.PredicateImplementationInterface

    -
    -
    - -
    - - - - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/predicate/package-frame.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/predicate/package-frame.html deleted file mode 100644 index 899b57a..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/predicate/package-frame.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - -edu.harvard.hms.dbmi.bd2k.irct.model.query.predicate - - - - - -

    edu.harvard.hms.dbmi.bd2k.irct.model.query.predicate

    - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/predicate/package-use.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/predicate/package-use.html deleted file mode 100644 index 547275a..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/query/predicate/package-use.html +++ /dev/null @@ -1,182 +0,0 @@ - - - - - -Uses of Package edu.harvard.hms.dbmi.bd2k.irct.model.query.predicate - - - - - - - - - - - -
    -

    Uses of Package
    edu.harvard.hms.dbmi.bd2k.irct.model.query.predicate

    -
    -
    - -
    - - - - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/Field.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/Field.html index a54b9ee..4eff197 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/Field.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/Field.html @@ -2,9 +2,9 @@ - + Field - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/LogicalOperator.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/LogicalOperator.html index f8a245f..cc7bb90 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/LogicalOperator.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/LogicalOperator.html @@ -2,9 +2,9 @@ - + LogicalOperator - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/PathResourceImplementationInterface.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/PathResourceImplementationInterface.html deleted file mode 100644 index 40ea8d3..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/PathResourceImplementationInterface.html +++ /dev/null @@ -1,358 +0,0 @@ - - - - - -PathResourceImplementationInterface - - - - - - - - - - - - -
    -
    edu.harvard.hms.dbmi.bd2k.irct.model.resource
    -

    Interface PathResourceImplementationInterface

    -
    -
    -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getPathRoot

          -
          java.util.List<Path> getPathRoot()
          -
          Get the root of the resource
          -
          -
          Returns:
          -
          Root
          -
          -
        • -
        - - - -
          -
        • -

          relationships

          -
          java.util.List<OntologyRelationship> relationships()
          -
          Returns the Ontology relationships
          -
          -
          Returns:
          -
          Ontology Relationships
          -
          -
        • -
        - - - -
          -
        • -

          getRelationshipFromString

          -
          OntologyRelationship getRelationshipFromString(java.lang.String relationship)
          -
          Turns a string into a relationship
          -
          -
          Parameters:
          -
          relationship - String Representation
          -
          Returns:
          -
          Relationship
          -
          -
        • -
        - - - - - - - -
          -
        • -

          getOntologyType

          -
          OntologyType getOntologyType()
          -
          Get the ontology type of this resource
          -
          -
          Returns:
          -
          Ontology Type
          -
          -
        • -
        - - - -
          -
        • -

          getPathFromString

          -
          Path getPathFromString(java.lang.String path)
          -
          Turns a string into a path
          -
          -
          Parameters:
          -
          path - String representation
          -
          Returns:
          -
          Path
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/PrimitiveDataType.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/PrimitiveDataType.html index 7d8c582..8d06b41 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/PrimitiveDataType.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/PrimitiveDataType.html @@ -2,9 +2,9 @@ - + PrimitiveDataType - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/ProcessResourceImplementationInterface.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/ProcessResourceImplementationInterface.html deleted file mode 100644 index 5e9880a..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/ProcessResourceImplementationInterface.html +++ /dev/null @@ -1,293 +0,0 @@ - - - - - -ProcessResourceImplementationInterface - - - - - - - - - - - - -
    -
    edu.harvard.hms.dbmi.bd2k.irct.model.resource
    -

    Interface ProcessResourceImplementationInterface

    -
    -
    -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          runProcess

          -
          ActionState runProcess(IRCTProcess pep)
          -
          Run the given process
          -
          -
          Parameters:
          -
          pep - Process to be run
          -
          Returns:
          -
          The id of the process that is running
          -
          -
        • -
        - - - - - - - -
          -
        • -

          getState

          -
          ResourceState getState()
          -
          Returns the status of the resource
          -
          -
          Returns:
          -
          Resource State
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/ProcessType.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/ProcessType.html index 35e0586..31c9592 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/ProcessType.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/ProcessType.html @@ -2,9 +2,9 @@ - + ProcessType - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/QueryResourceImplementationInterface.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/QueryResourceImplementationInterface.html deleted file mode 100644 index bb82719..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/QueryResourceImplementationInterface.html +++ /dev/null @@ -1,338 +0,0 @@ - - - - - -QueryResourceImplementationInterface - - - - - - - - - - - - -
    -
    edu.harvard.hms.dbmi.bd2k.irct.model.resource
    -

    Interface QueryResourceImplementationInterface

    -
    -
    -
    -
      -
    • -
      -
      All Superinterfaces:
      -
      ResourceImplementationInterface
      -
      -
      -
      -
      public interface QueryResourceImplementationInterface
      -extends ResourceImplementationInterface
      -
      Provides an implementation that describes the API for any resource that has - the ability to handle a query
      -
      -
      Author:
      -
      Jeremy R. Easton-Marks
      -
      -
    • -
    -
    -
    - -
    -
    - -
    -
    - - - - - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/Resource.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/Resource.html index c4e0ee0..a8a011e 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/Resource.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/Resource.html @@ -2,9 +2,9 @@ - + Resource - + @@ -18,7 +18,7 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -227,126 +227,138 @@

    Method Summary

    -java.util.List<IRCTJoin> +JoinType +getSupportedJoinByName(java.lang.String joinTypeName)  + + +java.util.List<JoinType> getSupportedJoins()
    Returns a list joins that are supported by the resource
    - + PredicateType getSupportedPredicateByName(java.lang.String predicateName)
    Returns a predicate type from its name.
    - + java.util.List<PredicateType> getSupportedPredicates()
    Returns a list of supported predicates that are supported by the resource
    - + java.util.List<ProcessType> getSupportedProcesses()
    Returns a list of process that are supported by the resource
    - + ProcessType getSupportedProcessesByName(java.lang.String processName)
    Returns a process type from its name.
    - + java.util.List<VisualizationType> getSupportedVisualizations()
    Returns a list of visualizations that are supported by the resource
    - + +boolean +isSetup()  + + void setDataTypes(java.util.List<DataType> dataTypes)
    Sets the list of data type that are supported by the resource
    - + void setId(long id)
    Sets the id of the resource
    - + void setImplementingInterface(ResourceImplementationInterface implementingInterface)
    Sets the implementing interface of the resource
    - + void setLogicalOperators(java.util.List<LogicalOperator> logicalOperators)
    Sets a list of logical operators that are supported by the resource
    - + void setName(java.lang.String name)
    Sets the name of the resource
    - + void setOntologyType(OntologyType ontologyType)
    Sets the ontology type of the resource
    - + void setParameters(java.util.Map<java.lang.String,java.lang.String> parameters)
    Sets a map of resources for the resource
    - + void setRelationships(java.util.List<OntologyRelationship> relationships)
    Sets the list of relationships that are supported by the resource
    - + +void +setSetup(boolean setup)  + + void -setSupportedJoins(java.util.List<IRCTJoin> supportedJoins) +setSupportedJoins(java.util.List<JoinType> supportedJoins)
    Sets the list joins that are supported by the resource
    - + void setSupportedPredicates(java.util.List<PredicateType> supportedPredicates)
    Sets the list of supported predicates that are supported by the resource
    - + void setSupportedProcesses(java.util.List<ProcessType> supportedProcesses)
    Sets the list of processes that are supported by the resource
    - + void setSupportedVisualizations(java.util.List<VisualizationType> supportedVisualizations)
    Sets a list of visualizations that are supported by the resource
    - + void setup()
    Sets up the Resource and the implementing interface
    - + javax.json.JsonObject toJson()
    Returns a JSONObject representation of the object.
    - + javax.json.JsonObject toJson(int depth)
    Returns a JSONObject representation of the object.
    @@ -520,6 +532,15 @@

    getDataTypeByName

  • + + + +
      +
    • +

      getSupportedJoinByName

      +
      public JoinType getSupportedJoinByName(java.lang.String joinTypeName)
      +
    • +
    @@ -750,7 +771,7 @@

    setSupportedPredicates

    • getSupportedJoins

      -
      public java.util.List<IRCTJoin> getSupportedJoins()
      +
      public java.util.List<JoinType> getSupportedJoins()
      Returns a list joins that are supported by the resource
      Returns:
      @@ -764,7 +785,7 @@

      getSupportedJoins

      • setSupportedJoins

        -
        public void setSupportedJoins(java.util.List<IRCTJoin> supportedJoins)
        +
        public void setSupportedJoins(java.util.List<JoinType> supportedJoins)
        Sets the list joins that are supported by the resource
        Parameters:
        @@ -845,7 +866,7 @@

        getParameters

        -
          +
          • setParameters

            public void setParameters(java.util.Map<java.lang.String,java.lang.String> parameters)
            @@ -856,6 +877,32 @@

            setParameters

      + + + +
        +
      • +

        isSetup

        +
        public boolean isSetup()
        +
        +
        Returns:
        +
        the setup
        +
        +
      • +
      + + + +
        +
      • +

        setSetup

        +
        public void setSetup(boolean setup)
        +
        +
        Parameters:
        +
        setup - the setup to set
        +
        +
      • +
    diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/ResourceImplementationInterface.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/ResourceImplementationInterface.html deleted file mode 100644 index 9b4b74a..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/ResourceImplementationInterface.html +++ /dev/null @@ -1,325 +0,0 @@ - - - - - -ResourceImplementationInterface - - - - - - - - - - - - -
    -
    edu.harvard.hms.dbmi.bd2k.irct.model.resource
    -

    Interface ResourceImplementationInterface

    -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Method Summary

        - - - - - - - - - - - - - - - - - - - - - - - - - - -
        All Methods Instance Methods Abstract Methods 
        Modifier and TypeMethod and Description
        java.util.List<Path>getReturnEntity() -
        Returns a path representation of the default object that is returned
        -
        java.lang.StringgetType() -
        A string representation of the type of resource implementation this is
        -
        voidsetup(java.util.Map<java.lang.String,java.lang.String> parameters) -
        A set of parameters that can used to setup the Resource Implementation
        -
        javax.json.JsonObjecttoJson() -
        Returns a JSON representation of the implementing interface - - Equivalent to toJson(1);
        -
        javax.json.JsonObjecttoJson(int depth) -
        Returns a JSON representation of the implementing interface while - converting children to JSON of a given depth
        -
        -
      • -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          setup

          -
          void setup(java.util.Map<java.lang.String,java.lang.String> parameters)
          -
          A set of parameters that can used to setup the Resource Implementation
          -
          -
          Parameters:
          -
          parameters - Setup parameters
          -
          -
        • -
        - - - -
          -
        • -

          getType

          -
          java.lang.String getType()
          -
          A string representation of the type of resource implementation this is
          -
          -
          Returns:
          -
          Type
          -
          -
        • -
        - - - -
          -
        • -

          getReturnEntity

          -
          java.util.List<Path> getReturnEntity()
          -
          Returns a path representation of the default object that is returned
          -
          -
          Returns:
          -
          The default returned object
          -
          -
        • -
        - - - -
          -
        • -

          toJson

          -
          javax.json.JsonObject toJson()
          -
          Returns a JSON representation of the implementing interface - - Equivalent to toJson(1);
          -
          -
          Returns:
          -
          JSON Representation
          -
          -
        • -
        - - - -
          -
        • -

          toJson

          -
          javax.json.JsonObject toJson(int depth)
          -
          Returns a JSON representation of the implementing interface while - converting children to JSON of a given depth
          -
          -
          Parameters:
          -
          depth - Depth to travel
          -
          Returns:
          -
          JSON Representation
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/ResourceState.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/ResourceState.html index 87d5e17..facfe1f 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/ResourceState.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/ResourceState.html @@ -2,9 +2,9 @@ - + ResourceState - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/class-use/Field.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/class-use/Field.html index 69c2a2e..8754f82 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/class-use/Field.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/class-use/Field.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.model.resource.Field - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/class-use/LogicalOperator.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/class-use/LogicalOperator.html index 7c0cf8c..0ccd23a 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/class-use/LogicalOperator.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/class-use/LogicalOperator.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.model.resource.LogicalOperator - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/class-use/PathResourceImplementationInterface.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/class-use/PathResourceImplementationInterface.html deleted file mode 100644 index 2808dc0..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/class-use/PathResourceImplementationInterface.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - -Uses of Interface edu.harvard.hms.dbmi.bd2k.irct.model.resource.PathResourceImplementationInterface - - - - - - - - - - - -
    -

    Uses of Interface
    edu.harvard.hms.dbmi.bd2k.irct.model.resource.PathResourceImplementationInterface

    -
    -
    No usage of edu.harvard.hms.dbmi.bd2k.irct.model.resource.PathResourceImplementationInterface
    - - - - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/class-use/PrimitiveDataType.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/class-use/PrimitiveDataType.html index 2f32fad..17f8a66 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/class-use/PrimitiveDataType.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/class-use/PrimitiveDataType.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.model.resource.PrimitiveDataType - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/class-use/ProcessResourceImplementationInterface.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/class-use/ProcessResourceImplementationInterface.html deleted file mode 100644 index df9528a..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/class-use/ProcessResourceImplementationInterface.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - -Uses of Interface edu.harvard.hms.dbmi.bd2k.irct.model.resource.ProcessResourceImplementationInterface - - - - - - - - - - - -
    -

    Uses of Interface
    edu.harvard.hms.dbmi.bd2k.irct.model.resource.ProcessResourceImplementationInterface

    -
    -
    No usage of edu.harvard.hms.dbmi.bd2k.irct.model.resource.ProcessResourceImplementationInterface
    - - - - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/class-use/ProcessType.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/class-use/ProcessType.html index d803e11..bb79432 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/class-use/ProcessType.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/class-use/ProcessType.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.model.resource.ProcessType - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/class-use/QueryResourceImplementationInterface.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/class-use/QueryResourceImplementationInterface.html deleted file mode 100644 index d4ff2d8..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/class-use/QueryResourceImplementationInterface.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - -Uses of Interface edu.harvard.hms.dbmi.bd2k.irct.model.resource.QueryResourceImplementationInterface - - - - - - - - - - - -
    -

    Uses of Interface
    edu.harvard.hms.dbmi.bd2k.irct.model.resource.QueryResourceImplementationInterface

    -
    -
    No usage of edu.harvard.hms.dbmi.bd2k.irct.model.resource.QueryResourceImplementationInterface
    - - - - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/class-use/Resource.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/class-use/Resource.html index e73db39..54a7ccf 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/class-use/Resource.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/class-use/Resource.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.model.resource.Resource - + @@ -95,10 +95,22 @@

      -edu.harvard.hms.dbmi.bd2k.irct.model.process +edu.harvard.hms.dbmi.bd2k.irct.event +  + + +edu.harvard.hms.dbmi.bd2k.irct.event.action +  + + +edu.harvard.hms.dbmi.bd2k.irct.event.find   +edu.harvard.hms.dbmi.bd2k.irct.model.process +  + + edu.harvard.hms.dbmi.bd2k.irct.model.query   @@ -267,6 +279,15 @@

    Uses of java.lang.Long +QueryController.addJoinClause(java.lang.Long clauseId, + Resource resource, + JoinType joinType, + java.util.Map<java.lang.String,java.lang.String> joinFields) +
    Adds a join clause
    + + + +java.lang.Long QueryController.addSelectClause(java.lang.Long clauseId, Resource resource, Entity field, @@ -274,7 +295,7 @@

    Uses of Adds or updates a select clause

    - + java.lang.Long QueryController.addWhereClause(java.lang.Long clauseId, Resource resource, @@ -285,21 +306,11 @@

    Uses of Adds or updates a where clause to the query - -java.util.List<Entity> -PathController.searchForOntology(Resource resource, - Entity resourcePath, - java.lang.String ontologyType, - java.lang.String ontologyTerm, - SecureSession session) -
    Searches a resource for a given ontology term from a given ontology.
    - - java.util.List<Entity> -PathController.searchForTerm(Resource resource, +PathController.searchForTerm(Resource resource, Entity resourcePath, - java.lang.String searchTerm, + FindInformationInterface findInformation, SecureSession session)
    Searches a resource for a given searchTerm.
    @@ -324,6 +335,92 @@

    Uses of + + +

    Uses of Resource in edu.harvard.hms.dbmi.bd2k.irct.event

    + + + + + + + + + + + + + + + + + + + + +
    Methods in edu.harvard.hms.dbmi.bd2k.irct.event with parameters of type Resource 
    Modifier and TypeMethod and Description
    voidIRCTEventListener.afterQuery(SecureSession session, + Resource resource, + Query query) +
    Runs the event listeners after a query is run
    +
    voidIRCTEventListener.beforeFind(Resource resource, + Entity resourcePath, + java.util.List<FindInformationInterface> findInformation, + SecureSession session) +
    Runs the event listeners before a find is executed
    +
    voidIRCTEventListener.beforeQuery(SecureSession session, + Resource resource, + Query query) +
    Runs the event listeners before a query is run
    +
    + +
  • + + +

    Uses of Resource in edu.harvard.hms.dbmi.bd2k.irct.event.action

    + + + + + + + + + + + + + + + + +
    Methods in edu.harvard.hms.dbmi.bd2k.irct.event.action with parameters of type Resource 
    Modifier and TypeMethod and Description
    voidBeforeQuery.fire(SecureSession session, + Resource resource, + Query query) 
    voidAfterQuery.fire(SecureSession session, + Resource resource, + Query query) 
    +
  • +
  • + + +

    Uses of Resource in edu.harvard.hms.dbmi.bd2k.irct.event.find

    + + + + + + + + + + + + +
    Methods in edu.harvard.hms.dbmi.bd2k.irct.event.find with parameters of type Resource 
    Modifier and TypeMethod and Description
    voidBeforeFind.fire(Resource resource, + Entity resourcePath, + java.util.List<FindInformationInterface> findInformation, + SecureSession session) 
    +
  • @@ -371,7 +468,7 @@

    Uses of -java.util.List<Resource> +java.util.Set<Resource> Query.getResources()
    Returns a list of resources that are associated with the query
    @@ -408,7 +505,7 @@

    Uses of void -Query.setResources(java.util.List<Resource> resources) +Query.setResources(java.util.Set<Resource> resources)
    Sets a list of resources that are associated with the query
    diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/class-use/ResourceImplementationInterface.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/class-use/ResourceImplementationInterface.html deleted file mode 100644 index 88cf02e..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/class-use/ResourceImplementationInterface.html +++ /dev/null @@ -1,246 +0,0 @@ - - - - - -Uses of Interface edu.harvard.hms.dbmi.bd2k.irct.model.resource.ResourceImplementationInterface - - - - - - - - - - - -
    -

    Uses of Interface
    edu.harvard.hms.dbmi.bd2k.irct.model.resource.ResourceImplementationInterface

    -
    -
    - -
    - - - - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/class-use/ResourceState.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/class-use/ResourceState.html index ef6d000..4b6effe 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/class-use/ResourceState.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/class-use/ResourceState.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.model.resource.ResourceState - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/PathResourceImplementationInterface.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/PathResourceImplementationInterface.html index de66526..75c7445 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/PathResourceImplementationInterface.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/PathResourceImplementationInterface.html @@ -2,9 +2,9 @@ - + PathResourceImplementationInterface - + @@ -18,7 +18,7 @@ catch(err) { } //--> -var methods = {"i0":6,"i1":6,"i2":6}; +var methods = {"i0":6,"i1":6}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -133,28 +133,18 @@

    Method Summary

    java.util.List<Entity> -getPathRelationship(Entity path, - OntologyRelationship relationship, - SecureSession session) -
    Given a path give all the associated paths of that type of relationship
    +find(Entity path, + FindInformationInterface findInformation, + SecureSession session) +
    Given a path find all entities that match the finds
    java.util.List<Entity> -searchOntology(Entity path, - java.lang.String ontologyType, - java.lang.String ontologyTerm, - SecureSession session) -
    Given a given path find all the ontology terms of the given ontology type - that are in that path.
    - - - -java.util.List<Entity> -searchPaths(Entity path, - java.lang.String searchTerm, - SecureSession session) -
    Given a given path find all the searchTerms that are in that path.
    +getPathRelationship(Entity path, + OntologyRelationship relationship, + SecureSession session) +
    Given a path give all the associated paths of that type of relationship
    @@ -202,49 +192,22 @@

    getPathRelationship

  • - - - -
      -
    • -

      searchPaths

      -
      java.util.List<Entity> searchPaths(Entity path,
      -                                   java.lang.String searchTerm,
      -                                   SecureSession session)
      -                            throws ResourceInterfaceException
      -
      Given a given path find all the searchTerms that are in that path. If - path is null search the entire resource
      -
      -
      Parameters:
      -
      path - Path
      -
      searchTerm - Search Term
      -
      session - Secure Session
      -
      Returns:
      -
      Paths
      -
      Throws:
      -
      ResourceInterfaceException - A resource exception occurred
      -
      -
    • -
    - +
    • -

      searchOntology

      -
      java.util.List<Entity> searchOntology(Entity path,
      -                                      java.lang.String ontologyType,
      -                                      java.lang.String ontologyTerm,
      -                                      SecureSession session)
      -                               throws ResourceInterfaceException
      -
      Given a given path find all the ontology terms of the given ontology type - that are in that path. If the path is null search the entire resource
      +

      find

      +
      java.util.List<Entity> find(Entity path,
      +                            FindInformationInterface findInformation,
      +                            SecureSession session)
      +                     throws ResourceInterfaceException
      +
      Given a path find all entities that match the finds
      Parameters:
      path - Path
      -
      ontologyType - Ontology Type
      -
      ontologyTerm - Ontology Term
      -
      session - Secure Session
      +
      find - Find Data
      +
      session - Session
      Returns:
      Paths
      Throws:
      diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/ProcessResourceImplementationInterface.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/ProcessResourceImplementationInterface.html index 5bc3396..eb7df16 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/ProcessResourceImplementationInterface.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/ProcessResourceImplementationInterface.html @@ -2,9 +2,9 @@ - + ProcessResourceImplementationInterface - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/QueryResourceImplementationInterface.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/QueryResourceImplementationInterface.html index 2d5c218..9e18db5 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/QueryResourceImplementationInterface.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/QueryResourceImplementationInterface.html @@ -2,9 +2,9 @@ - + QueryResourceImplementationInterface - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/ResourceImplementationInterface.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/ResourceImplementationInterface.html index a27debf..c4eeb04 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/ResourceImplementationInterface.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/ResourceImplementationInterface.html @@ -2,9 +2,9 @@ - + ResourceImplementationInterface - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/VisualizationResourceImplementationInterface.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/VisualizationResourceImplementationInterface.html index 0bee8f0..fb2fab9 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/VisualizationResourceImplementationInterface.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/VisualizationResourceImplementationInterface.html @@ -2,9 +2,9 @@ - + VisualizationResourceImplementationInterface - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/class-use/PathResourceImplementationInterface.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/class-use/PathResourceImplementationInterface.html index 6507435..09ae6d9 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/class-use/PathResourceImplementationInterface.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/class-use/PathResourceImplementationInterface.html @@ -2,9 +2,9 @@ - + Uses of Interface edu.harvard.hms.dbmi.bd2k.irct.model.resource.implementation.PathResourceImplementationInterface - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/class-use/ProcessResourceImplementationInterface.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/class-use/ProcessResourceImplementationInterface.html index 749b98f..44d0b17 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/class-use/ProcessResourceImplementationInterface.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/class-use/ProcessResourceImplementationInterface.html @@ -2,9 +2,9 @@ - + Uses of Interface edu.harvard.hms.dbmi.bd2k.irct.model.resource.implementation.ProcessResourceImplementationInterface - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/class-use/QueryResourceImplementationInterface.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/class-use/QueryResourceImplementationInterface.html index 311f4f7..929fe5c 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/class-use/QueryResourceImplementationInterface.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/class-use/QueryResourceImplementationInterface.html @@ -2,9 +2,9 @@ - + Uses of Interface edu.harvard.hms.dbmi.bd2k.irct.model.resource.implementation.QueryResourceImplementationInterface - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/class-use/ResourceImplementationInterface.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/class-use/ResourceImplementationInterface.html index e324af8..7bc3679 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/class-use/ResourceImplementationInterface.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/class-use/ResourceImplementationInterface.html @@ -2,9 +2,9 @@ - + Uses of Interface edu.harvard.hms.dbmi.bd2k.irct.model.resource.implementation.ResourceImplementationInterface - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/class-use/VisualizationResourceImplementationInterface.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/class-use/VisualizationResourceImplementationInterface.html index 0b35b3e..690c1a4 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/class-use/VisualizationResourceImplementationInterface.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/class-use/VisualizationResourceImplementationInterface.html @@ -2,9 +2,9 @@ - + Uses of Interface edu.harvard.hms.dbmi.bd2k.irct.model.resource.implementation.VisualizationResourceImplementationInterface - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/package-frame.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/package-frame.html index b1dbf0e..f64a559 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/package-frame.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/package-frame.html @@ -2,9 +2,9 @@ - + edu.harvard.hms.dbmi.bd2k.irct.model.resource.implementation - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/package-summary.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/package-summary.html index 84a54d4..33eb5b6 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/package-summary.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/package-summary.html @@ -2,9 +2,9 @@ - + edu.harvard.hms.dbmi.bd2k.irct.model.resource.implementation - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/package-tree.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/package-tree.html index d066f68..814ef53 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/package-tree.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/package-tree.html @@ -2,9 +2,9 @@ - + edu.harvard.hms.dbmi.bd2k.irct.model.resource.implementation Class Hierarchy - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/package-use.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/package-use.html index 2afe8ad..ab467c0 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/package-use.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/implementation/package-use.html @@ -2,9 +2,9 @@ - + Uses of Package edu.harvard.hms.dbmi.bd2k.irct.model.resource.implementation - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/package-frame.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/package-frame.html index 0a82a77..a1320c5 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/package-frame.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/package-frame.html @@ -2,9 +2,9 @@ - + edu.harvard.hms.dbmi.bd2k.irct.model.resource - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/package-summary.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/package-summary.html index 478c48a..c4554a4 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/package-summary.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/package-summary.html @@ -2,9 +2,9 @@ - + edu.harvard.hms.dbmi.bd2k.irct.model.resource - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/package-tree.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/package-tree.html index e324cd4..77b2f7d 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/package-tree.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/package-tree.html @@ -2,9 +2,9 @@ - + edu.harvard.hms.dbmi.bd2k.irct.model.resource Class Hierarchy - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/package-use.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/package-use.html index dd34c67..2be28a4 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/package-use.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/resource/package-use.html @@ -2,9 +2,9 @@ - + Uses of Package edu.harvard.hms.dbmi.bd2k.irct.model.resource - + @@ -95,30 +95,42 @@

        -edu.harvard.hms.dbmi.bd2k.irct.model.join +edu.harvard.hms.dbmi.bd2k.irct.event   -edu.harvard.hms.dbmi.bd2k.irct.model.process +edu.harvard.hms.dbmi.bd2k.irct.event.action   -edu.harvard.hms.dbmi.bd2k.irct.model.query +edu.harvard.hms.dbmi.bd2k.irct.event.find   -edu.harvard.hms.dbmi.bd2k.irct.model.resource +edu.harvard.hms.dbmi.bd2k.irct.model.join   -edu.harvard.hms.dbmi.bd2k.irct.model.resource.implementation +edu.harvard.hms.dbmi.bd2k.irct.model.process   -edu.harvard.hms.dbmi.bd2k.irct.model.result.tabular +edu.harvard.hms.dbmi.bd2k.irct.model.query +  + + +edu.harvard.hms.dbmi.bd2k.irct.model.resource +  + + +edu.harvard.hms.dbmi.bd2k.irct.model.resource.implementation   +edu.harvard.hms.dbmi.bd2k.irct.model.result.tabular +  + + edu.harvard.hms.dbmi.bd2k.irct.model.visualization   @@ -190,6 +202,60 @@

    • +
    • + + + + + + + + + + + + +
      Classes in edu.harvard.hms.dbmi.bd2k.irct.model.resource used by edu.harvard.hms.dbmi.bd2k.irct.event 
      Class and Description
      Resource +
      The resource class provides a way for the IRCT application to keep track of + which resources are available.
      +
      +
    • +
    • + + + + + + + + + + + + +
      Classes in edu.harvard.hms.dbmi.bd2k.irct.model.resource used by edu.harvard.hms.dbmi.bd2k.irct.event.action 
      Class and Description
      Resource +
      The resource class provides a way for the IRCT application to keep track of + which resources are available.
      +
      +
    • +
    • + + + + + + + + + + + + +
      Classes in edu.harvard.hms.dbmi.bd2k.irct.model.resource used by edu.harvard.hms.dbmi.bd2k.irct.event.find 
      Class and Description
      Resource +
      The resource class provides a way for the IRCT application to keep track of + which resources are available.
      +
      +
    • diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/Data.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/Data.html index 6744771..cf725f3 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/Data.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/Data.html @@ -2,9 +2,9 @@ - + Data - + @@ -18,6 +18,12 @@ catch(err) { } //--> +var methods = {"i0":6}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab";
    @@ -112,6 +118,54 @@

    Interface Data

    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          getFileList

          +
          java.util.List<java.io.File> getFileList()
          +
        • +
        +
      • +
      +
    • +
    +
    @@ -163,13 +217,13 @@

    Interface Data

  • Nested | 
  • Field | 
  • Constr | 
  • -
  • Method
  • +
  • Method
  • diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/DataConverterImplementation.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/DataConverterImplementation.html index 609a124..c1f2714 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/DataConverterImplementation.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/DataConverterImplementation.html @@ -2,9 +2,9 @@ - + DataConverterImplementation - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/FileResultSet.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/FileResultSet.html deleted file mode 100644 index 3752d1b..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/FileResultSet.html +++ /dev/null @@ -1,1875 +0,0 @@ - - - - - -FileResultSet - - - - - - - - - - - - -
    -
    edu.harvard.hms.dbmi.bd2k.irct.model.result
    -

    Class FileResultSet

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Joinable, Persistable, ResultSet
      -
      -
      -
      -
      public class FileResultSet
      -extends ResultSetImpl
      -implements Persistable
      -
      An implementation of a Result Set that is persistable to the file system
      -
      -
      Author:
      -
      Jeremy R. Easton-Marks
      -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Summary

        - - - - - - - - -
        Constructors 
        Constructor and Description
        FileResultSet() 
        -
      • -
      - -
        -
      • - - -

        Method Summary

        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        All Methods Instance Methods Concrete Methods 
        Modifier and TypeMethod and Description
        booleanabsolute(long newRow) -
        Moves the cursor to the given row number in the ResultSet
        -
        voidafterLast() -
        Moves the cursor to the end of the ResultSet, after the last row.
        -
        voidappendRow() -
        Adds a new row to the file result set
        -
        voidbeforeFirst() -
        Moves the cursor to the beginning of the ResultSet object, before the - first row.
        -
        booleanfirst() -
        Moves the cursor to the first row of the ResultSet object.
        -
        booleangetBoolean(int columnIndex) -
        Retrieves the boolean value of the given column position at the current - row
        -
        booleangetBoolean(java.lang.String columnLabel) -
        Retrieves the boolean value of the given column at the current row
        -
        bytegetByte(int columnIndex) -
        Retrieves the byte value of the given column position at the current row
        -
        bytegetByte(java.lang.String columnLabel) -
        Retrieves the byte value of the given column at the current row
        -
        java.util.DategetDate(int columnIndex) -
        Retrieves the Date value of the given column position at the current row
        -
        java.util.DategetDate(java.lang.String columnLabel) -
        Retrieves the Date value of the given column at the current row
        -
        doublegetDouble(int columnIndex) -
        Retrieves the double value of the given column position at the current - row
        -
        doublegetDouble(java.lang.String columnLabel) -
        Retrieves the double value of the given column at the current row
        -
        floatgetFloat(int columnIndex) -
        Retrieves the float value of the given column position at the current row
        -
        floatgetFloat(java.lang.String columnLabel) -
        Retrieves the float value of the given column at the current row
        -
        intgetInt(int columnIndex) -
        Retrieves the int value of the given column position at the current row
        -
        intgetInt(java.lang.String columnLabel) -
        Retrieves the int value of the given column at the current row
        -
        longgetLong(int columnIndex) -
        Retrieves the long value of the given column position at the current row
        -
        longgetLong(java.lang.String columnLabel) -
        Retrieves the long value of the given column at the current row
        -
        java.lang.ObjectgetObject(int columnIndex) -
        Returns an object representation of the value at the given column index
        -
        longgetRow() -
        Returns the current position of the cursor in the ResultSet object
        -
        longgetSize() -
        Returns the size of the ResultSetObject
        -
        java.lang.StringgetString(int columnIndex) -
        Retrieves the String value of the given column position at the current - row
        -
        java.lang.StringgetString(java.lang.String columnLabel) -
        Retrieves the String value of the given column at the current row
        -
        booleanisAvailable(java.lang.String location) -
        Returns if the result set can be loaded.
        -
        booleanisCurrent() -
        Returns if the current result set has been persisted.
        -
        booleanisPersisted() -
        Returns true if the Result Set has been persisted
        -
        booleanlast() -
        Moves the cursor to the last row in the ResultSet object
        -
        voidload(java.lang.String fileName) -
        Load the Result Set from the location specified
        -
        voidmerge() -
        Updates the current persisted state with any changes
        -
        booleannext() -
        Moves the cursor to the next row of the ResultSet object
        -
        voidpersist() -
        Persists the result set to the long term storage
        -
        voidpersist(java.lang.String fileName) -
        Persists the result set to the long term storage
        -
        booleanprevious() -
        Moves the cursor to the previous row in the ResultSet object
        -
        voidrefresh() -
        Refreshes the result set with the persisted state.
        -
        booleanrelative(long rows) -
        Moves the cursor a given number of rows forward
        -
        javax.json.JsonObjecttoJson() -
        Returns a JSONObject representation of the object.
        -
        javax.json.JsonObjecttoJson(int depth) -
        Returns a JSONObject representation of the object.
        -
        voidupdateBoolean(int columnIndex, - boolean value) -
        Updates the boolean value of the given column position at the current row
        -
        voidupdateBoolean(java.lang.String columnLabel, - boolean value) -
        Updates the boolean value of the given column at the current row
        -
        voidupdateByte(int columnIndex, - byte value) -
        Updates the byte value of the given column position at the current row
        -
        voidupdateByte(java.lang.String columnLabel, - byte value) -
        Updates the byte value of the given column at the current row
        -
        voidupdateDate(int columnIndex, - java.util.Date value) -
        Updates the Date value of the given column position at the current row
        -
        voidupdateDate(java.lang.String columnLabel, - java.util.Date value) -
        Updates the Date value of the given column at the current row
        -
        voidupdateDouble(int columnIndex, - double value) -
        Updates the double value of the given column position at the current row
        -
        voidupdateDouble(java.lang.String columnLabel, - double value) -
        Updates the double value of the given column at the current row
        -
        voidupdateFloat(int columnIndex, - float value) -
        Updates the float value of the given column position at the current row
        -
        voidupdateFloat(java.lang.String columnLabel, - float value) -
        Updates the float value of the given column at the current row
        -
        voidupdateInt(int columnIndex, - int value) -
        Updates the int value of the given column position at the current row
        -
        voidupdateInt(java.lang.String columnLabel, - int value) -
        Updates the int value of the given column at the current row
        -
        voidupdateLong(int columnIndex, - long value) -
        Updates the long value of the given column position at the current row
        -
        voidupdateLong(java.lang.String columnLabel, - long value) -
        Updates the long value of the given column at the current row
        -
        voidupdateObject(int columnIndex, - java.lang.Object obj) -
        Updates the column with an object representation of the value
        -
        voidupdateString(int columnIndex, - java.lang.String value) -
        Updates the String value of the given column position at the current row
        -
        voidupdateString(java.lang.String columnLabel, - java.lang.String value) -
        Updates the String value of the given column at the current row
        -
        - -
          -
        • - - -

          Methods inherited from class java.lang.Object

          -equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
        • -
        -
      • -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          FileResultSet

          -
          public FileResultSet()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          isAvailable

          -
          public boolean isAvailable(java.lang.String location)
          -
          Description copied from interface: Persistable
          -
          Returns if the result set can be loaded.
          -
          -
          Specified by:
          -
          isAvailable in interface Persistable
          -
          Parameters:
          -
          location - Location of the Result Set
          -
          Returns:
          -
          Available
          -
          -
        • -
        - - - - - - - - - - - - - - - -
          -
        • -

          absolute

          -
          public boolean absolute(long newRow)
          -                 throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Moves the cursor to the given row number in the ResultSet
          -
          -
          Specified by:
          -
          absolute in interface ResultSet
          -
          Overrides:
          -
          absolute in class ResultSetImpl
          -
          Parameters:
          -
          newRow - The row to move to
          -
          Returns:
          -
          true if the cursor moved successfully, false otherwise
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - - - - - - - - - -
          -
        • -

          first

          -
          public boolean first()
          -              throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Moves the cursor to the first row of the ResultSet object.
          -
          -
          Specified by:
          -
          first in interface ResultSet
          -
          Overrides:
          -
          first in class ResultSetImpl
          -
          Returns:
          -
          true if moved to the first row, false otherwise
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          last

          -
          public boolean last()
          -             throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Moves the cursor to the last row in the ResultSet object
          -
          -
          Specified by:
          -
          last in interface ResultSet
          -
          Overrides:
          -
          last in class ResultSetImpl
          -
          Returns:
          -
          true if the cursor moved to the new row
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          next

          -
          public boolean next()
          -             throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Moves the cursor to the next row of the ResultSet object
          -
          -
          Specified by:
          -
          next in interface ResultSet
          -
          Overrides:
          -
          next in class ResultSetImpl
          -
          Returns:
          -
          true if moved to the next row, false otherwise
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          relative

          -
          public boolean relative(long rows)
          -                 throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Moves the cursor a given number of rows forward
          -
          -
          Specified by:
          -
          relative in interface ResultSet
          -
          Overrides:
          -
          relative in class ResultSetImpl
          -
          Parameters:
          -
          rows - The number of rows to move forward
          -
          Returns:
          -
          true if the cursor moved to the new row
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          previous

          -
          public boolean previous()
          -                 throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Moves the cursor to the previous row in the ResultSet object
          -
          -
          Specified by:
          -
          previous in interface ResultSet
          -
          Overrides:
          -
          previous in class ResultSetImpl
          -
          Returns:
          -
          true if the cursor moved to the previous row, false otherwise
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getRow

          -
          public long getRow()
          -            throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Returns the current position of the cursor in the ResultSet object
          -
          -
          Specified by:
          -
          getRow in interface ResultSet
          -
          Overrides:
          -
          getRow in class ResultSetImpl
          -
          Returns:
          -
          The position of the cursor in the ResultSet object
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          persist

          -
          public void persist(java.lang.String fileName)
          -             throws PersistableException
          -
          Description copied from interface: Persistable
          -
          Persists the result set to the long term storage
          -
          -
          Specified by:
          -
          persist in interface Persistable
          -
          Parameters:
          -
          fileName - Location
          -
          Throws:
          -
          PersistableException - An error occur persisting the object
          -
          -
        • -
        - - - - - - - - - - - -
          -
        • -

          refresh

          -
          public void refresh()
          -             throws PersistableException
          -
          Description copied from interface: Persistable
          -
          Refreshes the result set with the persisted state. It will over ride any - entries that have not been merged.
          -
          -
          Specified by:
          -
          refresh in interface Persistable
          -
          Throws:
          -
          PersistableException - An error occur refreshing the object
          -
          -
        • -
        - - - -
          -
        • -

          isCurrent

          -
          public boolean isCurrent()
          -
          Description copied from interface: Persistable
          -
          Returns if the current result set has been persisted. - - True if no updates are pending for an update or persist False if an - update is pending
          -
          -
          Specified by:
          -
          isCurrent in interface Persistable
          -
          Returns:
          -
          Current state
          -
          -
        • -
        - - - -
          -
        • -

          isPersisted

          -
          public boolean isPersisted()
          -
          Description copied from interface: Persistable
          -
          Returns true if the Result Set has been persisted
          -
          -
          Specified by:
          -
          isPersisted in interface Persistable
          -
          Returns:
          -
          Persisted state
          -
          -
        • -
        - - - -
          -
        • -

          getBoolean

          -
          public boolean getBoolean(int columnIndex)
          -                   throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the boolean value of the given column position at the current - row
          -
          -
          Specified by:
          -
          getBoolean in interface ResultSet
          -
          Overrides:
          -
          getBoolean in class ResultSetImpl
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getBoolean

          -
          public boolean getBoolean(java.lang.String columnLabel)
          -                   throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the boolean value of the given column at the current row
          -
          -
          Specified by:
          -
          getBoolean in interface ResultSet
          -
          Overrides:
          -
          getBoolean in class ResultSetImpl
          -
          Parameters:
          -
          columnLabel - the name of the column to retrieve
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateBoolean

          -
          public void updateBoolean(int columnIndex,
          -                          boolean value)
          -                   throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the boolean value of the given column position at the current row
          -
          -
          Specified by:
          -
          updateBoolean in interface ResultSet
          -
          Overrides:
          -
          updateBoolean in class ResultSetImpl
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateBoolean

          -
          public void updateBoolean(java.lang.String columnLabel,
          -                          boolean value)
          -                   throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the boolean value of the given column at the current row
          -
          -
          Specified by:
          -
          updateBoolean in interface ResultSet
          -
          Overrides:
          -
          updateBoolean in class ResultSetImpl
          -
          Parameters:
          -
          columnLabel - the name of the column to set
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getByte

          -
          public byte getByte(int columnIndex)
          -             throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the byte value of the given column position at the current row
          -
          -
          Specified by:
          -
          getByte in interface ResultSet
          -
          Overrides:
          -
          getByte in class ResultSetImpl
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getByte

          -
          public byte getByte(java.lang.String columnLabel)
          -             throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the byte value of the given column at the current row
          -
          -
          Specified by:
          -
          getByte in interface ResultSet
          -
          Overrides:
          -
          getByte in class ResultSetImpl
          -
          Parameters:
          -
          columnLabel - the name of the column to retrieve
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateByte

          -
          public void updateByte(int columnIndex,
          -                       byte value)
          -                throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the byte value of the given column position at the current row
          -
          -
          Specified by:
          -
          updateByte in interface ResultSet
          -
          Overrides:
          -
          updateByte in class ResultSetImpl
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateByte

          -
          public void updateByte(java.lang.String columnLabel,
          -                       byte value)
          -                throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the byte value of the given column at the current row
          -
          -
          Specified by:
          -
          updateByte in interface ResultSet
          -
          Overrides:
          -
          updateByte in class ResultSetImpl
          -
          Parameters:
          -
          columnLabel - the name of the column to set
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getDate

          -
          public java.util.Date getDate(int columnIndex)
          -                       throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the Date value of the given column position at the current row
          -
          -
          Specified by:
          -
          getDate in interface ResultSet
          -
          Overrides:
          -
          getDate in class ResultSetImpl
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getDate

          -
          public java.util.Date getDate(java.lang.String columnLabel)
          -                       throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the Date value of the given column at the current row
          -
          -
          Specified by:
          -
          getDate in interface ResultSet
          -
          Overrides:
          -
          getDate in class ResultSetImpl
          -
          Parameters:
          -
          columnLabel - the name of the column to retrieve
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateDate

          -
          public void updateDate(int columnIndex,
          -                       java.util.Date value)
          -                throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the Date value of the given column position at the current row
          -
          -
          Specified by:
          -
          updateDate in interface ResultSet
          -
          Overrides:
          -
          updateDate in class ResultSetImpl
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateDate

          -
          public void updateDate(java.lang.String columnLabel,
          -                       java.util.Date value)
          -                throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the Date value of the given column at the current row
          -
          -
          Specified by:
          -
          updateDate in interface ResultSet
          -
          Overrides:
          -
          updateDate in class ResultSetImpl
          -
          Parameters:
          -
          columnLabel - the name of the column to set
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getDouble

          -
          public double getDouble(int columnIndex)
          -                 throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the double value of the given column position at the current - row
          -
          -
          Specified by:
          -
          getDouble in interface ResultSet
          -
          Overrides:
          -
          getDouble in class ResultSetImpl
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getDouble

          -
          public double getDouble(java.lang.String columnLabel)
          -                 throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the double value of the given column at the current row
          -
          -
          Specified by:
          -
          getDouble in interface ResultSet
          -
          Overrides:
          -
          getDouble in class ResultSetImpl
          -
          Parameters:
          -
          columnLabel - the name of the column to retrieve
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateDouble

          -
          public void updateDouble(int columnIndex,
          -                         double value)
          -                  throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the double value of the given column position at the current row
          -
          -
          Specified by:
          -
          updateDouble in interface ResultSet
          -
          Overrides:
          -
          updateDouble in class ResultSetImpl
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateDouble

          -
          public void updateDouble(java.lang.String columnLabel,
          -                         double value)
          -                  throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the double value of the given column at the current row
          -
          -
          Specified by:
          -
          updateDouble in interface ResultSet
          -
          Overrides:
          -
          updateDouble in class ResultSetImpl
          -
          Parameters:
          -
          columnLabel - the name of the column to set
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getFloat

          -
          public float getFloat(int columnIndex)
          -               throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the float value of the given column position at the current row
          -
          -
          Specified by:
          -
          getFloat in interface ResultSet
          -
          Overrides:
          -
          getFloat in class ResultSetImpl
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getFloat

          -
          public float getFloat(java.lang.String columnLabel)
          -               throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the float value of the given column at the current row
          -
          -
          Specified by:
          -
          getFloat in interface ResultSet
          -
          Overrides:
          -
          getFloat in class ResultSetImpl
          -
          Parameters:
          -
          columnLabel - the name of the column to retrieve
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateFloat

          -
          public void updateFloat(int columnIndex,
          -                        float value)
          -                 throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the float value of the given column position at the current row
          -
          -
          Specified by:
          -
          updateFloat in interface ResultSet
          -
          Overrides:
          -
          updateFloat in class ResultSetImpl
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateFloat

          -
          public void updateFloat(java.lang.String columnLabel,
          -                        float value)
          -                 throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the float value of the given column at the current row
          -
          -
          Specified by:
          -
          updateFloat in interface ResultSet
          -
          Overrides:
          -
          updateFloat in class ResultSetImpl
          -
          Parameters:
          -
          columnLabel - the name of the column to set
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getInt

          -
          public int getInt(int columnIndex)
          -           throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the int value of the given column position at the current row
          -
          -
          Specified by:
          -
          getInt in interface ResultSet
          -
          Overrides:
          -
          getInt in class ResultSetImpl
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getInt

          -
          public int getInt(java.lang.String columnLabel)
          -           throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the int value of the given column at the current row
          -
          -
          Specified by:
          -
          getInt in interface ResultSet
          -
          Overrides:
          -
          getInt in class ResultSetImpl
          -
          Parameters:
          -
          columnLabel - the name of the column to retrieve
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateInt

          -
          public void updateInt(int columnIndex,
          -                      int value)
          -               throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the int value of the given column position at the current row
          -
          -
          Specified by:
          -
          updateInt in interface ResultSet
          -
          Overrides:
          -
          updateInt in class ResultSetImpl
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateInt

          -
          public void updateInt(java.lang.String columnLabel,
          -                      int value)
          -               throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the int value of the given column at the current row
          -
          -
          Specified by:
          -
          updateInt in interface ResultSet
          -
          Overrides:
          -
          updateInt in class ResultSetImpl
          -
          Parameters:
          -
          columnLabel - the name of the column to set
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getLong

          -
          public long getLong(int columnIndex)
          -             throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the long value of the given column position at the current row
          -
          -
          Specified by:
          -
          getLong in interface ResultSet
          -
          Overrides:
          -
          getLong in class ResultSetImpl
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getLong

          -
          public long getLong(java.lang.String columnLabel)
          -             throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the long value of the given column at the current row
          -
          -
          Specified by:
          -
          getLong in interface ResultSet
          -
          Overrides:
          -
          getLong in class ResultSetImpl
          -
          Parameters:
          -
          columnLabel - the name of the column to retrieve
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateLong

          -
          public void updateLong(int columnIndex,
          -                       long value)
          -                throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the long value of the given column position at the current row
          -
          -
          Specified by:
          -
          updateLong in interface ResultSet
          -
          Overrides:
          -
          updateLong in class ResultSetImpl
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateLong

          -
          public void updateLong(java.lang.String columnLabel,
          -                       long value)
          -                throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the long value of the given column at the current row
          -
          -
          Specified by:
          -
          updateLong in interface ResultSet
          -
          Overrides:
          -
          updateLong in class ResultSetImpl
          -
          Parameters:
          -
          columnLabel - the name of the column to set
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getString

          -
          public java.lang.String getString(int columnIndex)
          -                           throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the String value of the given column position at the current - row
          -
          -
          Specified by:
          -
          getString in interface ResultSet
          -
          Overrides:
          -
          getString in class ResultSetImpl
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getString

          -
          public java.lang.String getString(java.lang.String columnLabel)
          -                           throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the String value of the given column at the current row
          -
          -
          Specified by:
          -
          getString in interface ResultSet
          -
          Overrides:
          -
          getString in class ResultSetImpl
          -
          Parameters:
          -
          columnLabel - the name of the column to retrieve
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateString

          -
          public void updateString(int columnIndex,
          -                         java.lang.String value)
          -                  throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the String value of the given column position at the current row
          -
          -
          Specified by:
          -
          updateString in interface ResultSet
          -
          Overrides:
          -
          updateString in class ResultSetImpl
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateString

          -
          public void updateString(java.lang.String columnLabel,
          -                         java.lang.String value)
          -                  throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the String value of the given column at the current row
          -
          -
          Specified by:
          -
          updateString in interface ResultSet
          -
          Overrides:
          -
          updateString in class ResultSetImpl
          -
          Parameters:
          -
          columnLabel - the name of the column to set
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getObject

          -
          public java.lang.Object getObject(int columnIndex)
          -                           throws ResultSetException
          -
          Description copied from interface: Joinable
          -
          Returns an object representation of the value at the given column index
          -
          -
          Specified by:
          -
          getObject in interface Joinable
          -
          Overrides:
          -
          getObject in class ResultSetImpl
          -
          Parameters:
          -
          columnIndex - The column starting at position 0
          -
          Returns:
          -
          The column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateObject

          -
          public void updateObject(int columnIndex,
          -                         java.lang.Object obj)
          -                  throws ResultSetException
          -
          Description copied from interface: Joinable
          -
          Updates the column with an object representation of the value
          -
          -
          Specified by:
          -
          updateObject in interface Joinable
          -
          Overrides:
          -
          updateObject in class ResultSetImpl
          -
          Parameters:
          -
          columnIndex - The column starting at position 0
          -
          obj - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          toJson

          -
          public javax.json.JsonObject toJson()
          -
          Returns a JSONObject representation of the object. This returns only the - attributes associated with this object and not their representation. - - This is equivalent of toJson(1);
          -
          -
          Returns:
          -
          JSON Representation
          -
          -
        • -
        - - - -
          -
        • -

          toJson

          -
          public javax.json.JsonObject toJson(int depth)
          -
          Returns a JSONObject representation of the object. This returns only the - attributes associated with this object and not their representation.
          -
          -
          Parameters:
          -
          depth - Depth to travel
          -
          Returns:
          -
          JSON Representation
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/Joinable.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/Joinable.html deleted file mode 100644 index 0eaf05b..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/Joinable.html +++ /dev/null @@ -1,502 +0,0 @@ - - - - - -Joinable - - - - - - - - - - - - -
    -
    edu.harvard.hms.dbmi.bd2k.irct.model.result
    -

    Interface Joinable

    -
    -
    -
    -
      -
    • -
      -
      All Known Implementing Classes:
      -
      FileResultSet, MemoryResultSet, ResultSetImpl
      -
      -
      -
      -
      public interface Joinable
      -
      The Joinable interface provides a means for different ResultSets to be - combined. Different types of Joins can implement this interface which - provides the basis for setting the columns that will be joined upon.
      -
      -
      Version:
      -
      1.0
      -
      Author:
      -
      Jeremy R. Easton-Marks
      -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Method Summary

        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        All Methods Instance Methods Abstract Methods 
        Modifier and TypeMethod and Description
        int[]getMatchColumnIndexes() -
        Gets the indexes of the columns that are to be matched
        -
        java.lang.String[]getMatchColumnNames() -
        Gets the names of the columns that are to be matched
        -
        java.lang.ObjectgetObject(int columnIndex) -
        Returns an object representation of the value at the given column index
        -
        voidsetMatchColumn(int columnIndex) -
        Sets the designated column index to be joined on
        -
        voidsetMatchColumn(int[] columnIndexes) -
        Sets the designated columns by index to be joined on
        -
        voidsetMatchColumn(java.lang.String columnLabel) -
        Sets the designated column label to be joined on
        -
        voidsetMatchColumns(java.lang.String[] columnLabels) -
        Sets the designated columns by label to be joined on
        -
        voidunsetMatchColumn(int columnIndex) -
        Unsets the given column as a joining column
        -
        voidunsetMatchColumn(int[] columnIndexes) -
        Unsets the given columns as a joining column
        -
        voidunsetMatchColumn(java.lang.String columnLabel) -
        Unsets the given column as a joining column
        -
        voidunsetMatchColumn(java.lang.String[] columnLabels) -
        Unsets the given columns as a joining column
        -
        voidupdateObject(int columnIndex, - java.lang.Object obj) -
        Updates the column with an object representation of the value
        -
        -
      • -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          getObject

          -
          java.lang.Object getObject(int columnIndex)
          -                    throws ResultSetException
          -
          Returns an object representation of the value at the given column index
          -
          -
          Parameters:
          -
          columnIndex - The column starting at position 0
          -
          Returns:
          -
          The column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateObject

          -
          void updateObject(int columnIndex,
          -                  java.lang.Object obj)
          -           throws ResultSetException
          -
          Updates the column with an object representation of the value
          -
          -
          Parameters:
          -
          columnIndex - The column starting at position 0
          -
          obj - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getMatchColumnIndexes

          -
          int[] getMatchColumnIndexes()
          -                     throws ResultSetException
          -
          Gets the indexes of the columns that are to be matched
          -
          -
          Returns:
          -
          an int array of column indexes that are set as matched columns
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getMatchColumnNames

          -
          java.lang.String[] getMatchColumnNames()
          -                                throws ResultSetException
          -
          Gets the names of the columns that are to be matched
          -
          -
          Returns:
          -
          a string array of column indexes that are set as matched columns
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          setMatchColumn

          -
          void setMatchColumn(int columnIndex)
          -             throws ResultSetException
          -
          Sets the designated column index to be joined on
          -
          -
          Parameters:
          -
          columnIndex - the column index to join on
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          setMatchColumn

          -
          void setMatchColumn(int[] columnIndexes)
          -             throws ResultSetException
          -
          Sets the designated columns by index to be joined on
          -
          -
          Parameters:
          -
          columnIndexes - the column indexes to join on
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          setMatchColumn

          -
          void setMatchColumn(java.lang.String columnLabel)
          -             throws ResultSetException
          -
          Sets the designated column label to be joined on
          -
          -
          Parameters:
          -
          columnLabel - the column index to join on
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          setMatchColumns

          -
          void setMatchColumns(java.lang.String[] columnLabels)
          -              throws ResultSetException
          -
          Sets the designated columns by label to be joined on
          -
          -
          Parameters:
          -
          columnLabels - the column labels to join on
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          unsetMatchColumn

          -
          void unsetMatchColumn(int columnIndex)
          -               throws ResultSetException
          -
          Unsets the given column as a joining column
          -
          -
          Parameters:
          -
          columnIndex - the index of the column to no longer match on
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          unsetMatchColumn

          -
          void unsetMatchColumn(int[] columnIndexes)
          -               throws ResultSetException
          -
          Unsets the given columns as a joining column
          -
          -
          Parameters:
          -
          columnIndexes - the indexes of the column to no longer match on
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          unsetMatchColumn

          -
          void unsetMatchColumn(java.lang.String columnLabel)
          -               throws ResultSetException
          -
          Unsets the given column as a joining column
          -
          -
          Parameters:
          -
          columnLabel - the label of the column to no longer match on
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          unsetMatchColumn

          -
          void unsetMatchColumn(java.lang.String[] columnLabels)
          -               throws ResultSetException
          -
          Unsets the given columns as a joining column
          -
          -
          Parameters:
          -
          columnLabels - the index of the column to no longer match on
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/MemoryResultSet.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/MemoryResultSet.html deleted file mode 100644 index 85d90bb..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/MemoryResultSet.html +++ /dev/null @@ -1,1372 +0,0 @@ - - - - - -MemoryResultSet - - - - - - - - - - - - -
    -
    edu.harvard.hms.dbmi.bd2k.irct.model.result
    -

    Class MemoryResultSet

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Joinable, ResultSet
      -
      -
      -
      -
      public class MemoryResultSet
      -extends ResultSetImpl
      -
      The memory ResultSet stores a result set in JVM memory. It is a fast - implementation that provides a way to handle small data sets.
      -
      -
      Author:
      -
      Jeremy R. Easton-Marks
      -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Summary

        - - - - - - - - -
        Constructors 
        Constructor and Description
        MemoryResultSet() 
        -
      • -
      - -
        -
      • - - -

        Method Summary

        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        All Methods Instance Methods Concrete Methods 
        Modifier and TypeMethod and Description
        voidappendRow() -
        Adds a new row to the memory result set
        -
        booleangetBoolean(int columnIndex) -
        Retrieves the boolean value of the given column position at the current - row
        -
        booleangetBoolean(java.lang.String columnLabel) -
        Retrieves the boolean value of the given column at the current row
        -
        bytegetByte(int columnIndex) -
        Retrieves the byte value of the given column position at the current row
        -
        bytegetByte(java.lang.String columnLabel) -
        Retrieves the byte value of the given column at the current row
        -
        java.util.DategetDate(int columnIndex) -
        Retrieves the Date value of the given column position at the current row
        -
        java.util.DategetDate(java.lang.String columnLabel) -
        Retrieves the Date value of the given column at the current row
        -
        doublegetDouble(int columnIndex) -
        Retrieves the double value of the given column position at the current - row
        -
        doublegetDouble(java.lang.String columnLabel) -
        Retrieves the double value of the given column at the current row
        -
        floatgetFloat(int columnIndex) -
        Retrieves the float value of the given column position at the current row
        -
        floatgetFloat(java.lang.String columnLabel) -
        Retrieves the float value of the given column at the current row
        -
        intgetInt(int columnIndex) -
        Retrieves the int value of the given column position at the current row
        -
        intgetInt(java.lang.String columnLabel) -
        Retrieves the int value of the given column at the current row
        -
        longgetLong(int columnIndex) -
        Retrieves the long value of the given column position at the current row
        -
        longgetLong(java.lang.String columnLabel) -
        Retrieves the long value of the given column at the current row
        -
        java.lang.ObjectgetObject(int columnIndex) -
        Returns an object representation of the value at the given column index
        -
        longgetSize() -
        Returns the size of the ResultSetObject
        -
        java.lang.StringgetString(int columnIndex) -
        Retrieves the String value of the given column position at the current - row
        -
        java.lang.StringgetString(java.lang.String columnLabel) -
        Retrieves the String value of the given column at the current row
        -
        voidupdateBoolean(int columnIndex, - boolean value) -
        Updates the boolean value of the given column position at the current row
        -
        voidupdateBoolean(java.lang.String columnLabel, - boolean value) -
        Updates the boolean value of the given column at the current row
        -
        voidupdateByte(int columnIndex, - byte value) -
        Updates the byte value of the given column position at the current row
        -
        voidupdateByte(java.lang.String columnLabel, - byte value) -
        Updates the byte value of the given column at the current row
        -
        voidupdateDate(int columnIndex, - java.util.Date value) -
        Updates the Date value of the given column position at the current row
        -
        voidupdateDate(java.lang.String columnLabel, - java.util.Date value) -
        Updates the Date value of the given column at the current row
        -
        voidupdateDouble(int columnIndex, - double value) -
        Updates the double value of the given column position at the current row
        -
        voidupdateDouble(java.lang.String columnLabel, - double value) -
        Updates the double value of the given column at the current row
        -
        voidupdateFloat(int columnIndex, - float value) -
        Updates the float value of the given column position at the current row
        -
        voidupdateFloat(java.lang.String columnLabel, - float value) -
        Updates the float value of the given column at the current row
        -
        voidupdateInt(int columnIndex, - int value) -
        Updates the int value of the given column position at the current row
        -
        voidupdateInt(java.lang.String columnLabel, - int value) -
        Updates the int value of the given column at the current row
        -
        voidupdateLong(int columnIndex, - long value) -
        Updates the long value of the given column position at the current row
        -
        voidupdateLong(java.lang.String columnLabel, - long value) -
        Updates the long value of the given column at the current row
        -
        voidupdateObject(int columnIndex, - java.lang.Object obj) -
        Updates the column with an object representation of the value
        -
        voidupdateString(int columnIndex, - java.lang.String value) -
        Updates the String value of the given column position at the current row
        -
        voidupdateString(java.lang.String columnLabel, - java.lang.String value) -
        Updates the String value of the given column at the current row
        -
        - -
          -
        • - - -

          Methods inherited from class java.lang.Object

          -equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
        • -
        -
      • -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          MemoryResultSet

          -
          public MemoryResultSet()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - - - - - - - - - -
          -
        • -

          getBoolean

          -
          public boolean getBoolean(int columnIndex)
          -                   throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the boolean value of the given column position at the current - row
          -
          -
          Specified by:
          -
          getBoolean in interface ResultSet
          -
          Overrides:
          -
          getBoolean in class ResultSetImpl
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getBoolean

          -
          public boolean getBoolean(java.lang.String columnLabel)
          -                   throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the boolean value of the given column at the current row
          -
          -
          Specified by:
          -
          getBoolean in interface ResultSet
          -
          Overrides:
          -
          getBoolean in class ResultSetImpl
          -
          Parameters:
          -
          columnLabel - the name of the column to retrieve
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateBoolean

          -
          public void updateBoolean(int columnIndex,
          -                          boolean value)
          -                   throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the boolean value of the given column position at the current row
          -
          -
          Specified by:
          -
          updateBoolean in interface ResultSet
          -
          Overrides:
          -
          updateBoolean in class ResultSetImpl
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateBoolean

          -
          public void updateBoolean(java.lang.String columnLabel,
          -                          boolean value)
          -                   throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the boolean value of the given column at the current row
          -
          -
          Specified by:
          -
          updateBoolean in interface ResultSet
          -
          Overrides:
          -
          updateBoolean in class ResultSetImpl
          -
          Parameters:
          -
          columnLabel - the name of the column to set
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getByte

          -
          public byte getByte(int columnIndex)
          -             throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the byte value of the given column position at the current row
          -
          -
          Specified by:
          -
          getByte in interface ResultSet
          -
          Overrides:
          -
          getByte in class ResultSetImpl
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getByte

          -
          public byte getByte(java.lang.String columnLabel)
          -             throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the byte value of the given column at the current row
          -
          -
          Specified by:
          -
          getByte in interface ResultSet
          -
          Overrides:
          -
          getByte in class ResultSetImpl
          -
          Parameters:
          -
          columnLabel - the name of the column to retrieve
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateByte

          -
          public void updateByte(int columnIndex,
          -                       byte value)
          -                throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the byte value of the given column position at the current row
          -
          -
          Specified by:
          -
          updateByte in interface ResultSet
          -
          Overrides:
          -
          updateByte in class ResultSetImpl
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateByte

          -
          public void updateByte(java.lang.String columnLabel,
          -                       byte value)
          -                throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the byte value of the given column at the current row
          -
          -
          Specified by:
          -
          updateByte in interface ResultSet
          -
          Overrides:
          -
          updateByte in class ResultSetImpl
          -
          Parameters:
          -
          columnLabel - the name of the column to set
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getDate

          -
          public java.util.Date getDate(int columnIndex)
          -                       throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the Date value of the given column position at the current row
          -
          -
          Specified by:
          -
          getDate in interface ResultSet
          -
          Overrides:
          -
          getDate in class ResultSetImpl
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getDate

          -
          public java.util.Date getDate(java.lang.String columnLabel)
          -                       throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the Date value of the given column at the current row
          -
          -
          Specified by:
          -
          getDate in interface ResultSet
          -
          Overrides:
          -
          getDate in class ResultSetImpl
          -
          Parameters:
          -
          columnLabel - the name of the column to retrieve
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateDate

          -
          public void updateDate(int columnIndex,
          -                       java.util.Date value)
          -                throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the Date value of the given column position at the current row
          -
          -
          Specified by:
          -
          updateDate in interface ResultSet
          -
          Overrides:
          -
          updateDate in class ResultSetImpl
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateDate

          -
          public void updateDate(java.lang.String columnLabel,
          -                       java.util.Date value)
          -                throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the Date value of the given column at the current row
          -
          -
          Specified by:
          -
          updateDate in interface ResultSet
          -
          Overrides:
          -
          updateDate in class ResultSetImpl
          -
          Parameters:
          -
          columnLabel - the name of the column to set
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getDouble

          -
          public double getDouble(int columnIndex)
          -                 throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the double value of the given column position at the current - row
          -
          -
          Specified by:
          -
          getDouble in interface ResultSet
          -
          Overrides:
          -
          getDouble in class ResultSetImpl
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getDouble

          -
          public double getDouble(java.lang.String columnLabel)
          -                 throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the double value of the given column at the current row
          -
          -
          Specified by:
          -
          getDouble in interface ResultSet
          -
          Overrides:
          -
          getDouble in class ResultSetImpl
          -
          Parameters:
          -
          columnLabel - the name of the column to retrieve
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateDouble

          -
          public void updateDouble(int columnIndex,
          -                         double value)
          -                  throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the double value of the given column position at the current row
          -
          -
          Specified by:
          -
          updateDouble in interface ResultSet
          -
          Overrides:
          -
          updateDouble in class ResultSetImpl
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateDouble

          -
          public void updateDouble(java.lang.String columnLabel,
          -                         double value)
          -                  throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the double value of the given column at the current row
          -
          -
          Specified by:
          -
          updateDouble in interface ResultSet
          -
          Overrides:
          -
          updateDouble in class ResultSetImpl
          -
          Parameters:
          -
          columnLabel - the name of the column to set
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getFloat

          -
          public float getFloat(int columnIndex)
          -               throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the float value of the given column position at the current row
          -
          -
          Specified by:
          -
          getFloat in interface ResultSet
          -
          Overrides:
          -
          getFloat in class ResultSetImpl
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getFloat

          -
          public float getFloat(java.lang.String columnLabel)
          -               throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the float value of the given column at the current row
          -
          -
          Specified by:
          -
          getFloat in interface ResultSet
          -
          Overrides:
          -
          getFloat in class ResultSetImpl
          -
          Parameters:
          -
          columnLabel - the name of the column to retrieve
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateFloat

          -
          public void updateFloat(int columnIndex,
          -                        float value)
          -                 throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the float value of the given column position at the current row
          -
          -
          Specified by:
          -
          updateFloat in interface ResultSet
          -
          Overrides:
          -
          updateFloat in class ResultSetImpl
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateFloat

          -
          public void updateFloat(java.lang.String columnLabel,
          -                        float value)
          -                 throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the float value of the given column at the current row
          -
          -
          Specified by:
          -
          updateFloat in interface ResultSet
          -
          Overrides:
          -
          updateFloat in class ResultSetImpl
          -
          Parameters:
          -
          columnLabel - the name of the column to set
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getInt

          -
          public int getInt(int columnIndex)
          -           throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the int value of the given column position at the current row
          -
          -
          Specified by:
          -
          getInt in interface ResultSet
          -
          Overrides:
          -
          getInt in class ResultSetImpl
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getInt

          -
          public int getInt(java.lang.String columnLabel)
          -           throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the int value of the given column at the current row
          -
          -
          Specified by:
          -
          getInt in interface ResultSet
          -
          Overrides:
          -
          getInt in class ResultSetImpl
          -
          Parameters:
          -
          columnLabel - the name of the column to retrieve
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateInt

          -
          public void updateInt(int columnIndex,
          -                      int value)
          -               throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the int value of the given column position at the current row
          -
          -
          Specified by:
          -
          updateInt in interface ResultSet
          -
          Overrides:
          -
          updateInt in class ResultSetImpl
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateInt

          -
          public void updateInt(java.lang.String columnLabel,
          -                      int value)
          -               throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the int value of the given column at the current row
          -
          -
          Specified by:
          -
          updateInt in interface ResultSet
          -
          Overrides:
          -
          updateInt in class ResultSetImpl
          -
          Parameters:
          -
          columnLabel - the name of the column to set
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getLong

          -
          public long getLong(int columnIndex)
          -             throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the long value of the given column position at the current row
          -
          -
          Specified by:
          -
          getLong in interface ResultSet
          -
          Overrides:
          -
          getLong in class ResultSetImpl
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getLong

          -
          public long getLong(java.lang.String columnLabel)
          -             throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the long value of the given column at the current row
          -
          -
          Specified by:
          -
          getLong in interface ResultSet
          -
          Overrides:
          -
          getLong in class ResultSetImpl
          -
          Parameters:
          -
          columnLabel - the name of the column to retrieve
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateLong

          -
          public void updateLong(int columnIndex,
          -                       long value)
          -                throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the long value of the given column position at the current row
          -
          -
          Specified by:
          -
          updateLong in interface ResultSet
          -
          Overrides:
          -
          updateLong in class ResultSetImpl
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateLong

          -
          public void updateLong(java.lang.String columnLabel,
          -                       long value)
          -                throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the long value of the given column at the current row
          -
          -
          Specified by:
          -
          updateLong in interface ResultSet
          -
          Overrides:
          -
          updateLong in class ResultSetImpl
          -
          Parameters:
          -
          columnLabel - the name of the column to set
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getString

          -
          public java.lang.String getString(int columnIndex)
          -                           throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the String value of the given column position at the current - row
          -
          -
          Specified by:
          -
          getString in interface ResultSet
          -
          Overrides:
          -
          getString in class ResultSetImpl
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getString

          -
          public java.lang.String getString(java.lang.String columnLabel)
          -                           throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the String value of the given column at the current row
          -
          -
          Specified by:
          -
          getString in interface ResultSet
          -
          Overrides:
          -
          getString in class ResultSetImpl
          -
          Parameters:
          -
          columnLabel - the name of the column to retrieve
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateString

          -
          public void updateString(int columnIndex,
          -                         java.lang.String value)
          -                  throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the String value of the given column position at the current row
          -
          -
          Specified by:
          -
          updateString in interface ResultSet
          -
          Overrides:
          -
          updateString in class ResultSetImpl
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateString

          -
          public void updateString(java.lang.String columnLabel,
          -                         java.lang.String value)
          -                  throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the String value of the given column at the current row
          -
          -
          Specified by:
          -
          updateString in interface ResultSet
          -
          Overrides:
          -
          updateString in class ResultSetImpl
          -
          Parameters:
          -
          columnLabel - the name of the column to set
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getObject

          -
          public java.lang.Object getObject(int columnIndex)
          -                           throws ResultSetException
          -
          Description copied from interface: Joinable
          -
          Returns an object representation of the value at the given column index
          -
          -
          Specified by:
          -
          getObject in interface Joinable
          -
          Overrides:
          -
          getObject in class ResultSetImpl
          -
          Parameters:
          -
          columnIndex - The column starting at position 0
          -
          Returns:
          -
          The column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateObject

          -
          public void updateObject(int columnIndex,
          -                         java.lang.Object obj)
          -                  throws ResultSetException
          -
          Description copied from interface: Joinable
          -
          Updates the column with an object representation of the value
          -
          -
          Specified by:
          -
          updateObject in interface Joinable
          -
          Overrides:
          -
          updateObject in class ResultSetImpl
          -
          Parameters:
          -
          columnIndex - The column starting at position 0
          -
          obj - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/Persistable.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/Persistable.html index a99f6a6..a92ca7d 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/Persistable.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/Persistable.html @@ -2,9 +2,9 @@ - + Persistable - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/Result.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/Result.html index ed9aee7..2b7099a 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/Result.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/Result.html @@ -2,9 +2,9 @@ - + Result - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/ResultDataType.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/ResultDataType.html index fa24341..7e3ad06 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/ResultDataType.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/ResultDataType.html @@ -2,9 +2,9 @@ - + ResultDataType - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/ResultSet.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/ResultSet.html deleted file mode 100644 index f5a2162..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/ResultSet.html +++ /dev/null @@ -1,1455 +0,0 @@ - - - - - -ResultSet - - - - - - - - - - - - -
    -
    edu.harvard.hms.dbmi.bd2k.irct.model.result
    -

    Interface ResultSet

    -
    -
    -
    -
      -
    • -
      -
      All Known Implementing Classes:
      -
      FileResultSet, MemoryResultSet, ResultSetImpl
      -
      -
      -
      -
      public interface ResultSet
      -
      Provides an interface that all result sets are to implement. It is based on - the Java ResultSet classes but provides more customizable features.
      -
      -
      Author:
      -
      Jeremy R. Easton-Marks
      -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Method Summary

        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        All Methods Instance Methods Abstract Methods 
        Modifier and TypeMethod and Description
        booleanabsolute(long row) -
        Moves the cursor to the given row number in the ResultSet
        -
        voidafterLast() -
        Moves the cursor to the end of the ResultSet, after the last row.
        -
        voidbeforeFirst() -
        Moves the cursor to the beginning of the ResultSet object, before the - first row.
        -
        voidclose() -
        Releases the connection to the datasource
        -
        intfindColumn(java.lang.String columnLabel) -
        Returns the position of the given column in the ResultSet object
        -
        booleanfirst() -
        Moves the cursor to the first row of the ResultSet object.
        -
        booleangetBoolean(int columnIndex) -
        Retrieves the boolean value of the given column position at the current - row
        -
        booleangetBoolean(java.lang.String columnLabel) -
        Retrieves the boolean value of the given column at the current row
        -
        bytegetByte(int columnIndex) -
        Retrieves the byte value of the given column position at the current row
        -
        bytegetByte(java.lang.String columnLabel) -
        Retrieves the byte value of the given column at the current row
        -
        ColumngetColumn(int columnIndex) -
        Gets the column associated with the columnIndex
        -
        Column[]getColumns() -
        Returns an array of columns associated with the result set
        -
        intgetColumnSize() -
        Returns the column size
        -
        java.util.DategetDate(int columnIndex) -
        Retrieves the Date value of the given column position at the current row
        -
        java.util.DategetDate(java.lang.String columnLabel) -
        Retrieves the Date value of the given column at the current row
        -
        doublegetDouble(int columnIndex) -
        Retrieves the double value of the given column position at the current - row
        -
        doublegetDouble(java.lang.String columnLabel) -
        Retrieves the double value of the given column at the current row
        -
        floatgetFloat(int columnIndex) -
        Retrieves the float value of the given column position at the current row
        -
        floatgetFloat(java.lang.String columnLabel) -
        Retrieves the float value of the given column at the current row
        -
        intgetInt(int columnIndex) -
        Retrieves the int value of the given column position at the current row
        -
        intgetInt(java.lang.String columnLabel) -
        Retrieves the int value of the given column at the current row
        -
        longgetLong(int columnIndex) -
        Retrieves the long value of the given column position at the current row
        -
        longgetLong(java.lang.String columnLabel) -
        Retrieves the long value of the given column at the current row
        -
        longgetRow() -
        Returns the current position of the cursor in the ResultSet object
        -
        longgetSize() -
        Returns the size of the ResultSetObject
        -
        java.lang.StringgetString(int columnIndex) -
        Retrieves the String value of the given column position at the current - row
        -
        java.lang.StringgetString(java.lang.String columnLabel) -
        Retrieves the String value of the given column at the current row
        -
        booleanisClosed() -
        Returns the status of the connection to the datasource
        -
        booleanisFirst() -
        Retrieves if the cursor is on the first row in the ResultSet object
        -
        booleanisLast() -
        Retrieves if the cursor is on the last row in the ResultSet object
        -
        booleanlast() -
        Moves the cursor to the last row in the ResultSet object
        -
        booleannext() -
        Moves the cursor to the next row of the ResultSet object
        -
        booleanprevious() -
        Moves the cursor to the previous row in the ResultSet object
        -
        booleanrelative(long rows) -
        Moves the cursor a given number of rows forward
        -
        voidupdateBoolean(int columnIndex, - boolean value) -
        Updates the boolean value of the given column position at the current row
        -
        voidupdateBoolean(java.lang.String columnLabel, - boolean value) -
        Updates the boolean value of the given column at the current row
        -
        voidupdateByte(int columnIndex, - byte value) -
        Updates the byte value of the given column position at the current row
        -
        voidupdateByte(java.lang.String columnLabel, - byte value) -
        Updates the byte value of the given column at the current row
        -
        voidupdateDate(int columnIndex, - java.util.Date value) -
        Updates the Date value of the given column position at the current row
        -
        voidupdateDate(java.lang.String columnLabel, - java.util.Date value) -
        Updates the Date value of the given column at the current row
        -
        voidupdateDouble(int columnIndex, - double value) -
        Updates the double value of the given column position at the current row
        -
        voidupdateDouble(java.lang.String columnLabel, - double value) -
        Updates the double value of the given column at the current row
        -
        voidupdateFloat(int columnIndex, - float value) -
        Updates the float value of the given column position at the current row
        -
        voidupdateFloat(java.lang.String columnLabel, - float value) -
        Updates the float value of the given column at the current row
        -
        voidupdateInt(int columnIndex, - int value) -
        Updates the int value of the given column position at the current row
        -
        voidupdateInt(java.lang.String columnLabel, - int value) -
        Updates the int value of the given column at the current row
        -
        voidupdateLong(int columnIndex, - long value) -
        Updates the long value of the given column position at the current row
        -
        voidupdateLong(java.lang.String columnLabel, - long value) -
        Updates the long value of the given column at the current row
        -
        voidupdateString(int columnIndex, - java.lang.String value) -
        Updates the String value of the given column position at the current row
        -
        voidupdateString(java.lang.String columnLabel, - java.lang.String value) -
        Updates the String value of the given column at the current row
        -
        -
      • -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Method Detail

        - - - - - - - -
          -
        • -

          isClosed

          -
          boolean isClosed()
          -
          Returns the status of the connection to the datasource
          -
          -
          Returns:
          -
          true if closed
          -
          -
        • -
        - - - -
          -
        • -

          absolute

          -
          boolean absolute(long row)
          -          throws ResultSetException
          -
          Moves the cursor to the given row number in the ResultSet
          -
          -
          Parameters:
          -
          row - The row to move to
          -
          Returns:
          -
          true if the cursor moved successfully, false otherwise
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          afterLast

          -
          void afterLast()
          -        throws ResultSetException
          -
          Moves the cursor to the end of the ResultSet, after the last row.
          -
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          beforeFirst

          -
          void beforeFirst()
          -          throws ResultSetException
          -
          Moves the cursor to the beginning of the ResultSet object, before the - first row.
          -
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          first

          -
          boolean first()
          -       throws ResultSetException
          -
          Moves the cursor to the first row of the ResultSet object.
          -
          -
          Returns:
          -
          true if moved to the first row, false otherwise
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          next

          -
          boolean next()
          -      throws ResultSetException
          -
          Moves the cursor to the next row of the ResultSet object
          -
          -
          Returns:
          -
          true if moved to the next row, false otherwise
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          relative

          -
          boolean relative(long rows)
          -          throws ResultSetException
          -
          Moves the cursor a given number of rows forward
          -
          -
          Parameters:
          -
          rows - The number of rows to move forward
          -
          Returns:
          -
          true if the cursor moved to the new row
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          previous

          -
          boolean previous()
          -          throws ResultSetException
          -
          Moves the cursor to the previous row in the ResultSet object
          -
          -
          Returns:
          -
          true if the cursor moved to the previous row, false otherwise
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          last

          -
          boolean last()
          -      throws ResultSetException
          -
          Moves the cursor to the last row in the ResultSet object
          -
          -
          Returns:
          -
          true if the cursor moved to the new row
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          isFirst

          -
          boolean isFirst()
          -         throws ResultSetException
          -
          Retrieves if the cursor is on the first row in the ResultSet object
          -
          -
          Returns:
          -
          true if the cursor is on the first row; false otherwise
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          isLast

          -
          boolean isLast()
          -        throws ResultSetException
          -
          Retrieves if the cursor is on the last row in the ResultSet object
          -
          -
          Returns:
          -
          true if the cursor is on the last row; false otherwise
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getRow

          -
          long getRow()
          -     throws ResultSetException
          -
          Returns the current position of the cursor in the ResultSet object
          -
          -
          Returns:
          -
          The position of the cursor in the ResultSet object
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getSize

          -
          long getSize()
          -      throws ResultSetException
          -
          Returns the size of the ResultSetObject
          -
          -
          Returns:
          -
          The size of the ResultSet object
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          findColumn

          -
          int findColumn(java.lang.String columnLabel)
          -        throws ResultSetException
          -
          Returns the position of the given column in the ResultSet object
          -
          -
          Parameters:
          -
          columnLabel - The name of the column
          -
          Returns:
          -
          The position of the column
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getColumn

          -
          Column getColumn(int columnIndex)
          -          throws ResultSetException
          -
          Gets the column associated with the columnIndex
          -
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          Returns:
          -
          the column object
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getColumns

          -
          Column[] getColumns()
          -             throws ResultSetException
          -
          Returns an array of columns associated with the result set
          -
          -
          Returns:
          -
          Columns
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getBoolean

          -
          boolean getBoolean(int columnIndex)
          -            throws ResultSetException
          -
          Retrieves the boolean value of the given column position at the current - row
          -
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getBoolean

          -
          boolean getBoolean(java.lang.String columnLabel)
          -            throws ResultSetException
          -
          Retrieves the boolean value of the given column at the current row
          -
          -
          Parameters:
          -
          columnLabel - the name of the column to retrieve
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateBoolean

          -
          void updateBoolean(int columnIndex,
          -                   boolean value)
          -            throws ResultSetException
          -
          Updates the boolean value of the given column position at the current row
          -
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateBoolean

          -
          void updateBoolean(java.lang.String columnLabel,
          -                   boolean value)
          -            throws ResultSetException
          -
          Updates the boolean value of the given column at the current row
          -
          -
          Parameters:
          -
          columnLabel - the name of the column to set
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getByte

          -
          byte getByte(int columnIndex)
          -      throws ResultSetException
          -
          Retrieves the byte value of the given column position at the current row
          -
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getByte

          -
          byte getByte(java.lang.String columnLabel)
          -      throws ResultSetException
          -
          Retrieves the byte value of the given column at the current row
          -
          -
          Parameters:
          -
          columnLabel - the name of the column to retrieve
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateByte

          -
          void updateByte(int columnIndex,
          -                byte value)
          -         throws ResultSetException
          -
          Updates the byte value of the given column position at the current row
          -
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateByte

          -
          void updateByte(java.lang.String columnLabel,
          -                byte value)
          -         throws ResultSetException
          -
          Updates the byte value of the given column at the current row
          -
          -
          Parameters:
          -
          columnLabel - the name of the column to set
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getDate

          -
          java.util.Date getDate(int columnIndex)
          -                throws ResultSetException
          -
          Retrieves the Date value of the given column position at the current row
          -
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getDate

          -
          java.util.Date getDate(java.lang.String columnLabel)
          -                throws ResultSetException
          -
          Retrieves the Date value of the given column at the current row
          -
          -
          Parameters:
          -
          columnLabel - the name of the column to retrieve
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateDate

          -
          void updateDate(int columnIndex,
          -                java.util.Date value)
          -         throws ResultSetException
          -
          Updates the Date value of the given column position at the current row
          -
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateDate

          -
          void updateDate(java.lang.String columnLabel,
          -                java.util.Date value)
          -         throws ResultSetException
          -
          Updates the Date value of the given column at the current row
          -
          -
          Parameters:
          -
          columnLabel - the name of the column to set
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getDouble

          -
          double getDouble(int columnIndex)
          -          throws ResultSetException
          -
          Retrieves the double value of the given column position at the current - row
          -
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getDouble

          -
          double getDouble(java.lang.String columnLabel)
          -          throws ResultSetException
          -
          Retrieves the double value of the given column at the current row
          -
          -
          Parameters:
          -
          columnLabel - the name of the column to retrieve
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateDouble

          -
          void updateDouble(int columnIndex,
          -                  double value)
          -           throws ResultSetException
          -
          Updates the double value of the given column position at the current row
          -
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateDouble

          -
          void updateDouble(java.lang.String columnLabel,
          -                  double value)
          -           throws ResultSetException
          -
          Updates the double value of the given column at the current row
          -
          -
          Parameters:
          -
          columnLabel - the name of the column to set
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getFloat

          -
          float getFloat(int columnIndex)
          -        throws ResultSetException
          -
          Retrieves the float value of the given column position at the current row
          -
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getFloat

          -
          float getFloat(java.lang.String columnLabel)
          -        throws ResultSetException
          -
          Retrieves the float value of the given column at the current row
          -
          -
          Parameters:
          -
          columnLabel - the name of the column to retrieve
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateFloat

          -
          void updateFloat(int columnIndex,
          -                 float value)
          -          throws ResultSetException
          -
          Updates the float value of the given column position at the current row
          -
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateFloat

          -
          void updateFloat(java.lang.String columnLabel,
          -                 float value)
          -          throws ResultSetException
          -
          Updates the float value of the given column at the current row
          -
          -
          Parameters:
          -
          columnLabel - the name of the column to set
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getInt

          -
          int getInt(int columnIndex)
          -    throws ResultSetException
          -
          Retrieves the int value of the given column position at the current row
          -
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getInt

          -
          int getInt(java.lang.String columnLabel)
          -    throws ResultSetException
          -
          Retrieves the int value of the given column at the current row
          -
          -
          Parameters:
          -
          columnLabel - the name of the column to retrieve
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateInt

          -
          void updateInt(int columnIndex,
          -               int value)
          -        throws ResultSetException
          -
          Updates the int value of the given column position at the current row
          -
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateInt

          -
          void updateInt(java.lang.String columnLabel,
          -               int value)
          -        throws ResultSetException
          -
          Updates the int value of the given column at the current row
          -
          -
          Parameters:
          -
          columnLabel - the name of the column to set
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getLong

          -
          long getLong(int columnIndex)
          -      throws ResultSetException
          -
          Retrieves the long value of the given column position at the current row
          -
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getLong

          -
          long getLong(java.lang.String columnLabel)
          -      throws ResultSetException
          -
          Retrieves the long value of the given column at the current row
          -
          -
          Parameters:
          -
          columnLabel - the name of the column to retrieve
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateLong

          -
          void updateLong(int columnIndex,
          -                long value)
          -         throws ResultSetException
          -
          Updates the long value of the given column position at the current row
          -
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateLong

          -
          void updateLong(java.lang.String columnLabel,
          -                long value)
          -         throws ResultSetException
          -
          Updates the long value of the given column at the current row
          -
          -
          Parameters:
          -
          columnLabel - the name of the column to set
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getString

          -
          java.lang.String getString(int columnIndex)
          -                    throws ResultSetException
          -
          Retrieves the String value of the given column position at the current - row
          -
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getString

          -
          java.lang.String getString(java.lang.String columnLabel)
          -                    throws ResultSetException
          -
          Retrieves the String value of the given column at the current row
          -
          -
          Parameters:
          -
          columnLabel - the name of the column to retrieve
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateString

          -
          void updateString(int columnIndex,
          -                  java.lang.String value)
          -           throws ResultSetException
          -
          Updates the String value of the given column position at the current row
          -
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateString

          -
          void updateString(java.lang.String columnLabel,
          -                  java.lang.String value)
          -           throws ResultSetException
          -
          Updates the String value of the given column at the current row
          -
          -
          Parameters:
          -
          columnLabel - the name of the column to set
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getColumnSize

          -
          int getColumnSize()
          -           throws ResultSetException
          -
          Returns the column size
          -
          -
          Returns:
          -
          Column size
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/ResultSetImpl.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/ResultSetImpl.html deleted file mode 100644 index f9bf4e7..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/ResultSetImpl.html +++ /dev/null @@ -1,2045 +0,0 @@ - - - - - -ResultSetImpl - - - - - - - - - - - - -
    -
    edu.harvard.hms.dbmi.bd2k.irct.model.result
    -

    Class ResultSetImpl

    -
    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • edu.harvard.hms.dbmi.bd2k.irct.model.result.ResultSetImpl
      • -
      -
    • -
    -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      Joinable, ResultSet
      -
      -
      -
      Direct Known Subclasses:
      -
      FileResultSet, MemoryResultSet
      -
      -
      -
      -
      public class ResultSetImpl
      -extends java.lang.Object
      -implements ResultSet, Joinable
      -
      This class provides a base implementation of ResultSets that adds basic - functionality that can then be extended by individual implementations.
      -
      -
      Author:
      -
      Jeremy R. Easton-Marks
      -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Summary

        - - - - - - - - -
        Constructors 
        Constructor and Description
        ResultSetImpl() 
        -
      • -
      - -
        -
      • - - -

        Method Summary

        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        All Methods Instance Methods Concrete Methods 
        Modifier and TypeMethod and Description
        booleanabsolute(long row) -
        Moves the cursor to the given row number in the ResultSet
        -
        voidafterLast() -
        Moves the cursor to the end of the ResultSet, after the last row.
        -
        voidappendColumn(Column column) -
        Adds a new column to a Result Set.
        -
        voidbeforeFirst() -
        Moves the cursor to the beginning of the ResultSet object, before the - first row.
        -
        voidclose() -
        Releases the connection to the datasource
        -
        intfindColumn(java.lang.String columnLabel) -
        Returns the position of the given column in the ResultSet object
        -
        booleanfirst() -
        Moves the cursor to the first row of the ResultSet object.
        -
        booleangetBoolean(int columnIndex) -
        Retrieves the boolean value of the given column position at the current - row
        -
        booleangetBoolean(java.lang.String columnLabel) -
        Retrieves the boolean value of the given column at the current row
        -
        bytegetByte(int columnIndex) -
        Retrieves the byte value of the given column position at the current row
        -
        bytegetByte(java.lang.String columnLabel) -
        Retrieves the byte value of the given column at the current row
        -
        ColumngetColumn(int columnIndex) -
        Gets the column associated with the columnIndex
        -
        Column[]getColumns() -
        Returns an array of columns associated with the result set
        -
        intgetColumnSize() -
        Returns the column size
        -
        java.util.DategetDate(int columnIndex) -
        Retrieves the Date value of the given column position at the current row
        -
        java.util.DategetDate(java.lang.String columnLabel) -
        Retrieves the Date value of the given column at the current row
        -
        doublegetDouble(int columnIndex) -
        Retrieves the double value of the given column position at the current - row
        -
        doublegetDouble(java.lang.String columnLabel) -
        Retrieves the double value of the given column at the current row
        -
        floatgetFloat(int columnIndex) -
        Retrieves the float value of the given column position at the current row
        -
        floatgetFloat(java.lang.String columnLabel) -
        Retrieves the float value of the given column at the current row
        -
        intgetInt(int columnIndex) -
        Retrieves the int value of the given column position at the current row
        -
        intgetInt(java.lang.String columnLabel) -
        Retrieves the int value of the given column at the current row
        -
        longgetLong(int columnIndex) -
        Retrieves the long value of the given column position at the current row
        -
        longgetLong(java.lang.String columnLabel) -
        Retrieves the long value of the given column at the current row
        -
        int[]getMatchColumnIndexes() -
        Gets the indexes of the columns that are to be matched
        -
        java.lang.String[]getMatchColumnNames() -
        Gets the names of the columns that are to be matched
        -
        java.lang.ObjectgetObject(int columnIndex) -
        Returns an object representation of the value at the given column index
        -
        longgetRow() -
        Returns the current position of the cursor in the ResultSet object
        -
        longgetRowPosition() 
        longgetSize() -
        Returns the size of the ResultSetObject
        -
        java.lang.StringgetString(int columnIndex) -
        Retrieves the String value of the given column position at the current - row
        -
        java.lang.StringgetString(java.lang.String columnLabel) -
        Retrieves the String value of the given column at the current row
        -
        booleanisClosed() -
        Returns the status of the connection to the datasource
        -
        booleanisFirst() -
        Retrieves if the cursor is on the first row in the ResultSet object
        -
        booleanisLast() -
        Retrieves if the cursor is on the last row in the ResultSet object
        -
        booleanlast() -
        Moves the cursor to the last row in the ResultSet object
        -
        booleannext() -
        Moves the cursor to the next row of the ResultSet object
        -
        booleanprevious() -
        Moves the cursor to the previous row in the ResultSet object
        -
        booleanrelative(long rows) -
        Moves the cursor a given number of rows forward
        -
        voidsetColumns(Column[] columns) 
        voidsetMatchColumn(int columnIndex) -
        Sets the designated column index to be joined on
        -
        voidsetMatchColumn(int[] columnIndexes) -
        Sets the designated columns by index to be joined on
        -
        voidsetMatchColumn(java.lang.String columnLabel) -
        Sets the designated column label to be joined on
        -
        voidsetMatchColumns(java.lang.String[] columnLabels) -
        Sets the designated columns by label to be joined on
        -
        voidsetRowPosition(long rowPosition) 
        voidunsetMatchColumn(int columnIndex) -
        Unsets the given column as a joining column
        -
        voidunsetMatchColumn(int[] columnIndexes) -
        Unsets the given columns as a joining column
        -
        voidunsetMatchColumn(java.lang.String columnLabel) -
        Unsets the given column as a joining column
        -
        voidunsetMatchColumn(java.lang.String[] columnLabels) -
        Unsets the given columns as a joining column
        -
        voidupdateBoolean(int columnIndex, - boolean value) -
        Updates the boolean value of the given column position at the current row
        -
        voidupdateBoolean(java.lang.String columnLabel, - boolean value) -
        Updates the boolean value of the given column at the current row
        -
        voidupdateByte(int columnIndex, - byte value) -
        Updates the byte value of the given column position at the current row
        -
        voidupdateByte(java.lang.String columnLabel, - byte value) -
        Updates the byte value of the given column at the current row
        -
        voidupdateDate(int columnIndex, - java.util.Date value) -
        Updates the Date value of the given column position at the current row
        -
        voidupdateDate(java.lang.String columnLabel, - java.util.Date value) -
        Updates the Date value of the given column at the current row
        -
        voidupdateDouble(int columnIndex, - double value) -
        Updates the double value of the given column position at the current row
        -
        voidupdateDouble(java.lang.String columnLabel, - double value) -
        Updates the double value of the given column at the current row
        -
        voidupdateFloat(int columnIndex, - float value) -
        Updates the float value of the given column position at the current row
        -
        voidupdateFloat(java.lang.String columnLabel, - float value) -
        Updates the float value of the given column at the current row
        -
        voidupdateInt(int columnIndex, - int value) -
        Updates the int value of the given column position at the current row
        -
        voidupdateInt(java.lang.String columnLabel, - int value) -
        Updates the int value of the given column at the current row
        -
        voidupdateLong(int columnIndex, - long value) -
        Updates the long value of the given column position at the current row
        -
        voidupdateLong(java.lang.String columnLabel, - long value) -
        Updates the long value of the given column at the current row
        -
        voidupdateObject(int columnIndex, - java.lang.Object obj) -
        Updates the column with an object representation of the value
        -
        voidupdateString(int columnIndex, - java.lang.String value) -
        Updates the String value of the given column position at the current row
        -
        voidupdateString(java.lang.String columnLabel, - java.lang.String value) -
        Updates the String value of the given column at the current row
        -
        -
          -
        • - - -

          Methods inherited from class java.lang.Object

          -equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
        • -
        -
      • -
      -
    • -
    -
    -
    -
      -
    • - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ResultSetImpl

          -
          public ResultSetImpl()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          appendColumn

          -
          public void appendColumn(Column column)
          -                  throws ResultSetException
          -
          Adds a new column to a Result Set. The Result set must be empty for this - to be performed.
          -
          -
          Parameters:
          -
          column - New Column
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getMatchColumnIndexes

          -
          public int[] getMatchColumnIndexes()
          -                            throws ResultSetException
          -
          Description copied from interface: Joinable
          -
          Gets the indexes of the columns that are to be matched
          -
          -
          Specified by:
          -
          getMatchColumnIndexes in interface Joinable
          -
          Returns:
          -
          an int array of column indexes that are set as matched columns
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getMatchColumnNames

          -
          public java.lang.String[] getMatchColumnNames()
          -                                       throws ResultSetException
          -
          Description copied from interface: Joinable
          -
          Gets the names of the columns that are to be matched
          -
          -
          Specified by:
          -
          getMatchColumnNames in interface Joinable
          -
          Returns:
          -
          a string array of column indexes that are set as matched columns
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          setMatchColumn

          -
          public void setMatchColumn(int columnIndex)
          -                    throws ResultSetException
          -
          Description copied from interface: Joinable
          -
          Sets the designated column index to be joined on
          -
          -
          Specified by:
          -
          setMatchColumn in interface Joinable
          -
          Parameters:
          -
          columnIndex - the column index to join on
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          setMatchColumn

          -
          public void setMatchColumn(int[] columnIndexes)
          -                    throws ResultSetException
          -
          Description copied from interface: Joinable
          -
          Sets the designated columns by index to be joined on
          -
          -
          Specified by:
          -
          setMatchColumn in interface Joinable
          -
          Parameters:
          -
          columnIndexes - the column indexes to join on
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          setMatchColumn

          -
          public void setMatchColumn(java.lang.String columnLabel)
          -                    throws ResultSetException
          -
          Description copied from interface: Joinable
          -
          Sets the designated column label to be joined on
          -
          -
          Specified by:
          -
          setMatchColumn in interface Joinable
          -
          Parameters:
          -
          columnLabel - the column index to join on
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          setMatchColumns

          -
          public void setMatchColumns(java.lang.String[] columnLabels)
          -                     throws ResultSetException
          -
          Description copied from interface: Joinable
          -
          Sets the designated columns by label to be joined on
          -
          -
          Specified by:
          -
          setMatchColumns in interface Joinable
          -
          Parameters:
          -
          columnLabels - the column labels to join on
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          unsetMatchColumn

          -
          public void unsetMatchColumn(int columnIndex)
          -                      throws ResultSetException
          -
          Description copied from interface: Joinable
          -
          Unsets the given column as a joining column
          -
          -
          Specified by:
          -
          unsetMatchColumn in interface Joinable
          -
          Parameters:
          -
          columnIndex - the index of the column to no longer match on
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          unsetMatchColumn

          -
          public void unsetMatchColumn(int[] columnIndexes)
          -                      throws ResultSetException
          -
          Description copied from interface: Joinable
          -
          Unsets the given columns as a joining column
          -
          -
          Specified by:
          -
          unsetMatchColumn in interface Joinable
          -
          Parameters:
          -
          columnIndexes - the indexes of the column to no longer match on
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          unsetMatchColumn

          -
          public void unsetMatchColumn(java.lang.String columnLabel)
          -                      throws ResultSetException
          -
          Description copied from interface: Joinable
          -
          Unsets the given column as a joining column
          -
          -
          Specified by:
          -
          unsetMatchColumn in interface Joinable
          -
          Parameters:
          -
          columnLabel - the label of the column to no longer match on
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          unsetMatchColumn

          -
          public void unsetMatchColumn(java.lang.String[] columnLabels)
          -                      throws ResultSetException
          -
          Description copied from interface: Joinable
          -
          Unsets the given columns as a joining column
          -
          -
          Specified by:
          -
          unsetMatchColumn in interface Joinable
          -
          Parameters:
          -
          columnLabels - the index of the column to no longer match on
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - - - - - -
          -
        • -

          isClosed

          -
          public boolean isClosed()
          -
          Description copied from interface: ResultSet
          -
          Returns the status of the connection to the datasource
          -
          -
          Specified by:
          -
          isClosed in interface ResultSet
          -
          Returns:
          -
          true if closed
          -
          -
        • -
        - - - -
          -
        • -

          absolute

          -
          public boolean absolute(long row)
          -                 throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Moves the cursor to the given row number in the ResultSet
          -
          -
          Specified by:
          -
          absolute in interface ResultSet
          -
          Parameters:
          -
          row - The row to move to
          -
          Returns:
          -
          true if the cursor moved successfully, false otherwise
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - - - - - -
          -
        • -

          beforeFirst

          -
          public void beforeFirst()
          -                 throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Moves the cursor to the beginning of the ResultSet object, before the - first row.
          -
          -
          Specified by:
          -
          beforeFirst in interface ResultSet
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          first

          -
          public boolean first()
          -              throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Moves the cursor to the first row of the ResultSet object.
          -
          -
          Specified by:
          -
          first in interface ResultSet
          -
          Returns:
          -
          true if moved to the first row, false otherwise
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          next

          -
          public boolean next()
          -             throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Moves the cursor to the next row of the ResultSet object
          -
          -
          Specified by:
          -
          next in interface ResultSet
          -
          Returns:
          -
          true if moved to the next row, false otherwise
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          relative

          -
          public boolean relative(long rows)
          -                 throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Moves the cursor a given number of rows forward
          -
          -
          Specified by:
          -
          relative in interface ResultSet
          -
          Parameters:
          -
          rows - The number of rows to move forward
          -
          Returns:
          -
          true if the cursor moved to the new row
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          previous

          -
          public boolean previous()
          -                 throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Moves the cursor to the previous row in the ResultSet object
          -
          -
          Specified by:
          -
          previous in interface ResultSet
          -
          Returns:
          -
          true if the cursor moved to the previous row, false otherwise
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          last

          -
          public boolean last()
          -             throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Moves the cursor to the last row in the ResultSet object
          -
          -
          Specified by:
          -
          last in interface ResultSet
          -
          Returns:
          -
          true if the cursor moved to the new row
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          isFirst

          -
          public boolean isFirst()
          -                throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves if the cursor is on the first row in the ResultSet object
          -
          -
          Specified by:
          -
          isFirst in interface ResultSet
          -
          Returns:
          -
          true if the cursor is on the first row; false otherwise
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          isLast

          -
          public boolean isLast()
          -               throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves if the cursor is on the last row in the ResultSet object
          -
          -
          Specified by:
          -
          isLast in interface ResultSet
          -
          Returns:
          -
          true if the cursor is on the last row; false otherwise
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getRow

          -
          public long getRow()
          -            throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Returns the current position of the cursor in the ResultSet object
          -
          -
          Specified by:
          -
          getRow in interface ResultSet
          -
          Returns:
          -
          The position of the cursor in the ResultSet object
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getSize

          -
          public long getSize()
          -             throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Returns the size of the ResultSetObject
          -
          -
          Specified by:
          -
          getSize in interface ResultSet
          -
          Returns:
          -
          The size of the ResultSet object
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - - - - - -
          -
        • -

          findColumn

          -
          public int findColumn(java.lang.String columnLabel)
          -               throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Returns the position of the given column in the ResultSet object
          -
          -
          Specified by:
          -
          findColumn in interface ResultSet
          -
          Parameters:
          -
          columnLabel - The name of the column
          -
          Returns:
          -
          The position of the column
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getColumn

          -
          public Column getColumn(int columnIndex)
          -                 throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Gets the column associated with the columnIndex
          -
          -
          Specified by:
          -
          getColumn in interface ResultSet
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          Returns:
          -
          the column object
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - - - - - - - - - -
          -
        • -

          getBoolean

          -
          public boolean getBoolean(int columnIndex)
          -                   throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the boolean value of the given column position at the current - row
          -
          -
          Specified by:
          -
          getBoolean in interface ResultSet
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getBoolean

          -
          public boolean getBoolean(java.lang.String columnLabel)
          -                   throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the boolean value of the given column at the current row
          -
          -
          Specified by:
          -
          getBoolean in interface ResultSet
          -
          Parameters:
          -
          columnLabel - the name of the column to retrieve
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateBoolean

          -
          public void updateBoolean(int columnIndex,
          -                          boolean value)
          -                   throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the boolean value of the given column position at the current row
          -
          -
          Specified by:
          -
          updateBoolean in interface ResultSet
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateBoolean

          -
          public void updateBoolean(java.lang.String columnLabel,
          -                          boolean value)
          -                   throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the boolean value of the given column at the current row
          -
          -
          Specified by:
          -
          updateBoolean in interface ResultSet
          -
          Parameters:
          -
          columnLabel - the name of the column to set
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getByte

          -
          public byte getByte(int columnIndex)
          -             throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the byte value of the given column position at the current row
          -
          -
          Specified by:
          -
          getByte in interface ResultSet
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getByte

          -
          public byte getByte(java.lang.String columnLabel)
          -             throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the byte value of the given column at the current row
          -
          -
          Specified by:
          -
          getByte in interface ResultSet
          -
          Parameters:
          -
          columnLabel - the name of the column to retrieve
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateByte

          -
          public void updateByte(int columnIndex,
          -                       byte value)
          -                throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the byte value of the given column position at the current row
          -
          -
          Specified by:
          -
          updateByte in interface ResultSet
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateByte

          -
          public void updateByte(java.lang.String columnLabel,
          -                       byte value)
          -                throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the byte value of the given column at the current row
          -
          -
          Specified by:
          -
          updateByte in interface ResultSet
          -
          Parameters:
          -
          columnLabel - the name of the column to set
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getDate

          -
          public java.util.Date getDate(int columnIndex)
          -                       throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the Date value of the given column position at the current row
          -
          -
          Specified by:
          -
          getDate in interface ResultSet
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getDate

          -
          public java.util.Date getDate(java.lang.String columnLabel)
          -                       throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the Date value of the given column at the current row
          -
          -
          Specified by:
          -
          getDate in interface ResultSet
          -
          Parameters:
          -
          columnLabel - the name of the column to retrieve
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateDate

          -
          public void updateDate(int columnIndex,
          -                       java.util.Date value)
          -                throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the Date value of the given column position at the current row
          -
          -
          Specified by:
          -
          updateDate in interface ResultSet
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateDate

          -
          public void updateDate(java.lang.String columnLabel,
          -                       java.util.Date value)
          -                throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the Date value of the given column at the current row
          -
          -
          Specified by:
          -
          updateDate in interface ResultSet
          -
          Parameters:
          -
          columnLabel - the name of the column to set
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getDouble

          -
          public double getDouble(int columnIndex)
          -                 throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the double value of the given column position at the current - row
          -
          -
          Specified by:
          -
          getDouble in interface ResultSet
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getDouble

          -
          public double getDouble(java.lang.String columnLabel)
          -                 throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the double value of the given column at the current row
          -
          -
          Specified by:
          -
          getDouble in interface ResultSet
          -
          Parameters:
          -
          columnLabel - the name of the column to retrieve
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateDouble

          -
          public void updateDouble(int columnIndex,
          -                         double value)
          -                  throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the double value of the given column position at the current row
          -
          -
          Specified by:
          -
          updateDouble in interface ResultSet
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateDouble

          -
          public void updateDouble(java.lang.String columnLabel,
          -                         double value)
          -                  throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the double value of the given column at the current row
          -
          -
          Specified by:
          -
          updateDouble in interface ResultSet
          -
          Parameters:
          -
          columnLabel - the name of the column to set
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getFloat

          -
          public float getFloat(int columnIndex)
          -               throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the float value of the given column position at the current row
          -
          -
          Specified by:
          -
          getFloat in interface ResultSet
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getFloat

          -
          public float getFloat(java.lang.String columnLabel)
          -               throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the float value of the given column at the current row
          -
          -
          Specified by:
          -
          getFloat in interface ResultSet
          -
          Parameters:
          -
          columnLabel - the name of the column to retrieve
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateFloat

          -
          public void updateFloat(int columnIndex,
          -                        float value)
          -                 throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the float value of the given column position at the current row
          -
          -
          Specified by:
          -
          updateFloat in interface ResultSet
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateFloat

          -
          public void updateFloat(java.lang.String columnLabel,
          -                        float value)
          -                 throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the float value of the given column at the current row
          -
          -
          Specified by:
          -
          updateFloat in interface ResultSet
          -
          Parameters:
          -
          columnLabel - the name of the column to set
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getInt

          -
          public int getInt(int columnIndex)
          -           throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the int value of the given column position at the current row
          -
          -
          Specified by:
          -
          getInt in interface ResultSet
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getInt

          -
          public int getInt(java.lang.String columnLabel)
          -           throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the int value of the given column at the current row
          -
          -
          Specified by:
          -
          getInt in interface ResultSet
          -
          Parameters:
          -
          columnLabel - the name of the column to retrieve
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateInt

          -
          public void updateInt(int columnIndex,
          -                      int value)
          -               throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the int value of the given column position at the current row
          -
          -
          Specified by:
          -
          updateInt in interface ResultSet
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateInt

          -
          public void updateInt(java.lang.String columnLabel,
          -                      int value)
          -               throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the int value of the given column at the current row
          -
          -
          Specified by:
          -
          updateInt in interface ResultSet
          -
          Parameters:
          -
          columnLabel - the name of the column to set
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getLong

          -
          public long getLong(int columnIndex)
          -             throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the long value of the given column position at the current row
          -
          -
          Specified by:
          -
          getLong in interface ResultSet
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getLong

          -
          public long getLong(java.lang.String columnLabel)
          -             throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the long value of the given column at the current row
          -
          -
          Specified by:
          -
          getLong in interface ResultSet
          -
          Parameters:
          -
          columnLabel - the name of the column to retrieve
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateLong

          -
          public void updateLong(int columnIndex,
          -                       long value)
          -                throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the long value of the given column position at the current row
          -
          -
          Specified by:
          -
          updateLong in interface ResultSet
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateLong

          -
          public void updateLong(java.lang.String columnLabel,
          -                       long value)
          -                throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the long value of the given column at the current row
          -
          -
          Specified by:
          -
          updateLong in interface ResultSet
          -
          Parameters:
          -
          columnLabel - the name of the column to set
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getString

          -
          public java.lang.String getString(int columnIndex)
          -                           throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the String value of the given column position at the current - row
          -
          -
          Specified by:
          -
          getString in interface ResultSet
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getString

          -
          public java.lang.String getString(java.lang.String columnLabel)
          -                           throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Retrieves the String value of the given column at the current row
          -
          -
          Specified by:
          -
          getString in interface ResultSet
          -
          Parameters:
          -
          columnLabel - the name of the column to retrieve
          -
          Returns:
          -
          the column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateString

          -
          public void updateString(int columnIndex,
          -                         java.lang.String value)
          -                  throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the String value of the given column position at the current row
          -
          -
          Specified by:
          -
          updateString in interface ResultSet
          -
          Parameters:
          -
          columnIndex - The column starting at position 1
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateString

          -
          public void updateString(java.lang.String columnLabel,
          -                         java.lang.String value)
          -                  throws ResultSetException
          -
          Description copied from interface: ResultSet
          -
          Updates the String value of the given column at the current row
          -
          -
          Specified by:
          -
          updateString in interface ResultSet
          -
          Parameters:
          -
          columnLabel - the name of the column to set
          -
          value - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getObject

          -
          public java.lang.Object getObject(int columnIndex)
          -                           throws ResultSetException
          -
          Description copied from interface: Joinable
          -
          Returns an object representation of the value at the given column index
          -
          -
          Specified by:
          -
          getObject in interface Joinable
          -
          Parameters:
          -
          columnIndex - The column starting at position 0
          -
          Returns:
          -
          The column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          updateObject

          -
          public void updateObject(int columnIndex,
          -                         java.lang.Object obj)
          -                  throws ResultSetException
          -
          Description copied from interface: Joinable
          -
          Updates the column with an object representation of the value
          -
          -
          Specified by:
          -
          updateObject in interface Joinable
          -
          Parameters:
          -
          columnIndex - The column starting at position 0
          -
          obj - The new column value
          -
          Throws:
          -
          ResultSetException - If a ResultSetException occurs
          -
          -
        • -
        - - - -
          -
        • -

          getRowPosition

          -
          public long getRowPosition()
          -
        • -
        - - - -
          -
        • -

          setRowPosition

          -
          public void setRowPosition(long rowPosition)
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/ResultStatus.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/ResultStatus.html index 23ad33d..990c396 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/ResultStatus.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/ResultStatus.html @@ -2,9 +2,9 @@ - + ResultStatus - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/class-use/Column.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/class-use/Column.html deleted file mode 100644 index af6e31d..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/class-use/Column.html +++ /dev/null @@ -1,199 +0,0 @@ - - - - - -Uses of Class edu.harvard.hms.dbmi.bd2k.irct.model.result.Column - - - - - - - - - - - -
    -

    Uses of Class
    edu.harvard.hms.dbmi.bd2k.irct.model.result.Column

    -
    -
    - -
    - - - - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/class-use/Data.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/class-use/Data.html index 8687342..4c45792 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/class-use/Data.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/class-use/Data.html @@ -2,9 +2,9 @@ - + Uses of Interface edu.harvard.hms.dbmi.bd2k.irct.model.result.Data - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/class-use/DataConverterImplementation.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/class-use/DataConverterImplementation.html index 5464489..21eea58 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/class-use/DataConverterImplementation.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/class-use/DataConverterImplementation.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.model.result.DataConverterImplementation - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/class-use/Joinable.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/class-use/Joinable.html deleted file mode 100644 index 50adf11..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/class-use/Joinable.html +++ /dev/null @@ -1,219 +0,0 @@ - - - - - -Uses of Interface edu.harvard.hms.dbmi.bd2k.irct.model.result.Joinable - - - - - - - - - - - -
    -

    Uses of Interface
    edu.harvard.hms.dbmi.bd2k.irct.model.result.Joinable

    -
    -
    - -
    - - - - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/class-use/Persistable.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/class-use/Persistable.html index 85e61d1..e2dac40 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/class-use/Persistable.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/class-use/Persistable.html @@ -2,9 +2,9 @@ - + Uses of Interface edu.harvard.hms.dbmi.bd2k.irct.model.result.Persistable - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/class-use/Result.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/class-use/Result.html index a28ab84..d949ed5 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/class-use/Result.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/class-use/Result.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.model.result.Result - + @@ -95,6 +95,14 @@

      +edu.harvard.hms.dbmi.bd2k.irct.event +  + + +edu.harvard.hms.dbmi.bd2k.irct.event.result +  + + edu.harvard.hms.dbmi.bd2k.irct.executable   @@ -247,25 +255,69 @@

    Uses of javax.ws.rs.core.StreamingOutput -XSLXTabularDataConverter.createStream(Result result)  +ResultDataConverter.createStream(Result result) +
    Returns an output stream
    + + + + + +
  • + + +

    Uses of Result in edu.harvard.hms.dbmi.bd2k.irct.event

    + + + + + + + + + + - - + + - - + + +
    Methods in edu.harvard.hms.dbmi.bd2k.irct.event with parameters of type Result 
    Modifier and TypeMethod and Description
    voidIRCTEventListener.afterGetResult(Result result) +
    Runs the event listeners after a result is retrieved
    +
    javax.ws.rs.core.StreamingOutputXMLTabularDataConverter.createStream(Result result) voidIRCTEventListener.afterSaveResult(Result result) +
    Runs the event listers after a result is saved
    +
    javax.ws.rs.core.StreamingOutputResultDataConverter.createStream(Result result) -
    Returns an output stream
    +
    voidIRCTEventListener.beforeSaveResult(Result result) +
    Runs the event listers before a result is saved
    +
  • +
  • + + +

    Uses of Result in edu.harvard.hms.dbmi.bd2k.irct.event.result

    + + + + + + + + + + + - - + + - - + +
    Methods in edu.harvard.hms.dbmi.bd2k.irct.event.result with parameters of type Result 
    Modifier and TypeMethod and Description
    voidBeforeSaveResult.fire(Result result) 
    javax.ws.rs.core.StreamingOutputJSONTabularDataConverter.createStream(Result result) voidAfterSaveResult.fire(Result result) 
    javax.ws.rs.core.StreamingOutputCSVTabularDataConverter.createStream(Result result) voidAfterGetResult.fire(Result result) +
    An action that is run after a result is retrieved
    +
    diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/class-use/ResultDataType.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/class-use/ResultDataType.html index 6801bd1..c86493e 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/class-use/ResultDataType.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/class-use/ResultDataType.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.model.result.ResultDataType - + @@ -191,26 +191,10 @@

    Uses of ResultDataType -XSLXTabularDataConverter.getResultDataType()  - - -ResultDataType -XMLTabularDataConverter.getResultDataType()  - - -ResultDataType ResultDataConverter.getResultDataType()
    Returns the data type the data converter supports
    - -ResultDataType -JSONTabularDataConverter.getResultDataType()  - - -ResultDataType -CSVTabularDataConverter.getResultDataType()  -

  • diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/class-use/ResultSet.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/class-use/ResultSet.html deleted file mode 100644 index db3f40d..0000000 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/class-use/ResultSet.html +++ /dev/null @@ -1,537 +0,0 @@ - - - - - -Uses of Interface edu.harvard.hms.dbmi.bd2k.irct.model.result.ResultSet - - - - - - - - - - - -
    -

    Uses of Interface
    edu.harvard.hms.dbmi.bd2k.irct.model.result.ResultSet

    -
    -
    - -
    - - - - - - diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/class-use/ResultStatus.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/class-use/ResultStatus.html index dce5fd6..4d8f7b2 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/class-use/ResultStatus.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/class-use/ResultStatus.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.model.result.ResultStatus - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/exception/PersistableException.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/exception/PersistableException.html index 4f95347..4d67ae9 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/exception/PersistableException.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/exception/PersistableException.html @@ -2,9 +2,9 @@ - + PersistableException - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/exception/ResultSetException.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/exception/ResultSetException.html index cde0242..5a1e8e4 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/exception/ResultSetException.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/exception/ResultSetException.html @@ -2,9 +2,9 @@ - + ResultSetException - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/exception/RowSetExeception.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/exception/RowSetExeception.html index 2ce6c8b..4380842 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/exception/RowSetExeception.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/exception/RowSetExeception.html @@ -2,9 +2,9 @@ - + RowSetExeception - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/exception/class-use/PersistableException.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/exception/class-use/PersistableException.html index e5002d6..6252bbc 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/exception/class-use/PersistableException.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/exception/class-use/PersistableException.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.model.result.exception.PersistableException - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/exception/class-use/ResultSetException.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/exception/class-use/ResultSetException.html index e8e0426..9c720d7 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/exception/class-use/ResultSetException.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/exception/class-use/ResultSetException.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.model.result.exception.ResultSetException - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/exception/class-use/RowSetExeception.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/exception/class-use/RowSetExeception.html index 48a58ff..8be7095 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/exception/class-use/RowSetExeception.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/exception/class-use/RowSetExeception.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.model.result.exception.RowSetExeception - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/exception/package-frame.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/exception/package-frame.html index c0e8689..4227c9a 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/exception/package-frame.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/exception/package-frame.html @@ -2,9 +2,9 @@ - + edu.harvard.hms.dbmi.bd2k.irct.model.result.exception - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/exception/package-summary.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/exception/package-summary.html index c621072..fbfd8d9 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/exception/package-summary.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/exception/package-summary.html @@ -2,9 +2,9 @@ - + edu.harvard.hms.dbmi.bd2k.irct.model.result.exception - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/exception/package-tree.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/exception/package-tree.html index fef12d1..f941315 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/exception/package-tree.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/exception/package-tree.html @@ -2,9 +2,9 @@ - + edu.harvard.hms.dbmi.bd2k.irct.model.result.exception Class Hierarchy - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/exception/package-use.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/exception/package-use.html index 67a5463..82d86f4 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/exception/package-use.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/exception/package-use.html @@ -2,9 +2,9 @@ - + Uses of Package edu.harvard.hms.dbmi.bd2k.irct.model.result.exception - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/json/JSONResultImpl.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/json/JSONResultImpl.html index e64ecca..b59daf5 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/json/JSONResultImpl.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/json/JSONResultImpl.html @@ -2,9 +2,9 @@ - + JSONResultImpl - + @@ -160,6 +160,13 @@

    Method Summary

    +
      +
    • + + +

      Methods inherited from interface edu.harvard.hms.dbmi.bd2k.irct.model.result.Data

      +getFileList
    • +
    diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/json/JsonFileResult.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/json/JsonFileResult.html index 7b48592..a6d3c4b 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/json/JsonFileResult.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/json/JsonFileResult.html @@ -2,9 +2,9 @@ - + JsonFileResult - + @@ -18,7 +18,7 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -165,66 +165,70 @@

    Method Summary

    +java.util.List<java.io.File> +getFileList()  + + boolean isAvailable(java.lang.String location)
    Returns if the result set can be loaded.
    - + boolean isClosed()
    Is the json result implementation closed
    - + boolean isCurrent()
    Returns if the current result set has been persisted.
    - + boolean isPersisted()
    Returns true if the Result Set has been persisted
    - + void load(java.lang.String location)
    Load the Result Set from the location specified
    - + void merge()
    Updates the current persisted state with any changes
    - + void persist()
    Persists the result set to the long term storage
    - + void persist(java.lang.String location)
    Persists the result set to the long term storage
    - + void refresh()
    Refreshes the result set with the persisted state.
    - + void setArray(javax.json.JsonArray jsonArray)
    Sets the json array to save
    - + void setObject(javax.json.JsonObject jsonObject)
    Set the json object to save
    @@ -475,7 +479,7 @@

    setArray

    -
      +
      • isClosed

        public boolean isClosed()
        @@ -489,6 +493,19 @@

        isClosed

      + + + +
        +
      • +

        getFileList

        +
        public java.util.List<java.io.File> getFileList()
        +
        +
        Specified by:
        +
        getFileList in interface Data
        +
        +
      • +
    diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/json/class-use/JSONResultImpl.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/json/class-use/JSONResultImpl.html index f1245f9..460471b 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/json/class-use/JSONResultImpl.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/json/class-use/JSONResultImpl.html @@ -2,9 +2,9 @@ - + Uses of Interface edu.harvard.hms.dbmi.bd2k.irct.model.result.json.JSONResultImpl - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/json/class-use/JsonFileResult.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/json/class-use/JsonFileResult.html index 3fa18e7..0b33c46 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/json/class-use/JsonFileResult.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/json/class-use/JsonFileResult.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.model.result.json.JsonFileResult - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/json/package-frame.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/json/package-frame.html index 1f48916..744d8e3 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/json/package-frame.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/json/package-frame.html @@ -2,9 +2,9 @@ - + edu.harvard.hms.dbmi.bd2k.irct.model.result.json - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/json/package-summary.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/json/package-summary.html index 391d9c6..e2c8b47 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/json/package-summary.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/json/package-summary.html @@ -2,9 +2,9 @@ - + edu.harvard.hms.dbmi.bd2k.irct.model.result.json - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/json/package-tree.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/json/package-tree.html index d99edec..c62e0f0 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/json/package-tree.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/json/package-tree.html @@ -2,9 +2,9 @@ - + edu.harvard.hms.dbmi.bd2k.irct.model.result.json Class Hierarchy - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/json/package-use.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/json/package-use.html index c8a1cc4..4979b99 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/json/package-use.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/json/package-use.html @@ -2,9 +2,9 @@ - + Uses of Package edu.harvard.hms.dbmi.bd2k.irct.model.result.json - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/package-frame.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/package-frame.html index 51318f8..0d7a2db 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/package-frame.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/package-frame.html @@ -2,9 +2,9 @@ - + edu.harvard.hms.dbmi.bd2k.irct.model.result - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/package-summary.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/package-summary.html index 577beb2..633a23a 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/package-summary.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/package-summary.html @@ -2,9 +2,9 @@ - + edu.harvard.hms.dbmi.bd2k.irct.model.result - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/package-tree.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/package-tree.html index 5b0c28c..d41d123 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/package-tree.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/package-tree.html @@ -2,9 +2,9 @@ - + edu.harvard.hms.dbmi.bd2k.irct.model.result Class Hierarchy - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/package-use.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/package-use.html index 0c5ec2b..f7f90df 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/package-use.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/package-use.html @@ -2,9 +2,9 @@ - + Uses of Package edu.harvard.hms.dbmi.bd2k.irct.model.result - + @@ -99,6 +99,14 @@

      +edu.harvard.hms.dbmi.bd2k.irct.event +  + + +edu.harvard.hms.dbmi.bd2k.irct.event.result +  + + edu.harvard.hms.dbmi.bd2k.irct.executable   @@ -215,6 +223,42 @@

    + + + + + + + + + + + + +
    Classes in edu.harvard.hms.dbmi.bd2k.irct.model.result used by edu.harvard.hms.dbmi.bd2k.irct.event 
    Class and Description
    Result +
    The result class is created for each execution that is run on the IRCT + (Query, Process, etc...).
    +
    + +
  • + + + + + + + + + + + + +
    Classes in edu.harvard.hms.dbmi.bd2k.irct.model.result used by edu.harvard.hms.dbmi.bd2k.irct.event.result 
    Class and Description
    Result +
    The result class is created for each execution that is run on the IRCT + (Query, Process, etc...).
    +
    +
  • diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/Column.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/Column.html index 4297899..c4e0c28 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/Column.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/Column.html @@ -2,9 +2,9 @@ - + Column - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/FileResultSet.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/FileResultSet.html index a31e3f7..7d5632f 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/FileResultSet.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/FileResultSet.html @@ -2,9 +2,9 @@ - + FileResultSet - + @@ -18,7 +18,7 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10,"i52":10,"i53":10,"i54":10}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10,"i52":10,"i53":10,"i54":10,"i55":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -243,269 +243,273 @@

    Method Summary

    +java.util.List<java.io.File> +getFileList()  + + float getFloat(int columnIndex)
    Retrieves the float value of the given column position at the current row
    - + float getFloat(java.lang.String columnLabel)
    Retrieves the float value of the given column at the current row
    - + int getInt(int columnIndex)
    Retrieves the int value of the given column position at the current row
    - + int getInt(java.lang.String columnLabel)
    Retrieves the int value of the given column at the current row
    - + long getLong(int columnIndex)
    Retrieves the long value of the given column position at the current row
    - + long getLong(java.lang.String columnLabel)
    Retrieves the long value of the given column at the current row
    - + java.lang.Object getObject(int columnIndex)
    Get an object from a column from the current row
    - + long getRow()
    Returns the current position of the cursor in the ResultSet object
    - + long getSize()
    Returns the size of the ResultSetObject
    - + java.lang.String getString(int columnIndex)
    Retrieves the String value of the given column position at the current row
    - + java.lang.String getString(java.lang.String columnLabel)
    Retrieves the String value of the given column at the current row
    - + boolean isAvailable(java.lang.String location)
    Returns if the result set can be loaded.
    - + boolean isCurrent()
    Returns if the current result set has been persisted.
    - + boolean isPersisted()
    Returns true if the Result Set has been persisted
    - + boolean last()
    Moves the cursor to the last row in the ResultSet object
    - + void load(java.lang.String fileName)
    Load the Result Set from the location specified
    - + void merge()
    Updates the current persisted state with any changes
    - + boolean next()
    Moves the cursor to the next row of the ResultSet object
    - + void persist()
    Persists the result set to the long term storage
    - + void persist(java.lang.String fileName)
    Persists the result set to the long term storage
    - + boolean previous()
    Moves the cursor to the previous row in the ResultSet object
    - + void refresh()
    Refreshes the result set with the persisted state.
    - + boolean relative(long rows)
    Moves the cursor a given number of rows forward
    - + javax.json.JsonObject toJson()
    Returns a JSONObject representation of the object.
    - + javax.json.JsonObject toJson(int depth)
    Returns a JSONObject representation of the object.
    - + void updateBoolean(int columnIndex, boolean value)
    Updates the boolean value of the given column position at the current row
    - + void updateBoolean(java.lang.String columnLabel, boolean value)
    Updates the boolean value of the given column at the current row
    - + void updateByte(int columnIndex, byte value)
    Updates the byte value of the given column position at the current row
    - + void updateByte(java.lang.String columnLabel, byte value)
    Updates the byte value of the given column at the current row
    - + void updateDate(int columnIndex, java.util.Date value)
    Updates the Date value of the given column position at the current row
    - + void updateDate(java.lang.String columnLabel, java.util.Date value)
    Updates the Date value of the given column at the current row
    - + void updateDouble(int columnIndex, double value)
    Updates the double value of the given column position at the current row
    - + void updateDouble(java.lang.String columnLabel, double value)
    Updates the double value of the given column at the current row
    - + void updateFloat(int columnIndex, float value)
    Updates the float value of the given column position at the current row
    - + void updateFloat(java.lang.String columnLabel, float value)
    Updates the float value of the given column at the current row
    - + void updateInt(int columnIndex, int value)
    Updates the int value of the given column position at the current row
    - + void updateInt(java.lang.String columnLabel, int value)
    Updates the int value of the given column at the current row
    - + void updateLong(int columnIndex, long value)
    Updates the long value of the given column position at the current row
    - + void updateLong(java.lang.String columnLabel, long value)
    Updates the long value of the given column at the current row
    - + void updateObject(int columnIndex, java.lang.Object obj)
    Updates an object from a column from the current row
    - + void updateString(int columnIndex, java.lang.String value)
    Updates the String value of the given column position at the current row
    - + void updateString(java.lang.String columnLabel, java.lang.String value) @@ -920,6 +924,21 @@

    refresh

  • + + + + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/MemoryResultSet.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/MemoryResultSet.html index 4b1533c..83e71be 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/MemoryResultSet.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/MemoryResultSet.html @@ -2,9 +2,9 @@ - + MemoryResultSet - + @@ -403,7 +403,7 @@

    Method Summary

    Methods inherited from class edu.harvard.hms.dbmi.bd2k.irct.model.result.tabular.ResultSetImpl

    -absolute, afterLast, appendColumn, beforeFirst, close, findColumn, first, getColumn, getColumns, getColumnSize, getRow, getRowPosition, isClosed, isFirst, isLast, last, load, next, previous, relative, setRowPosition +absolute, afterLast, appendColumn, beforeFirst, close, findColumn, first, getColumn, getColumns, getColumnSize, getFileList, getRow, getRowPosition, isClosed, isFirst, isLast, last, load, next, previous, relative, setRowPosition diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/ResultSetImpl.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/ResultSetImpl.html index 19401ea..cd60c32 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/ResultSetImpl.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/ResultSetImpl.html @@ -2,9 +2,9 @@ - + ResultSetImpl - + @@ -18,7 +18,7 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10,"i52":10,"i53":10,"i54":10,"i55":10,"i56":10}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10,"i52":10,"i53":10,"i54":10,"i55":10,"i56":10,"i57":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -279,243 +279,247 @@

    Method Summary

    +java.util.List<java.io.File> +getFileList()  + + float getFloat(int columnIndex)
    Retrieves the float value of the given column position at the current row
    - + float getFloat(java.lang.String columnLabel)
    Retrieves the float value of the given column at the current row
    - + int getInt(int columnIndex)
    Retrieves the int value of the given column position at the current row
    - + int getInt(java.lang.String columnLabel)
    Retrieves the int value of the given column at the current row
    - + long getLong(int columnIndex)
    Retrieves the long value of the given column position at the current row
    - + long getLong(java.lang.String columnLabel)
    Retrieves the long value of the given column at the current row
    - + java.lang.Object getObject(int columnIndex)
    Get an object from a column from the current row
    - + long getRow()
    Returns the current position of the cursor in the ResultSet object
    - + long getRowPosition()
    Gets the current row position
    - + long getSize()
    Returns the size of the ResultSetObject
    - + java.lang.String getString(int columnIndex)
    Retrieves the String value of the given column position at the current row
    - + java.lang.String getString(java.lang.String columnLabel)
    Retrieves the String value of the given column at the current row
    - + boolean isClosed()
    Returns the status of the connection to the datasource
    - + boolean isFirst()
    Retrieves if the cursor is on the first row in the ResultSet object
    - + boolean isLast()
    Retrieves if the cursor is on the last row in the ResultSet object
    - + boolean last()
    Moves the cursor to the last row in the ResultSet object
    - + void load(java.lang.String resultSetLocation)  - + boolean next()
    Moves the cursor to the next row of the ResultSet object
    - + boolean previous()
    Moves the cursor to the previous row in the ResultSet object
    - + boolean relative(long rows)
    Moves the cursor a given number of rows forward
    - + void setRowPosition(long rowPosition)
    Sets the current row position
    - + void updateBoolean(int columnIndex, boolean value)
    Updates the boolean value of the given column position at the current row
    - + void updateBoolean(java.lang.String columnLabel, boolean value)
    Updates the boolean value of the given column at the current row
    - + void updateByte(int columnIndex, byte value)
    Updates the byte value of the given column position at the current row
    - + void updateByte(java.lang.String columnLabel, byte value)
    Updates the byte value of the given column at the current row
    - + void updateDate(int columnIndex, java.util.Date value)
    Updates the Date value of the given column position at the current row
    - + void updateDate(java.lang.String columnLabel, java.util.Date value)
    Updates the Date value of the given column at the current row
    - + void updateDouble(int columnIndex, double value)
    Updates the double value of the given column position at the current row
    - + void updateDouble(java.lang.String columnLabel, double value)
    Updates the double value of the given column at the current row
    - + void updateFloat(int columnIndex, float value)
    Updates the float value of the given column position at the current row
    - + void updateFloat(java.lang.String columnLabel, float value)
    Updates the float value of the given column at the current row
    - + void updateInt(int columnIndex, int value)
    Updates the int value of the given column position at the current row
    - + void updateInt(java.lang.String columnLabel, int value)
    Updates the int value of the given column at the current row
    - + void updateLong(int columnIndex, long value)
    Updates the long value of the given column position at the current row
    - + void updateLong(java.lang.String columnLabel, long value)
    Updates the long value of the given column at the current row
    - + void updateObject(int columnIndex, java.lang.Object obj)
    Updates an object from a column from the current row
    - + void updateString(int columnIndex, java.lang.String value)
    Updates the String value of the given column position at the current row
    - + void updateString(java.lang.String columnLabel, java.lang.String value) @@ -600,6 +604,19 @@

    load

    + + + +
      +
    • +

      getFileList

      +
      public java.util.List<java.io.File> getFileList()
      +
      +
      Specified by:
      +
      getFileList in interface Data
      +
      +
    • +
    diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/Row.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/Row.html index f0d4cd2..5050f8b 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/Row.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/Row.html @@ -2,9 +2,9 @@ - + Row - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/class-use/Column.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/class-use/Column.html index e852e10..ae5c349 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/class-use/Column.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/class-use/Column.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.model.result.tabular.Column - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/class-use/FileResultSet.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/class-use/FileResultSet.html index 8e10a1e..dedc211 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/class-use/FileResultSet.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/class-use/FileResultSet.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.model.result.tabular.FileResultSet - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/class-use/MemoryResultSet.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/class-use/MemoryResultSet.html index 031dd80..26fab2d 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/class-use/MemoryResultSet.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/class-use/MemoryResultSet.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.model.result.tabular.MemoryResultSet - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/class-use/ResultSet.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/class-use/ResultSet.html index 5c04f7b..4394114 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/class-use/ResultSet.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/class-use/ResultSet.html @@ -2,9 +2,9 @@ - + Uses of Interface edu.harvard.hms.dbmi.bd2k.irct.model.result.tabular.ResultSet - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/class-use/ResultSetImpl.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/class-use/ResultSetImpl.html index b0e1490..88f3810 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/class-use/ResultSetImpl.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/class-use/ResultSetImpl.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.model.result.tabular.ResultSetImpl - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/class-use/Row.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/class-use/Row.html index d03793c..e0ecb82 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/class-use/Row.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/class-use/Row.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.model.result.tabular.Row - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/package-frame.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/package-frame.html index c4e00ed..2c6cd44 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/package-frame.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/package-frame.html @@ -2,9 +2,9 @@ - + edu.harvard.hms.dbmi.bd2k.irct.model.result.tabular - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/package-summary.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/package-summary.html index 7c4d826..f1e50fd 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/package-summary.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/package-summary.html @@ -2,9 +2,9 @@ - + edu.harvard.hms.dbmi.bd2k.irct.model.result.tabular - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/package-tree.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/package-tree.html index b1f41ca..9dc30df 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/package-tree.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/package-tree.html @@ -2,9 +2,9 @@ - + edu.harvard.hms.dbmi.bd2k.irct.model.result.tabular Class Hierarchy - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/package-use.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/package-use.html index 3b0c2b7..8e338ff 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/package-use.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/result/tabular/package-use.html @@ -2,9 +2,9 @@ - + Uses of Package edu.harvard.hms.dbmi.bd2k.irct.model.result.tabular - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/JWT.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/JWT.html index ce693ff..d475e45 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/JWT.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/JWT.html @@ -2,9 +2,9 @@ - + JWT - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/SecureSession.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/SecureSession.html index 97517d2..8000e70 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/SecureSession.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/SecureSession.html @@ -2,9 +2,9 @@ - + SecureSession - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/Token.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/Token.html index b17ca03..f26b8b9 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/Token.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/Token.html @@ -2,9 +2,9 @@ - + Token - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/User.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/User.html index b7e414b..4e4d8c2 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/User.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/User.html @@ -2,9 +2,9 @@ - + User - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/class-use/JWT.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/class-use/JWT.html index 2750ea0..d6af9d6 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/class-use/JWT.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/class-use/JWT.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.model.security.JWT - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/class-use/SecureSession.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/class-use/SecureSession.html index b509d30..169eef1 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/class-use/SecureSession.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/class-use/SecureSession.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.model.security.SecureSession - + @@ -91,14 +91,26 @@

      -edu.harvard.hms.dbmi.bd2k.irct.executable +edu.harvard.hms.dbmi.bd2k.irct.event   -edu.harvard.hms.dbmi.bd2k.irct.model.resource.implementation +edu.harvard.hms.dbmi.bd2k.irct.event.action +  + + +edu.harvard.hms.dbmi.bd2k.irct.event.find +  + + +edu.harvard.hms.dbmi.bd2k.irct.executable   +edu.harvard.hms.dbmi.bd2k.irct.model.resource.implementation +  + + edu.harvard.hms.dbmi.bd2k.irct.security   @@ -206,24 +218,14 @@

    Uses of java.util.List<Entity> -PathController.searchForOntology(Resource resource, - Entity resourcePath, - java.lang.String ontologyType, - java.lang.String ontologyTerm, - SecureSession session) -
    Searches a resource for a given ontology term from a given ontology.
    - - - -java.util.List<Entity> -PathController.searchForTerm(Resource resource, +PathController.searchForTerm(Resource resource, Entity resourcePath, - java.lang.String searchTerm, + FindInformationInterface findInformation, SecureSession session)
    Searches a resource for a given searchTerm.
    - + java.util.List<Entity> PathController.traversePath(Resource resource, Entity resourcePath, @@ -235,6 +237,204 @@

    Uses of + + +

    Uses of SecureSession in edu.harvard.hms.dbmi.bd2k.irct.event

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in edu.harvard.hms.dbmi.bd2k.irct.event with parameters of type SecureSession 
    Modifier and TypeMethod and Description
    voidIRCTEventListener.afterAction(SecureSession session, + Action action) +
    Runs the event listeners after an action is run
    +
    voidIRCTEventListener.afterExecutionPlan(SecureSession session, + Executable executable) +
    Runs the event listeners after an execution plan is run
    +
    voidIRCTEventListener.afterFind(java.util.List<Entity> matches, + FindInformationInterface findInformation, + SecureSession session) +
    Runs the listeners after a find is executed
    +
    voidIRCTEventListener.afterJoin(SecureSession session, + IRCTJoin joinType) +
    Runs the event listeners after a join is run
    +
    voidIRCTEventListener.afterProcess(SecureSession session, + IRCTProcess process) +
    Runs the event listeners after a process is run
    +
    voidIRCTEventListener.afterQuery(SecureSession session, + Resource resource, + Query query) +
    Runs the event listeners after a query is run
    +
    voidIRCTEventListener.beforeAction(SecureSession session, + Action action) +
    Runs the event listeners before an action is run
    +
    voidIRCTEventListener.beforeExecutionPlan(SecureSession session, + Executable executable) +
    Runs the event listener before an execution plan is run
    +
    voidIRCTEventListener.beforeFind(Resource resource, + Entity resourcePath, + java.util.List<FindInformationInterface> findInformation, + SecureSession session) +
    Runs the event listeners before a find is executed
    +
    voidIRCTEventListener.beforeJoin(SecureSession session, + IRCTJoin joinType) +
    Runs the event listeners before a join is run
    +
    voidIRCTEventListener.beforeProcess(SecureSession session, + IRCTProcess process) +
    Runs the event listeners before a process is run
    +
    voidIRCTEventListener.beforeQuery(SecureSession session, + Resource resource, + Query query) +
    Runs the event listeners before a query is run
    +
    + +
  • + + +

    Uses of SecureSession in edu.harvard.hms.dbmi.bd2k.irct.event.action

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Methods in edu.harvard.hms.dbmi.bd2k.irct.event.action with parameters of type SecureSession 
    Modifier and TypeMethod and Description
    voidBeforeAction.fire(SecureSession session, + Action action) 
    voidAfterAction.fire(SecureSession session, + Action action) 
    voidBeforeExecutionPlan.fire(SecureSession session, + Executable executable) 
    voidAfterExecutionPlan.fire(SecureSession session, + Executable executable) +
    An action that is run after an execution plan is completed
    +
    voidBeforeJoin.fire(SecureSession session, + IRCTJoin joinType) 
    voidAfterJoin.fire(SecureSession session, + IRCTJoin joinType) 
    voidBeforeProcess.fire(SecureSession session, + IRCTProcess process) 
    voidAfterProcess.fire(SecureSession session, + IRCTProcess process) 
    voidBeforeQuery.fire(SecureSession session, + Resource resource, + Query query) 
    voidAfterQuery.fire(SecureSession session, + Resource resource, + Query query) 
    +
  • +
  • + + +

    Uses of SecureSession in edu.harvard.hms.dbmi.bd2k.irct.event.find

    + + + + + + + + + + + + + + + + +
    Methods in edu.harvard.hms.dbmi.bd2k.irct.event.find with parameters of type SecureSession 
    Modifier and TypeMethod and Description
    voidAfterFind.fire(java.util.List<Entity> matches, + FindInformationInterface findInformation, + SecureSession session) 
    voidBeforeFind.fire(Resource resource, + Entity resourcePath, + java.util.List<FindInformationInterface> findInformation, + SecureSession session) 
    +
  • @@ -281,27 +481,35 @@

    Uses of java.util.List<Entity> +PathResourceImplementationInterface.find(Entity path, + FindInformationInterface findInformation, + SecureSession session) +
    Given a path find all entities that match the finds
    + + + +java.util.List<Entity> PathResourceImplementationInterface.getPathRelationship(Entity path, OntologyRelationship relationship, SecureSession session)
    Given a path give all the associated paths of that type of relationship
    - + Result QueryResourceImplementationInterface.getResults(SecureSession session, Result result)
    Returns the results of the query if they are available
    - + Result ProcessResourceImplementationInterface.getResults(SecureSession session, Result result)
    Returns the results of the process if they are available
    - + Result ProcessResourceImplementationInterface.runProcess(SecureSession session, IRCTProcess process, @@ -309,7 +517,7 @@

    Uses of Run the given process - + Result QueryResourceImplementationInterface.runQuery(SecureSession session, Query qep, @@ -317,24 +525,6 @@

    Uses of Runs the given query - -java.util.List<Entity> -PathResourceImplementationInterface.searchOntology(Entity path, - java.lang.String ontologyType, - java.lang.String ontologyTerm, - SecureSession session) -
    Given a given path find all the ontology terms of the given ontology type - that are in that path.
    - - - -java.util.List<Entity> -PathResourceImplementationInterface.searchPaths(Entity path, - java.lang.String searchTerm, - SecureSession session) -
    Given a given path find all the searchTerms that are in that path.
    - -

  • diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/class-use/Token.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/class-use/Token.html index 7ea88e2..fcf3bdc 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/class-use/Token.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/class-use/Token.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.model.security.Token - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/class-use/User.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/class-use/User.html index ff338f8..a3e58bf 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/class-use/User.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/class-use/User.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.model.security.User - + @@ -87,6 +87,14 @@

      +edu.harvard.hms.dbmi.bd2k.irct.event +  + + +edu.harvard.hms.dbmi.bd2k.irct.event.result +  + + edu.harvard.hms.dbmi.bd2k.irct.model.result   @@ -172,6 +180,46 @@

    Uses of + + +

    Uses of User in edu.harvard.hms.dbmi.bd2k.irct.event

    + + + + + + + + + + + + +
    Methods in edu.harvard.hms.dbmi.bd2k.irct.event with parameters of type User 
    Modifier and TypeMethod and Description
    voidIRCTEventListener.beforeGetResult(User user, + java.lang.Long resultId) +
    Runs the event listeners before a result is retrieved
    +
    + +
  • + + +

    Uses of User in edu.harvard.hms.dbmi.bd2k.irct.event.result

    + + + + + + + + + + + + +
    Methods in edu.harvard.hms.dbmi.bd2k.irct.event.result with parameters of type User 
    Modifier and TypeMethod and Description
    voidBeforeGetResult.fire(User user, + java.lang.Long resultId) 
    +
  • diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/package-frame.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/package-frame.html index 7c3792d..2761c25 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/package-frame.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/package-frame.html @@ -2,9 +2,9 @@ - + edu.harvard.hms.dbmi.bd2k.irct.model.security - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/package-summary.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/package-summary.html index 118d363..adc1dda 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/package-summary.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/package-summary.html @@ -2,9 +2,9 @@ - + edu.harvard.hms.dbmi.bd2k.irct.model.security - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/package-tree.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/package-tree.html index 7a9d80e..6d67814 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/package-tree.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/package-tree.html @@ -2,9 +2,9 @@ - + edu.harvard.hms.dbmi.bd2k.irct.model.security Class Hierarchy - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/package-use.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/package-use.html index 435f0e0..dbc4f08 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/package-use.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/security/package-use.html @@ -2,9 +2,9 @@ - + Uses of Package edu.harvard.hms.dbmi.bd2k.irct.model.security - + @@ -91,6 +91,22 @@

      +edu.harvard.hms.dbmi.bd2k.irct.event +  + + +edu.harvard.hms.dbmi.bd2k.irct.event.action +  + + +edu.harvard.hms.dbmi.bd2k.irct.event.find +  + + +edu.harvard.hms.dbmi.bd2k.irct.event.result +  + + edu.harvard.hms.dbmi.bd2k.irct.executable   @@ -159,6 +175,82 @@

  • +
  • + + + + + + + + + + + + + + + +
    Classes in edu.harvard.hms.dbmi.bd2k.irct.model.security used by edu.harvard.hms.dbmi.bd2k.irct.event 
    Class and Description
    SecureSession +
    A secure session contains information about a user, the token associated with + that user, and the unique key generated for that combination.
    +
    User +
    A basic user representation.
    +
    +
  • +
  • + + + + + + + + + + + + +
    Classes in edu.harvard.hms.dbmi.bd2k.irct.model.security used by edu.harvard.hms.dbmi.bd2k.irct.event.action 
    Class and Description
    SecureSession +
    A secure session contains information about a user, the token associated with + that user, and the unique key generated for that combination.
    +
    +
  • +
  • + + + + + + + + + + + + +
    Classes in edu.harvard.hms.dbmi.bd2k.irct.model.security used by edu.harvard.hms.dbmi.bd2k.irct.event.find 
    Class and Description
    SecureSession +
    A secure session contains information about a user, the token associated with + that user, and the unique key generated for that combination.
    +
    +
  • +
  • + + + + + + + + + + + + +
    Classes in edu.harvard.hms.dbmi.bd2k.irct.model.security used by edu.harvard.hms.dbmi.bd2k.irct.event.result 
    Class and Description
    User +
    A basic user representation.
    +
    +
  • diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/visualization/VisualizationReturnType.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/visualization/VisualizationReturnType.html index 27ddec8..d70f33e 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/visualization/VisualizationReturnType.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/visualization/VisualizationReturnType.html @@ -2,9 +2,9 @@ - + VisualizationReturnType - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/visualization/VisualizationType.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/visualization/VisualizationType.html index 6fac61d..d24e301 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/visualization/VisualizationType.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/visualization/VisualizationType.html @@ -2,9 +2,9 @@ - + VisualizationType - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/visualization/class-use/VisualizationReturnType.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/visualization/class-use/VisualizationReturnType.html index a52829e..451d645 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/visualization/class-use/VisualizationReturnType.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/visualization/class-use/VisualizationReturnType.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.model.visualization.VisualizationReturnType - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/visualization/class-use/VisualizationType.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/visualization/class-use/VisualizationType.html index 98c7b69..6fbfdef 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/visualization/class-use/VisualizationType.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/visualization/class-use/VisualizationType.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.model.visualization.VisualizationType - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/visualization/package-frame.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/visualization/package-frame.html index 1203568..20b1b3d 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/visualization/package-frame.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/visualization/package-frame.html @@ -2,9 +2,9 @@ - + edu.harvard.hms.dbmi.bd2k.irct.model.visualization - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/visualization/package-summary.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/visualization/package-summary.html index e1c2318..a61ca85 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/visualization/package-summary.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/visualization/package-summary.html @@ -2,9 +2,9 @@ - + edu.harvard.hms.dbmi.bd2k.irct.model.visualization - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/visualization/package-tree.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/visualization/package-tree.html index 960eae7..1854a87 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/visualization/package-tree.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/visualization/package-tree.html @@ -2,9 +2,9 @@ - + edu.harvard.hms.dbmi.bd2k.irct.model.visualization Class Hierarchy - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/visualization/package-use.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/visualization/package-use.html index 7f5c8d3..6b7a159 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/visualization/package-use.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/model/visualization/package-use.html @@ -2,9 +2,9 @@ - + Uses of Package edu.harvard.hms.dbmi.bd2k.irct.model.visualization - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/package-frame.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/package-frame.html index f0aea99..9634b77 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/package-frame.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/package-frame.html @@ -2,9 +2,9 @@ - + edu.harvard.hms.dbmi.bd2k.irct - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/package-summary.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/package-summary.html index dd5b8f4..ef05a9c 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/package-summary.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/package-summary.html @@ -2,9 +2,9 @@ - + edu.harvard.hms.dbmi.bd2k.irct - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/package-tree.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/package-tree.html index e98810c..cffc9ca 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/package-tree.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/package-tree.html @@ -2,9 +2,9 @@ - + edu.harvard.hms.dbmi.bd2k.irct Class Hierarchy - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/package-use.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/package-use.html index 6ea49b7..f4ee6c0 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/package-use.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/package-use.html @@ -2,9 +2,9 @@ - + Uses of Package edu.harvard.hms.dbmi.bd2k.irct - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/security/SecurityUtility.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/security/SecurityUtility.html index e8805f1..fd664f0 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/security/SecurityUtility.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/security/SecurityUtility.html @@ -2,9 +2,9 @@ - + SecurityUtility - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/security/class-use/SecurityUtility.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/security/class-use/SecurityUtility.html index 6ca3b08..e276374 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/security/class-use/SecurityUtility.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/security/class-use/SecurityUtility.html @@ -2,9 +2,9 @@ - + Uses of Class edu.harvard.hms.dbmi.bd2k.irct.security.SecurityUtility - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/security/package-frame.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/security/package-frame.html index 987c8eb..5cb09b9 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/security/package-frame.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/security/package-frame.html @@ -2,9 +2,9 @@ - + edu.harvard.hms.dbmi.bd2k.irct.security - + diff --git a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/security/package-summary.html b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/security/package-summary.html index 7bd2552..3a77d67 100644 --- a/javadoc/edu/harvard/hms/dbmi/bd2k/irct/security/package-summary.html +++ b/javadoc/edu/harvard/hms/dbmi/bd2k/irct/security/package-summary.html @@ -2,9 +2,9 @@ - + edu.harvard.hms.dbmi.bd2k.irct.security - + @@ -44,7 +44,7 @@