Uses of Interface
com.atlassian.confluence.api.service.content.SpacePropertyService.SpacePropertyFinder
-
Packages that use SpacePropertyService.SpacePropertyFinder Package Description com.atlassian.confluence.api.service.content com.atlassian.confluence.plugins.contentproperty.spaceproperty -
-
Uses of SpacePropertyService.SpacePropertyFinder in com.atlassian.confluence.api.service.content
Methods in com.atlassian.confluence.api.service.content that return SpacePropertyService.SpacePropertyFinder Modifier and Type Method Description SpacePropertyService.SpacePropertyFinder
SpacePropertyService. find(Expansion... expansions)
Create aSpacePropertyService.SpacePropertyFinder
for locating properties, the expansions will be applied to each property that matches the finder.SpacePropertyService.SpacePropertyFinder
SpacePropertyService.SpacePropertyFinder. withPropertyKey(String key)
SpacePropertyService.SpacePropertyFinder
SpacePropertyService.SpacePropertyFinder. withSpaceKey(String spaceKey)
-
Uses of SpacePropertyService.SpacePropertyFinder in com.atlassian.confluence.plugins.contentproperty.spaceproperty
Classes in com.atlassian.confluence.plugins.contentproperty.spaceproperty that implement SpacePropertyService.SpacePropertyFinder Modifier and Type Class Description class
SpacePropertyFinderImpl
Finder forContentProperty
objects.Methods in com.atlassian.confluence.plugins.contentproperty.spaceproperty that return SpacePropertyService.SpacePropertyFinder Modifier and Type Method Description SpacePropertyService.SpacePropertyFinder
SpacePropertyFinderFactory. createSpacePropertyFinder(Expansion... expansions)
SpacePropertyService.SpacePropertyFinder
SpacePropertyServiceImpl. find(Expansion... expansions)
SpacePropertyService.SpacePropertyFinder
SpacePropertyFinderImpl. withPropertyKey(String key)
SpacePropertyService.SpacePropertyFinder
SpacePropertyFinderImpl. withSpaceKey(String spaceKey)
-