|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TransientItemStateFactory
TransientItemStateFactory extends the item state factory and
adds new methods for creating node states and property states that are new.
| Method Summary | |
|---|---|
NodeState |
createNewNodeState(NodeEntry entry,
Name nodeTypeName,
QNodeDefinition definition)
Creates a transient child NodeState with the given
name. |
PropertyState |
createNewPropertyState(PropertyEntry entry,
QPropertyDefinition definition,
QValue[] values,
int propertyType)
Creates a transient PropertyState. |
| Methods inherited from interface org.apache.jackrabbit.jcr2spi.state.ItemStateFactory |
|---|
addCreationListener, createDeepNodeState, createDeepPropertyState, createNodeState, createPropertyState, createRootState, getChildNodeInfos, getNodeReferences, removeCreationListener |
| Method Detail |
|---|
NodeState createNewNodeState(NodeEntry entry,
Name nodeTypeName,
QNodeDefinition definition)
NodeState with the given
name.
entry - nodeTypeName - definition -
NodeState
PropertyState createNewPropertyState(PropertyEntry entry,
QPropertyDefinition definition,
QValue[] values,
int propertyType)
throws RepositoryException
PropertyState.
entry - definition - values - propertyType -
PropertyState.
RepositoryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||