Package | Description |
---|---|
org.hippoecm.hst.content.beans |
The org.hippoecm.hst.content.beans package defines the API for the HST Content Beans
|
org.hippoecm.hst.content.beans.manager |
The org.hippoecm.hst.content.beans.manager package defines the API for the HST Content Beans Manager
|
org.hippoecm.hst.content.beans.manager.workflow |
The org.hippoecm.hst.content.beans.manager.workflow package defines the API for the HST Content Beans Workflow Manager
|
org.hippoecm.hst.jaxrs.services | |
org.hippoecm.hst.jaxrs.services.content | |
org.hippoecm.hst.mock.content.beans.manager |
Modifier and Type | Class and Description |
---|---|
class |
ContentNodeBindingException
The
ContentNodeBindingException class defines a binding exception
that a ContentNodeBinder can throw when it is unable to perform its operation
successfully. |
Modifier and Type | Method and Description |
---|---|
String |
ObjectBeanPersistenceManager.createAndReturn(String absPath,
String nodeTypeName,
String name,
boolean autoCreateFolders)
Creates content node(s) with the specified node type at the specified absolute path.
|
void |
ObjectBeanPersistenceManager.refresh()
Invokes
Session.refresh(boolean) with false parameter. |
void |
ObjectBeanPersistenceManager.refresh(boolean keepChanges)
Invokes
Session.refresh(boolean) . |
void |
ObjectBeanPersistenceManager.remove(Object content)
Removes the content node which is mapped to the object.
|
void |
ObjectBeanPersistenceManager.save()
Saves all pending changes.
|
void |
ObjectBeanPersistenceManager.update(Object content)
Updates the content node which is mapped to the object.
|
void |
ObjectBeanPersistenceManager.update(Object content,
ContentNodeBinder customContentNodeBinder)
Updates the content node which is mapped to the object by the
customContentNodeBinder
provided by client. |
Modifier and Type | Method and Description |
---|---|
String |
WorkflowPersistenceManagerImpl.createAndReturn(String absPath,
String nodeTypeName,
String name,
boolean autoCreateFolders)
Creates content node(s) with the specified node type at the specified absolute path.
|
protected javax.jcr.Node |
WorkflowPersistenceManagerImpl.createMissingFolders(String absPath) |
protected String |
WorkflowPersistenceManagerImpl.createNodeByWorkflow(javax.jcr.Node folderNode,
String nodeTypeName,
String name) |
void |
WorkflowPersistenceManagerImpl.refresh()
Invokes
Session.refresh(boolean) with false parameter. |
void |
WorkflowPersistenceManagerImpl.refresh(boolean keepChanges)
Invokes
Session.refresh(boolean) . |
void |
WorkflowPersistenceManagerImpl.remove(Object content)
Removes the content node which is mapped to the object.
|
void |
WorkflowPersistenceManagerImpl.save()
Saves all pending changes.
|
void |
WorkflowPersistenceManagerImpl.update(Object content)
Updates the content node which is mapped to the object.
|
void |
WorkflowPersistenceManagerImpl.update(Object content,
ContentNodeBinder customContentNodeBinder)
Updates the content node which is mapped to the object by the
customContentNodeBinder
provided by client. |
Modifier and Type | Method and Description |
---|---|
protected String |
AbstractResource.deleteHippoBean(javax.servlet.http.HttpServletRequest servletRequest,
HippoBean hippoBean)
Deletes the content node mapped to the provided
HippoBean |
Modifier and Type | Method and Description |
---|---|
protected String |
AbstractContentResource.deleteContentResource(javax.servlet.http.HttpServletRequest servletRequest,
HippoBean baseBean,
String relPath)
Deletes the content node mapped to the child bean identified by
relPath . |
Modifier and Type | Method and Description |
---|---|
protected Object |
MockObjectBeanPersistenceManager.bytesToObject(byte[] bytes) |
void |
MockObjectBeanPersistenceManager.create(String absPath,
String nodeTypeName,
String name) |
void |
MockObjectBeanPersistenceManager.create(String absPath,
String nodeTypeName,
String name,
boolean autoCreateFolders) |
String |
MockObjectBeanPersistenceManager.createAndReturn(String absPath,
String nodeTypeName,
String name,
boolean autoCreateFolders) |
Object |
MockObjectBeanPersistenceManager.getObject(String absPath) |
Object |
MockObjectBeanPersistenceManager.getObjectByUuid(String uuid) |
protected Object |
MockObjectBeanPersistenceManager.getSerializedCopy(Object object) |
protected byte[] |
MockObjectBeanPersistenceManager.objectToBytes(Object object) |
void |
MockObjectBeanPersistenceManager.refresh() |
void |
MockObjectBeanPersistenceManager.refresh(boolean keepChanges) |
void |
MockObjectBeanPersistenceManager.remove(Object content) |
void |
MockObjectBeanPersistenceManager.save() |
void |
MockObjectBeanPersistenceManager.setObject(String absPath,
Object object) |
void |
MockObjectBeanPersistenceManager.update(Object content) |
void |
MockObjectBeanPersistenceManager.update(Object content,
ContentNodeBinder customBinder) |
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.