public class ProcessContextHandler extends Object
| Constructor and Description |
|---|
ProcessContextHandler(InvalidParameterHandler invalidParameterHandler,
OMRSRepositoryHelper repositoryHelper,
RepositoryHandler repositoryHandler,
List<String> supportedZones)
Construct the discovery engine configuration handler caching the objects
needed to operate within a single server instance.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Set<GraphContext>> |
getProcessContext(String userId,
String processGuid)
Retrieves the full context for a Process
|
public ProcessContextHandler(InvalidParameterHandler invalidParameterHandler, OMRSRepositoryHelper repositoryHelper, RepositoryHandler repositoryHandler, List<String> supportedZones)
invalidParameterHandler - handler for invalid parametersrepositoryHelper - helper used by the convertersrepositoryHandler - handler for calling the repository servicessupportedZones - configurable list of zones that Asset Lineage is allowed to retrieve Assets frompublic Map<String,Set<GraphContext>> getProcessContext(String userId, String processGuid) throws OCFCheckedExceptionBase
userId - String - userId of user making request.processGuid - guid of the asset that has been createdOCFCheckedExceptionBaseCopyright © 2018–2020 ODPi. All rights reserved.