| Modifier and Type | Method and Description |
|---|---|
protected void |
CommentContentTypeApiSupport.execute(ServiceCommand command) |
| Modifier and Type | Method and Description |
|---|---|
static com.atlassian.fugue.Function2<String,ValidationResult,? extends PermissionException> |
ServiceExceptionSupplier.permissionExceptionException() |
| Modifier and Type | Method and Description |
|---|---|
RelationInstance |
ExperimentalRelationResource.create(String sourceType,
String sourceKey,
String relationName,
String targetType,
String targetKey,
ContentStatus sourceStatus,
ContentStatus targetStatus,
Integer sourceVersion,
Integer targetVersion)
Add a relationship between two user, space, or content entities.
|
javax.ws.rs.core.Response |
ExperimentalRelationResource.createLegacy(String sourceType,
String sourceKey,
String relationName,
String targetType,
String targetKey,
ContentStatus sourceStatus,
ContentStatus targetStatus,
Integer sourceVersion,
Integer targetVersion) |
javax.ws.rs.core.Response |
ExperimentalRelationResource.delete(String sourceType,
String sourceKey,
String relationName,
String targetType,
String targetKey,
ContentStatus sourceStatus,
ContentStatus targetStatus,
Integer sourceVersion,
Integer targetVersion)
Remove a relationship between two user, space, or content entities.
|
javax.ws.rs.core.Response |
ExperimentalRelationResource.deleteLegacy(String sourceType,
String sourceKey,
String relationName,
String targetType,
String targetKey,
ContentStatus sourceStatus,
ContentStatus targetStatus,
Integer sourceVersion,
Integer targetVersion) |
RelationInstance |
ExperimentalRelationResource.isRelated(String sourceType,
String sourceKey,
String relationName,
String targetType,
String targetKey,
ContentStatus sourceStatus,
ContentStatus targetStatus,
Integer sourceVersion,
Integer targetVersion,
String expand)
Determines whether a relationship exists between two user, space or content entities.
|
RelationInstance |
ExperimentalRelationResource.isRelatedLegacy(String sourceType,
String sourceKey,
String relationName,
String targetType,
String targetKey,
ContentStatus sourceStatus,
ContentStatus targetStatus,
Integer sourceVersion,
Integer targetVersion) |
| Modifier and Type | Method and Description |
|---|---|
RelationInstance<Relatable,Relatable> |
RelationResource.create(String sourceType,
String sourceKey,
String relationName,
String targetType,
String targetKey,
ContentStatus sourceStatus,
ContentStatus targetStatus,
Integer sourceVersion,
Integer targetVersion)
Add a relationship between two user, space, or content entities.
|
javax.ws.rs.core.Response |
RelationResource.delete(String sourceType,
String sourceKey,
String relationName,
String targetType,
String targetKey,
ContentStatus sourceStatus,
ContentStatus targetStatus,
Integer sourceVersion,
Integer targetVersion)
Remove a relationship between two user, space, or content entities.
|
RelationInstance<Relatable,Relatable> |
RelationResource.isRelated(String sourceType,
String sourceKey,
String relationName,
String targetType,
String targetKey,
ContentStatus sourceStatus,
ContentStatus targetStatus,
Integer sourceVersion,
Integer targetVersion,
String expand)
Determines whether a relationship exists between two user, space or content entities.
|
Copyright © 2003–2016 Atlassian. All rights reserved.