public class DraftResourceIdentifierResolver extends Object implements ResourceIdentifierResolver<DraftResourceIdentifier,Draft>
| Constructor and Description |
|---|
DraftResourceIdentifierResolver(DraftManager draftManager) |
| Modifier and Type | Method and Description |
|---|---|
Draft |
resolve(DraftResourceIdentifier resourceIdentifier,
ConversionContext conversionContext) |
public DraftResourceIdentifierResolver(DraftManager draftManager)
public Draft resolve(DraftResourceIdentifier resourceIdentifier, ConversionContext conversionContext) throws CannotResolveResourceIdentifierException
resolve in interface ResourceIdentifierResolver<DraftResourceIdentifier,Draft>resourceIdentifier - resource identifierconversionContext - the conversion contextCannotResolveResourceIdentifierException - if the specified resource identifier cannot be resolved (this shouldn't typically happen unless someone has removed the resource)Copyright © 2003–2022 Atlassian. All rights reserved.