public interface ChangeSet extends Iterable<Change>, Serializable
Modifier and Type | Method and Description |
---|---|
Set<NodeKey> |
changedNodes() |
String |
getProcessKey()
Get the key of the process in which the changes were made.
|
String |
getRepositoryKey()
Get the key of the repository in which the changes were made.
|
DateTime |
getTimestamp() |
Map<String,String> |
getUserData() |
String |
getUserId() |
String |
getWorkspaceName()
Get the name of the workspace in which the changes were made.
|
boolean |
isEmpty() |
int |
size()
Return the number of individual changes.
|
int size()
boolean isEmpty()
String getUserId()
DateTime getTimestamp()
String getProcessKey()
String getRepositoryKey()
String getWorkspaceName()
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.