Uses of Enum Class
org.exoplatform.portal.mop.SiteType
Packages that use SiteType
Package
Description
-
Uses of SiteType in org.exoplatform.portal.mop
Methods in org.exoplatform.portal.mop that return SiteTypeModifier and TypeMethodDescriptionstatic 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
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