|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AccessDeniedException in info.magnolia.cms.beans.config |
---|
Methods in info.magnolia.cms.beans.config that throw AccessDeniedException | |
---|---|
static boolean |
ContentRepository.checkIfInitialized()
Verify the initialization state of all the repositories. |
static boolean |
ContentRepository.checkIfInitialized(java.lang.String repository)
|
Uses of AccessDeniedException in info.magnolia.cms.core |
---|
Methods in info.magnolia.cms.core that throw AccessDeniedException | |
---|---|
void |
DefaultHierarchyManager.copyTo(java.lang.String source,
java.lang.String destination)
copy content to the specified location. |
Content |
Content.createContent(java.lang.String name)
Creates a Content node under the current node with the specified name. |
Content |
AbstractContent.createContent(java.lang.String name)
|
Content |
Content.createContent(java.lang.String name,
ItemType contentType)
Creates a Content node under the current node with the specified name. |
Content |
AbstractContent.createContent(java.lang.String name,
ItemType contentType)
|
Content |
DefaultContent.createContent(java.lang.String name,
java.lang.String contentType)
|
Content |
Content.createContent(java.lang.String name,
java.lang.String contentType)
Creates a Content node under the current node with the specified name. |
Content |
DefaultHierarchyManager.createContent(java.lang.String path,
java.lang.String label,
java.lang.String contentType)
Creates contentNode of type contentType. |
NodeData |
Content.createNodeData(java.lang.String name)
Deprecated. since 4.3, as JCR only supports set or remove operations for properties we recommend to use Content.setNodeData(String, Object) instead. |
NodeData |
AbstractContent.createNodeData(java.lang.String name)
|
NodeData |
Content.createNodeData(java.lang.String name,
int type)
Deprecated. since 4.3, as JCR only supports set or remove operations for properties we recommend to use Content.setNodeData(String, Object) instead. |
NodeData |
AbstractContent.createNodeData(java.lang.String name,
int type)
Deprecated. |
NodeData |
Content.createNodeData(java.lang.String name,
javax.jcr.Value value)
Deprecated. since 4.3, as JCR only supports set or remove operations for properties we recommend to use Content.setNodeData(String, Value) instead. |
NodeData |
AbstractContent.createNodeData(java.lang.String name,
javax.jcr.Value value)
|
NodeData |
Content.createNodeData(java.lang.String name,
javax.jcr.Value[] value)
Deprecated. since 4.3, as JCR only supports set or remove operations for properties we recommend to use Content.setNodeData(String, Value[]) instead. |
NodeData |
AbstractContent.createNodeData(java.lang.String name,
javax.jcr.Value[] value)
Deprecated. |
void |
DefaultHierarchyManager.delete(java.lang.String path)
removes specified path, it can be either node or property. |
Content |
DefaultContent.getAncestor(int level)
|
Content |
Content.getAncestor(int level)
get absolute parent object starting from the root node. |
Content |
DefaultHierarchyManager.getContent(java.lang.String path)
get content object of the requested URI. |
Content |
DefaultContent.getContent(java.lang.String name)
|
Content |
Content.getContent(java.lang.String name)
Gets the Content node of the current node with the specified name. |
Content |
DefaultHierarchyManager.getContent(java.lang.String path,
boolean create,
ItemType type)
Like getContent() but creates the node if not yet existing. |
Content |
DefaultHierarchyManager.getContentByUUID(java.lang.String uuid)
This method can be used to retrieve Content which has UUID assigned to it, in other words only those nodes which has mixin type mix:referenceable. |
NodeData |
DefaultHierarchyManager.getNodeData(java.lang.String path)
get NodeData object of the requested URI. |
Content |
DefaultHierarchyManager.getPage(java.lang.String path,
java.lang.String templateName)
Deprecated. since 4.0 - only used by taglibs - should go/move. |
Content |
NodeData.getParent()
returns Parent node. |
Content |
DefaultContent.getParent()
|
Content |
Content.getParent()
get parent content object. |
Content |
AbstractNodeData.getParent()
|
Content |
DefaultHierarchyManager.getRoot()
|
static void |
Access.isGranted(AccessManager manager,
java.lang.String path,
long permissions)
Checks if the given AccessManager allows specified permission on the given path. |
boolean |
HierarchyManager.isNodeData(java.lang.String path)
|
boolean |
DefaultHierarchyManager.isNodeData(java.lang.String path)
checks if the requested resource is an NodeData (Property). |
boolean |
Content.isNodeData(java.lang.String path)
checks if the requested resource is an NodeData (Property). |
boolean |
AbstractContent.isNodeData(java.lang.String path)
|
boolean |
HierarchyManager.isPage(java.lang.String path)
Deprecated. since 4.0 - use getContent().isNodeType() instead. |
boolean |
DefaultHierarchyManager.isPage(java.lang.String path)
Deprecated. since 4.0 - use getContent().isNodeType() instead. (not used currently) |
void |
DefaultHierarchyManager.moveTo(java.lang.String source,
java.lang.String destination)
move content to the specified location. |
NodeData |
DefaultContent.newNodeDataInstance(java.lang.String name,
int type,
boolean createIfNotExisting)
|
abstract NodeData |
AbstractContent.newNodeDataInstance(java.lang.String name,
int type,
boolean createIfNotExisting)
As defined in Content.getNodeData(String) this method always returns a node data object. |
void |
DefaultContent.removeVersionHistory()
|
void |
Content.removeVersionHistory()
removes all versions of this node and associated version graph. |
void |
MetaData.setActivated()
Part of metadata, adds activated status of the current node. |
void |
MetaData.setActivatorId(java.lang.String value)
Part of metadata, current logged-in author who last activated this page. |
void |
NodeData.setAttribute(java.lang.String name,
java.util.Calendar value)
set attribute, available only if NodeData is of type Binary . |
void |
BinaryNodeData.setAttribute(java.lang.String name,
java.util.Calendar value)
|
void |
AbstractNodeData.setAttribute(java.lang.String name,
java.util.Calendar value)
|
void |
NodeData.setAttribute(java.lang.String name,
java.lang.String value)
set attribute, available only if NodeData is of type Binary . |
void |
BinaryNodeData.setAttribute(java.lang.String name,
java.lang.String value)
|
void |
AbstractNodeData.setAttribute(java.lang.String name,
java.lang.String value)
|
void |
MetaData.setAuthorId(java.lang.String value)
Part of metadata, current logged-in author who did some action on this page. |
void |
MetaData.setCreationDate()
Part of metadata, adds creation date of the current node. |
void |
MetaData.setLastActivationActionDate()
Part of metadata, adds activated date of the current node. |
protected void |
DefaultHierarchyManager.setMetaData(MetaData md)
Helper method to set page properties, create page calls this method. |
void |
MetaData.setModificationDate()
Part of metadata, adds modification date of the current node. |
NodeData |
Content.setNodeData(java.lang.String name,
boolean value)
Sets the node data. |
NodeData |
AbstractContent.setNodeData(java.lang.String name,
boolean value)
|
NodeData |
Content.setNodeData(java.lang.String name,
java.util.Calendar value)
Sets the node data. |
NodeData |
AbstractContent.setNodeData(java.lang.String name,
java.util.Calendar value)
|
NodeData |
Content.setNodeData(java.lang.String name,
Content value)
Sets the node data. |
NodeData |
AbstractContent.setNodeData(java.lang.String name,
Content value)
|
NodeData |
Content.setNodeData(java.lang.String name,
double value)
Sets the node data. |
NodeData |
AbstractContent.setNodeData(java.lang.String name,
double value)
|
NodeData |
Content.setNodeData(java.lang.String name,
java.io.InputStream value)
Sets the node data. |
NodeData |
AbstractContent.setNodeData(java.lang.String name,
java.io.InputStream value)
|
NodeData |
Content.setNodeData(java.lang.String name,
long value)
Sets the node data. |
NodeData |
AbstractContent.setNodeData(java.lang.String name,
long value)
|
NodeData |
Content.setNodeData(java.lang.String name,
java.lang.Object value)
Sets the node data. |
NodeData |
AbstractContent.setNodeData(java.lang.String name,
java.lang.Object value)
Uses the NodeDataUtil to create and set the node data based on the object type. |
NodeData |
Content.setNodeData(java.lang.String name,
java.lang.String value)
Sets the node data. |
NodeData |
AbstractContent.setNodeData(java.lang.String name,
java.lang.String value)
|
NodeData |
Content.setNodeData(java.lang.String name,
javax.jcr.Value value)
Sets the node data. |
NodeData |
AbstractContent.setNodeData(java.lang.String name,
javax.jcr.Value value)
|
NodeData |
Content.setNodeData(java.lang.String name,
javax.jcr.Value[] value)
Sets the node data. |
NodeData |
AbstractContent.setNodeData(java.lang.String name,
javax.jcr.Value[] value)
|
void |
MetaData.setProperty(java.lang.String name,
boolean value)
|
void |
MetaData.setProperty(java.lang.String name,
java.util.Calendar value)
|
void |
MetaData.setProperty(java.lang.String name,
double value)
|
void |
MetaData.setProperty(java.lang.String name,
long value)
|
void |
MetaData.setProperty(java.lang.String name,
java.lang.String value)
|
void |
MetaData.setTemplate(java.lang.String value)
Part of metadata, template which will be used to render content of this node. |
void |
MetaData.setTemplateType(java.lang.String value)
Deprecated. since 4.0 - not used - template type is determined by template definition |
void |
MetaData.setTitle(java.lang.String value)
Part of metadata, could be used as html header. |
void |
MetaData.setUnActivated()
Part of metadata, adds activated status of the current node. |
void |
NonExistingNodeData.setValue(boolean value)
|
void |
NodeData.setValue(boolean value)
set value of type boolean . |
void |
DefaultNodeData.setValue(boolean value)
|
void |
NonExistingNodeData.setValue(java.util.Calendar value)
|
void |
NodeData.setValue(java.util.Calendar value)
set value of type Calendar . |
void |
DefaultNodeData.setValue(java.util.Calendar value)
|
void |
NonExistingNodeData.setValue(Content value)
|
void |
NodeData.setValue(Content value)
Sets a reference value. |
void |
DefaultNodeData.setValue(Content value)
|
void |
NonExistingNodeData.setValue(double value)
|
void |
NodeData.setValue(double value)
set value of type double . |
void |
DefaultNodeData.setValue(double value)
|
void |
NonExistingNodeData.setValue(java.io.InputStream value)
|
void |
NodeData.setValue(java.io.InputStream value)
set value of type InputStream . |
void |
DefaultNodeData.setValue(java.io.InputStream value)
|
void |
BinaryNodeData.setValue(java.io.InputStream value)
|
void |
NonExistingNodeData.setValue(int value)
|
void |
NodeData.setValue(int value)
set value of type int . |
void |
DefaultNodeData.setValue(int value)
|
void |
NonExistingNodeData.setValue(long value)
|
void |
NodeData.setValue(long value)
set value of type long . |
void |
DefaultNodeData.setValue(long value)
|
void |
NonExistingNodeData.setValue(java.lang.String value)
|
void |
NodeData.setValue(java.lang.String value)
set value of type String . |
void |
DefaultNodeData.setValue(java.lang.String value)
|
void |
NonExistingNodeData.setValue(javax.jcr.Value value)
|
void |
NodeData.setValue(javax.jcr.Value value)
set value of type Value . |
void |
DefaultNodeData.setValue(javax.jcr.Value value)
|
void |
NonExistingNodeData.setValue(javax.jcr.Value[] value)
|
void |
NodeData.setValue(javax.jcr.Value[] value)
set value of type Value[] . |
void |
DefaultNodeData.setValue(javax.jcr.Value[] value)
|
void |
Content.updateMetaData()
You could call this method anytime to update working page properties - Modification date & Author ID. |
void |
AbstractContent.updateMetaData()
|
Constructors in info.magnolia.cms.core that throw AccessDeniedException | |
---|---|
DefaultContent(javax.jcr.Item elem,
HierarchyManager hierarchyManager)
Constructor to get existing node. |
Uses of AccessDeniedException in info.magnolia.cms.core.version |
---|
Methods in info.magnolia.cms.core.version that throw AccessDeniedException | |
---|---|
Content |
ContentVersion.createContent(java.lang.String name)
Throws an AccessDeniedException as versions are read only. |
Content |
ContentVersion.createContent(java.lang.String name,
ItemType contentType)
Throws an AccessDeniedException as versions are read only. |
Content |
ContentVersion.createContent(java.lang.String name,
java.lang.String contentType)
Throws an AccessDeniedException as versions are read only. |
NodeData |
ContentVersion.createNodeData(java.lang.String name)
Throws an AccessDeniedException as versions are read only. |
NodeData |
ContentVersion.createNodeData(java.lang.String name,
int type)
Throws an AccessDeniedException as versions are read only. |
NodeData |
ContentVersion.createNodeData(java.lang.String name,
javax.jcr.Value value)
Throws an AccessDeniedException as versions are read only. |
NodeData |
ContentVersion.createNodeData(java.lang.String name,
javax.jcr.Value value,
int type)
Throws an AccessDeniedException as versions are read only. |
Content |
ContentVersion.getAncestor(int level)
|
Content |
ContentVersion.getContent(java.lang.String name)
Returns a direct child if it was included in the version. |
Content |
ContentVersion.getParent()
Returns the parent of the base node. |
void |
ContentVersion.updateMetaData()
Throws an AccessDeniedException as versions are read only. |
Uses of AccessDeniedException in info.magnolia.cms.gui.dialog |
---|
Methods in info.magnolia.cms.gui.dialog that throw AccessDeniedException | |
---|---|
protected java.util.Collection |
DialogSelect.getOptionNodes(Content configNode)
|
protected java.util.Collection |
DialogButtonSet.getOptionNodes(Content configNode)
|
protected java.util.Map |
DialogFreemarker.getSubNodes(Content node)
Get a recursive map view of a content node |
Uses of AccessDeniedException in info.magnolia.cms.i18n |
---|
Methods in info.magnolia.cms.i18n that throw AccessDeniedException | |
---|---|
NodeData |
I18nContentWrapper.newNodeDataInstance(java.lang.String name,
int type,
boolean createIfNotExisting)
|
Uses of AccessDeniedException in info.magnolia.cms.security |
---|
Methods in info.magnolia.cms.security that throw AccessDeniedException | |
---|---|
void |
MgnlGroup.addGroup(java.lang.String groupName)
Add a subgroup to this group. |
void |
Group.addGroup(java.lang.String groupName)
Add a subgroup to this group. |
void |
MgnlGroup.addRole(java.lang.String roleName)
|
void |
Group.addRole(java.lang.String roleName)
|
Group |
MgnlGroupManager.createGroup(java.lang.String name)
|
Group |
GroupManager.createGroup(java.lang.String name)
|
Group |
MgnlGroupManager.getGroup(java.lang.String name)
|
Group |
GroupManager.getGroup(java.lang.String name)
|
boolean |
MgnlGroup.hasRole(java.lang.String roleName)
|
boolean |
Group.hasRole(java.lang.String roleName)
|
void |
MgnlGroup.removeGroup(java.lang.String groupName)
Remove a subgroup from this group. |
void |
Group.removeGroup(java.lang.String groupName)
|
void |
MgnlGroup.removeRole(java.lang.String roleName)
|
void |
Group.removeRole(java.lang.String roleName)
|
Uses of AccessDeniedException in info.magnolia.cms.taglibs.util |
---|
Methods in info.magnolia.cms.taglibs.util that throw AccessDeniedException | |
---|---|
protected Content |
BaseImageTag.getImageContentNode()
|
Uses of AccessDeniedException in info.magnolia.cms.util |
---|
Methods in info.magnolia.cms.util that throw AccessDeniedException | |
---|---|
static Content |
ContentUtil.createPath(Content parent,
java.lang.String path,
ItemType type)
|
static Content |
ContentUtil.createPath(Content parent,
java.lang.String path,
ItemType type,
boolean save)
|
static Content |
ContentUtil.createPath(HierarchyManager hm,
java.lang.String path)
|
static Content |
ContentUtil.createPath(HierarchyManager hm,
java.lang.String path,
boolean save)
|
static Content |
ContentUtil.createPath(HierarchyManager hm,
java.lang.String path,
ItemType type)
|
static Content |
ContentUtil.createPath(HierarchyManager hm,
java.lang.String path,
ItemType type,
boolean save)
|
static void |
ContentUtil.deleteAndRemoveEmptyParents(Content node)
|
static void |
ContentUtil.deleteAndRemoveEmptyParents(Content node,
int level)
|
static NodeData |
NodeDataUtil.getOrCreate(Content node,
java.lang.String name)
If the NodeData does not exist yet, just create it. |
static NodeData |
NodeDataUtil.getOrCreate(Content node,
java.lang.String name,
int type)
If the NodeData does not exist yet, just create it. |
static NodeData |
NodeDataUtil.getOrCreate(Content node,
java.lang.String name,
java.lang.Object obj)
|
static NodeData |
NodeDataUtil.getOrCreateAndSet(Content node,
java.lang.String name,
boolean value)
|
static NodeData |
NodeDataUtil.getOrCreateAndSet(Content node,
java.lang.String name,
int value)
|
static NodeData |
NodeDataUtil.getOrCreateAndSet(Content node,
java.lang.String name,
long value)
|
static NodeData |
NodeDataUtil.getOrCreateAndSet(Content node,
java.lang.String name,
java.lang.Object obj)
|
static NodeData |
NodeDataUtil.getOrCreateAndSet(Content node,
java.lang.String name,
javax.jcr.Value[] value)
|
static Content |
ContentUtil.getOrCreateContent(Content node,
java.lang.String name,
ItemType contentType)
If the node doesn't exist just create it. |
static Content |
ContentUtil.getOrCreateContent(Content node,
java.lang.String name,
ItemType contentType,
boolean save)
If the node doesn't exist just create it. |
Content |
NodeDataWrapper.getParent()
|
boolean |
HierarchyManagerWrapper.isNodeData(java.lang.String path)
|
boolean |
HierarchyManagerWrapper.isPage(java.lang.String path)
Deprecated. since 4.0 - use getContent().isNodeType() instead. |
NodeData |
ContentWrapper.newNodeDataInstance(java.lang.String name,
int type,
boolean createIfNotExisting)
|
void |
NodeDataWrapper.setAttribute(java.lang.String name,
java.util.Calendar value)
|
void |
NodeDataWrapper.setAttribute(java.lang.String name,
java.lang.String value)
|
void |
NodeDataWrapper.setValue(boolean value)
|
void |
NodeDataWrapper.setValue(java.util.Calendar value)
|
void |
NodeDataWrapper.setValue(Content value)
|
void |
NodeDataWrapper.setValue(double value)
|
void |
NodeDataWrapper.setValue(java.io.InputStream value)
|
void |
NodeDataWrapper.setValue(int value)
|
void |
NodeDataWrapper.setValue(long value)
|
static NodeData |
NodeDataUtil.setValue(NodeData nodeData,
java.lang.Object valueObj)
Calls the correct setValue method based on object type. |
void |
NodeDataWrapper.setValue(java.lang.String value)
|
void |
NodeDataWrapper.setValue(javax.jcr.Value value)
|
void |
NodeDataWrapper.setValue(javax.jcr.Value[] value)
|
Uses of AccessDeniedException in info.magnolia.module.admininterface |
---|
Methods in info.magnolia.module.admininterface that throw AccessDeniedException | |
---|---|
protected Content |
SaveHandlerImpl.getPageNode(HierarchyManager hm)
Returns the page. |
protected Content |
SaveHandlerImpl.getSaveNode(HierarchyManager hm,
Content rootNode)
Gets or creates the node saving to. |
static java.util.Set<javax.jcr.version.Version> |
VersionUtil.getSortedNotDeletedVersions(Content content)
|
protected void |
SaveHandlerImpl.processBinary(Content node,
java.lang.String name)
Process binary data. |
protected void |
SaveHandlerImpl.processCommon(Content node,
java.lang.String name,
int type,
int valueType,
int encoding,
java.lang.String[] values)
Process a common value |
protected void |
UUIDSaveHandler.processMultiple(Content node,
java.lang.String name,
int type,
java.lang.String[] values)
Process a multiple value |
protected void |
SaveHandlerImpl.processMultiple(Content node,
java.lang.String name,
int type,
java.lang.String[] values)
Process a multiple value field |
protected void |
MultiValueSaveHandler.processMultiple(Content node,
java.lang.String name,
int type,
java.lang.String[] values)
|
protected void |
SaveHandlerImpl.processRichEdit(Content node,
java.lang.String name,
int type,
int isRichEditValue,
int encoding,
java.lang.String[] values)
Parse the value returned by a rich text editor and update the links and linebreaks. |
protected void |
SaveHandlerImpl.processSaveInfo(Content node,
java.lang.String saveInfo)
This method cares about one mgnlSaveInfo. |
protected void |
UUIDSaveHandler.processString(Content node,
java.lang.String name,
int type,
int encoding,
java.lang.String[] values,
java.lang.String valueStr)
Process a singel value |
protected void |
SaveHandlerImpl.processString(Content node,
java.lang.String name,
int type,
int encoding,
java.lang.String[] values,
java.lang.String valueStr)
Process a string. |
protected void |
SaveHandlerImpl.processWriteCommon(Content node,
java.lang.String name,
java.lang.String valueStr,
int type)
Writes a property value. |
java.lang.String |
AdminTreeMVCHandler.renameNode(java.lang.String newLabel)
|
void |
MultiValueSaveHandler.save(Content parentNode,
Content configNode,
java.lang.String name,
MultipartForm form,
int type,
int valueType,
int isRichEditValue,
int encoding)
|
void |
FieldSaveHandler.save(Content parentNode,
Content configNode,
java.lang.String name,
MultipartForm form,
int type,
int valueType,
int isRichEditValue,
int encoding)
save a property |
static void |
SaveHandlerImpl.saveDocument(Content node,
Document doc,
java.lang.String name,
java.lang.String fileName,
java.lang.String template)
Saves a uploaded file in the magnolia way. |
protected java.lang.String |
SaveHandlerImpl.updateLinks(Content node,
java.lang.String name,
java.lang.String valueStr)
Update the links in a string returned by a rich text editor. |
Uses of AccessDeniedException in info.magnolia.module.admininterface.commands |
---|
Methods in info.magnolia.module.admininterface.commands that throw AccessDeniedException | |
---|---|
protected void |
VersionCommand.addComment(Content node)
|
protected void |
MarkNodeAsDeletedCommand.markAsDeleted(Content node)
|
Uses of AccessDeniedException in info.magnolia.module.admininterface.lists |
---|
Methods in info.magnolia.module.admininterface.lists that throw AccessDeniedException | |
---|---|
protected Content |
VersionsList.getNode()
|
Uses of AccessDeniedException in info.magnolia.module.admininterface.trees |
---|
Methods in info.magnolia.module.admininterface.trees that throw AccessDeniedException | |
---|---|
java.lang.String |
UsersTreeHandler.renameNode(java.lang.String newName)
|
Uses of AccessDeniedException in info.magnolia.module.exchangesimple |
---|
Methods in info.magnolia.module.exchangesimple that throw AccessDeniedException | |
---|---|
protected void |
BaseSyndicatorImpl.updateMetaData(Content node,
java.lang.String type)
|
Uses of AccessDeniedException in info.magnolia.module.workflow.jcr |
---|
Methods in info.magnolia.module.workflow.jcr that throw AccessDeniedException | |
---|---|
boolean |
JCRWorkItemStore.hasWorkItem(openwfe.org.engine.expressions.FlowExpressionId fei)
check whether the specified work item exists. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |