Package | Description |
---|---|
org.exoplatform.services.jcr.core.nodetype |
This package provides the Node type API.
|
org.exoplatform.services.jcr.dataflow |
This package provides the classes necessary to manage changes log and data flow.
|
Modifier and Type | Method and Description |
---|---|
PlainChangesLog |
NodeTypeDataManager.setPrimaryType(org.exoplatform.services.jcr.datamodel.NodeData nodeData,
InternalQName nodeTypeName)
Changes the primary node type of this node to nodeTypeName.
|
PlainChangesLog |
NodeTypeDataManager.updateNodeType(NodeTypeData ancestorDefinition,
NodeTypeData recipientDefinition,
Map<InternalQName,NodeTypeData> volatileNodeTypes) |
Modifier and Type | Method and Description |
---|---|
PlainChangesLog |
PlainChangesLog.add(org.exoplatform.services.jcr.dataflow.ItemState state)
Adds an item state object to the bottom of this log.
|
PlainChangesLog |
PlainChangesLog.addAll(List<org.exoplatform.services.jcr.dataflow.ItemState> states)
Adds list of states object to the bottom of this log.
|
Copyright © 2003-2017 eXo Platform SAS. All Rights Reserved.