public abstract class ReportBasicOperation extends BasicOperation
auditLog, entityReferenceResolver, helper, omEntityDao, SEPARATOR| Constructor and Description |
|---|
ReportBasicOperation(OMEntityDao omEntityDao,
LookupHelper lookupHelper,
OMRSRepositoryHelper helper,
OMRSAuditLog auditLog) |
| Modifier and Type | Method and Description |
|---|---|
void |
addElements(String userId,
String qualifiedNameForParent,
String parentGuid,
String registrationGuid,
String registrationQualifiedName,
List<ReportElement> allElements) |
protected EntityDetail |
addReportColumn(String userId,
String qualifiedNameForParent,
String parentGuid,
String registrationGuid,
String registrationQualifiedName,
ReportColumn reportColumn) |
void |
addReportElement(String userId,
String qualifiedNameForParent,
String parentGuid,
String registrationGuid,
String registrationQualifiedName,
ReportElement element) |
protected EntityDetail |
addSectionAndSectionType(String userId,
String qualifiedNameForParent,
String parentGuid,
String registrationGuid,
String registrationQualifiedName,
ReportSection reportSection) |
addAssetSchemaType, addBusinessTerm, addQueryTarget, addQueryTargets, addSchemaType, addSemanticAssignment, addSemanticAssignments, buildQualifiedNameForSchemaType, createOrUpdateSchemaQueryImplementation, createOrUpdateSemanticAssignment, createOrUpdateSemanticAssignments, createSchemaType, retrieveSoftwareServerCapabilitypublic ReportBasicOperation(OMEntityDao omEntityDao, LookupHelper lookupHelper, OMRSRepositoryHelper helper, OMRSAuditLog auditLog)
public void addElements(String userId, String qualifiedNameForParent, String parentGuid, String registrationGuid, String registrationQualifiedName, List<ReportElement> allElements)
userId - user id of user submitting the requestqualifiedNameForParent - qualified name of the parent elementparentGuid - guid of the parent elementregistrationGuid - - guid of software server capabilityregistrationQualifiedName - - qualified name of software server capabilityallElements - all elements linked to the current elementpublic void addReportElement(String userId, String qualifiedNameForParent, String parentGuid, String registrationGuid, String registrationQualifiedName, ReportElement element)
userId - user id of user submitting the requestqualifiedNameForParent - qualified name of the parent elementparentGuid - guid of the parent elementregistrationGuid - - guid of software server capabilityregistrationQualifiedName - - qualified name of software server capabilityelement - object describing the current elementprotected EntityDetail addSectionAndSectionType(String userId, String qualifiedNameForParent, String parentGuid, String registrationGuid, String registrationQualifiedName, ReportSection reportSection)
userId - user id of user submitting the request* @param qualifiedNameForParent qualified name of the parent elementparentGuid - guid of the parent elementregistrationGuid - guid of software server capability sourceregistrationQualifiedName - qualified name of software server capability sourcereportSection - object describing the current section in the reportprotected EntityDetail addReportColumn(String userId, String qualifiedNameForParent, String parentGuid, String registrationGuid, String registrationQualifiedName, ReportColumn reportColumn)
userId - user id of user submitting the request* @param qualifiedNameForParent qualified name of the parent elementparentGuid - guid of the parent elementregistrationGuid - - guid of software server capabilityregistrationQualifiedName - - qualified name of software server capabilityreportColumn - object describing the current column in the reportCopyright © 2018–2020 ODPi. All rights reserved.