@Deprecated public class LegacyContentResource extends Object
Constructor and Description |
---|
LegacyContentResource(ContentService contentService)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
addLabels(Long contentId,
List<Label> labels)
Deprecated.
|
javax.ws.rs.core.Response |
deleteLabel(Long contentId,
Long labelId)
Deprecated.
|
javax.ws.rs.core.Response |
getBody(Long contentId,
String representation)
Deprecated.
|
javax.ws.rs.core.Response |
getContent(Long contentId,
String expand)
Deprecated.
|
javax.ws.rs.core.Response |
getLabels(Long contentId,
List<String> prefixes)
Deprecated.
|
javax.ws.rs.core.Response |
getNextContent(Long contentId,
String expand)
Deprecated.
|
javax.ws.rs.core.Response |
getPreviousContent(Long contentId,
String expand)
Deprecated.
|
javax.ws.rs.core.Response |
getSubContent(Long contentId,
String subContentType,
boolean threaded,
int start,
int max,
String expand)
Deprecated.
|
javax.ws.rs.core.Response |
updateBody(Long contentId,
String representation,
ContentBody body)
Deprecated.
|
javax.ws.rs.core.Response |
validateLabels(List<Label> labels)
Deprecated.
|
public LegacyContentResource(ContentService contentService)
public javax.ws.rs.core.Response getPreviousContent(Long contentId, String expand)
public javax.ws.rs.core.Response getNextContent(Long contentId, String expand)
public javax.ws.rs.core.Response getSubContent(Long contentId, String subContentType, boolean threaded, int start, int max, String expand)
public javax.ws.rs.core.Response updateBody(Long contentId, String representation, ContentBody body)
public javax.ws.rs.core.Response getLabels(Long contentId, List<String> prefixes)
public javax.ws.rs.core.Response addLabels(Long contentId, List<Label> labels)
Copyright © 2003–2018 Atlassian. All rights reserved.