Package | Description |
---|---|
org.hippoecm.hst.component.support.bean | |
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.mock.content.beans.manager |
Modifier and Type | Method and Description |
---|---|
protected WorkflowPersistenceManager |
BaseHstComponent.getWorkflowPersistenceManager(javax.jcr.Session session,
Map<String,ContentNodeBinder> contentNodeBinders)
Returns a
WorkflowPersistenceManager instance with custom binders map. |
Modifier and Type | Method and Description |
---|---|
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 | Field and Description |
---|---|
protected Map<String,ContentNodeBinder> |
WorkflowPersistenceManagerImpl.contentNodeBinders
Custom content node binders map, which is used to look up a custom binder for a node type.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkflowPersistenceManagerImpl.update(Object content,
ContentNodeBinder customContentNodeBinder)
Updates the content node which is mapped to the object by the
customContentNodeBinder
provided by client. |
Constructor and Description |
---|
WorkflowPersistenceManagerImpl(javax.jcr.Session session,
ObjectConverter objectConverter,
Map<String,ContentNodeBinder> contentNodeBinders)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
MockObjectBeanPersistenceManager.update(Object content,
ContentNodeBinder customBinder) |
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.