All Implemented Interfaces:
RepositoryExecutor

public class GetEntitySummaryExecutor extends GetEntityExecutor
GetEntitySummaryExecutor provides the executor for the getEntitySummary method.
  • Constructor Details

    • GetEntitySummaryExecutor

      public GetEntitySummaryExecutor(String userId, String entityGUID, AuditLog auditLog, String methodName)
      Constructor takes the parameters for the request.
      Parameters:
      userId - unique identifier for requesting user
      entityGUID - unique identifier (guid) for the entity
      auditLog - logging destination
      methodName - calling method
  • Method Details