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()
Deprecated.
since 7.0.1. Use
ServiceExceptionSupplier.permissionExceptionExceptionSupplier() |
static BiFunction<String,ValidationResult,? extends PermissionException> |
ServiceExceptionSupplier.permissionExceptionExceptionSupplier() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
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.
|
javax.ws.rs.core.Response |
RelationResource.isRelated(String sourceType,
String sourceKey,
String relationName,
String targetType,
String targetKey,
ContentStatus sourceStatus,
ContentStatus targetStatus,
Integer sourceVersion,
Integer targetVersion)
Determines whether a relationship exists between two user, space or content entities.
|
Copyright © 2003–2019 Atlassian. All rights reserved.