Uses of Enum Class
org.exoplatform.portal.mop.SiteType
Packages that use SiteType
Package
Description
-
Uses of SiteType in org.exoplatform.portal.config
Methods in org.exoplatform.portal.config with parameters of type SiteTypeModifier and TypeMethodDescriptionDataStorage.getSiteNames(SiteType siteType, int offset, int limit) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves all site type names with pagination. -
Uses of SiteType in org.exoplatform.portal.mop
Methods in org.exoplatform.portal.mop that return SiteTypeModifier and TypeMethodDescriptionSiteKey.getType()static SiteTypeUtils.siteType(org.gatein.mop.api.workspace.ObjectType objectType) static SiteTypeReturns the enum constant of this class with the specified name.static SiteType[]SiteType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.exoplatform.portal.mop with parameters of type SiteTypeModifier and TypeMethodDescriptionstatic org.gatein.mop.api.workspace.ObjectType<org.gatein.mop.api.workspace.Site> Utils.objectType(SiteType siteType) Constructors in org.exoplatform.portal.mop with parameters of type SiteType -
Uses of SiteType in org.exoplatform.portal.mop.page
Methods in org.exoplatform.portal.mop.page with parameters of type SiteTypeModifier and TypeMethodDescriptionPageService.findPages(int offset, int limit, SiteType siteType, String siteName, String pageName, String pageTitle) Deprecated, for removal: This API element is subject to removal in a future version.Query the page service to find pages that match thesiteType,siteName,pageNameandtitlecriterions.Constructors in org.exoplatform.portal.mop.page with parameters of type SiteType -
Uses of SiteType in org.exoplatform.portal.mop.service
Methods in org.exoplatform.portal.mop.service with parameters of type SiteTypeModifier and TypeMethodDescriptionLayoutService.findPages(int offset, int limit, SiteType siteType, String siteName, String pageName, String pageTitle) Search for pages using some criteria and pagination optionsLayoutService.getSiteNames(SiteType siteType, int offset, int limit) Retrieves all site type names with pagination. -
Uses of SiteType in org.exoplatform.portal.mop.storage
Methods in org.exoplatform.portal.mop.storage with parameters of type SiteTypeModifier and TypeMethodDescriptionPageStorage.findPages(int offset, int limit, SiteType siteType, String siteName, String pageName, String pageTitle) Query the page service to find pages that match thesiteType,siteName,pageNameandtitlecriterions.SiteStorage.getSiteNames(SiteType siteType, int offset, int limit) Retrieves the list of site names of a designated type -
Uses of SiteType in org.exoplatform.portal.pom.data
Methods in org.exoplatform.portal.pom.data with parameters of type SiteTypeModifier and TypeMethodDescriptionModelDataStorage.getSiteNames(SiteType siteType, int offset, int limit) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves the list of site names of a designated type