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.
|
String |
getSessionId()
Returns the ID of the session in which the changes occurred.
|
DateTime |
getTimestamp() |
Map<String,String> |
getUserData() |
String |
getUserId() |
String |
getWorkspaceName()
Get the name of the workspace in which the changes were made.
|
boolean |
hasBinaryChanges()
Checks if there are any binary changes in this change set.
|
boolean |
isEmpty() |
int |
size()
Return the number of individual changes.
|
Set<BinaryKey> |
unusedBinaries()
Returns the set of binary keys for those binary values which have become unused.
|
Set<BinaryKey> |
usedBinaries()
Returns the set of binary keys for those binary values which are being used.
|
int size()
boolean isEmpty()
String getUserId()
DateTime getTimestamp()
String getProcessKey()
String getRepositoryKey()
String getWorkspaceName()
Set<BinaryKey> unusedBinaries()
Set<BinaryKey> usedBinaries()
boolean hasBinaryChanges()
String getSessionId()
null
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.