E
- - entity type which extends WithId
interface.@PublicApi
public interface EntityPropertyHelper<E extends WithId>
E
which are identifiable by id. These implementations can be used with
are required to provide functions specializing EntityPropertyService
.Modifier and Type | Interface and Description |
---|---|
static interface |
EntityPropertyHelper.CheckPermissionFunction<E extends WithId>
The base function for checking of permissions on chosen entities.
|
Modifier and Type | Method and Description |
---|---|
java.util.function.BiFunction<ApplicationUser,EntityProperty,? extends EntityPropertyDeletedEvent> |
createDeletePropertyEventBiFunction() |
java.util.function.BiFunction<ApplicationUser,EntityProperty,? extends EntityPropertySetEvent> |
createSetPropertyEventBiFunction() |
java.util.function.Function<Long,io.atlassian.fugue.Option<E>> |
getEntityByIdFunction() |
EntityPropertyType |
getEntityPropertyType() |
EntityPropertyHelper.CheckPermissionFunction<E> |
hasEditPermissionFunction() |
EntityPropertyHelper.CheckPermissionFunction<E> |
hasReadPermissionFunction() |
EntityPropertyHelper.CheckPermissionFunction<E> hasEditPermissionFunction()
EntityPropertyHelper.CheckPermissionFunction<E> hasReadPermissionFunction()
java.util.function.Function<Long,io.atlassian.fugue.Option<E>> getEntityByIdFunction()
java.util.function.BiFunction<ApplicationUser,EntityProperty,? extends EntityPropertySetEvent> createSetPropertyEventBiFunction()
EntityPropertySetEvent
for the proper entity type.java.util.function.BiFunction<ApplicationUser,EntityProperty,? extends EntityPropertyDeletedEvent> createDeletePropertyEventBiFunction()
EntityPropertyDeletedEvent
for the proper entity type.EntityPropertyType getEntityPropertyType()
Copyright © 2002-2022 Atlassian. All Rights Reserved.