public interface DocumentChanges
Modifier and Type | Interface and Description |
---|---|
static interface |
DocumentChanges.ChildrenChanges
Interface which encapsulates the changes to a document's children during an update operation.
|
static interface |
DocumentChanges.MixinChanges
Interface which encapsulates the changes to a document's mixins during an update operation.
|
static interface |
DocumentChanges.ParentChanges
Interface which encapsulates the changes to a document's parents during an update operation.
|
static interface |
DocumentChanges.PropertyChanges
Interface which encapsulates the changes to a document's properties during an update operation.
|
static interface |
DocumentChanges.ReferrerChanges
Interface which encapsulates the changes to a document's referrers during an update operation.
|
Modifier and Type | Method and Description |
---|---|
DocumentChanges.ChildrenChanges |
getChildrenChanges()
Returns the changes to the children.
|
Document |
getDocument()
Returns the document which contains all the changes.
|
String |
getDocumentId()
Returns the id of the document to which the changes apply.
|
DocumentChanges.MixinChanges |
getMixinChanges()
Returns the changes to the mixins.
|
DocumentChanges.ParentChanges |
getParentChanges()
Returns the changes to the parents.
|
DocumentChanges.PropertyChanges |
getPropertyChanges()
Returns the changes to the properties.
|
DocumentChanges.ReferrerChanges |
getReferrerChanges()
Returns the changes to the referrers.
|
Document getDocument()
String getDocumentId()
DocumentChanges.ChildrenChanges getChildrenChanges()
DocumentChanges.ChildrenChanges
instance; never nullDocumentChanges.MixinChanges getMixinChanges()
DocumentChanges.MixinChanges
instance; never nullDocumentChanges.ParentChanges getParentChanges()
DocumentChanges.ParentChanges
instance; never nullDocumentChanges.PropertyChanges getPropertyChanges()
DocumentChanges.PropertyChanges
instance; never nullDocumentChanges.ReferrerChanges getReferrerChanges()
DocumentChanges.ReferrerChanges
instance; never nullCopyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.