|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChangeRequest | |
|---|---|
| org.jboss.dna.graph.observe | The Observation API provides several mechanisms for asynchronously observing changes to content. |
| org.jboss.dna.graph.request | Sometimes its useful to work with a graph using objects that represent individual commands on the graph. |
| Uses of ChangeRequest in org.jboss.dna.graph.observe |
|---|
| Methods in org.jboss.dna.graph.observe that return types with arguments of type ChangeRequest | |
|---|---|
Iterator<ChangeRequest> |
Changes.iterator()
|
| Constructor parameters in org.jboss.dna.graph.observe with type arguments of type ChangeRequest | |
|---|---|
Changes(String userName,
String sourceName,
DateTime timestamp,
List<ChangeRequest> requests)
|
|
Changes(String processId,
String userName,
String sourceName,
DateTime timestamp,
List<ChangeRequest> requests)
|
|
| Uses of ChangeRequest in org.jboss.dna.graph.request |
|---|
| Subclasses of ChangeRequest in org.jboss.dna.graph.request | |
|---|---|
class |
CloneBranchRequest
Instruction that a branch be cloned from one workspace into another. |
class |
CloneWorkspaceRequest
Request that an existing workspace be cloned into a target workspace with the supplied name. |
class |
CopyBranchRequest
Instruction that a branch be copied from one location into another. |
class |
CreateNodeRequest
Instruction to create the node under the specified location. |
class |
CreateWorkspaceRequest
Request that a new workspace be created with the supplied name. |
class |
DeleteBranchRequest
Instruction that a branch be deleted. |
class |
DeleteChildrenRequest
Instruction that all nodes below a supplied node be deleted. |
class |
DestroyWorkspaceRequest
Request that an existing workspace with the supplied name be destroyed. |
class |
MoveBranchRequest
Instruction that a branch be moved from one location into another. |
class |
RemovePropertyRequest
Instruction to remove the property with the supplied name from the node at the given location. |
class |
RenameNodeRequest
Instruction to rename an existing node (but keep it under the same parent). |
class |
SetPropertyRequest
Instruction to set a particular property on the node at the specified location. |
class |
UpdatePropertiesRequest
Instruction to update the properties on the node at the specified location. |
class |
UpdateValuesRequest
Instruction to update the values for a certain property on the node at the specified location. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||