Index
All Classes and Interfaces|All Packages
A
- addAllSubItems(List<InlineItem>) - Method in class org.dcom.core.compliancedocument.inline.RASEBox
- addCell(Cell) - Method in class org.dcom.core.compliancedocument.Row
- addComplianceDocumentReference(String) - Method in class org.dcom.core.services.DictionaryItem
- addComplianceDocumentReference(List<String>) - Method in class org.dcom.core.services.DictionaryItem
- addIndividual(ComplianceCheckIndividual) - Method in class org.dcom.core.services.ComplianceCheckSettings
- addInsert(Insert) - Method in class org.dcom.core.compliancedocument.Paragraph
- addNotAnObject(String) - Method in class org.dcom.core.services.FileDictionaryService
- addObject(String) - Method in class org.dcom.core.services.FileDictionaryService
- addParagraph(Paragraph) - Method in class org.dcom.core.compliancedocument.Paragraph
- addParagraph(Paragraph) - Method in class org.dcom.core.compliancedocument.Section
- addPossibleValue(String) - Method in class org.dcom.core.services.DictionaryItem
- addProperty(String, DictionaryItem) - Method in class org.dcom.core.services.FileDictionaryService
- addRow(Row) - Method in class org.dcom.core.compliancedocument.TableGroup
- addRule(Rule) - Method in class org.dcom.core.compliancedocument.Paragraph
- addSection(Section) - Method in class org.dcom.core.compliancedocument.ComplianceDocument
- addSection(Section) - Method in class org.dcom.core.compliancedocument.Section
- addSubItem(int, ComplianceItem) - Method in class org.dcom.core.compliancedocument.ComplianceItem
- addSubItem(ComplianceItem) - Method in class org.dcom.core.compliancedocument.ComplianceItem
- addSubItem(InlineItem) - Method in class org.dcom.core.compliancedocument.inline.RASEBox
- addUnit(String) - Method in class org.dcom.core.services.DictionaryItem
- append(String) - Method in class org.dcom.core.compliancedocument.inline.InlineString
- APPLICATION - Static variable in class org.dcom.core.compliancedocument.inline.RASETag
- APPLICATION_SECTION - Static variable in class org.dcom.core.compliancedocument.inline.RASEBox
B
- BLANK_SECTION - Static variable in class org.dcom.core.compliancedocument.inline.RASEBox
C
- Cell - Class in org.dcom.core.compliancedocument
-
The programmatic representation and helper functionality for managing table Cells in a Compliance Document.
- Cell(ComplianceItem) - Constructor for class org.dcom.core.compliancedocument.Cell
- checkDCOMCertificatePassword() - Static method in class org.dcom.core.DCOM
- checkDCOMCertificatePath() - Static method in class org.dcom.core.DCOM
- checkTokenValidity(DCOMBearerToken) - Method in class org.dcom.core.security.ServiceCertificate
- clearComplianceDocmentReferences() - Method in class org.dcom.core.services.DictionaryItem
- clearEmptyObjects() - Method in class org.dcom.core.services.FileDictionaryService
- clearPossibleValues() - Method in class org.dcom.core.services.DictionaryItem
- ComplianceCheckAnswer - Class in org.dcom.core.services
-
The programmatic implementation and helper serialisation/desieralisation methods of the representation of a result an answer of a given question submitted to the rule engine
- ComplianceCheckAnswer(String, String, String, String, String, String, String) - Constructor for class org.dcom.core.services.ComplianceCheckAnswer
- ComplianceCheckDataItem - Class in org.dcom.core.services
-
The programmatic implementation and helper serialisation/desieralisation methods of the representation of a result of compliance check
- ComplianceCheckDataItem(String, String, String, String) - Constructor for class org.dcom.core.services.ComplianceCheckDataItem
- ComplianceCheckEntityInformation - Class in org.dcom.core.services
-
The programmatic implementation and helper serialisation/desieralisation methods of a specific entity (i.e BIM object) within a compliance check.
- ComplianceCheckEntityInformation(String) - Constructor for class org.dcom.core.services.ComplianceCheckEntityInformation
- ComplianceCheckFeedbackItem - Class in org.dcom.core.services
-
The programmatic implementation and helper serialisation/desieralisation methods of the feedback provided by the rule engine on a given element of a compliance check (i.e. a clause)
- ComplianceCheckFeedbackItem(String, String) - Constructor for class org.dcom.core.services.ComplianceCheckFeedbackItem
- ComplianceCheckFeedbackItem(String, String, List<String>) - Constructor for class org.dcom.core.services.ComplianceCheckFeedbackItem
- ComplianceCheckIndividual - Class in org.dcom.core.services
-
The programmatic implementation and helper serialisation/desieralisation methods of the settings required to represent an individual involved in the application for a compliance check.
- ComplianceCheckIndividual(String, String, String, String, String, String, String, String, String, String) - Constructor for class org.dcom.core.services.ComplianceCheckIndividual
- ComplianceCheckRequiredDataItem - Class in org.dcom.core.services
-
The programmatic implementation and helper serialisation/desieralisation methods of an item in a list of data items required by the rule engine.
- ComplianceCheckRequiredDataItem() - Constructor for class org.dcom.core.services.ComplianceCheckRequiredDataItem
- ComplianceCheckRequiredDataItem(String, String, String, String) - Constructor for class org.dcom.core.services.ComplianceCheckRequiredDataItem
- ComplianceCheckResultIndexItem - Class in org.dcom.core.services
-
The programmatic implementation and helper serialisation/desieralisation methods of the index of results stored on the result service
- ComplianceCheckResultIndexItem(String, String, String, LocalDateTime) - Constructor for class org.dcom.core.services.ComplianceCheckResultIndexItem
- ComplianceCheckResultItem - Class in org.dcom.core.services
-
The programmatic implementation and helper serialisation/desieralisation methods of the index of the result of a check on a given clause
- ComplianceCheckResultItem(String, LocalDateTime, List<String>, String, String, List<String>, List<String>) - Constructor for class org.dcom.core.services.ComplianceCheckResultItem
- ComplianceCheckResultSubmission - Class in org.dcom.core.services
-
The programmatic implementation and helper serialisation/desieralisation methods of the submission of a result from the project team of building control to the rule engine (i.e. where not automation is possible).
- ComplianceCheckResultSubmission(String, LocalDateTime, List<String>, String, String, String) - Constructor for class org.dcom.core.services.ComplianceCheckResultSubmission
- ComplianceCheckSettings - Class in org.dcom.core.services
-
The programmatic implementation and helper serialisation/desieralisation methods of the settings required to initiate a compliance check.
- ComplianceCheckSettings(String, String, String, String, ArrayList<String>, String, String, String, String, String, String, String, String, boolean, boolean, boolean, boolean) - Constructor for class org.dcom.core.services.ComplianceCheckSettings
- ComplianceDocument - Class in org.dcom.core.compliancedocument
-
The programmatic representation and helper functionality for managing a Compliance Document.
- ComplianceDocument() - Constructor for class org.dcom.core.compliancedocument.ComplianceDocument
- ComplianceDocumentIndex - Class in org.dcom.core.services
-
The programmatic implementation and helper serialisation/desieralisation methods of the index of compliance documents stored on a compliance document service
- ComplianceDocumentService - Class in org.dcom.core.services
-
The Compliance Document Service providing interfaces to invoke the various API methods provided by the rule engine.
- ComplianceDocumentService() - Constructor for class org.dcom.core.services.ComplianceDocumentService
- COMPLIANCEDOCUMENTSERVICE - Static variable in class org.dcom.core.services.ServiceLookup
- ComplianceItem - Class in org.dcom.core.compliancedocument
-
An abstract supertype for all elements within a compliance document.
- ComplianceItem(ComplianceItem) - Constructor for class org.dcom.core.compliancedocument.ComplianceItem
- containsComplianceDocumentReference(String) - Method in class org.dcom.core.services.DictionaryItem
- containsObject(String) - Method in interface org.dcom.core.services.DictionaryService
- containsPossibleValue(String) - Method in class org.dcom.core.services.DictionaryItem
- containsUnit(String) - Method in class org.dcom.core.services.DictionaryItem
D
- DataCell - Class in org.dcom.core.compliancedocument
-
The programmatic representation and helper functionality for managing table DataCells in a Compliance Document.
- DataCell(ComplianceItem) - Constructor for class org.dcom.core.compliancedocument.DataCell
- DATASOURCE - Static variable in class org.dcom.core.services.ServiceLookup
- DataSourceService - Class in org.dcom.core.services
-
The interface defining how the rest of the DCOM Codebase interacts with a compliance data source.
- DataSourceService(String, ServiceCertificate, String) - Constructor for class org.dcom.core.services.DataSourceService
- DCOM - Class in org.dcom.core
-
The DCOM Home class.
- DCOMBearerToken - Class in org.dcom.core.security
-
The representation of a bearer token used to provide authentication between services and services and users and services.
- DCOMBearerToken(String) - Constructor for class org.dcom.core.security.DCOMBearerToken
- DictionaryItem - Class in org.dcom.core.services
-
The an item from the DCOM dictionary
- DictionaryItem(String) - Constructor for class org.dcom.core.services.DictionaryItem
- DictionaryService - Interface in org.dcom.core.services
-
The interface defining how the rest of the DCOM codebase interacts with a dictionary service.
- DICTIONARYSERVICE - Static variable in class org.dcom.core.services.ServiceLookup
E
- EXCEPTION - Static variable in class org.dcom.core.compliancedocument.inline.RASETag
- EXCEPTION_SECTION - Static variable in class org.dcom.core.compliancedocument.inline.RASEBox
- existsEnvironmentVariable(String) - Static method in class org.dcom.core.DCOM
- extractInserts(NodeList) - Static method in class org.dcom.core.compliancedocument.utils.TextExtractor
- extractStructure(String) - Static method in class org.dcom.core.compliancedocument.utils.TextExtractor
- extractStructure(NodeList) - Static method in class org.dcom.core.compliancedocument.utils.TextExtractor
F
- Figure - Class in org.dcom.core.compliancedocument
-
The programmatic representation and helper functionality for managing table Cells in a Compliance Document.
- Figure(ComplianceItem) - Constructor for class org.dcom.core.compliancedocument.Figure
- FileDictionaryService - Class in org.dcom.core.services
-
The templater specific implementation of the DictionaryService Interface.
- FileDictionaryService() - Constructor for class org.dcom.core.services.FileDictionaryService
- FileDictionaryService(File) - Constructor for class org.dcom.core.services.FileDictionaryService
- friendlyName - Variable in class org.dcom.core.services.ComplianceCheckEntityInformation
- fromJSON(String) - Static method in class org.dcom.core.services.ComplianceCheckIndividual
- fromJSON(String) - Static method in class org.dcom.core.services.ComplianceCheckResultItem
- fromJSON(String) - Static method in class org.dcom.core.services.ComplianceCheckResultSubmission
- fromJSON(String) - Static method in class org.dcom.core.services.ComplianceCheckSettings
- fromJSONCollection(String) - Static method in class org.dcom.core.services.ComplianceCheckAnswer
- fromJSONCollection(String) - Static method in class org.dcom.core.services.ComplianceCheckDataItem
- fromJSONCollection(String) - Static method in class org.dcom.core.services.ComplianceCheckResultItem
- fromJSONCollection(String) - Static method in class org.dcom.core.services.ComplianceCheckResultSubmission
- fromXML(String) - Static method in class org.dcom.core.services.ComplianceCheckIndividual
- fromXML(String) - Static method in class org.dcom.core.services.ComplianceCheckResultItem
- fromXML(String) - Static method in class org.dcom.core.services.ComplianceCheckResultSubmission
- fromXML(String) - Static method in class org.dcom.core.services.ComplianceCheckSettings
- fromXMLCollection(String) - Static method in class org.dcom.core.services.ComplianceCheckAnswer
- fromXMLCollection(String) - Static method in class org.dcom.core.services.ComplianceCheckDataItem
- fromXMLCollection(String) - Static method in class org.dcom.core.services.ComplianceCheckResultItem
- fromXMLCollection(String) - Static method in class org.dcom.core.services.ComplianceCheckResultSubmission
G
- generateBearerToken() - Method in class org.dcom.core.security.ServiceCertificate
- generateGuid() - Static method in class org.dcom.core.compliancedocument.utils.GuidHelper
- generateNewGuid() - Method in class org.dcom.core.compliancedocument.ComplianceItem
- generateText(boolean) - Method in class org.dcom.core.compliancedocument.inline.InlineItem
- generateText(boolean) - Method in class org.dcom.core.compliancedocument.inline.InlineString
- generateText(boolean) - Method in class org.dcom.core.compliancedocument.inline.RASEBox
- generateText(boolean) - Method in class org.dcom.core.compliancedocument.inline.RASETag
- getAccessURL() - Method in class org.dcom.core.compliancedocument.ComplianceItem
- getAddress() - Method in class org.dcom.core.services.ComplianceCheckIndividual
- getAddress() - Method in class org.dcom.core.services.ComplianceCheckSettings
- getAllChecks(String, String, LocalDateTime, LocalDateTime, String, String, DCOMBearerToken) - Method in class org.dcom.core.services.ResultService
- getAllChecks(String, DCOMBearerToken) - Method in class org.dcom.core.services.ResultService
- getAllSubItems() - Method in class org.dcom.core.compliancedocument.inline.RASEBox
- getAllSubParagraphs() - Method in class org.dcom.core.compliancedocument.Paragraph
- getAnswer() - Method in class org.dcom.core.services.ComplianceCheckAnswer
- getAnswer() - Method in class org.dcom.core.services.ComplianceCheckFeedbackItem
- getAnswer(String, String, String, String, String, String) - Method in class org.dcom.core.services.DataSourceService
- getAnswer(String, String, String, String, String, String, String, DCOMBearerToken) - Method in class org.dcom.core.services.DataSourceService
- getAnswerFromJobId(String, String) - Method in class org.dcom.core.services.DataSourceService
- getAnswerFromJobId(String, String, String, DCOMBearerToken) - Method in class org.dcom.core.services.DataSourceService
- getApplication() - Method in class org.dcom.core.services.DictionaryItem
- getApprovalStatus(String, DCOMBearerToken) - Method in class org.dcom.core.services.RuleEngineService
- getAttributation() - Method in class org.dcom.core.services.ComplianceCheckResultItem
- getBearerToken() - Method in class org.dcom.core.services.KeycloakSecurityService
- getBearerToken() - Method in interface org.dcom.core.services.SecurityService
- getBearerToken(String, String) - Method in class org.dcom.core.services.KeycloakSecurityService
- getBearerToken(String, String) - Method in interface org.dcom.core.services.SecurityService
- getBody() - Method in class org.dcom.core.compliancedocument.Cell
- getBody() - Method in class org.dcom.core.compliancedocument.inline.RASETag
- getBody() - Method in class org.dcom.core.compliancedocument.Table
- getBodyText(boolean) - Method in class org.dcom.core.compliancedocument.Paragraph
- getBuildingChecks(String, DCOMBearerToken) - Method in class org.dcom.core.services.ResultService
- getCell(int) - Method in class org.dcom.core.compliancedocument.Row
- getCell(int, int) - Method in class org.dcom.core.compliancedocument.Table
- getCells() - Method in class org.dcom.core.compliancedocument.Row
- getCertificate() - Method in class org.dcom.core.services.KeycloakSecurityService
- getCheck(String, String, LocalDateTime, LocalDateTime, String, String, DCOMBearerToken) - Method in class org.dcom.core.services.ResultService
- getCheck(String, String, DCOMBearerToken) - Method in class org.dcom.core.services.ResultService
- getClassification(String) - Method in interface org.dcom.core.services.DictionaryService
- getClassification(String) - Method in class org.dcom.core.services.FileDictionaryService
- getClassification(String) - Method in class org.dcom.core.services.TemplaterDictionaryService
- getClient() - Method in class org.dcom.core.services.KeycloakSecurityService
- getCompanyName() - Method in class org.dcom.core.services.ComplianceCheckIndividual
- getComparator() - Method in class org.dcom.core.compliancedocument.inline.RASETag
- getComplianceCheckUID() - Method in class org.dcom.core.services.ComplianceCheckResultIndexItem
- getComplianceDocuemnt() - Method in class org.dcom.core.services.ComplianceCheckResultIndexItem
- getComplianceDocument(String, String, String) - Method in class org.dcom.core.services.ComplianceDocumentService
- getComplianceDocument(String, String, String, String) - Method in class org.dcom.core.services.ComplianceDocumentService
- getComplianceDocument(String, String, String, String, String) - Method in class org.dcom.core.services.ComplianceDocumentService
- getComplianceDocumentIndex() - Method in class org.dcom.core.services.ComplianceDocumentService
- getComplianceDocumentIndex(String) - Method in class org.dcom.core.services.ComplianceDocumentService
- getComplianceDocumentIndex(String, String) - Method in class org.dcom.core.services.ComplianceDocumentService
- getComplianceDocumentReference() - Method in class org.dcom.core.services.ComplianceCheckFeedbackItem
- getComplianceDocumentReference() - Method in class org.dcom.core.services.ComplianceCheckResultSubmission
- getComplianceDocumentReferences() - Method in class org.dcom.core.services.DictionaryItem
- getComplianceDocumentServices() - Method in class org.dcom.core.services.ServiceLookup
- getConditions(String, DCOMBearerToken) - Method in class org.dcom.core.services.RuleEngineService
- getConsentToConditions() - Method in class org.dcom.core.services.ComplianceCheckSettings
- getConsentToExtension() - Method in class org.dcom.core.services.ComplianceCheckSettings
- getData() - Method in class org.dcom.core.services.ComplianceCheckDataItem
- getData(String, String, String, String) - Method in class org.dcom.core.services.DataSourceService
- getData(String, String, String, String, String, DCOMBearerToken) - Method in class org.dcom.core.services.DataSourceService
- getDataFromJobId(String) - Method in class org.dcom.core.services.DataSourceService
- getDataFromJobId(String, String, DCOMBearerToken) - Method in class org.dcom.core.services.DataSourceService
- getDataSources() - Method in class org.dcom.core.services.ServiceLookup
- getDataType() - Method in class org.dcom.core.services.DictionaryItem
- getDCOMCertificatePassword() - Static method in class org.dcom.core.DCOM
- getDCOMCertificatePath() - Static method in class org.dcom.core.DCOM
- getDescription() - Method in class org.dcom.core.services.ComplianceCheckSettings
- getDictionaries() - Method in class org.dcom.core.services.ServiceLookup
- getDocumentFullName(String) - Method in class org.dcom.core.services.ComplianceDocumentIndex
- getDocumentJurisdiction(String) - Method in class org.dcom.core.services.ComplianceDocumentIndex
- getDocumentLatestVersion(String) - Method in class org.dcom.core.services.ComplianceDocumentIndex
- getDocumentReference() - Method in class org.dcom.core.compliancedocument.inline.InlineItem
- getDocumentReference() - Method in class org.dcom.core.services.ComplianceCheckRequiredDataItem
- getDocumentReference() - Method in class org.dcom.core.services.ComplianceCheckSettings
- getDocumentShortNames() - Method in class org.dcom.core.services.ComplianceDocumentIndex
- getDocumentType(String) - Method in class org.dcom.core.services.ComplianceDocumentIndex
- getDocumentVersionList(String) - Method in class org.dcom.core.services.ComplianceDocumentIndex
- getElectricalSafetyConfirmation() - Method in class org.dcom.core.services.ComplianceCheckSettings
- getEmail() - Method in class org.dcom.core.services.ComplianceCheckIndividual
- getEntityInformation(String, DCOMBearerToken) - Method in class org.dcom.core.services.RuleEngineService
- getEnvironmentVariable(String) - Static method in class org.dcom.core.DCOM
- getFax() - Method in class org.dcom.core.services.ComplianceCheckIndividual
- getFeedback(String, String, DCOMBearerToken) - Method in class org.dcom.core.services.RuleEngineService
- getFireSafetyOrder() - Method in class org.dcom.core.services.ComplianceCheckSettings
- getFooter() - Method in class org.dcom.core.compliancedocument.Table
- getFriendlyName() - Method in class org.dcom.core.services.ComplianceCheckEntityInformation
- getHeader() - Method in class org.dcom.core.compliancedocument.Table
- getHighestParaNumber() - Method in class org.dcom.core.compliancedocument.ComplianceItem
- getId() - Method in class org.dcom.core.compliancedocument.inline.InlineItem
- getId() - Method in class org.dcom.core.services.ComplianceCheckAnswer
- getId() - Method in class org.dcom.core.services.ComplianceCheckDataItem
- getId() - Method in class org.dcom.core.services.ComplianceCheckEntityInformation
- getId() - Method in class org.dcom.core.services.ComplianceCheckRequiredDataItem
- getIdentifier() - Method in class org.dcom.core.compliancedocument.ComplianceItem
- getIdentifier() - Method in class org.dcom.core.security.DCOMBearerToken
- getIDSet() - Method in class org.dcom.core.services.DataSourceService
- getIDSet(String, DCOMBearerToken) - Method in class org.dcom.core.services.DataSourceService
- getIfcDataItem() - Method in class org.dcom.core.services.DictionaryItem
- getIfcSubType(String) - Method in interface org.dcom.core.services.DictionaryService
- getIfcSubType(String) - Method in class org.dcom.core.services.FileDictionaryService
- getIfcSubType(String) - Method in class org.dcom.core.services.TemplaterDictionaryService
- getIfcType(String) - Method in interface org.dcom.core.services.DictionaryService
- getIfcType(String) - Method in class org.dcom.core.services.FileDictionaryService
- getIfcType(String) - Method in class org.dcom.core.services.TemplaterDictionaryService
- getImageDataBytes() - Method in class org.dcom.core.compliancedocument.Figure
- getImageDataString() - Method in class org.dcom.core.compliancedocument.Figure
- getIndividual(int) - Method in class org.dcom.core.services.ComplianceCheckSettings
- getInlineItem(int) - Method in class org.dcom.core.compliancedocument.Paragraph
- getInlineItems() - Method in class org.dcom.core.compliancedocument.Paragraph
- getInsert(int) - Method in class org.dcom.core.compliancedocument.Paragraph
- getJobId() - Method in class org.dcom.core.services.ComplianceCheckAnswer
- getJobId() - Method in class org.dcom.core.services.ComplianceCheckDataItem
- getKeyVariable(int) - Method in class org.dcom.core.services.ComplianceCheckEntityInformation
- getLifecyclestage() - Method in class org.dcom.core.services.ComplianceCheckSettings
- getMetaDataList() - Method in class org.dcom.core.compliancedocument.ComplianceItem
- getMetaDataList(String) - Method in class org.dcom.core.compliancedocument.ComplianceItem
- getMetaDataString(String) - Method in class org.dcom.core.compliancedocument.ComplianceItem
- getMissValue() - Method in class org.dcom.core.services.ComplianceCheckAnswer
- getMobile() - Method in class org.dcom.core.services.ComplianceCheckIndividual
- getModelServerType() - Method in class org.dcom.core.services.ComplianceCheckSettings
- getModelServerURL() - Method in class org.dcom.core.services.ComplianceCheckSettings
- getName() - Method in class org.dcom.core.services.ComplianceCheckIndividual
- getName() - Method in class org.dcom.core.services.KeycloakSecurityService
- getNoCells() - Method in class org.dcom.core.compliancedocument.Row
- getNoColumns() - Method in class org.dcom.core.compliancedocument.Table
- getNoIndividuals() - Method in class org.dcom.core.services.ComplianceCheckSettings
- getNoInlineItems() - Method in class org.dcom.core.compliancedocument.Paragraph
- getNoInserts() - Method in class org.dcom.core.compliancedocument.Paragraph
- getNoKeyVariables() - Method in class org.dcom.core.services.ComplianceCheckEntityInformation
- getNoParagraphs() - Method in class org.dcom.core.compliancedocument.Paragraph
- getNoParagraphs() - Method in class org.dcom.core.compliancedocument.Section
- getNoRequireData() - Method in class org.dcom.core.services.ComplianceCheckEntityInformation
- getNoRows() - Method in class org.dcom.core.compliancedocument.Table
- getNoRows() - Method in class org.dcom.core.compliancedocument.TableGroup
- getNoRules() - Method in class org.dcom.core.compliancedocument.Paragraph
- getNoSections() - Method in class org.dcom.core.compliancedocument.ComplianceDocument
- getNoSections() - Method in class org.dcom.core.compliancedocument.Section
- getNoSubItems() - Method in class org.dcom.core.compliancedocument.ComplianceItem
- getNoSubItems() - Method in class org.dcom.core.compliancedocument.inline.RASEBox
- getNumber() - Method in class org.dcom.core.compliancedocument.ComplianceItem
- getObjectFromProperty(String) - Method in interface org.dcom.core.services.DictionaryService
- getObjects() - Method in interface org.dcom.core.services.DictionaryService
- getObjects() - Method in class org.dcom.core.services.FileDictionaryService
- getObjects() - Method in class org.dcom.core.services.TemplaterDictionaryService
- getOperationModel() - Method in class org.dcom.core.services.ComplianceCheckSettings
- getParagraph(int) - Method in class org.dcom.core.compliancedocument.Paragraph
- getParagraph(int) - Method in class org.dcom.core.compliancedocument.Section
- getParagraphs() - Method in class org.dcom.core.compliancedocument.Paragraph
- getParagraphs() - Method in class org.dcom.core.compliancedocument.Section
- getParent() - Method in class org.dcom.core.compliancedocument.ComplianceItem
- getPosition() - Method in class org.dcom.core.services.ComplianceCheckIndividual
- getPossibleValues() - Method in class org.dcom.core.services.DictionaryItem
- getPostcode() - Method in class org.dcom.core.services.ComplianceCheckIndividual
- getPresentUse() - Method in class org.dcom.core.services.ComplianceCheckSettings
- getProjectName() - Method in class org.dcom.core.services.DataSourceService
- getProjectName(String, DCOMBearerToken) - Method in class org.dcom.core.services.DataSourceService
- getProperties(String) - Method in interface org.dcom.core.services.DictionaryService
- getProperties(String) - Method in class org.dcom.core.services.FileDictionaryService
- getProperties(String) - Method in class org.dcom.core.services.TemplaterDictionaryService
- getProperties(Set<String>) - Method in interface org.dcom.core.services.DictionaryService
- getProperty() - Method in class org.dcom.core.compliancedocument.inline.RASETag
- getProperty(String, String) - Method in interface org.dcom.core.services.DictionaryService
- getProperty(Set<String>, String) - Method in interface org.dcom.core.services.DictionaryService
- getPropertyDescription() - Method in class org.dcom.core.services.DictionaryItem
- getPropertyId() - Method in class org.dcom.core.services.ComplianceCheckAnswer
- getPropertyId() - Method in class org.dcom.core.services.ComplianceCheckDataItem
- getPropertyName() - Method in class org.dcom.core.services.ComplianceCheckRequiredDataItem
- getPropertyName() - Method in class org.dcom.core.services.DictionaryItem
- getPropertySetName() - Method in class org.dcom.core.services.DictionaryItem
- getProposedUse() - Method in class org.dcom.core.services.ComplianceCheckSettings
- getPublicKey() - Method in class org.dcom.core.security.ServiceCertificate
- getReasons() - Method in class org.dcom.core.services.ComplianceCheckResultItem
- getReasons() - Method in class org.dcom.core.services.ComplianceCheckResultSubmission
- getReference() - Method in class org.dcom.core.services.ComplianceCheckResultItem
- getReferences() - Method in class org.dcom.core.compliancedocument.inline.RASETag
- getRegulatorIndentification() - Method in class org.dcom.core.services.ComplianceCheckSettings
- getRequiredData(int) - Method in class org.dcom.core.services.ComplianceCheckEntityInformation
- getResult() - Method in class org.dcom.core.services.ComplianceCheckResultIndexItem
- getResult() - Method in class org.dcom.core.services.ComplianceCheckResultItem
- getResult() - Method in class org.dcom.core.services.ComplianceCheckResultSubmission
- getResults(String, LocalDateTime, LocalDateTime, String, DCOMBearerToken) - Method in class org.dcom.core.services.RuleEngineService
- getResultServices() - Method in class org.dcom.core.services.ServiceLookup
- getRow(int) - Method in class org.dcom.core.compliancedocument.Table
- getRow(int) - Method in class org.dcom.core.compliancedocument.TableGroup
- getRows() - Method in class org.dcom.core.compliancedocument.TableGroup
- getRule(int) - Method in class org.dcom.core.compliancedocument.Paragraph
- getRuleEngines() - Method in class org.dcom.core.services.ServiceLookup
- getSanitisedProperty() - Method in class org.dcom.core.compliancedocument.inline.RASETag
- getSection(int) - Method in class org.dcom.core.compliancedocument.ComplianceDocument
- getSection(int) - Method in class org.dcom.core.compliancedocument.Section
- getSections() - Method in class org.dcom.core.compliancedocument.ComplianceDocument
- getSections() - Method in class org.dcom.core.compliancedocument.Section
- getSecurityService() - Method in class org.dcom.core.services.KeycloakSecurityService
- getSecurityServiceType() - Method in class org.dcom.core.services.KeycloakSecurityService
- getSecurityServiceURI() - Method in class org.dcom.core.services.KeycloakSecurityService
- getSecurityType() - Method in class org.dcom.core.services.ComplianceCheckSettings
- getSecurityURI() - Method in class org.dcom.core.services.ComplianceCheckSettings
- getServiceCertificate(String) - Method in class org.dcom.core.services.ServiceLookup
- getServiceDescription() - Method in class org.dcom.core.services.DataSourceService
- getServiceLookup() - Static method in class org.dcom.core.DCOM
- getServiceLookup(String) - Static method in class org.dcom.core.DCOM
- getServiceName() - Method in class org.dcom.core.services.DataSourceService
- getServiceOperator() - Method in class org.dcom.core.services.DataSourceService
- getSubItem(int) - Method in class org.dcom.core.compliancedocument.ComplianceItem
- getSubItem(int) - Method in class org.dcom.core.compliancedocument.inline.RASEBox
- getSubItems() - Method in class org.dcom.core.compliancedocument.ComplianceItem
- getSupportingFileContentType() - Method in class org.dcom.core.services.ComplianceCheckAnswer
- getSupportingFileContentType() - Method in class org.dcom.core.services.ComplianceCheckResultItem
- getSupportingFileContentType() - Method in class org.dcom.core.services.ComplianceCheckResultSubmission
- getSupportingFileData() - Method in class org.dcom.core.services.ComplianceCheckAnswer
- getSupportingFileData() - Method in class org.dcom.core.services.ComplianceCheckResultItem
- getSupportingFileData() - Method in class org.dcom.core.services.ComplianceCheckResultSubmission
- getTelephone() - Method in class org.dcom.core.services.ComplianceCheckIndividual
- getTime() - Method in class org.dcom.core.services.ComplianceCheckResultIndexItem
- getTime() - Method in class org.dcom.core.services.ComplianceCheckResultItem
- getTitle() - Method in class org.dcom.core.services.ComplianceCheckIndividual
- getToken() - Method in class org.dcom.core.security.DCOMBearerToken
- getType() - Method in class org.dcom.core.compliancedocument.inline.RASEBox
- getType() - Method in class org.dcom.core.compliancedocument.inline.RASETag
- getType() - Method in class org.dcom.core.services.ComplianceCheckEntityInformation
- getTypeString() - Method in class org.dcom.core.compliancedocument.inline.RASEBox
- getTypeString() - Method in class org.dcom.core.compliancedocument.inline.RASETag
- getTypeString() - Method in class org.dcom.core.services.ComplianceCheckEntityInformation
- getUnit() - Method in class org.dcom.core.compliancedocument.inline.RASETag
- getUnit() - Method in class org.dcom.core.services.ComplianceCheckRequiredDataItem
- getUnit() - Method in class org.dcom.core.services.DictionaryItem
- getUPRN() - Method in class org.dcom.core.services.ComplianceCheckSettings
- getURL() - Method in class org.dcom.core.services.KeycloakSecurityService
- getValue() - Method in class org.dcom.core.compliancedocument.inline.RASETag
- getVersion() - Method in class org.dcom.core.compliancedocument.ComplianceDocument
- GuidHelper - Class in org.dcom.core.compliancedocument.utils
-
A class that provides a friendly interface to the previous two classes for the rest of the ecosystem to use
H
- hasMetaData(String) - Method in class org.dcom.core.compliancedocument.ComplianceItem
- hasNumber() - Method in class org.dcom.core.compliancedocument.ComplianceItem
- hasSubItem(ComplianceItem) - Method in class org.dcom.core.compliancedocument.ComplianceItem
I
- InlineItem - Class in org.dcom.core.compliancedocument.inline
-
This class represents an abstract inline text item
- InlineItem(String) - Constructor for class org.dcom.core.compliancedocument.inline.InlineItem
- InlineString - Class in org.dcom.core.compliancedocument.inline
-
This class represents an abstract rase item
- InlineString(String, String) - Constructor for class org.dcom.core.compliancedocument.inline.InlineString
- Insert - Class in org.dcom.core.compliancedocument
-
The programmatic representation and helper functionality for managing Inserts in a Compliance Document.
- Insert(ComplianceItem) - Constructor for class org.dcom.core.compliancedocument.Insert
- isJob() - Method in class org.dcom.core.services.ComplianceCheckAnswer
- isJob() - Method in class org.dcom.core.services.ComplianceCheckDataItem
- isListMetadata(String) - Method in class org.dcom.core.compliancedocument.ComplianceItem
- isNotObject(String) - Method in class org.dcom.core.services.FileDictionaryService
- isPropertyOnly() - Method in class org.dcom.core.compliancedocument.inline.RASETag
- isValid(ServiceCertificate) - Method in class org.dcom.core.security.DCOMBearerToken
J
- JSONComplianceDocumentDeserialiser - Class in org.dcom.core.compliancedocument.deserialisers
-
A helper class that takes an JSON string and produces an in memory compliance document.
- JSONComplianceDocumentSerialiser - Class in org.dcom.core.compliancedocument.serialisers
-
A helper class that takes an in memory compliance document and produces a JSON string.
K
- KeycloakSecurityService - Class in org.dcom.core.services
-
The keycloak specific implementation of SecurityService.java
L
- logout() - Method in class org.dcom.core.services.KeycloakSecurityService
- logout() - Method in interface org.dcom.core.services.SecurityService
M
- mergeIn(ComplianceDocument) - Method in class org.dcom.core.compliancedocument.ComplianceDocument
- mergeIn(ComplianceItem) - Method in class org.dcom.core.compliancedocument.ComplianceItem
- mergeIn(Figure) - Method in class org.dcom.core.compliancedocument.Figure
- mergeIn(Paragraph) - Method in class org.dcom.core.compliancedocument.Paragraph
- mergeIn(Row) - Method in class org.dcom.core.compliancedocument.Row
- mergeIn(Section) - Method in class org.dcom.core.compliancedocument.Section
- mergeIn(Table) - Method in class org.dcom.core.compliancedocument.Table
- mergeIn(TableGroup) - Method in class org.dcom.core.compliancedocument.TableGroup
O
- org.dcom.core - package org.dcom.core
- org.dcom.core.compliancedocument - package org.dcom.core.compliancedocument
- org.dcom.core.compliancedocument.deserialisers - package org.dcom.core.compliancedocument.deserialisers
- org.dcom.core.compliancedocument.inline - package org.dcom.core.compliancedocument.inline
- org.dcom.core.compliancedocument.serialisers - package org.dcom.core.compliancedocument.serialisers
- org.dcom.core.compliancedocument.utils - package org.dcom.core.compliancedocument.utils
- org.dcom.core.security - package org.dcom.core.security
- org.dcom.core.services - package org.dcom.core.services
P
- Paragraph - Class in org.dcom.core.compliancedocument
-
The programmatic representation and helper functionality for managing Paragraphs in a Compliance Document.
- Paragraph(ComplianceItem) - Constructor for class org.dcom.core.compliancedocument.Paragraph
- parseComplianceDocument(String) - Static method in class org.dcom.core.compliancedocument.deserialisers.JSONComplianceDocumentDeserialiser
- parseComplianceDocument(String) - Static method in class org.dcom.core.compliancedocument.deserialisers.XMLComplianceDocumentDeserialiser
R
- RASEBox - Class in org.dcom.core.compliancedocument.inline
-
This class represents a single rase tag
- RASEBox(String, String) - Constructor for class org.dcom.core.compliancedocument.inline.RASEBox
- RASETag - Class in org.dcom.core.compliancedocument.inline
-
This class represents a single rase tag
- RASETag(String, String, String, String, String, String, String, String) - Constructor for class org.dcom.core.compliancedocument.inline.RASETag
- registerMyself(String, String, String, int, DCOMBearerToken) - Method in class org.dcom.core.services.ServiceLookup
- removeMetaData(String) - Method in class org.dcom.core.compliancedocument.ComplianceItem
- removeProperty(String, String) - Method in class org.dcom.core.services.FileDictionaryService
- removeSubItem(ComplianceItem) - Method in class org.dcom.core.compliancedocument.ComplianceDocument
- removeSubItem(ComplianceItem) - Method in class org.dcom.core.compliancedocument.ComplianceItem
- removeSubItem(ComplianceItem) - Method in class org.dcom.core.compliancedocument.Paragraph
- removeSubItem(ComplianceItem) - Method in class org.dcom.core.compliancedocument.Section
- removeSubItem(InlineItem) - Method in class org.dcom.core.compliancedocument.inline.RASEBox
- requiredData - Variable in class org.dcom.core.services.ComplianceCheckEntityInformation
- REQUIREMENT - Static variable in class org.dcom.core.compliancedocument.inline.RASETag
- REQUIREMENT_SECTION - Static variable in class org.dcom.core.compliancedocument.inline.RASEBox
- ResultService - Class in org.dcom.core.services
-
The Result Service class, contains method to enable retrieval and transmission of Results to the Result Service.
- ResultService() - Constructor for class org.dcom.core.services.ResultService
- RESULTSERVICE - Static variable in class org.dcom.core.services.ServiceLookup
- Row - Class in org.dcom.core.compliancedocument
-
The programmatic representation and helper functionality for managing table Rows in a Compliance Document.
- Row(ComplianceItem) - Constructor for class org.dcom.core.compliancedocument.Row
- Rule - Class in org.dcom.core.compliancedocument
-
The programmatic representation and helper functionality for managing a rule attached to a paragraph in a Compliance Document.
- Rule(ComplianceItem) - Constructor for class org.dcom.core.compliancedocument.Rule
- RuleEngineService - Class in org.dcom.core.services
-
The Rule Engine Service providing interfaces to invoke the various API methods provided by the rule engine.
- RuleEngineService() - Constructor for class org.dcom.core.services.RuleEngineService
- RULEENGINESERVICE - Static variable in class org.dcom.core.services.ServiceLookup
S
- saveDictionary(File) - Method in class org.dcom.core.services.FileDictionaryService
- Section - Class in org.dcom.core.compliancedocument
-
The programmatic representation and helper functionality for managing A Section in a Compliance Document.
- Section(ComplianceItem) - Constructor for class org.dcom.core.compliancedocument.Section
- SecurityService - Interface in org.dcom.core.services
-
The interface defining how the rest of DCOM codebase communicates with security services.
- SELECTION - Static variable in class org.dcom.core.compliancedocument.inline.RASETag
- SELECTION_SECTION - Static variable in class org.dcom.core.compliancedocument.inline.RASEBox
- sendResults(String, String, List<String>, List<ComplianceCheckResultItem>, DCOMBearerToken) - Method in class org.dcom.core.services.ResultService
- serialise(ComplianceDocument) - Static method in class org.dcom.core.compliancedocument.serialisers.JSONComplianceDocumentSerialiser
- serialise(ComplianceDocument) - Static method in class org.dcom.core.compliancedocument.serialisers.XMLComplianceDocumentSerialiser
- serialise(ComplianceDocument, boolean) - Static method in class org.dcom.core.compliancedocument.serialisers.XMLComplianceDocumentSerialiser
- ServiceCertificate - Class in org.dcom.core.security
-
Representation of a services certificate provided by the Service Lookup.
- ServiceCertificate(File) - Constructor for class org.dcom.core.security.ServiceCertificate
- ServiceCertificate(File, String) - Constructor for class org.dcom.core.security.ServiceCertificate
- ServiceCertificate(String) - Constructor for class org.dcom.core.security.ServiceCertificate
- ServiceLookup - Class in org.dcom.core.services
-
The ServiceLookup service provides methods to retrieve objects representing all other types of DCOM services as well as their certificates.
- ServiceLookup(String) - Constructor for class org.dcom.core.services.ServiceLookup
- setBody(Paragraph) - Method in class org.dcom.core.compliancedocument.Cell
- setBody(TableBody) - Method in class org.dcom.core.compliancedocument.Table
- setClassification(String, String) - Method in class org.dcom.core.services.FileDictionaryService
- setDataType(String) - Method in class org.dcom.core.services.DictionaryItem
- setDefaultCertificate(ServiceCertificate) - Method in class org.dcom.core.services.DataSourceService
- setDocumentReference(String) - Method in class org.dcom.core.compliancedocument.inline.InlineItem
- setFooter(TableFooter) - Method in class org.dcom.core.compliancedocument.Table
- setFriendlyName(String) - Method in class org.dcom.core.services.ComplianceCheckEntityInformation
- setHeader(TableHeader) - Method in class org.dcom.core.compliancedocument.Table
- setHighestParaNumber(int) - Method in class org.dcom.core.compliancedocument.ComplianceItem
- setIfcDataItem(String) - Method in class org.dcom.core.services.DictionaryItem
- setIfcSubType(String, String) - Method in class org.dcom.core.services.FileDictionaryService
- setIfcType(String, String) - Method in class org.dcom.core.services.FileDictionaryService
- setImageData(byte[]) - Method in class org.dcom.core.compliancedocument.Figure
- setImageData(String) - Method in class org.dcom.core.compliancedocument.Figure
- setInlineItems(List<InlineItem>) - Method in class org.dcom.core.compliancedocument.Paragraph
- setMetaData(String, String) - Method in class org.dcom.core.compliancedocument.ComplianceItem
- setNumber(Integer) - Method in class org.dcom.core.compliancedocument.ComplianceItem
- setPropertySetName(String) - Method in class org.dcom.core.services.DictionaryItem
- setType(String) - Method in class org.dcom.core.services.ComplianceCheckEntityInformation
- setVersion(String) - Method in class org.dcom.core.compliancedocument.ComplianceDocument
- startComplianceCheck(ComplianceCheckSettings) - Method in class org.dcom.core.services.RuleEngineService
- submitAnswers(String, ComplianceCheckAnswer, DCOMBearerToken) - Method in class org.dcom.core.services.RuleEngineService
- submitApproval(String, boolean, List<String>, DCOMBearerToken) - Method in class org.dcom.core.services.RuleEngineService
- submitData(String, ComplianceCheckDataItem, DCOMBearerToken) - Method in class org.dcom.core.services.RuleEngineService
- submitFeedback(String, ComplianceCheckFeedbackItem, DCOMBearerToken) - Method in class org.dcom.core.services.DataSourceService
- submitFeedback(ComplianceCheckFeedbackItem) - Method in class org.dcom.core.services.DataSourceService
- submitIDSet(String, List<String>, DCOMBearerToken) - Method in class org.dcom.core.services.RuleEngineService
- submitResult(String, ComplianceCheckResultSubmission, DCOMBearerToken) - Method in class org.dcom.core.services.RuleEngineService
T
- Table - Class in org.dcom.core.compliancedocument
-
The programmatic representation and helper functionality for managing A Table in a Compliance Document.
- Table(ComplianceItem) - Constructor for class org.dcom.core.compliancedocument.Table
- TableBody - Class in org.dcom.core.compliancedocument
-
The programmatic representation and helper functionality for managing table Cells in a Compliance Document.
- TableBody(ComplianceItem) - Constructor for class org.dcom.core.compliancedocument.TableBody
- TableFooter - Class in org.dcom.core.compliancedocument
-
The programmatic representation and helper functionality for managing table Cells in a Compliance Document.
- TableFooter(ComplianceItem) - Constructor for class org.dcom.core.compliancedocument.TableFooter
- TableGroup - Class in org.dcom.core.compliancedocument
-
The programmatic representation and helper functionality for managing groups of rows in a Compliance Document.
- TableGroup(ComplianceItem) - Constructor for class org.dcom.core.compliancedocument.TableGroup
- TableHeader - Class in org.dcom.core.compliancedocument
-
The programmatic representation and helper functionality for managing table Headers in a Compliance Document.
- TableHeader(ComplianceItem) - Constructor for class org.dcom.core.compliancedocument.TableHeader
- TemplaterDictionaryService - Class in org.dcom.core.services
-
The templater specific implementation of the DictionaryService Interface.
- TemplaterDictionaryService() - Constructor for class org.dcom.core.services.TemplaterDictionaryService
- TextExtractor - Class in org.dcom.core.compliancedocument.utils
-
This class contains the extractor to extract inline items from paragraphs
- TextExtractor() - Constructor for class org.dcom.core.compliancedocument.utils.TextExtractor
- TitleCell - Class in org.dcom.core.compliancedocument
-
The programmatic representation and helper functionality for managing table TitleCells in a Compliance Document.
- TitleCell(ComplianceItem) - Constructor for class org.dcom.core.compliancedocument.TitleCell
- toJSON() - Method in class org.dcom.core.services.ComplianceCheckAnswer
- toJSON() - Method in class org.dcom.core.services.ComplianceCheckDataItem
- toJSON() - Method in class org.dcom.core.services.ComplianceCheckEntityInformation
- toJSON() - Method in class org.dcom.core.services.ComplianceCheckFeedbackItem
- toJSON() - Method in class org.dcom.core.services.ComplianceCheckIndividual
- toJSON() - Method in class org.dcom.core.services.ComplianceCheckRequiredDataItem
- toJSON() - Method in class org.dcom.core.services.ComplianceCheckResultIndexItem
- toJSON() - Method in class org.dcom.core.services.ComplianceCheckResultItem
- toJSON() - Method in class org.dcom.core.services.ComplianceCheckResultSubmission
- toJSON() - Method in class org.dcom.core.services.ComplianceCheckSettings
- toString() - Method in class org.dcom.core.compliancedocument.ComplianceDocument
- toString() - Method in class org.dcom.core.compliancedocument.ComplianceItem
- toString() - Method in class org.dcom.core.compliancedocument.inline.InlineString
- toString() - Method in class org.dcom.core.compliancedocument.inline.RASEBox
- toString() - Method in class org.dcom.core.compliancedocument.inline.RASETag
- toString() - Method in class org.dcom.core.compliancedocument.Paragraph
- toString() - Method in class org.dcom.core.compliancedocument.Row
- toString() - Method in class org.dcom.core.compliancedocument.Section
- toString() - Method in class org.dcom.core.compliancedocument.TableGroup
- toStringShort() - Method in class org.dcom.core.compliancedocument.inline.RASEBox
- toStringShort() - Method in class org.dcom.core.compliancedocument.inline.RASETag
- toXML() - Method in class org.dcom.core.services.ComplianceCheckAnswer
- toXML() - Method in class org.dcom.core.services.ComplianceCheckDataItem
- toXML() - Method in class org.dcom.core.services.ComplianceCheckEntityInformation
- toXML() - Method in class org.dcom.core.services.ComplianceCheckFeedbackItem
- toXML() - Method in class org.dcom.core.services.ComplianceCheckRequiredDataItem
- toXML() - Method in class org.dcom.core.services.ComplianceCheckResultIndexItem
- toXML() - Method in class org.dcom.core.services.ComplianceCheckResultItem
- toXML() - Method in class org.dcom.core.services.ComplianceCheckResultSubmission
U
- updateUPRN(String, String, DCOMBearerToken) - Method in class org.dcom.core.services.ResultService
- uploadComplianceDocument(String, String, String, String, String, ComplianceDocument, DCOMBearerToken) - Method in class org.dcom.core.services.ComplianceDocumentService
- uploadComplianceDocument(String, String, String, String, ComplianceDocument, DCOMBearerToken) - Method in class org.dcom.core.services.ComplianceDocumentService
- uploadComplianceDocument(String, String, String, ComplianceDocument, DCOMBearerToken) - Method in class org.dcom.core.services.ComplianceDocumentService
X
- XMLComplianceDocumentDeserialiser - Class in org.dcom.core.compliancedocument.deserialisers
-
A helper class that takes an XML string and produces an in memory compliance document.
- XMLComplianceDocumentSerialiser - Class in org.dcom.core.compliancedocument.serialisers
-
A helper class that takes an in memory compliance document and produces a XML string.
All Classes and Interfaces|All Packages