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.SpacePropertyFinderSpacePropertyService. find(Expansion... expansions)Create aSpacePropertyService.SpacePropertyFinderfor locating properties, the expansions will be applied to each property that matches the finder.SpacePropertyService.SpacePropertyFinderSpacePropertyService.SpacePropertyFinder. withPropertyKey(String key)SpacePropertyService.SpacePropertyFinderSpacePropertyService.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 classSpacePropertyFinderImplFinder forContentPropertyobjects.Methods in com.atlassian.confluence.plugins.contentproperty.spaceproperty that return SpacePropertyService.SpacePropertyFinder Modifier and Type Method Description SpacePropertyService.SpacePropertyFinderSpacePropertyFinderFactory. createSpacePropertyFinder(Expansion... expansions)SpacePropertyService.SpacePropertyFinderSpacePropertyServiceImpl. find(Expansion... expansions)SpacePropertyService.SpacePropertyFinderSpacePropertyFinderImpl. withPropertyKey(String key)SpacePropertyService.SpacePropertyFinderSpacePropertyFinderImpl. withSpaceKey(String spaceKey)
-