public class DefaultRequestStorage extends Object implements RequestStorage
| Constructor and Description |
|---|
DefaultRequestStorage(com.atlassian.sal.api.web.context.HttpContext httpContext,
com.atlassian.confluence.core.ContentPropertyManager contentPropertyManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear(com.atlassian.confluence.core.ContentEntityObject ceo) |
CreateBlueprintPageEntity |
retrieveRequest(com.atlassian.confluence.core.ContentEntityObject ceo) |
void |
storeCreateRequest(CreateBlueprintPageEntity createRequest,
com.atlassian.confluence.core.ContentEntityObject ceo) |
public DefaultRequestStorage(com.atlassian.sal.api.web.context.HttpContext httpContext,
com.atlassian.confluence.core.ContentPropertyManager contentPropertyManager)
public void storeCreateRequest(CreateBlueprintPageEntity createRequest, com.atlassian.confluence.core.ContentEntityObject ceo)
storeCreateRequest in interface RequestStoragepublic CreateBlueprintPageEntity retrieveRequest(com.atlassian.confluence.core.ContentEntityObject ceo)
retrieveRequest in interface RequestStoragepublic void clear(com.atlassian.confluence.core.ContentEntityObject ceo)
clear in interface RequestStorageCopyright © 2017 Atlassian. All rights reserved.