Class Builder
java.lang.Object
org.odpi.openmetadata.accessservices.securityofficer.server.utils.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildSchemaElementContext
(EntityDetail schemaElement, EntityDetail glossaryTerm) buildSecuritySchemaElement
(EntityDetail entityDetail, OMRSRepositoryHelper omrsRepositoryHelper) buildSecuritySchemaElementList
(List<EntityDetail> entityDetailList, OMRSRepositoryHelper repositoryHelper) buildSecurityTag
(Classification classification, OMRSRepositoryHelper repositoryHelper)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
buildSecuritySchemaElement
public SecuritySchemaElement buildSecuritySchemaElement(EntityDetail entityDetail, OMRSRepositoryHelper omrsRepositoryHelper) -
buildSchemaElementContext
public SchemaElementEntity buildSchemaElementContext(EntityDetail schemaElement, EntityDetail glossaryTerm) -
buildSecurityTag
public SecurityClassification buildSecurityTag(Classification classification, OMRSRepositoryHelper repositoryHelper) -
buildSecuritySchemaElementList
public List<SecuritySchemaElement> buildSecuritySchemaElementList(List<EntityDetail> entityDetailList, OMRSRepositoryHelper repositoryHelper)
-