Package oracle.webcenter.page.model
Interface PageService
@Exported
public interface PageService
- Since:
- release specific (what release of product did this appear in)
-
Method Summary
Modifier and TypeMethodDescriptionaddPageEntry
(String grantee, String pagepath, String title, boolean hidden, boolean shared) Creates an entry of the page in pages.xml for a user or role.void
changeLayout
(String pagePath, String oldLayout, String newLayout) Change the page's layout.void
changePagePermission
(String servicePermission, String pagePath, Boolean invalidateBindings) Changes global permissions to custom page permissions and vice versa.void
changePagePermissionNode
(String pagePath, String permissionClass, String target, Map<String, String> privilegeMap) Changes page permission node.copyNavigationPage
(String srcPage, String srcPath, String parentPagePath, String destPageNameFormat, String destPath, String destPageTitle) Copies a navigation page with name and destination path under a parent page.copyPage
(String srcPage, String srcPath, String destPageNameFormat, String destPath, String destPageTitle) Copies a page with name and destination path.copyPage
(String srcPage, String srcPath, String parentPagePath, String destPageNameFormat, String destPath, String destPageTitle, String copyAfterPagePath) Copies a page with name and destination path under a parent page.copyPageForGroupSpace
(String srcPage, String srcPath, String destPageNameFormat, String destPath, String destPageTitle) Copies a page with name and destination path a group space is provisioned.void
copyPagesSequence
(String srcPath, String destPath) Copies the page sequence of a scope to another scope.void
createEmptyMetadata
(String path) Creates an empty page.xml file under the path.createHierarchyPage
(String parentPagePath, String nameFormat, String title, String pageStylePath, String pageTemplatePath, String createAfterPagePath) Creates a sub page.createNavigationPage
(String parentPagePath, String nameFormat, String title, String pageStylePath) Creates a page and this page will be added to navigationcreatePage
(String pageType, String nameFormat, String title, String pageTemplate, String pageTemplatePath, String cssStyle, String schemeBGImage, String schemeBGColor) Creates a page in the target location.createPage
(String pageType, String nameFormat, String title, String pageTemplate, String pageTemplatePath, String ADFTemplateViewID, String cssStyle, String schemeBGImage, String schemeBGColor) Creates a page in the target location.createPage
(String pageType, String nameFormat, String title, String pageTemplate, String pageTemplatePath, String contentMRef, String viewID, String cssStyle, String schemeBGImage, String schemeBGColor) Creates a page in the target location using the specified contentMRef.Creates the page metadata in the target location specified by the path.Creates the page metadata in the target location specified by the path.createTaskflow
(String nameFormat, String title, String pageTemplate, String pageTemplatePath, String cssStyle, String schemeBGImage, String schemeBGColor) Creates a taskflow in the target location.createTaskflow
(String nameFormat, String title, String pageTemplate, String pageTemplatePath, String ADFTemplateViewID, String cssStyle, String schemeBGImage, String schemeBGColor) Creates a taskflow in the target location.createTaskflowWithoutFlush
(String nameFormat, String title, String pageTemplate, String pageTemplatePath, String cssStyle, String schemeBGImage, String schemeBGColor) Creates a taskflow in the target location without flushingvoid
deletePage
(String pagePath) Deletes a page.void
deletePage
(PageDef page) Deletes a page.void
Deletes a page when a Space is unprovisioned.void
deletePageMetadata
(String pageMetadataPath, PageDef page) Deletes a page metadata from the given pages.xml file.void
deletePageMetadata
(PageDef page) Deletes a page metadata from the pages.xml file.void
deletePagePersonalization
(String pagePath) Deletes the customization layer and any translation(s) of the page.void
deleteTaskflow
(String taskflowPath) Deletes a task flow.getAllChildren
(String parentPagePath) Gets the list of all pages in the hierarchy tree under a parent page.Gets all pages.Gets all pages including business role pages and personal pages for for administrator.Gets all the pages bypassing the security checks.Gets all user IDs that own personal pages.Gets all business role pages.Gets the list of pages from cache for the user in the Home Space.getDynamicMappingPage
(String pagePath) Gets a page which uses dynamic page mapping by its full pathgetGroupSpaceTemplates
(String tempFile) Deprecated.getHierarchyPage
(String pagePath) Gets a hierarchical pageGets a page by its name by full path.getPageByContentMRef
(String contentMRef) Gets a page by its full path.getPageByName
(String pageName) Gets a page by its name.getPageByViewID
(String pageViewID) Gets a page by its full path.getPageDefAttributes
(String pagePath) Gets a page's metadata defined in the page definition.getPageDefDocumentForRead
(String pagePath) Gets a page's page definition document for reading.getPageDefDocumentForUpdate
(String pagePath) Gets a page's page definition document for updating.getPageHierarchy
(String parentPagePath) Gets the list of pages under a parent page.getPageInBusinessRolePages
(String pagePath) Gets a page by its name with full path from the business pagesgetPageInScope
(String pagePath) Gets a page by its name with full path in the current scope.Gets all pages that the user can view.getPageList
(String path) Gets all pages that the user can view.getPagePermission
(String pagePath) Gets the permission class associated with the page specified by the page path.getPageResources
(List<String> pagePaths) Gets the list of page resources for the list of page paths.oracle.webcenter.page.model.PageSchemeDef
getPageScheme
(String pagepath) Gets the page's scheme properties in the jspx pagegetPageSecurityTarget
(String pagePath) Gets the page security target from the page specified by the page path.Gets page styles from the generic site resources.getParentHierarchy
(String parenPagePath) Gets the list of parent pages for a page.getParentPage
(String pagePath) Gets the parent page.getParentResourceHierarchy
(String pagePath) Get the list of parent page resources for a pageGets all personal pages.getPersonalPages
(String userIdentifier) Gets all personal pages of a user.String[]
getPortletIds
(String pagePath) Gets the portlet instance IDs on a pageDeprecated.Deprecated.getScope()
Gets the current scope.getSubFolders
(String path, int level) Deprecated.getTemplates
(String tempFile) Deprecated.void
grantPagePermission
(String pagePath, String granteeName, String permissions) Grants page permission to the grantee.boolean
hasCopyGroupSpaceLock
(String sourceSpacePath) Obtains MDS lock to copy a Space.boolean
Obtains MDS lock to delete a Space.void
Hides a page in the scope.void
Hides a page in the hierarchy.void
hidePageInBusinessRolePages
(String pagepath) Hides a page in the business pages.void
Invalidate all data for the current scope.void
invalidateScopeCache
(oracle.webcenter.framework.service.Scope scope) Invalidate all data for the specified scope.void
invalidateScopeUserCache
(String userName) Invalidates all cache objects for a user in the current scope.void
invalidateUserCache
(String userName) Invalidates all cache objects for a user.boolean
isChildPageUnique
(String parentPagePath, String searchString, boolean dynamicPage) Check to see if the user entered a unique page name for the direct children of the parent path forboolean
isPageHidden
(String pagepath, boolean checkBase) Checks if a page in the scope is hiddenboolean
isPageNameUnique
(String scopeName, String pageName) Checks if a page name is unique within a scope.boolean
isPageStyleAvailable
(String pageStyleName) Checks if a page style is availableboolean
isReadOnly
(String path) Gets read-only flag set for the scope.boolean
metadataObjectExists
(String path) Checkis if the metadata object with the specific path existsvoid
moveAfterPage
(String pagePath, String afterPagePath) Moves a page after the specified page.void
moveBeforePage
(String pagePath, String beforePagePath) Moves a page before the specified pageMoves page under a new parent.void
refreshPageStyle
(String pagePath, String pageDefPath, String pageStylePath, String pageStyleDefPath) Refresh a page to a page stylevoid
removePageEntry
(String grantee, String pagepath) Removes the entry of the page from the pages.xml file for a user or role.void
revokePagePermission
(String pagePath, String granteeName) Revokes page permission from the grantee.void
Persists the changes made in the current scope in the repository.searchChildPages
(String parentPagePath, String searchString) Searches the direct child pages of a page.searchPageHierarchy
(String parenPagePath, String searchString) Searches the page hierarchy.void
sequencePageAfter
(String pagePath, String afterPagePath) Sequences page after another page.void
sequencePageBefore
(String pagePath, String beforePagePath) Sequences page before another page.void
sequencePageEnd
(String pagePath) Sequences page to the end in the list.void
sequencePageFront
(String pagePath) Sequences the page on the top of the list.void
setPageScheme
(String pagepath, String schemeName, String schemeBGImage, String schemeBGColor) Updates the page's scheme properties in the jspx page.void
setPageScheme
(String pagepath, String schemeName, String schemeBGImage, String schemeBGColor, String otherCSS) Updates the page's scheme properties in the jspx pagevoid
setPageTitle
(String pagepath, String title) Updates the name of the pagevoid
setReadOnly
(boolean readOnly, String path) Set read-only flag for the scope.void
Sets the current scope.void
Shows a page in the scope.void
Shows a page in the hierarchy.void
showPageInBusinessRolePages
(String pagepath) Shows a page in the business pages.void
Updates the page attributes in page definition file and commits changes based on the specified page.void
Updates the page attributes in the base page definition file and commits changes based on the specified page.void
wireTaskFlows
(String fromTaskFlowId, String fromTaskFlowDefId, String toTaskFlowId, String toTaskFlowDefId, String fromTaskFlowAction, String toTaskFlowAction) Deprecated.
-
Method Details
-
setScope
Sets the current scope.- Parameters:
scope
- the current scope
-
getScope
String getScope()Gets the current scope.- Returns:
- the current scope.
-
metadataObjectExists
Checkis if the metadata object with the specific path exists- Parameters:
path
- the MDS path of the object- Returns:
- true if it exist. Otherwise false
-
getAllPages
Gets all pages.- Returns:
- the list of all pages in the current scope regardless of the status.
-
getAllPagesNoPermission
Gets all the pages bypassing the security checks. This is required because the MBean call to the API contains the subject as null and hence all permission checks fail.- Returns:
- the list of all pages in the current scope regardless of the status.
-
getPageList
Gets all pages that the user can view.- Returns:
- the list of all pages that are not hidden in the current scope
-
getPageList
Gets all pages that the user can view.- Parameters:
path
- the path- Returns:
- the list of all pages that are not hidden under a specific path
-
getBusinessRolePages
Gets all business role pages.- Returns:
- the list of all business role pages regardless of their status.
-
getPersonalPages
Gets all personal pages.- Returns:
- the list of all personal pages regardless of their status.
-
getAllPagesForAdmin
Gets all pages including business role pages and personal pages for for administrator.- Returns:
- the list of all business role pages and personal pages regardless of their status.
-
getPersonalPages
Gets all personal pages of a user.- Returns:
- the list of personal pages of a user
-
getAllPersonalPageOwners
Gets all user IDs that own personal pages.- Returns:
- the list of user IDs
-
getCachedPersonalPages
Gets the list of pages from cache for the user in the Home Space.- Returns:
- the list of a user's pages
-
getPageHierarchy
Gets the list of pages under a parent page.- Parameters:
parentPagePath
- the path of the parent page. If it is null or a scope name, get the top level pages of this scope.- Returns:
- the list of pages
-
getAllChildren
Gets the list of all pages in the hierarchy tree under a parent page.- Parameters:
parentPagePath
- the path of the parent page.- Returns:
- the list of all children pages
-
searchPageHierarchy
Searches the page hierarchy.- Parameters:
parenPagePath
- the path of the parent page. It can be a scope name. If it is null, the current scope is used- Returns:
- the list of pages in the a hierarchy whose page names match the search string
-
searchChildPages
Searches the direct child pages of a page.- Parameters:
parentPagePath
- the path of the parent page. It can be a scope name. If it is null, the current scope is usedsearchString
- - the name of the page being searched- Returns:
- the list of child pages whose page name is the same as the search string
-
isChildPageUnique
Check to see if the user entered a unique page name for the direct children of the parent path for- Parameters:
parentPagePath
- the path of the parent page. It can be a scope name. If it is null, the current scope is usedsearchString
- - the name of the page being searcheddynamicPage
- - true for pages using dynamic page mapping, false for pages which don't use dynamic pages- Returns:
- true if the page name is unique; otherwise return false
-
getParentPage
Gets the parent page.- Parameters:
pagePath
- the path of the page- Returns:
- the parent page
-
getHierarchyPage
Gets a hierarchical page- Parameters:
pagePath
- the path of the page- Returns:
- the page
-
getParentHierarchy
Gets the list of parent pages for a page.- Parameters:
parenPagePath
- the path of the parent page. It can be a scope name. If it is null, the current scope is used- Returns:
- the list of parent pages
-
getParentResourceHierarchy
Get the list of parent page resources for a page- Parameters:
pagePath
- the path of the page- Returns:
- The list of parent page resources
-
getPageResources
Gets the list of page resources for the list of page paths.- Parameters:
pagePaths
- the list page paths- Returns:
- the list of page resources
-
getPageDefAttributes
Gets a page's metadata defined in the page definition.- Parameters:
pagePath
- path of the page- Returns:
- the page. If a page with specified path does not exist, returns null
-
getPage
Gets a page by its name by full path.- Parameters:
pagePath
- the path of the page- Returns:
- the page. If a page with specified path does not exist, returns null
-
getDynamicMappingPage
Gets a page which uses dynamic page mapping by its full path- Parameters:
pagePath
- the path of the page- Returns:
- the page. If a page with specified path does not exist, returns null
-
getPageInScope
Gets a page by its name with full path in the current scope.- Parameters:
pagePath
- the path of the page- Returns:
- the page. If a page with specified path does not exist, returns null
-
getPageInBusinessRolePages
Gets a page by its name with full path from the business pages- Parameters:
pagePath
- the path of the page- Returns:
- the page. If a page with specified path does not exist, returns null
-
getPageByName
Gets a page by its name.- Parameters:
pageName
- the name of the page- Returns:
- the page. If a page with specified name does not exist, returns null
-
getPageByViewID
Gets a page by its full path.- Parameters:
pageViewID
- the path of the page- Returns:
- the page. If a page with specified path does not exist, returns null
-
getPageByContentMRef
Gets a page by its full path.- Parameters:
ContentMRef
- the path of the page.- Returns:
- the page. If a page with specified path does not exist, returns null
-
getPageDefDocumentForUpdate
Gets a page's page definition document for updating.- Parameters:
pagePath
- the path of the jspx page- Returns:
- the page definition file. If the file is not found, returns null.
-
getPageDefDocumentForRead
Gets a page's page definition document for reading.- Parameters:
pagePath
- the path of the jspx page- Returns:
- the page definition file. If the file is not found, returns null.
-
getSubFolders
Deprecated.Gets a list of the sub folders of a path. Not that the sub folder doe not contain trailing "/"- Parameters:
path
- the path to start searchlevel
- the level of the sub folders- Returns:
- the list of the sub folders
-
getPageStyleSiteResources
List<TemplateDef> getPageStyleSiteResources()Gets page styles from the generic site resources.- Returns:
- the list of page styles
-
isPageStyleAvailable
Checks if a page style is available- Parameters:
pageStyleName
- the full path of the page style- Returns:
- true if the page style exists and is not hidden. Otherwise returns false
-
isPageNameUnique
Checks if a page name is unique within a scope.- Parameters:
scopeName
- the name of the scopepageName
- the name to check
-
createPage
PageDef createPage(String pageType, String nameFormat, String title, String pageTemplate, String pageTemplatePath, String cssStyle, String schemeBGImage, String schemeBGColor) throws DuplicateNameException, InvalidNameException, LockUnavailableException Creates a page in the target location. Callers invalidate cached objects after the operation is performed.- Parameters:
pageType
- GROUP_SPACE_PAGE, PERSONAL_USER_PAGE or BUSINESS_ROLE_PAGEnameFormat
- name format of the page, it can contain subpath such as users/UserA/page{0}.jspx.title
- title of the pagepageTemplate
- template used for the pagepageTemplatePath
- path for the page templatecssStyle
- the css file for this pageschemeBGImage
- the background image for the custom schemeschemeBGColor
- the background color for the custom scheme- Returns:
- the PageDef object of the newly created page
- Throws:
InvalidNameException
- if the name supplied cannot be used for create.DuplicateNameException
- if the page with the same name alredy exists.LockUnavailableException
- another page operation is in progress
-
createPage
PageDef createPage(String pageType, String nameFormat, String title, String pageTemplate, String pageTemplatePath, String ADFTemplateViewID, String cssStyle, String schemeBGImage, String schemeBGColor) throws DuplicateNameException, InvalidNameException, LockUnavailableException Creates a page in the target location. Callers invalidate cached objects after the operation is performed.- Parameters:
pageType
- GROUP_SPACE_PAGE, PERSONAL_USER_PAGE or BUSINESS_ROLE_PAGEnameFormat
- name format of the page, it can contain subpath such as users/UserA/page{0}.jspx.title
- title of the pagepageTemplate
- template used for the pagepageTemplatePath
- path for the page styleADFTemplateViewID
- viewID of the ADF page templatecssStyle
- the css file for this pageschemeBGImage
- the background image for the custom schemeschemeBGColor
- the background color for the custom scheme- Returns:
- the PageDef object of the newly created page
- Throws:
InvalidNameException
- if the name supplied cannot be used for create.DuplicateNameException
- if the page with the same name alredy exists.LockUnavailableException
- another page operation is in progress
-
createTaskflow
PageDef createTaskflow(String nameFormat, String title, String pageTemplate, String pageTemplatePath, String cssStyle, String schemeBGImage, String schemeBGColor) throws DuplicateNameException, InvalidNameException, LockUnavailableException Creates a taskflow in the target location.- Parameters:
nameFormat
- name format of the taskflow, it can contain subpath such as users/UserA/taskflow{0}.jspx.title
- title of the taskflowpageTemplate
- template used for the taskflowpageTemplatePath
- path for the taskflow templatecssStyle
- the css file for this taskflowschemeBGImage
- the background image for the custom schemeschemeBGColor
- the background color for the custom scheme- Returns:
- the PageDef object of the newly created taskflow
- Throws:
InvalidNameException
- if the name supplied cannot be used for create.DuplicateNameException
- if the page with the same name alredy exists.LockUnavailableException
- another page/taskflow operation is in progress
-
createTaskflowWithoutFlush
PageDef createTaskflowWithoutFlush(String nameFormat, String title, String pageTemplate, String pageTemplatePath, String cssStyle, String schemeBGImage, String schemeBGColor) throws DuplicateNameException, InvalidNameException, LockUnavailableException Creates a taskflow in the target location without flushing- Parameters:
nameFormat
- name format of the taskflow, it can contain subpath such as users/UserA/taskflow{0}.jspx.title
- title of the taskflowpageTemplate
- template used for the taskflowpageTemplatePath
- path for the taskflow templatecssStyle
- the css file for this taskflowschemeBGImage
- the background image for the custom schemeschemeBGColor
- the background color for the custom scheme- Returns:
- the PageDef object of the newly created taskflow
- Throws:
InvalidNameException
- if the name supplied cannot be used for create.DuplicateNameException
- if the page with the same name alredy exists.LockUnavailableException
- another page/taskflow operation is in progress
-
createTaskflow
PageDef createTaskflow(String nameFormat, String title, String pageTemplate, String pageTemplatePath, String ADFTemplateViewID, String cssStyle, String schemeBGImage, String schemeBGColor) throws DuplicateNameException, InvalidNameException, LockUnavailableException Creates a taskflow in the target location.- Parameters:
nameFormat
- name format of the taskflow, it can contain subpath such as users/UserA/taskflow{0}.jspx.title
- title of the taskflowpageTemplate
- template used for the taskflowpageTemplatePath
- path for the taskflow templateADFTemplateViewID
- viewID of the ADF page templatecssStyle
- the css file for this taskflowschemeBGImage
- the background image for the custom schemeschemeBGColor
- the background color for the custom scheme- Returns:
- the PageDef of the newly created taskflow
- Throws:
InvalidNameException
- if the name supplied cannot be used for create.DuplicateNameException
- if the page with the same name alredy exists.LockUnavailableException
- another page/taskflow operation is in progress
-
createPage
PageDef createPage(String pageType, String nameFormat, String title, String pageTemplate, String pageTemplatePath, String contentMRef, String viewID, String cssStyle, String schemeBGImage, String schemeBGColor) throws DuplicateNameException, InvalidNameException, LockUnavailableException Creates a page in the target location using the specified contentMRef. Callers invalidate cached objects after the operation is performed.- Parameters:
pageType
- GROUP_SPACE_PAGE, PERSONAL_USER_PAGE or BUSINESS_ROLE_PAGEnameFormat
- name format of the page, it can contain subpath such as users/UserA/page{0}.jspx.title
- title of the pagepageTemplate
- template used for the pagepageTemplatePath
- path for the page templatecontentMRef
- the uri used to navigate to this pageviewID
- the view Activity id associated with the pagecssStyle
- the css file for this pageschemeBGImage
- the background image for the custom schemeschemeBGColor
- the background color for the custom scheme- Returns:
- the PageDef of the newly created page
- Throws:
InvalidNameException
- if the name supplied cannot be used for create.DuplicateNameException
- if the page with the same name alredy exists.LockUnavailableException
- another page operation is in progress
-
createHierarchyPage
PageDef createHierarchyPage(String parentPagePath, String nameFormat, String title, String pageStylePath, String pageTemplatePath, String createAfterPagePath) throws DuplicateNameException, InvalidNameException, LockUnavailableException Creates a sub page.- Parameters:
parentPagePath
- the full path of the parent pagenameFormat
- name format of the page, e.g. Page{0}.jspxtitle
- title of the pagepageStylePath
- the full path for the page stylepageTemplatePath
- the full path for the page templatecreateAfterPagePath
- the path of the page which the newly created page will follow. If the path is not specified, the new page is added to the end.- Returns:
- the PageDef of the newly created page
- Throws:
InvalidNameException
- if the name supplied cannot be used for create.DuplicateNameException
- if the page with the same name alredy exists.LockUnavailableException
- another page operation is in progress
-
createPageMetadata
PageDef createPageMetadata(String path, String title, String mRef, Boolean hidden, Boolean shared) throws DuplicateNameException Creates the page metadata in the target location specified by the path. This function creates the metadata file if it does not already exist under the specified path Callers invalidate cached objects after the operation is performed.- Parameters:
path
- MDS path for the pagesmRef
- Absolute path for the page starting from the MDS roothidden
- Flag which indicates if the page is shown in the application tab.shared
- Flag which indicates if the page does not belong to this scope- Returns:
- the PageDef of the newly created page
- Throws:
DuplicateNameException
- If the page with the same name alredy exists.
-
createPageMetadataInBase
PageDef createPageMetadataInBase(String path, String title, String mRef, Boolean hidden, Boolean shared) throws DuplicateNameException Creates the page metadata in the target location specified by the path. This function will create the metadata file if it doesnt already exist under the specified path Callers invalidate cached objects after the operation is performed.- Parameters:
path
- MDS path for the pagesmRef
- absolute path for the page starting from the MDS roothidden
- flag that indicates if the page is shown in the application tab.shared
- flag that indicates if the page does not belong to this scope- Returns:
- the PageDef of the newly created page
- Throws:
DuplicateNameException
- if the page with the same name already exists.
-
createEmptyMetadata
Creates an empty page.xml file under the path.- Parameters:
path
- MDS path for the pages.xml- Throws:
DuplicateNameException
- if the pages.xml file already exists under the path
-
addPageEntry
Creates an entry of the page in pages.xml for a user or role.- Parameters:
grantee
- the name of the user or rolepagepath
- the page pathpagepath
- the page titlehidden
- flagshared
- flag- Returns:
- the PageDef of the page. If the page does not exist, returns null.
-
refreshPageStyle
void refreshPageStyle(String pagePath, String pageDefPath, String pageStylePath, String pageStyleDefPath) Refresh a page to a page style- Parameters:
pagePath
- the path for jsp/jsf of the page that will be refreshedpageDefPath
- the path for pagedef of the page that will be refreshedpageStylePath
- the path for jsp/jsf of the page style be refreshed topageStyleDefPath
- the path for pagedef of the page style be refreshed to
-
changeLayout
Change the page's layout.- Parameters:
pagePath
- the path for jsp/jsf of the pageoldLayout
- current layoutnewLayout
- new layout
-
removePageEntry
Removes the entry of the page from the pages.xml file for a user or role.- Parameters:
grantee
- the name of the user or rolepagepath
- the page path
-
copyPage
PageDef copyPage(String srcPage, String srcPath, String destPageNameFormat, String destPath, String destPageTitle) throws DuplicateNameException, InvalidNameException, LockUnavailableException Copies a page with name and destination path.- Parameters:
srcPage
- name of the page to be copied, it can contain subpath such as users/UserA/page1.jspx.srcPath
- path for the page to be copied over.destPageNameFormat
- name format of the page to be created in the destination path. It can contain subpath such as users/UserB/page1.jspx.destPath
- destination path for creating the new pagedestPageTitle
- the title for the destination page- Returns:
- the PageDef of the newly created page
- Throws:
InvalidNameException
- if the name supplied cannot be used for copy.DuplicateNameException
- if the page with the same name alredy exists.LockUnavailableException
- another page operation is in progress
-
copyPageForGroupSpace
PageDef copyPageForGroupSpace(String srcPage, String srcPath, String destPageNameFormat, String destPath, String destPageTitle) throws DuplicateNameException, InvalidNameException Copies a page with name and destination path a group space is provisioned.- Parameters:
srcPage
- name of the page to be copied, it can contain subpath such as users/UserA/page1.jspx.srcPath
- path for the page to be copied over.destPageNameFormat
- name format of the page to be created in the destination path. It can contain subpath such as users/UserB/page1.jspx.destPath
- destination path for creating the new pagedestPageTitle
- the title for the destination page- Returns:
- the PageDef of the newly created page
- Throws:
InvalidNameException
- if the name supplied cannot be used for copy.DuplicateNameException
- if the page with the same name alredy exists.
-
copyPage
PageDef copyPage(String srcPage, String srcPath, String parentPagePath, String destPageNameFormat, String destPath, String destPageTitle, String copyAfterPagePath) throws DuplicateNameException, InvalidNameException, LockUnavailableException Copies a page with name and destination path under a parent page.- Parameters:
srcPage
- name of the page to be copied, it can contain subpath such as users/UserA/page1.jspx.srcPath
- path for the page to be copied over.parentPagePath
- path of the parent pagedestPageNameFormat
- aame format of the page to be created in the destination path. It can contain subpath such as users/UserB/page1.jspx.destPath
- destination path for creating the new pagedestPageTitle
- the title for the destination pagecopyAfterPagePath
- the path of the page which the newly copied page will follow. If the path is not specified, the new page is added to the end- Returns:
- the PageDef of the newly copied page
- Throws:
InvalidNameException
- if the name supplied cannot be used for copy.DuplicateNameException
- if the page with the same name alredy exists.LockUnavailableException
-
movePage
Moves page under a new parent.- Parameters:
pagePath
- the path of the page to be moved.parentPagePath
- the path of the new parent page- Returns:
- the PageDef of the page under the new parent
-
sequencePageBefore
Sequences page before another page.- Parameters:
pagePath
- the path of the page to be movedbeforePagePath
- the path of the page before which the page will be moved
-
sequencePageAfter
Sequences page after another page.- Parameters:
pagePath
- the path of the page to be movedafterPagePath
- the path of the page after which the page will be moved
-
sequencePageFront
Sequences the page on the top of the list.- Parameters:
pagePath
- the path of the page to be moved
-
sequencePageEnd
Sequences page to the end in the list.- Parameters:
pagePath
- the path of the page to be moved
-
setPageTitle
void setPageTitle(String pagepath, String title) throws InvalidNameException, ObjectChangedException, LockUnavailableException, oracle.webcenter.framework.translations.exception.TranslationsException Updates the name of the page- Parameters:
pagepath
- the page pathtitle
- the new page name- Throws:
ObjectChangedException
- if the page has changed since it was last retrieved.LockUnavailableException
- another page operation is in progressInvalidNameException
oracle.webcenter.framework.translations.exception.TranslationsException
-
hidePage
Hides a page in the scope.- Parameters:
page
- the page definition to be updated- Throws:
ObjectChangedException
- if the page has changed since it was last retrieved.LockUnavailableException
- another page operation is in progress
-
hidePageInBusinessRolePages
void hidePageInBusinessRolePages(String pagepath) throws ObjectChangedException, LockUnavailableException Hides a page in the business pages.- Parameters:
page
- the page definition to be updated- Throws:
ObjectChangedException
- if the page has changed since it was last retrieved.LockUnavailableException
- another page operation is in progress
-
hidePage
void hidePage(String pagepath, String parentPath) throws ObjectChangedException, LockUnavailableException Hides a page in the hierarchy.- Parameters:
page
- the page definition to be updatedparentPath
- the path to the pages.xml- Throws:
ObjectChangedException
- if the page has changed since it was last retrieved.LockUnavailableException
- another page operation is in progress
-
showPage
Shows a page in the scope.- Parameters:
page
- the page definition to be updated- Throws:
ObjectChangedException
- if the page has changed since it was last retrieved.LockUnavailableException
- another page operation is in progress
-
isPageHidden
Checks if a page in the scope is hidden- Parameters:
page
- the path of the page to be checkedcheckBase
- if the check be done only in base setting (not personalized)- Returns:
true
if the page is hidden Otherwisefalse
-
showPageInBusinessRolePages
void showPageInBusinessRolePages(String pagepath) throws ObjectChangedException, LockUnavailableException Shows a page in the business pages.- Parameters:
page
- the page definition to be updated- Throws:
ObjectChangedException
- if the page has changed since it was last retrieved.LockUnavailableException
- another page operation is in progress
-
showPage
void showPage(String pagepath, String parentPath) throws ObjectChangedException, LockUnavailableException Shows a page in the hierarchy.- Parameters:
page
- the page definition to be updatedparentPath
- the path to the pages.xml- Throws:
ObjectChangedException
- if the page has changed since it was last retrieved.LockUnavailableException
- another page operation is in progress
-
updatePageDefAttributes
void updatePageDefAttributes(PageDef page) throws InvalidNameException, ObjectChangedException, LockUnavailableException Updates the page attributes in page definition file and commits changes based on the specified page. Callers invalidate cached objects after the operation is performed.- Parameters:
page
- the page definition to be updated- Throws:
ObjectChangedException
- if the page has changed since it was last retrieved.InvalidNameException
- if the name supplied cannot be used for update.LockUnavailableException
- another page operation is in progress
-
updatePageDefBaseAttributes
void updatePageDefBaseAttributes(PageDef page) throws InvalidNameException, ObjectChangedException, LockUnavailableException Updates the page attributes in the base page definition file and commits changes based on the specified page. Callers invalidate cached objects after the operation is performed.- Parameters:
page
- the page definition to be updated- Throws:
ObjectChangedException
- if the page has changed since it was last retrieved.InvalidNameException
- if the name supplied cannot be used for update.LockUnavailableException
- another page operation is in progress
-
setPageScheme
Updates the page's scheme properties in the jspx page.- Parameters:
pagepath
- the path of the pageschemeName
- the CSS for this pageschemeBGImage
- the background image for the custom schemeschemeBGColor
- the background color for the scheme
-
setPageScheme
void setPageScheme(String pagepath, String schemeName, String schemeBGImage, String schemeBGColor, String otherCSS) Updates the page's scheme properties in the jspx page- Parameters:
pagepath
- the path of the pageschemeName
- the CSS for this pageschemeBGImage
- the background image for the custom schemeschemeBGColor
- the background color for the schemeotherCSS
- other CSS attributes
-
getPageScheme
Gets the page's scheme properties in the jspx page- Parameters:
pagepath
- the path of the page- Returns:
- the PageSchemeDef object which contains the scheme properties
-
deletePage
Deletes a page. Callers invalidate cached objects after the operation is performed.- Parameters:
page
- the page to be deleted.- Throws:
ObjectChangedException
- if the object has changed since it was last retrieved, and therefore the page cannot be deleted.LockUnavailableException
- another page operation is in progress
-
deletePage
Deletes a page. Callers invalidate cached objects after the operation is performed.- Parameters:
pagePath
- the page to be deleted.- Throws:
ObjectChangedException
- if the object has changed since it was last retrieved, and therefore the page cannot be deleted.LockUnavailableException
- another page operation is in progress
-
deletePageForGroupSpace
Deletes a page when a Space is unprovisioned. Callers invalidate cached objects after the operation is performed.- Parameters:
page
- the page to be deleted.
-
deletePageMetadata
Deletes a page metadata from the pages.xml file. Callers invalidate cached objects after the operation is performed.- Parameters:
page
- the page to be deleted- Throws:
ObjectChangedException
- if the object has changed since it was last retrieved, and therefore the delete operation cannot be performed.
-
deletePageMetadata
Deletes a page metadata from the given pages.xml file. Callers invalidate cached objects after the operation is performed.- Parameters:
pageMetadataPath
- the path of the pages.xml in which the entry of the page is residing which needs to be removedpage
- the page to be deleted- Throws:
ObjectChangedException
- if the object has changed since it was last retrieved, and therefore the delete operation cannot be performed.
-
deleteTaskflow
Deletes a task flow.- Parameters:
taskflowPath
- the path of the taskflow to be deleted.- Throws:
ObjectChangedException
- if the object has changed since it was last retrieved, and therefore the task flow cannot be deleted.LockUnavailableException
- another operation is in progress
-
moveAfterPage
Moves a page after the specified page.- Parameters:
pagePath
- the page pathafterPagePath
- the path of the page after which this page will be moved- Throws:
LockUnavailableException
- another page operation is in progress
-
moveBeforePage
Moves a page before the specified page- Parameters:
pagePath
- the page pathbeforePagePath
- the path of the page before which this will be moved- Throws:
LockUnavailableException
- another page operation is in progress
-
changePagePermissionNode
void changePagePermissionNode(String pagePath, String permissionClass, String target, Map<String, String> privilegeMap) Changes page permission node. Use this API to change permission class, target id and the privilege map.- Parameters:
pagePath
- complete path for the page including the page name.permissionClass
- name of the permission classtarget
- the target id of the pageprivilegeMap
- the privilege map
-
changePagePermission
Changes global permissions to custom page permissions and vice versa.- Parameters:
servicePermission
- name of the permission class to be used.pagePath
- complete path for the page including the page name.invalidateBindings
- indicates if binding context needs to be invalidated after changing the permission metadata for the page.
-
getPagePermission
Gets the permission class associated with the page specified by the page path.- Parameters:
pagePath
- the complete path of the page for which the permission class needs to be determined.- Returns:
- the permission class defined for the page.
-
getPageSecurityTarget
Gets the page security target from the page specified by the page path.- Parameters:
pagePath
- the complete path of the page for which the security target needs to be determined.- Returns:
- the security target defined for the page.
-
grantPagePermission
Grants page permission to the grantee.- Parameters:
pagePath
- complete path for the page including the page namegranteeName
- the grantee name such as monty, authenticated-rolepermissions
- the permissions to grant. It contains all permissions delimited by coma, for example grant,edit,customize,personalize,view
-
revokePagePermission
Revokes page permission from the grantee.- Parameters:
pagePath
- complete path for the page including the page namegranteeName
- the grantee name such as monty, authenticated-role
-
saveChanges
Persists the changes made in the current scope in the repository.- Throws:
ObjectChangedException
- if the object has changed since it was last retrieved.
-
deletePagePersonalization
Deletes the customization layer and any translation(s) of the page. The customization class (name and value) will be obtained from the MDS session defined for the page service. Callers must create the correct MDS session, for example UserCC before use this API. -
getPortletIds
Gets the portlet instance IDs on a page- Parameters:
pagePath
- the page path- Returns:
- the array of portlet instance IDs
-
isReadOnly
Gets read-only flag set for the scope.- Parameters:
path
- the path for the scope- Returns:
true
if scope is read-only. Otherwisefalse
-
setReadOnly
Set read-only flag for the scope. Subsequently no changes can be made to the scope.- Parameters:
readOnly
- flag to be setpath
- path for the scope
-
copyPagesSequence
Copies the page sequence of a scope to another scope. The page sequence of the destination scope is updated if the sequence of the source scope is fewer.- Parameters:
srcPath
- path for the source scopedestPath
- path for the destination scope
-
invalidateScopeCache
void invalidateScopeCache()Invalidate all data for the current scope. -
invalidateScopeCache
void invalidateScopeCache(oracle.webcenter.framework.service.Scope scope) Invalidate all data for the specified scope.- Parameters:
scope
- the scope
-
invalidateScopeUserCache
Invalidates all cache objects for a user in the current scope.- Parameters:
userName
- the user name
-
invalidateUserCache
Invalidates all cache objects for a user.- Parameters:
userName
- the user name
-
getTemplates
Deprecated.Gets all page styles that are not for a Space.- Parameters:
tempFile
- the template file name
-
getGroupSpaceTemplates
Deprecated.Gets all page styles that are used for a Space. -
getSchemes
Deprecated.Gets all page schemes. -
getPSSchemes
Deprecated.Gets all page schemes in the page service. -
hasDeleteGroupSpaceLock
Obtains MDS lock to delete a Space.- Parameters:
path
- path of this Space
-
hasCopyGroupSpaceLock
Obtains MDS lock to copy a Space.- Parameters:
path
- path of the Space
-
wireTaskFlows
@Deprecated void wireTaskFlows(String fromTaskFlowId, String fromTaskFlowDefId, String toTaskFlowId, String toTaskFlowDefId, String fromTaskFlowAction, String toTaskFlowAction) Deprecated.Wires two task flows. This method seeds metadata in the task flow definition file for both task flows to navigate from the source task flow to the target task flow and vice versa.- Parameters:
fromTaskFlowId
- the task flow id of the source task flow, e.g. /WEB-INF/dept.xmlfromTaskFlowDefId
- the task flow definition id of the source task flow, e.g. depttoTaskFlowId
- the task flow id of the target task flow, e.g. /WEB-INF/emp.xmltoTaskFlowDefId
- the task flow definition id of the target task flow, e.g. empfromTaskFlowAction
- the action on the source task flow to go to the target task flow, e.g. showempstoTaskFlowAction
- the action on the target task flow to go back to the source task flow, e.g. saveclose
-