Content
. Declared deprecated since 5.5.4.@Deprecated public abstract class AbstractContent extends ContentHandler implements Content
newNodeDataInstance(String, int, boolean)
, getChildren(info.magnolia.cms.core.Content.ContentFilter, String, java.util.Comparator)
and
Content.getNodeDataCollection(String)
.Content.ContentFilter
Constructor and Description |
---|
AbstractContent()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Content |
createContent(String name)
Deprecated.
Creates a Content node under the current node with the specified name.
|
Content |
createContent(String name,
ItemType contentType)
Deprecated.
Creates a Content node under the current node with the specified name.
|
NodeData |
createNodeData(String name)
Deprecated.
Creates a node data of type STRING with an empty String as default value.
|
NodeData |
createNodeData(String name,
int type)
Deprecated.
|
NodeData |
createNodeData(String name,
Object valueObj)
Deprecated.
|
NodeData |
createNodeData(String name,
javax.jcr.Value value)
Deprecated.
Creates a node data setting the value.
|
NodeData |
createNodeData(String name,
javax.jcr.Value[] value)
Deprecated.
|
void |
delete(String path)
Deprecated.
Remove specified path.
|
void |
deleteNodeData(String name)
Deprecated.
Delete NodeData with the specified name.
|
protected Collection<NodeData> |
getBinaryNodeDatas(String namePattern)
Deprecated.
|
Content |
getChildByName(String namePattern)
Deprecated.
|
Collection<Content> |
getChildren()
Deprecated.
Gets a Collection containing all child nodes of the same NodeType as "this" object.
|
Collection<Content> |
getChildren(Content.ContentFilter filter)
Deprecated.
Get a collection containing child nodes which satisfies the given filter.
|
Collection<Content> |
getChildren(Content.ContentFilter filter,
Comparator<Content> orderCriteria)
Deprecated.
Get a collection containing child nodes which satisfies the given filter.
|
abstract Collection<Content> |
getChildren(Content.ContentFilter filter,
String namePattern,
Comparator<Content> orderCriteria)
Deprecated.
|
Collection<Content> |
getChildren(ItemType itemType)
Deprecated.
Get collection of specified content type.
|
Collection<Content> |
getChildren(String contentType)
Deprecated.
Get collection of specified content type and its subtypes.
|
Collection<Content> |
getChildren(String contentType,
String namePattern)
Deprecated.
Get collection of specified content type.
|
NodeData |
getNodeData(String name)
Deprecated.
Returns a
NodeData object. |
Collection<NodeData> |
getNodeDataCollection()
Deprecated.
Gets all properties bind in NodeData object excluding JCR system properties.
|
String |
getTemplate()
Deprecated.
Returns the template name which is assigned to this content.
|
String |
getTitle()
Deprecated.
|
javax.jcr.Workspace |
getWorkspace()
Deprecated.
get workspace to which this node attached to.
|
boolean |
hasChildren()
Deprecated.
|
boolean |
hasChildren(String contentType)
Deprecated.
|
boolean |
hasNodeData(String name)
Deprecated.
Delegates to
NodeData.isExist() . |
boolean |
isGranted(long permissions)
Deprecated.
Checks for the allowed access rights.
|
boolean |
isNodeData(String path)
Deprecated.
checks if the requested resource is an NodeData (Property).
|
abstract NodeData |
newNodeDataInstance(String name,
int type,
boolean createIfNotExisting)
Deprecated.
As defined in
Content.getNodeData(String) this method always returns a node data object. |
NodeData |
setNodeData(String name,
boolean value)
Deprecated.
Sets the node data.
|
NodeData |
setNodeData(String name,
Calendar value)
Deprecated.
Sets the node data.
|
NodeData |
setNodeData(String name,
Content value)
Deprecated.
Sets the node data.
|
NodeData |
setNodeData(String name,
double value)
Deprecated.
Sets the node data.
|
NodeData |
setNodeData(String name,
InputStream value)
Deprecated.
Sets the node data.
|
NodeData |
setNodeData(String name,
long value)
Deprecated.
Sets the node data.
|
NodeData |
setNodeData(String name,
Object value)
Deprecated.
Uses the
NodeDataUtil to create and set the node data based on the object type. |
NodeData |
setNodeData(String name,
String value)
Deprecated.
Sets the node data.
|
NodeData |
setNodeData(String name,
javax.jcr.Value value)
Deprecated.
Sets the node data.
|
NodeData |
setNodeData(String name,
javax.jcr.Value[] value)
Deprecated.
Sets the node data.
|
String |
toString()
Deprecated.
|
void |
updateMetaData()
Deprecated.
You could call this method anytime to update working page properties - Modification date &
Author ID.
|
clone, getAccessManager, getHierarchyManager, setAccessManager
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addMixin, addVersion, addVersion, createContent, delete, getAccessManager, getAllVersions, getAncestor, getAncestors, getBaseVersion, getContent, getHandle, getHierarchyManager, getIndex, getItemType, getJCRNode, getLevel, getLock, getMetaData, getMixinNodeTypes, getName, getNodeDataCollection, getNodeType, getNodeTypeName, getParent, getUUID, getVersionedContent, getVersionedContent, getVersionHistory, hasContent, hasMetaData, hasMixin, holdsLock, isLocked, isModified, isNodeType, lock, lock, orderBefore, refresh, removeMixin, removeVersionHistory, restore, restore, restore, restoreByLabel, save, unlock
public Content createContent(String name) throws javax.jcr.PathNotFoundException, javax.jcr.RepositoryException, AccessDeniedException
Content
ItemType.CONTENT
will be use as the contents primary type.createContent
in interface Content
name
- of the node to be created as Content
Content
javax.jcr.RepositoryException
- if an error occursAccessDeniedException
- if the current session does not have sufficient access rights
to complete the operationjavax.jcr.PathNotFoundException
public Content createContent(String name, ItemType contentType) throws javax.jcr.PathNotFoundException, javax.jcr.RepositoryException, AccessDeniedException
Content
createContent
in interface Content
name
- of the node to be created as Content
contentType
- ItemTypeContent
javax.jcr.RepositoryException
- if an error occursAccessDeniedException
- if the current session does not have sufficient access rights
to complete the operationjavax.jcr.PathNotFoundException
public NodeData createNodeData(String name) throws javax.jcr.PathNotFoundException, javax.jcr.RepositoryException, AccessDeniedException
Content
createNodeData
in interface Content
javax.jcr.PathNotFoundException
javax.jcr.RepositoryException
AccessDeniedException
public NodeData createNodeData(String name, javax.jcr.Value value) throws javax.jcr.PathNotFoundException, javax.jcr.RepositoryException, AccessDeniedException
Content
createNodeData
in interface Content
AccessDeniedException
- if the current session does not have sufficient access rights
to complete the operationjavax.jcr.PathNotFoundException
javax.jcr.RepositoryException
@Deprecated public NodeData createNodeData(String name, javax.jcr.Value[] value) throws javax.jcr.PathNotFoundException, javax.jcr.RepositoryException, AccessDeniedException
Content
createNodeData
in interface Content
AccessDeniedException
- if the current session does not have sufficient access rights
to complete the operationjavax.jcr.PathNotFoundException
javax.jcr.RepositoryException
@Deprecated public NodeData createNodeData(String name, int type) throws javax.jcr.PathNotFoundException, javax.jcr.RepositoryException, AccessDeniedException
Content
createNodeData
in interface Content
javax.jcr.PathNotFoundException
javax.jcr.RepositoryException
AccessDeniedException
@Deprecated public NodeData createNodeData(String name, Object valueObj) throws javax.jcr.RepositoryException
Content
createNodeData
in interface Content
javax.jcr.RepositoryException
public NodeData getNodeData(String name)
NodeData
object. If the node data does not exist (respectively if it has no
value) an empty representation is returned whose NodeData.isExist()
will return
false.
Delegates to newNodeDataInstance(String, int, boolean)
by setting the type to PropertyType.UNDEFINED. A subclass has to handle this by trying to determine the type if the node data exists. The reason for this is that implementations want to instantiate different node data classes per typegetNodeData
in interface Content
NodeData
objectpublic abstract NodeData newNodeDataInstance(String name, int type, boolean createIfNotExisting) throws AccessDeniedException, javax.jcr.RepositoryException
Content.getNodeData(String)
this method always returns a node data object. If the type is PropertyType.UNDEFINED
the implementation should check if the node data exists and determine the type to use.createIfNotExisting
- if false an empty non-mutable node data will be returned if the node data doesn't exist otherwise a mutable nodedata object is returned (depending on the type)AccessDeniedException
javax.jcr.RepositoryException
public boolean hasNodeData(String name) throws javax.jcr.RepositoryException
NodeData.isExist()
.hasNodeData
in interface Content
javax.jcr.RepositoryException
- if an error occurspublic NodeData setNodeData(String name, javax.jcr.Value value) throws javax.jcr.PathNotFoundException, javax.jcr.RepositoryException, AccessDeniedException
Content
setNodeData
in interface Content
javax.jcr.PathNotFoundException
javax.jcr.RepositoryException
AccessDeniedException
public NodeData setNodeData(String name, javax.jcr.Value[] value) throws javax.jcr.PathNotFoundException, javax.jcr.RepositoryException, AccessDeniedException
Content
setNodeData
in interface Content
javax.jcr.PathNotFoundException
javax.jcr.RepositoryException
AccessDeniedException
public NodeData setNodeData(String name, boolean value) throws javax.jcr.PathNotFoundException, javax.jcr.RepositoryException, AccessDeniedException
Content
setNodeData
in interface Content
javax.jcr.PathNotFoundException
javax.jcr.RepositoryException
AccessDeniedException
public NodeData setNodeData(String name, long value) throws javax.jcr.PathNotFoundException, javax.jcr.RepositoryException, AccessDeniedException
Content
setNodeData
in interface Content
javax.jcr.PathNotFoundException
javax.jcr.RepositoryException
AccessDeniedException
public NodeData setNodeData(String name, double value) throws javax.jcr.PathNotFoundException, javax.jcr.RepositoryException, AccessDeniedException
Content
setNodeData
in interface Content
javax.jcr.PathNotFoundException
javax.jcr.RepositoryException
AccessDeniedException
public NodeData setNodeData(String name, String value) throws javax.jcr.PathNotFoundException, javax.jcr.RepositoryException, AccessDeniedException
Content
setNodeData
in interface Content
javax.jcr.PathNotFoundException
javax.jcr.RepositoryException
AccessDeniedException
public NodeData setNodeData(String name, InputStream value) throws javax.jcr.PathNotFoundException, javax.jcr.RepositoryException, AccessDeniedException
Content
setNodeData
in interface Content
javax.jcr.PathNotFoundException
javax.jcr.RepositoryException
AccessDeniedException
public NodeData setNodeData(String name, Calendar value) throws javax.jcr.PathNotFoundException, javax.jcr.RepositoryException, AccessDeniedException
Content
setNodeData
in interface Content
javax.jcr.PathNotFoundException
javax.jcr.RepositoryException
AccessDeniedException
public NodeData setNodeData(String name, Content value) throws javax.jcr.PathNotFoundException, javax.jcr.RepositoryException, AccessDeniedException
Content
setNodeData
in interface Content
javax.jcr.PathNotFoundException
javax.jcr.RepositoryException
AccessDeniedException
public NodeData setNodeData(String name, Object value) throws javax.jcr.PathNotFoundException, javax.jcr.RepositoryException, AccessDeniedException
NodeDataUtil
to create and set the node data based on the object type.setNodeData
in interface Content
javax.jcr.PathNotFoundException
javax.jcr.RepositoryException
AccessDeniedException
public void deleteNodeData(String name) throws javax.jcr.PathNotFoundException, javax.jcr.RepositoryException
Content
deleteNodeData
in interface Content
javax.jcr.RepositoryException
- if an error occursjavax.jcr.PathNotFoundException
public Collection<Content> getChildren()
getChildren(ItemType)
passing the current node's type.getChildren
in interface Content
public Collection<Content> getChildren(Content.ContentFilter filter)
getChildren(info.magnolia.cms.core.Content.ContentFilter, java.util.Comparator)
.getChildren
in interface Content
public Collection<Content> getChildren(ItemType itemType)
getChildren(info.magnolia.cms.core.Content.ContentFilter, java.util.Comparator)
.getChildren
in interface Content
itemType
- ItemTypepublic Collection<Content> getChildren(String contentType)
getChildren(info.magnolia.cms.core.Content.ContentFilter, java.util.Comparator)
.getChildren
in interface Content
contentType
- JCR node type as configuredpublic Collection<Content> getChildren(String contentType, String namePattern)
getChildren(info.magnolia.cms.core.Content.ContentFilter, String, java.util.Comparator)
.getChildren
in interface Content
contentType
- JCR node type as configuredpublic Collection<Content> getChildren(Content.ContentFilter filter, Comparator<Content> orderCriteria)
getChildren(info.magnolia.cms.core.Content.ContentFilter, String, java.util.Comparator)
.getChildren
in interface Content
filter
- filter for the child nodesorderCriteria
- ordering for the selected child nodes; if null than no
particular order of the child nodespublic abstract Collection<Content> getChildren(Content.ContentFilter filter, String namePattern, Comparator<Content> orderCriteria)
namePattern
- ignored if null.@Deprecated public Content getChildByName(String namePattern)
Content
getChildByName
in interface Content
namePattern
- child node namenull
if not foundpublic Collection<NodeData> getNodeDataCollection()
Content
getNodeDataCollection
in interface Content
protected Collection<NodeData> getBinaryNodeDatas(String namePattern) throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
public boolean hasChildren()
hasChildren
in interface Content
public boolean hasChildren(String contentType)
hasChildren
in interface Content
contentType
- JCR node type as configuredcollectionType
existspublic void delete(String path) throws javax.jcr.RepositoryException
Content
public boolean isNodeData(String path) throws AccessDeniedException, javax.jcr.RepositoryException
Content
isNodeData
in interface Content
path
- of the requested NodeDataAccessDeniedException
- if the current session does not have sufficient access rights
to complete the operationjavax.jcr.RepositoryException
- if an error occurspublic String getTemplate()
Content
getTemplate
in interface Content
public String getTitle()
public void updateMetaData() throws javax.jcr.RepositoryException, AccessDeniedException
Content
updateMetaData
in interface Content
AccessDeniedException
- if the current session does not have sufficient access rights
to complete the operationjavax.jcr.RepositoryException
- if an error occurspublic boolean isGranted(long permissions)
Content
public javax.jcr.Workspace getWorkspace() throws javax.jcr.RepositoryException
Content
getWorkspace
in interface Content
javax.jcr.RepositoryException
- if unable to get this node sessionCopyright © 2003–2018 Magnolia International Ltd.. All rights reserved.