Uses of Class
com.atlassian.jira.entity.property.EntityPropertyService.PropertyKeys
Packages that use EntityPropertyService.PropertyKeys
-
Uses of EntityPropertyService.PropertyKeys in com.atlassian.jira.entity.property
Methods in com.atlassian.jira.entity.property that return EntityPropertyService.PropertyKeysModifier and TypeMethodDescriptionprotected EntityPropertyService.PropertyKeys<E>
BaseEntityPropertyService.getPropertiesKeys
(ApplicationUser user, io.atlassian.fugue.Option<E> entity, EntityPropertyOptions options) BaseEntityPropertyService.getPropertiesKeys
(ApplicationUser user, Long entityId) BaseEntityPropertyService.getPropertiesKeys
(ApplicationUser user, Long entityId, EntityPropertyOptions options) BaseEntityWithKeyPropertyService.getPropertiesKeys
(ApplicationUser user, String entityKey) BaseEntityWithKeyPropertyService.getPropertiesKeys
(ApplicationUser user, String entityKey, EntityPropertyOptions options) DelegatingEntityPropertyService.getPropertiesKeys
(ApplicationUser user, Long entityId) DelegatingEntityPropertyService.getPropertiesKeys
(ApplicationUser user, Long entityId, EntityPropertyOptions options) DelegatingEntityWithKeyPropertyService.getPropertiesKeys
(ApplicationUser user, String entityKey) DelegatingEntityWithKeyPropertyService.getPropertiesKeys
(ApplicationUser user, String entityKey, EntityPropertyOptions options) EntityPropertyService.getPropertiesKeys
(ApplicationUser user, Long entityId) Returns the properties keys associated with the specified entity.EntityPropertyService.getPropertiesKeys
(ApplicationUser user, Long entityId, EntityPropertyOptions options) Returns the properties keys associated with the specified entity.EntityWithKeyPropertyService.getPropertiesKeys
(ApplicationUser user, String entityKey) Returns the properties keys associated with the specified entity.EntityWithKeyPropertyService.getPropertiesKeys
(ApplicationUser user, String entityKey, EntityPropertyOptions options) Returns the properties keys associated with the specified entity. -
Uses of EntityPropertyService.PropertyKeys in com.atlassian.jira.rest.v2.entity.property
Methods in com.atlassian.jira.rest.v2.entity.property that return EntityPropertyService.PropertyKeysModifier and TypeMethodDescriptionprotected EntityPropertyService.PropertyKeys<E>
BasePropertyResource.getPropertiesKeys
(ApplicationUser user, String id) protected EntityPropertyService.PropertyKeys<E>
BasePropertyWithKeyResource.getPropertiesKeys
(ApplicationUser user, String idOrKey)