public class JahiaContentManagementServiceImpl extends JahiaRemoteService implements org.jahia.ajax.gwt.client.service.content.JahiaContentManagementService
| Constructor and Description |
|---|
JahiaContentManagementServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
abortWorkflow(String processId,
String provider) |
void |
activateVersioning(List<String> path) |
List<org.jahia.ajax.gwt.client.data.workflow.GWTJahiaWorkflowComment> |
addCommentToWorkflow(org.jahia.ajax.gwt.client.data.workflow.GWTJahiaWorkflow wf,
String comment) |
void |
addToSourceControl(String moduleId,
org.jahia.ajax.gwt.client.data.node.GWTJahiaNode node)
Add file to source control.
|
void |
assignAndCompleteTask(org.jahia.ajax.gwt.client.data.workflow.GWTJahiaWorkflowTask task,
org.jahia.ajax.gwt.client.data.workflow.GWTJahiaWorkflowOutcome outcome,
List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty> properties) |
void |
checkExistence(String path) |
org.jahia.ajax.gwt.client.data.node.GWTJahiaNode |
checkoutModule(String moduleId,
String scmURI,
String scmType,
String branchOrTag,
String sources) |
void |
checkWriteable(List<String> paths) |
void |
cleanReferences(String path) |
void |
clearAllLocks(String path,
boolean processChildNodes) |
void |
closeEditEngine(String nodepath) |
Set<String> |
compareAcl(org.jahia.ajax.gwt.client.data.acl.GWTJahiaNodeACL nodeAcl,
List<org.jahia.ajax.gwt.client.data.node.GWTJahiaNode> references) |
void |
compileAndDeploy(String moduleId)
Call to compile and deploy a module
|
String |
convertTag(String tag) |
org.jahia.ajax.gwt.client.data.acl.GWTJahiaNodeACE |
createDefaultUsersGroupACE(List<String> permissions,
boolean grand) |
org.jahia.ajax.gwt.client.data.node.GWTJahiaNode |
createFolder(String parentPath,
String name)
Create Folder
|
org.jahia.ajax.gwt.client.data.node.GWTJahiaNode |
createGoogleGadgetPortletInstance(String path,
String name,
String script) |
org.jahia.ajax.gwt.client.data.node.GWTJahiaNode |
createModule(String moduleName,
String artifactId,
String groupId,
String siteType,
String sources) |
org.jahia.ajax.gwt.client.data.node.GWTJahiaNode |
createNode(String parentPath,
org.jahia.ajax.gwt.client.data.node.GWTJahiaNode newNode)
Create node based on GWTJahiaNode with subnodes
|
org.jahia.ajax.gwt.client.data.node.GWTJahiaNode |
createNode(String parentPath,
String name,
String nodeType,
List<String> mixin,
org.jahia.ajax.gwt.client.data.acl.GWTJahiaNodeACL acl,
List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty> props,
Map<String,List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty>> langCodeProperties,
List<org.jahia.ajax.gwt.client.data.node.GWTJahiaNode> subNodes,
Map<String,String> parentNodesType,
boolean forceCreation)
Create node with multi-language
|
org.jahia.ajax.gwt.client.data.node.GWTJahiaNode |
createNodeAndMoveBefore(String path,
String name,
String nodeType,
List<String> mixin,
org.jahia.ajax.gwt.client.data.acl.GWTJahiaNodeACL acl,
List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty> properties,
Map<String,List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty>> langCodeProperties)
Move and create node
|
org.jahia.ajax.gwt.client.data.node.GWTJahiaNode |
createPageFromPageModel(String sourcePath,
String destinationPath,
String name,
String nodeType,
List<String> mixin,
org.jahia.ajax.gwt.client.data.acl.GWTJahiaNodeACL acl,
List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty> properties,
Map<String,List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty>> langCodeProperties)
Create new page from page model
|
org.jahia.ajax.gwt.client.data.node.GWTJahiaNode |
createPortletInstance(String path,
org.jahia.ajax.gwt.client.data.node.GWTJahiaNewPortletInstance wiz) |
boolean |
createRemotePublication(String nodeName,
Map<String,String> props,
boolean validateConnectionSettings) |
org.jahia.ajax.gwt.client.data.node.GWTJahiaNode |
createRSSPortletInstance(String path,
String name,
String url) |
void |
cropImage(String path,
String target,
int top,
int left,
int width,
int height,
boolean forceReplace) |
Integer |
deleteAllCompletedJobs() |
Boolean |
deleteJob(String jobName,
String groupName) |
org.jahia.ajax.gwt.client.data.node.GWTJahiaNode |
deletePaths(List<String> paths) |
void |
deployTemplates(String templatesPath,
String sitePath) |
org.jahia.ajax.gwt.client.data.GWTJahiaPortletOutputBean |
drawPortletInstanceOutput(String windowID,
String entryPointIDStr,
String pathInfo,
String queryString) |
void |
flush(String path) |
void |
flushAll() |
void |
flushSite(String siteUUID) |
org.jahia.ajax.gwt.client.data.node.GWTJahiaNode |
generateWar(String moduleId)
Call to generate the war of the specified module and release it in Jahia.
|
String |
getAbsolutePath(String path) |
List<String> |
getAllJobGroupNames() |
List<String> |
getAvailablePermissions() |
List<org.jahia.ajax.gwt.client.data.GWTJahiaSite> |
getAvailableSites() |
List<org.jahia.ajax.gwt.client.data.GWTJahiaChannel> |
getChannels() |
com.extjs.gxt.ui.client.data.BasePagingLoadResult<org.jahia.ajax.gwt.client.data.GWTJahiaContentHistoryEntry> |
getContentHistory(String nodeIdentifier,
int offset,
int limit) |
List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeType> |
getContentTypes(List<String> baseTypes,
boolean includeSubTypes,
boolean displayStudioElement)
Returns a list of node types with name and label populated that are the
sub-types of the specified base type.
|
List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeType> |
getContentTypesAsTree(List<String> nodeTypes,
List<String> excludedNodeTypes,
boolean includeSubTypes)
Returns a tree of node types and sub-types with name and label populated that are the
sub-types of the specified node types.
|
String |
getDisplayableNodePath(String nodePath,
boolean fallbackToHomePage) |
org.jahia.ajax.gwt.client.data.toolbar.GWTEditConfiguration |
getEditConfiguration(String path,
String name,
String enforcedWorkspace)
Get edit configuration
|
String |
getExportUrl(String path) |
org.jahia.ajax.gwt.client.data.GWTChoiceListInitializer |
getFieldInitializerValues(String typeName,
String propertyName,
String parentPath,
Map<String,List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodePropertyValue>> dependentValues) |
org.jahia.ajax.gwt.client.data.toolbar.GWTJahiaToolbar |
getGWTToolbars(String toolbarGroup) |
String |
getHighlighted(String original,
String amendment)
Gwt Highlighted
|
org.jahia.ajax.gwt.client.data.GWTModuleReleaseInfo |
getInfoForModuleRelease(String moduleId) |
com.extjs.gxt.ui.client.data.BasePagingLoadResult<org.jahia.ajax.gwt.client.data.job.GWTJahiaJobDetail> |
getJobs(int offset,
int limit,
String sortField,
String sortDir,
String groupBy,
List<String> groupNames) |
org.jahia.ajax.gwt.client.data.toolbar.GWTManagerConfiguration |
getManagerConfiguration(String name,
String path)
Get ManageConfiguratin
|
List<String> |
getNamespaces()
Get the list of all registered namespaces
|
org.jahia.ajax.gwt.client.data.node.GWTJahiaNode |
getNode(String path)
Get a node by its path if existing.
|
List<org.jahia.ajax.gwt.client.data.node.GWTJahiaNode> |
getNodes(List<String> paths,
List<String> fields) |
Map<String,List<? extends com.extjs.gxt.ui.client.data.ModelData>> |
getNodesAndTypes(List<com.extjs.gxt.ui.client.data.ModelData> getNodesParams,
List<String> types) |
List<org.jahia.ajax.gwt.client.data.node.GWTJahiaNode> |
getNodesByCategory(org.jahia.ajax.gwt.client.data.node.GWTJahiaNode category) |
com.extjs.gxt.ui.client.data.BasePagingLoadResult<org.jahia.ajax.gwt.client.data.node.GWTJahiaNode> |
getNodesByCategory(org.jahia.ajax.gwt.client.data.node.GWTJahiaNode category,
int limit,
int offset) |
org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeType |
getNodeType(String name) |
List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeType> |
getNodeTypes(List<String> names) |
String |
getNodeURL(String servlet,
String path,
Date versionDate,
String versionLabel,
String workspace,
String locale,
boolean findDisplayable) |
String |
getNodeURLByIdentifier(String servlet,
String identifier,
Date versionDate,
String versionLabel,
String workspace,
String locale) |
int |
getNumberOfTasksForUser() |
Map<String,Object> |
getPollData(Set<String> keys) |
List<org.jahia.ajax.gwt.client.data.node.GWTJahiaNode> |
getPortalNodes(String targetAreaName) |
org.jahia.ajax.gwt.client.data.node.GWTJahiaGetPropertiesResult |
getProperties(String path,
String langCode) |
List<org.jahia.ajax.gwt.client.data.publication.GWTJahiaPublicationInfo> |
getPublicationInfo(List<String> uuids,
boolean allSubTree,
boolean checkForUnpublication)
Get the publication status information for multiple nodes by their identifier.
|
List<org.jahia.ajax.gwt.client.data.publication.GWTJahiaPublicationInfo> |
getPublicationInfo(List<String> uuids,
boolean allSubTree,
boolean checkForUnpublication,
Set<String> languages)
Get the publication status information for multiple nodes by their identifier.
|
org.jahia.ajax.gwt.client.data.GWTRenderResult |
getRenderedContent(String path,
String workspace,
String locale,
String template,
String configuration,
Map<String,List<String>> contextParams,
boolean editMode,
String configName,
String channelIdentifier,
String channelVariant) |
List<org.jahia.ajax.gwt.client.data.node.GWTJahiaNode> |
getRoot(List<String> paths,
List<String> nodeTypes,
List<String> mimeTypes,
List<String> filters,
List<String> fields,
List<String> selectedNodes,
List<String> openPaths,
boolean checkSubChild,
boolean displayHiddenTypes,
List<String> hiddenTypes,
String hiddenRegex,
boolean useUILocale) |
List<org.jahia.ajax.gwt.client.data.node.GWTJahiaNode> |
getSavedSearch() |
org.jahia.ajax.gwt.client.data.node.GWTJahiaNode |
getSource(String referenceIdentifier)
Returns the source node that is used in the specified reference node.
|
Map<String,String> |
getStoredPasswordsProviders() |
List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeType> |
getSubNodeTypes(List<String> names) |
List<org.jahia.ajax.gwt.client.data.GWTJahiaValueDisplayBean> |
getTags(String prefix,
String startPath,
Long minCount,
Long limit,
Long offset,
boolean sortByCount) |
String |
getToolbarWarnings() |
List<org.jahia.ajax.gwt.client.data.seo.GWTJahiaUrlMapping> |
getUrlMappings(org.jahia.ajax.gwt.client.data.node.GWTJahiaNode node,
String locale) |
List<org.jahia.ajax.gwt.client.data.node.GWTJahiaNodeUsage> |
getUsages(List<String> paths) |
com.extjs.gxt.ui.client.data.BasePagingLoadResult<org.jahia.ajax.gwt.client.data.node.GWTJahiaNodeVersion> |
getVersions(org.jahia.ajax.gwt.client.data.node.GWTJahiaNode node,
int limit,
int offset) |
List<org.jahia.ajax.gwt.client.data.node.GWTJahiaNodeVersion> |
getVersions(String path) |
com.extjs.gxt.ui.client.data.ModelData |
getVisibilityInformation(String path) |
org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeType |
getWFFormForNodeAndNodeType(String formResourceName) |
WIPInfo |
getWipInfo(List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty> sharedProperties) |
List<org.jahia.ajax.gwt.client.data.workflow.GWTJahiaWorkflowComment> |
getWorkflowComments(org.jahia.ajax.gwt.client.data.workflow.GWTJahiaWorkflow workflow) |
Map<String,org.jahia.ajax.gwt.client.data.workflow.GWTJahiaWorkflowDefinition> |
getWorkflowDefinitions(List<String> workflowDefinitionIds) |
List<org.jahia.ajax.gwt.client.data.workflow.history.GWTJahiaWorkflowHistoryItem> |
getWorkflowHistoryForUser() |
List<org.jahia.ajax.gwt.client.data.workflow.history.GWTJahiaWorkflowHistoryItem> |
getWorkflowHistoryProcesses(String nodeId,
String lang) |
List<org.jahia.ajax.gwt.client.data.workflow.history.GWTJahiaWorkflowHistoryItem> |
getWorkflowHistoryTasks(String provider,
String processId) |
org.jahia.ajax.gwt.client.data.workflow.GWTJahiaWorkflowInfo |
getWorkflowInfo(String path)
Get worflow info by path
|
Map<org.jahia.ajax.gwt.client.data.workflow.GWTJahiaWorkflowType,List<org.jahia.ajax.gwt.client.data.workflow.GWTJahiaWorkflowDefinition>> |
getWorkflowRules(String path) |
List<org.jahia.ajax.gwt.client.data.job.GWTJahiaJobDetail> |
importContent(String parentPath,
String fileKey,
Boolean replaceContent) |
com.extjs.gxt.ui.client.data.RpcMap |
initializeCodeEditor(String path,
boolean isNew,
String nodeTypeName,
String fileType)
Initialize a map with all data needed to render the code editor.
|
org.jahia.ajax.gwt.client.data.GWTJahiaCreateEngineInitBean |
initializeCreateEngine(String typename,
String parentpath,
String targetName) |
org.jahia.ajax.gwt.client.data.GWTJahiaCreatePortletInitBean |
initializeCreatePortletEngine(String typename,
String parentpath) |
org.jahia.ajax.gwt.client.data.GWTJahiaEditEngineInitBean |
initializeEditEngine(List<String> paths,
boolean tryToLockNode) |
org.jahia.ajax.gwt.client.data.GWTJahiaEditEngineInitBean |
initializeEditEngine(String nodepath,
boolean tryToLockNode) |
org.jahia.ajax.gwt.client.util.SessionValidationResult |
isValidSession() |
com.extjs.gxt.ui.client.data.BasePagingLoadResult<org.jahia.ajax.gwt.client.data.node.GWTJahiaNode> |
lsLoad(String parentPath,
List<String> nodeTypes,
List<String> mimeTypes,
List<String> filters,
List<String> fields,
boolean checkSubChild,
int limit,
int offset,
boolean displayHiddenTypes,
List<String> hiddenTypes,
String hiddenRegex,
boolean showOnlyNodesWithTemplates,
boolean useUILocale) |
void |
markConflictAsResolved(String moduleId,
org.jahia.ajax.gwt.client.data.node.GWTJahiaNode node)
Call to send conflict resolved on a node to the source control
|
void |
markForDeletion(List<String> paths,
String comment) |
void |
move(List<String> sourcePaths,
String targetPath) |
void |
moveAtEnd(List<String> sourcePaths,
String targetPath) |
void |
moveOnTopOf(List<String> sourcePaths,
String targetPath) |
void |
paste(List<String> pathsToCopy,
String destinationPath,
String newName,
boolean cut,
List<String> childNodeTypesToSkip) |
void |
pasteReferences(List<String> pathsToCopy,
String destinationPath,
String newName) |
void |
publish(List<String> uuids,
List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty> properties,
List<String> comments)
Publish the specified uuids.
|
com.extjs.gxt.ui.client.data.RpcMap |
releaseModule(String moduleId,
org.jahia.ajax.gwt.client.data.GWTModuleReleaseInfo releaseInfo)
This will release the module.
|
org.jahia.ajax.gwt.client.data.node.GWTJahiaNode |
rename(String path,
String newName) |
void |
resizeImage(String path,
String target,
int width,
int height,
boolean forceReplace) |
void |
restoreNode(org.jahia.ajax.gwt.client.data.node.GWTJahiaNodeVersion gwtJahiaNodeVersion,
boolean allSubTree) |
void |
restoreNodeByIdentifierAndDate(String identifier,
Date versionDate,
String versionLabel,
boolean allSubTree) |
void |
rotateImage(String path,
String target,
boolean clockwise,
boolean forceReplace) |
void |
saveModule(String moduleId,
String message) |
com.extjs.gxt.ui.client.data.RpcMap |
saveNode(org.jahia.ajax.gwt.client.data.node.GWTJahiaNode node,
org.jahia.ajax.gwt.client.data.acl.GWTJahiaNodeACL acl,
Map<String,List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty>> langCodeProperties,
List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty> sharedProperties,
Set<String> removedTypes)
Save node with properties, acl and new ordered children
|
void |
saveOpenPathsForRepository(String repositoryType,
List<String> paths) |
void |
saveProperties(List<org.jahia.ajax.gwt.client.data.node.GWTJahiaNode> nodes,
List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty> newProps,
Set<String> removedTypes)
Save properties of for the given nodes
|
void |
savePropertiesAndACL(List<org.jahia.ajax.gwt.client.data.node.GWTJahiaNode> nodes,
org.jahia.ajax.gwt.client.data.acl.GWTJahiaNodeACL acl,
Map<String,List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty>> langCodeProperties,
List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty> sharedProperties,
Set<String> removedTypes)
Save properties and acl for the given nodes
|
void |
saveSearch(org.jahia.ajax.gwt.client.data.GWTJahiaSearchQuery searchQuery,
String path,
String name,
boolean onTopOf) |
void |
saveUrlMappings(org.jahia.ajax.gwt.client.data.node.GWTJahiaNode node,
Map<String,List<org.jahia.ajax.gwt.client.data.seo.GWTJahiaUrlMapping>> mappings) |
com.extjs.gxt.ui.client.data.BasePagingLoadResult<org.jahia.ajax.gwt.client.data.node.GWTJahiaNode> |
search(org.jahia.ajax.gwt.client.data.GWTJahiaSearchQuery searchQuery,
int limit,
int offset,
boolean showOnlyNodesWithTemplates) |
List<org.jahia.ajax.gwt.client.data.node.GWTJahiaNode> |
search(String searchString,
int limit,
List<String> nodeTypes,
List<String> mimeTypes,
List<String> filters) |
List<org.jahia.ajax.gwt.client.data.node.GWTJahiaPortletDefinition> |
searchPortlets(String match) |
com.extjs.gxt.ui.client.data.PagingLoadResult<org.jahia.ajax.gwt.client.data.node.GWTJahiaNode> |
searchSQL(String searchString,
int limit,
int offset,
List<String> nodeTypes,
List<String> fields,
boolean sortOnDisplayName) |
org.jahia.ajax.gwt.client.data.node.GWTJahiaNode |
sendToSourceControl(String moduleId,
String scmURI,
String scmType) |
void |
setAcl(ACLHelper acl) |
void |
setCacheHelper(CacheHelper cacheHelper) |
void |
setChannelHelper(ChannelHelper channelHelper) |
void |
setContentDefinition(ContentDefinitionHelper contentDefinition) |
void |
setContentHub(ContentHubHelper contentHub) |
void |
setContentManager(ContentManagerHelper contentManager) |
void |
setDiff(DiffHelper diff) |
org.jahia.ajax.gwt.client.data.GWTModuleReleaseInfo |
setDistributionServerForModule(String module,
org.jahia.ajax.gwt.client.data.GWTModuleReleaseInfo info) |
void |
setImage(ImageHelper image) |
void |
setJCRContentUtils(JCRContentUtils jcrContentUtils) |
void |
setLanguages(LanguageHelper languages) |
void |
setLock(List<String> paths,
boolean locked) |
void |
setModuleHelper(ModuleHelper moduleHelper) |
void |
setNavigation(NavigationHelper navigation) |
void |
setPortlet(PortletHelper portlet) |
void |
setProperties(PropertiesHelper properties) |
void |
setPublication(PublicationHelper publication) |
void |
setSchedulerHelper(SchedulerHelper schedulerHelper) |
void |
setSearch(SearchHelper search) |
void |
setSeo(SeoHelper seoHelper) |
void |
setSessionPollingFrequency(int sessionPollingFrequency) |
void |
setStubHelper(StubHelper stubHelper)
Injection of a StubHelper class to handle display of code Snippets in the code editor
|
void |
setTaggingService(TaggingService taggingService) |
void |
setTemplate(TemplateHelper template) |
void |
setToolbarWarningsService(ToolbarWarningsService toolbarWarningsService) |
void |
setTranslationHelper(TranslationHelper translationHelper) |
void |
setUiConfigHelper(UIConfigHelper uiConfigHelper) |
void |
setVersioning(VersioningHelper versioning) |
void |
setWipService(WIPService wipService) |
void |
setWorkflow(WorkflowHelper workflow) |
void |
setZip(ZipHelper zip) |
void |
startWorkflow(List<String> uuids,
org.jahia.ajax.gwt.client.data.workflow.GWTJahiaWorkflowDefinition def,
List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty> properties,
List<String> comments,
Map<String,Object> args,
String locale) |
void |
startWorkflow(String path,
org.jahia.ajax.gwt.client.data.workflow.GWTJahiaWorkflowDefinition workflowDefinition,
List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty> properties,
List<String> comments) |
void |
storePasswordForProvider(String providerKey,
String username,
String password) |
org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty |
translate(org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty property,
org.jahia.ajax.gwt.client.data.definition.GWTJahiaItemDefinition definition,
String srcLanguage,
String destLanguage,
String siteUUID)
Request to an online service the translations for the values of a property
|
List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty> |
translate(List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty> properties,
List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaItemDefinition> definitions,
String srcLanguage,
String destLanguage,
String siteUUID)
Request to an online service the translations for all the values of a list of properties
|
void |
undeletePaths(List<String> paths) |
void |
unpublish(List<String> uuids)
Unpublish the specified path and its subnodes.
|
void |
unzip(List<String> paths) |
String |
updateModule(String moduleId) |
void |
uploadedFile(List<String[]> uploadeds) |
Map<String,org.jahia.ajax.gwt.client.data.wcag.WCAGValidationResult> |
validateWCAG(Map<String,String> richTexts) |
void |
zip(List<String> paths,
String archiveName) |
getLocale, getRemoteJahiaUser, getRemoteJahiaUserNode, getRemoteUser, getRequest, getResponse, getServletContext, getSession, getSite, getUILocale, getWorkspace, retrieveCurrentSession, retrieveCurrentSession, retrieveCurrentSession, setRequest, setResponse, setServletContextpublic void setAcl(ACLHelper acl)
public void setContentDefinition(ContentDefinitionHelper contentDefinition)
public void setContentHub(ContentHubHelper contentHub)
public void setContentManager(ContentManagerHelper contentManager)
public void setPortlet(PortletHelper portlet)
public void setNavigation(NavigationHelper navigation)
public void setProperties(PropertiesHelper properties)
public void setPublication(PublicationHelper publication)
public void setWorkflow(WorkflowHelper workflow)
public void setSearch(SearchHelper search)
public void setLanguages(LanguageHelper languages)
public void setDiff(DiffHelper diff)
public void setTemplate(TemplateHelper template)
public void setImage(ImageHelper image)
public void setVersioning(VersioningHelper versioning)
public void setZip(ZipHelper zip)
public void setSessionPollingFrequency(int sessionPollingFrequency)
public void setCacheHelper(CacheHelper cacheHelper)
public void setSchedulerHelper(SchedulerHelper schedulerHelper)
public void setUiConfigHelper(UIConfigHelper uiConfigHelper)
public void setJCRContentUtils(JCRContentUtils jcrContentUtils)
jcrContentUtils - the jcrContentUtils to setpublic void setChannelHelper(ChannelHelper channelHelper)
public void setTranslationHelper(TranslationHelper translationHelper)
public void setStubHelper(StubHelper stubHelper)
stubHelper - instance to be injected.StubHelperpublic void setTaggingService(TaggingService taggingService)
public void setToolbarWarningsService(ToolbarWarningsService toolbarWarningsService)
public void setWipService(WIPService wipService)
public org.jahia.ajax.gwt.client.data.toolbar.GWTManagerConfiguration getManagerConfiguration(String name, String path) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
getManagerConfiguration in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServicename - org.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic org.jahia.ajax.gwt.client.data.toolbar.GWTEditConfiguration getEditConfiguration(String path, String name, String enforcedWorkspace) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
getEditConfiguration in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic com.extjs.gxt.ui.client.data.BasePagingLoadResult<org.jahia.ajax.gwt.client.data.node.GWTJahiaNode> lsLoad(String parentPath, List<String> nodeTypes, List<String> mimeTypes, List<String> filters, List<String> fields, boolean checkSubChild, int limit, int offset, boolean displayHiddenTypes, List<String> hiddenTypes, String hiddenRegex, boolean showOnlyNodesWithTemplates, boolean useUILocale) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
lsLoad in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic List<org.jahia.ajax.gwt.client.data.node.GWTJahiaNode> getRoot(List<String> paths, List<String> nodeTypes, List<String> mimeTypes, List<String> filters, List<String> fields, List<String> selectedNodes, List<String> openPaths, boolean checkSubChild, boolean displayHiddenTypes, List<String> hiddenTypes, String hiddenRegex, boolean useUILocale) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
getRoot in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic List<org.jahia.ajax.gwt.client.data.node.GWTJahiaNode> getNodes(List<String> paths, List<String> fields)
getNodes in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServicepublic Map<String,List<? extends com.extjs.gxt.ui.client.data.ModelData>> getNodesAndTypes(List<com.extjs.gxt.ui.client.data.ModelData> getNodesParams, List<String> types) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
getNodesAndTypes in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic org.jahia.ajax.gwt.client.data.node.GWTJahiaNode getNode(String path) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
path - path of the node you wantorg.jahia.ajax.gwt.client.service.GWTJahiaServiceException - if node does not existpublic void saveOpenPathsForRepository(String repositoryType, List<String> paths) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
saveOpenPathsForRepository in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic com.extjs.gxt.ui.client.data.BasePagingLoadResult<org.jahia.ajax.gwt.client.data.node.GWTJahiaNode> search(org.jahia.ajax.gwt.client.data.GWTJahiaSearchQuery searchQuery,
int limit,
int offset,
boolean showOnlyNodesWithTemplates)
throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
search in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic List<org.jahia.ajax.gwt.client.data.node.GWTJahiaNode> search(String searchString, int limit, List<String> nodeTypes, List<String> mimeTypes, List<String> filters) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
search in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic com.extjs.gxt.ui.client.data.PagingLoadResult<org.jahia.ajax.gwt.client.data.node.GWTJahiaNode> searchSQL(String searchString, int limit, int offset, List<String> nodeTypes, List<String> fields, boolean sortOnDisplayName) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
searchSQL in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic List<org.jahia.ajax.gwt.client.data.node.GWTJahiaPortletDefinition> searchPortlets(String match) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
searchPortlets in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic List<org.jahia.ajax.gwt.client.data.node.GWTJahiaNode> getSavedSearch() throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
getSavedSearch in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic void saveSearch(org.jahia.ajax.gwt.client.data.GWTJahiaSearchQuery searchQuery,
String path,
String name,
boolean onTopOf)
throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
saveSearch in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic void storePasswordForProvider(String providerKey, String username, String password) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
storePasswordForProvider in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic Map<String,String> getStoredPasswordsProviders()
getStoredPasswordsProviders in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServicepublic void setLock(List<String> paths, boolean locked) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
setLock in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic void clearAllLocks(String path, boolean processChildNodes) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
clearAllLocks in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic void markForDeletion(List<String> paths, String comment) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
markForDeletion in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic org.jahia.ajax.gwt.client.data.node.GWTJahiaNode deletePaths(List<String> paths) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
deletePaths in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic void undeletePaths(List<String> paths) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
undeletePaths in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic String getAbsolutePath(String path) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
getAbsolutePath in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic void checkWriteable(List<String> paths) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
checkWriteable in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic void paste(List<String> pathsToCopy, String destinationPath, String newName, boolean cut, List<String> childNodeTypesToSkip) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
paste in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic void pasteReferences(List<String> pathsToCopy, String destinationPath, String newName) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
pasteReferences in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic org.jahia.ajax.gwt.client.data.node.GWTJahiaGetPropertiesResult getProperties(String path, String langCode) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
getProperties in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic void saveProperties(List<org.jahia.ajax.gwt.client.data.node.GWTJahiaNode> nodes, List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty> newProps, Set<String> removedTypes) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
saveProperties in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServicenodes - newProps - removedTypes - org.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic void savePropertiesAndACL(List<org.jahia.ajax.gwt.client.data.node.GWTJahiaNode> nodes, org.jahia.ajax.gwt.client.data.acl.GWTJahiaNodeACL acl, Map<String,List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty>> langCodeProperties, List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty> sharedProperties, Set<String> removedTypes) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
savePropertiesAndACL in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServicenodes - acl - removedTypes - org.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic com.extjs.gxt.ui.client.data.RpcMap saveNode(org.jahia.ajax.gwt.client.data.node.GWTJahiaNode node,
org.jahia.ajax.gwt.client.data.acl.GWTJahiaNodeACL acl,
Map<String,List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty>> langCodeProperties,
List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty> sharedProperties,
Set<String> removedTypes)
throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
saveNode in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServicenode - acl - langCodeProperties - sharedProperties - removedTypes - org.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic WIPInfo getWipInfo(List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty> sharedProperties)
public org.jahia.ajax.gwt.client.data.node.GWTJahiaNode createNode(String parentPath, org.jahia.ajax.gwt.client.data.node.GWTJahiaNode newNode) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
createNode in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceparentPath - parent pathnewNode - node to createorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic org.jahia.ajax.gwt.client.data.node.GWTJahiaNode createNode(String parentPath, String name, String nodeType, List<String> mixin, org.jahia.ajax.gwt.client.data.acl.GWTJahiaNodeACL acl, List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty> props, Map<String,List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty>> langCodeProperties, List<org.jahia.ajax.gwt.client.data.node.GWTJahiaNode> subNodes, Map<String,String> parentNodesType, boolean forceCreation) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
createNode in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceparentPath - name - nodeType - mixin - acl - props - langCodeProperties - subNodes - parentNodesType - forceCreation - @returnorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic org.jahia.ajax.gwt.client.data.node.GWTJahiaNode createNodeAndMoveBefore(String path, String name, String nodeType, List<String> mixin, org.jahia.ajax.gwt.client.data.acl.GWTJahiaNodeACL acl, List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty> properties, Map<String,List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty>> langCodeProperties) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
createNodeAndMoveBefore in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServicepath - name - nodeType - mixin - acl - properties - org.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic org.jahia.ajax.gwt.client.data.node.GWTJahiaNode createFolder(String parentPath, String name) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
createFolder in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceparentPath - name - org.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic org.jahia.ajax.gwt.client.data.node.GWTJahiaNode createPageFromPageModel(String sourcePath, String destinationPath, String name, String nodeType, List<String> mixin, org.jahia.ajax.gwt.client.data.acl.GWTJahiaNodeACL acl, List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty> properties, Map<String,List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty>> langCodeProperties) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
createPageFromPageModel in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServicesourcePath - path of the page modeldestinationPath - path of the page to be createdname - name of the new pagenodeType - type of the new pageproperties - defined propertieslangCodeProperties - defined i18n propretiesorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic org.jahia.ajax.gwt.client.data.node.GWTJahiaNode createPortletInstance(String path, org.jahia.ajax.gwt.client.data.node.GWTJahiaNewPortletInstance wiz) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
createPortletInstance in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic org.jahia.ajax.gwt.client.data.node.GWTJahiaNode createRSSPortletInstance(String path, String name, String url) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
createRSSPortletInstance in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic org.jahia.ajax.gwt.client.data.node.GWTJahiaNode createGoogleGadgetPortletInstance(String path, String name, String script) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
createGoogleGadgetPortletInstance in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic void checkExistence(String path) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
checkExistence in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic org.jahia.ajax.gwt.client.data.node.GWTJahiaNode rename(String path, String newName) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
rename in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic void move(List<String> sourcePaths, String targetPath) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
move in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic void moveAtEnd(List<String> sourcePaths, String targetPath) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
moveAtEnd in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic void moveOnTopOf(List<String> sourcePaths, String targetPath) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
moveOnTopOf in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic org.jahia.ajax.gwt.client.data.acl.GWTJahiaNodeACE createDefaultUsersGroupACE(List<String> permissions, boolean grand) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
createDefaultUsersGroupACE in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic List<org.jahia.ajax.gwt.client.data.node.GWTJahiaNodeUsage> getUsages(List<String> paths) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
getUsages in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic List<org.jahia.ajax.gwt.client.data.node.GWTJahiaNode> getNodesByCategory(org.jahia.ajax.gwt.client.data.node.GWTJahiaNode category) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
org.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic com.extjs.gxt.ui.client.data.BasePagingLoadResult<org.jahia.ajax.gwt.client.data.node.GWTJahiaNode> getNodesByCategory(org.jahia.ajax.gwt.client.data.node.GWTJahiaNode category,
int limit,
int offset)
throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
getNodesByCategory in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic void zip(List<String> paths, String archiveName) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
zip in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty> translate(List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty> properties, List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaItemDefinition> definitions, String srcLanguage, String destLanguage, String siteUUID) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
translate in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceproperties - a list of propertiesdefinitions - the corresponding list of property definitionssrcLanguage - the source language codedestLanguage - the destination language codesiteUUID - the site UUIDorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty translate(org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty property,
org.jahia.ajax.gwt.client.data.definition.GWTJahiaItemDefinition definition,
String srcLanguage,
String destLanguage,
String siteUUID)
throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
translate in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceproperty - a propertydefinition - the corresponding property definitionsrcLanguage - the source language codedestLanguage - the destination language codesiteUUID - the site UUIDorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic void unzip(List<String> paths) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
unzip in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic String getExportUrl(String path) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
getExportUrl in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic void cropImage(String path, String target, int top, int left, int width, int height, boolean forceReplace) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
cropImage in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic void resizeImage(String path, String target, int width, int height, boolean forceReplace) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
resizeImage in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic void rotateImage(String path, String target, boolean clockwise, boolean forceReplace) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
rotateImage in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic void activateVersioning(List<String> path) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
activateVersioning in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic List<org.jahia.ajax.gwt.client.data.node.GWTJahiaNodeVersion> getVersions(String path) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
getVersions in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic com.extjs.gxt.ui.client.data.BasePagingLoadResult<org.jahia.ajax.gwt.client.data.node.GWTJahiaNodeVersion> getVersions(org.jahia.ajax.gwt.client.data.node.GWTJahiaNode node,
int limit,
int offset)
throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
getVersions in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic void restoreNode(org.jahia.ajax.gwt.client.data.node.GWTJahiaNodeVersion gwtJahiaNodeVersion,
boolean allSubTree)
throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
restoreNode in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic void restoreNodeByIdentifierAndDate(String identifier, Date versionDate, String versionLabel, boolean allSubTree) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
restoreNodeByIdentifierAndDate in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic void uploadedFile(List<String[]> uploadeds) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
uploadedFile in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic org.jahia.ajax.gwt.client.data.GWTRenderResult getRenderedContent(String path, String workspace, String locale, String template, String configuration, Map<String,List<String>> contextParams, boolean editMode, String configName, String channelIdentifier, String channelVariant) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
getRenderedContent in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic String getNodeURL(String servlet, String path, Date versionDate, String versionLabel, String workspace, String locale, boolean findDisplayable) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
getNodeURL in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic List<org.jahia.ajax.gwt.client.data.job.GWTJahiaJobDetail> importContent(String parentPath, String fileKey, Boolean replaceContent) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
importContent in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic List<org.jahia.ajax.gwt.client.data.GWTJahiaChannel> getChannels() throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
getChannels in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic Map<String,org.jahia.ajax.gwt.client.data.workflow.GWTJahiaWorkflowDefinition> getWorkflowDefinitions(List<String> workflowDefinitionIds) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
getWorkflowDefinitions in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic void startWorkflow(String path, org.jahia.ajax.gwt.client.data.workflow.GWTJahiaWorkflowDefinition workflowDefinition, List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty> properties, List<String> comments) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
startWorkflow in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic void startWorkflow(List<String> uuids, org.jahia.ajax.gwt.client.data.workflow.GWTJahiaWorkflowDefinition def, List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty> properties, List<String> comments, Map<String,Object> args, String locale) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
startWorkflow in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic void abortWorkflow(String processId, String provider) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
abortWorkflow in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic void assignAndCompleteTask(org.jahia.ajax.gwt.client.data.workflow.GWTJahiaWorkflowTask task,
org.jahia.ajax.gwt.client.data.workflow.GWTJahiaWorkflowOutcome outcome,
List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty> properties)
throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
assignAndCompleteTask in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic List<org.jahia.ajax.gwt.client.data.workflow.GWTJahiaWorkflowComment> addCommentToWorkflow(org.jahia.ajax.gwt.client.data.workflow.GWTJahiaWorkflow wf, String comment)
addCommentToWorkflow in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServicepublic List<org.jahia.ajax.gwt.client.data.workflow.GWTJahiaWorkflowComment> getWorkflowComments(org.jahia.ajax.gwt.client.data.workflow.GWTJahiaWorkflow workflow)
getWorkflowComments in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServicepublic List<org.jahia.ajax.gwt.client.data.workflow.history.GWTJahiaWorkflowHistoryItem> getWorkflowHistoryForUser() throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
getWorkflowHistoryForUser in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic void publish(List<String> uuids, List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeProperty> properties, List<String> comments) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
publish in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceuuids - the list of node uuids to publish, will not auto publish the parentsorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic void unpublish(List<String> uuids) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
unpublish in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceuuids - the list of node uuids to publish, will not auto publish the parentsorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic List<org.jahia.ajax.gwt.client.data.publication.GWTJahiaPublicationInfo> getPublicationInfo(List<String> uuids, boolean allSubTree, boolean checkForUnpublication) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
getPublicationInfo in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceuuids - uuids to get publication info fromallSubTree - check on the whole subtree or no.checkForUnpublication - allow to check for element which have been unpublishedorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic List<org.jahia.ajax.gwt.client.data.publication.GWTJahiaPublicationInfo> getPublicationInfo(List<String> uuids, boolean allSubTree, boolean checkForUnpublication, Set<String> languages) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
getPublicationInfo in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceuuids - uuids to get publication info fromallSubTree - check on the whole subtree or no.checkForUnpublication - allow to check for element which have been unpublishedlanguages - Set of languages from which we want informationorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic org.jahia.ajax.gwt.client.data.workflow.GWTJahiaWorkflowInfo getWorkflowInfo(String path) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
path - org.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic String getHighlighted(String original, String amendment)
getHighlighted in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceoriginal - amendment - public List<org.jahia.ajax.gwt.client.data.seo.GWTJahiaUrlMapping> getUrlMappings(org.jahia.ajax.gwt.client.data.node.GWTJahiaNode node, String locale) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
getUrlMappings in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic void saveUrlMappings(org.jahia.ajax.gwt.client.data.node.GWTJahiaNode node,
Map<String,List<org.jahia.ajax.gwt.client.data.seo.GWTJahiaUrlMapping>> mappings)
throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
org.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic void deployTemplates(String templatesPath, String sitePath) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
deployTemplates in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic org.jahia.ajax.gwt.client.data.node.GWTJahiaNode createModule(String moduleName, String artifactId, String groupId, String siteType, String sources) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
createModule in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic org.jahia.ajax.gwt.client.data.node.GWTJahiaNode checkoutModule(String moduleId, String scmURI, String scmType, String branchOrTag, String sources) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
checkoutModule in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic org.jahia.ajax.gwt.client.data.node.GWTJahiaNode sendToSourceControl(String moduleId, String scmURI, String scmType) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
sendToSourceControl in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic void saveModule(String moduleId, String message) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
saveModule in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic String updateModule(String moduleId) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
updateModule in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic void addToSourceControl(String moduleId, org.jahia.ajax.gwt.client.data.node.GWTJahiaNode node) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
addToSourceControl in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServicemoduleId - Module namenode - Node denoting a file from the sources folder of the moduleorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic void markConflictAsResolved(String moduleId, org.jahia.ajax.gwt.client.data.node.GWTJahiaNode node) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
markConflictAsResolved in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServicemoduleId - : module id involvednode - : node with conflictorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic void compileAndDeploy(String moduleId) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
compileAndDeploy in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServicemoduleId - : module to compile and deployorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic org.jahia.ajax.gwt.client.data.node.GWTJahiaNode generateWar(String moduleId) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
generateWar in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServicemoduleId - The module to compile and package as war file.org.jahia.ajax.gwt.client.service.GWTJahiaServiceException - if something bad happened (like impossible to compile the module)public com.extjs.gxt.ui.client.data.RpcMap releaseModule(String moduleId, org.jahia.ajax.gwt.client.data.GWTModuleReleaseInfo releaseInfo) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
releaseModule in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServicemoduleId - The module to be released.releaseInfo - the release data, like next version, should we publish to Maven distribution server and Jahia Private App Store etc.RpcMap with the filename, the download URL for the generated module and the newly deployed module nodeorg.jahia.ajax.gwt.client.service.GWTJahiaServiceException - if something happened during compile/deploy of the modulepublic void setSeo(SeoHelper seoHelper)
seoHelper - the seoHelper to setpublic List<org.jahia.ajax.gwt.client.data.workflow.history.GWTJahiaWorkflowHistoryItem> getWorkflowHistoryProcesses(String nodeId, String lang) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
getWorkflowHistoryProcesses in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic List<org.jahia.ajax.gwt.client.data.workflow.history.GWTJahiaWorkflowHistoryItem> getWorkflowHistoryTasks(String provider, String processId) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
getWorkflowHistoryTasks in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic org.jahia.ajax.gwt.client.util.SessionValidationResult isValidSession()
throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
isValidSession in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic org.jahia.ajax.gwt.client.data.GWTJahiaCreateEngineInitBean initializeCreateEngine(String typename, String parentpath, String targetName) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
initializeCreateEngine in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic org.jahia.ajax.gwt.client.data.GWTJahiaCreatePortletInitBean initializeCreatePortletEngine(String typename, String parentpath) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
initializeCreatePortletEngine in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic org.jahia.ajax.gwt.client.data.GWTJahiaEditEngineInitBean initializeEditEngine(String nodepath, boolean tryToLockNode) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
initializeEditEngine in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic void closeEditEngine(String nodepath) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
closeEditEngine in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic Set<String> compareAcl(org.jahia.ajax.gwt.client.data.acl.GWTJahiaNodeACL nodeAcl, List<org.jahia.ajax.gwt.client.data.node.GWTJahiaNode> references) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
compareAcl in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic org.jahia.ajax.gwt.client.data.GWTJahiaEditEngineInitBean initializeEditEngine(List<String> paths, boolean tryToLockNode) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
initializeEditEngine in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic Map<org.jahia.ajax.gwt.client.data.workflow.GWTJahiaWorkflowType,List<org.jahia.ajax.gwt.client.data.workflow.GWTJahiaWorkflowDefinition>> getWorkflowRules(String path) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
getWorkflowRules in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic org.jahia.ajax.gwt.client.data.node.GWTJahiaNode getSource(String referenceIdentifier) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
referenceIdentifier - the current reference node UUIDorg.jahia.ajax.gwt.client.service.GWTJahiaServiceException - in case of an errorpublic void flush(String path) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
flush in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic void flushAll()
throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
flushAll in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic void flushSite(String siteUUID) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
flushSite in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic Map<String,Object> getPollData(Set<String> keys) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
getPollData in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic com.extjs.gxt.ui.client.data.BasePagingLoadResult<org.jahia.ajax.gwt.client.data.job.GWTJahiaJobDetail> getJobs(int offset,
int limit,
String sortField,
String sortDir,
String groupBy,
List<String> groupNames)
throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
getJobs in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic Boolean deleteJob(String jobName, String groupName) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
deleteJob in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic List<String> getAllJobGroupNames() throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
getAllJobGroupNames in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic com.extjs.gxt.ui.client.data.BasePagingLoadResult<org.jahia.ajax.gwt.client.data.GWTJahiaContentHistoryEntry> getContentHistory(String nodeIdentifier, int offset, int limit) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
getContentHistory in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic void cleanReferences(String path) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
cleanReferences in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic org.jahia.ajax.gwt.client.data.GWTChoiceListInitializer getFieldInitializerValues(String typeName, String propertyName, String parentPath, Map<String,List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodePropertyValue>> dependentValues) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
getFieldInitializerValues in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic List<String> getNamespaces()
getNamespaces in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServicepublic List<org.jahia.ajax.gwt.client.data.node.GWTJahiaNode> getPortalNodes(String targetAreaName)
getPortalNodes in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServicepublic Map<String,org.jahia.ajax.gwt.client.data.wcag.WCAGValidationResult> validateWCAG(Map<String,String> richTexts)
validateWCAG in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServicepublic int getNumberOfTasksForUser()
throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
getNumberOfTasksForUser in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic org.jahia.ajax.gwt.client.data.toolbar.GWTJahiaToolbar getGWTToolbars(String toolbarGroup) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
getGWTToolbars in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic org.jahia.ajax.gwt.client.data.GWTJahiaPortletOutputBean drawPortletInstanceOutput(String windowID, String entryPointIDStr, String pathInfo, String queryString)
drawPortletInstanceOutput in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServicepublic List<org.jahia.ajax.gwt.client.data.GWTJahiaSite> getAvailableSites()
getAvailableSites in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServicepublic boolean createRemotePublication(String nodeName, Map<String,String> props, boolean validateConnectionSettings) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
createRemotePublication in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic Integer deleteAllCompletedJobs() throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
deleteAllCompletedJobs in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic String getNodeURLByIdentifier(String servlet, String identifier, Date versionDate, String versionLabel, String workspace, String locale) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
getNodeURLByIdentifier in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeType getNodeType(String name) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
getNodeType in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeType> getNodeTypes(List<String> names) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
getNodeTypes in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeType> getSubNodeTypes(List<String> names) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
getSubNodeTypes in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeType> getContentTypes(List<String> baseTypes, boolean includeSubTypes, boolean displayStudioElement) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
getContentTypes in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServicebaseTypes - the node type name to find sub-typesorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic List<org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeType> getContentTypesAsTree(List<String> nodeTypes, List<String> excludedNodeTypes, boolean includeSubTypes) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
getContentTypesAsTree in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServicenodeTypes - excludedNodeTypes - includeSubTypes - org.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic org.jahia.ajax.gwt.client.data.definition.GWTJahiaNodeType getWFFormForNodeAndNodeType(String formResourceName) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
getWFFormForNodeAndNodeType in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic com.extjs.gxt.ui.client.data.ModelData getVisibilityInformation(String path) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
getVisibilityInformation in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic com.extjs.gxt.ui.client.data.RpcMap initializeCodeEditor(String path, boolean isNew, String nodeTypeName, String fileType) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
initializeCodeEditor in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServicepath - path from where we are trying to open the code editorisNew - is this a new file or an existing onenodeTypeName - null or the node type associated with the filefileType - the type of file we are creating/editingorg.jahia.ajax.gwt.client.service.GWTJahiaServiceException - if something happenedpublic List<org.jahia.ajax.gwt.client.data.GWTJahiaValueDisplayBean> getTags(String prefix, String startPath, Long minCount, Long limit, Long offset, boolean sortByCount) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
getTags in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic String convertTag(String tag)
convertTag in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServicepublic String getToolbarWarnings() throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
getToolbarWarnings in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic org.jahia.ajax.gwt.client.data.GWTModuleReleaseInfo getInfoForModuleRelease(String moduleId) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
getInfoForModuleRelease in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic void setModuleHelper(ModuleHelper moduleHelper)
public org.jahia.ajax.gwt.client.data.GWTModuleReleaseInfo setDistributionServerForModule(String module, org.jahia.ajax.gwt.client.data.GWTModuleReleaseInfo info) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
setDistributionServerForModule in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic List<String> getAvailablePermissions() throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
getAvailablePermissions in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionpublic String getDisplayableNodePath(String nodePath, boolean fallbackToHomePage) throws org.jahia.ajax.gwt.client.service.GWTJahiaServiceException
getDisplayableNodePath in interface org.jahia.ajax.gwt.client.service.content.JahiaContentManagementServiceorg.jahia.ajax.gwt.client.service.GWTJahiaServiceExceptionCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.