@ExperimentalApi public interface EntityWithKeyPropertyHelper<E extends WithKey & WithId> extends EntityPropertyHelper<E>
EntityPropertyHelper
with operations identifying entities by keys.EntityPropertyHelper.CheckPermissionFunction<E extends WithId>
Modifier and Type | Method and Description |
---|---|
java.util.function.Function<String,io.atlassian.fugue.Option<E>> |
getEntityByKeyFunction() |
createDeletePropertyEventBiFunction, createSetPropertyEventBiFunction, getEntityByIdFunction, getEntityPropertyType, hasEditPermissionFunction, hasReadPermissionFunction
java.util.function.Function<String,io.atlassian.fugue.Option<E>> getEntityByKeyFunction()
Copyright © 2002-2022 Atlassian. All Rights Reserved.